summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ContactsContact: Remove initial_letter property.Niels De Graef2017-12-291-9/+0
* Contact: don't listen to changes in Tp.PersonaNiels De Graef2017-12-281-35/+1
* LinkSuggestionGrid: try more fields for the extra info.Niels De Graef2017-12-281-8/+29
* Meson: install search provider to the correct dir.Niels De Graef2017-12-281-1/+2
* ContactsContact: remove avatar_icon_data property.Niels De Graef2017-12-271-29/+8
* Contacts.Contact: use Individual for display_nameNiels De Graef2017-12-271-47/+1
* Put a margin around the avatar in ContactSheet.Niels De Graef2017-12-271-0/+1
* ContactFrame: remove unused text methods/fields.Niels De Graef2017-12-271-24/+2
* Add option -v/--version to show the version.Niels De Graef2017-12-271-49/+49
* SearchProvider: improve performance and add description.Niels De Graef2017-12-261-99/+93
* Improve Contacts setup UI a bit.Niels De Graef2017-12-261-17/+12
* ContactsList: prefer iterating over rows rather than HashMap values.Niels De Graef2017-12-261-10/+14
* Rename View to the more obvious ContactList.Niels De Graef2017-12-263-18/+23
* InAppNotification: tweak the UI a bit.Niels De Graef2017-12-251-0/+1
* ContactsWindow: rename toolbars to headers.Niels De Graef2017-12-251-31/+23
* Use the conventional path for resources.Niels De Graef2017-12-2410-22/+14
* ContactsWindow: incorporate UI/CSS loadingNiels De Graef2017-12-242-26/+14
* Contacts.ListPane: clean up some code.Niels De Graef2017-12-241-14/+13
* ContactListPane: use constructors to pass a StoreNiels De Graef2017-12-242-66/+40
* ContactsContact: remove unused method is_callable.Niels De Graef2017-12-241-12/+0
* ContactStore: only store 1 calling account.Niels De Graef2017-12-243-24/+6
* ContactSheet: remove unused Store.Niels De Graef2017-12-242-8/+4
* LinkSuggestionGrid: improve the UI a bit.Niels De Graef2017-12-231-36/+28
* Extract LinkSuggestionGrid into a class.Niels De Graef2017-12-233-67/+95
* ContactsView: remove hidden_contacts field.Niels De Graef2017-12-231-12/+0
* ContactsView: remove TextDisplay, as it's not used.Niels De Graef2017-12-231-6/+0
* ContactsView: remove Subset, as it's not used.Niels De Graef2017-12-231-29/+0
* ContactsView: get rid of sort_prio & headers.Niels De Graef2017-12-231-84/+2
* ContactDataRow: remove some unnecessary fields.Niels De Graef2017-12-231-11/+7
* ContactsView: move update_data into row object.Niels De Graef2017-12-231-14/+10
* GSettings: use past tense for did-initial-setup.Niels De Graef2017-12-231-1/+1
* ContactsWindow: use a Cancel button when selecting.Niels De Graef2017-12-231-24/+16
* ContactsLinking: remove #if DEBUG.Niels De Graef2017-12-231-8/+0
* ContactsView: remove compiler definition.Niels De Graef2017-12-231-4/+0
* ContactEditor: fix annoying const warning.Niels De Graef2017-11-131-1/+1
* added compare by type to compare_fieldsFrank Zschage2017-11-041-1/+24
* Drop autotools in favor of Meson.Niels De Graef2017-09-131-96/+0
* Meson: allow 'auto' value for `with-cheese`.Niels De Graef2017-09-111-1/+1
* Fix crash if initial-setup == false.Niels De Graef2017-09-111-6/+13
* Release version 3.25.92.13.25.92.1Niels De Graef2017-09-052-9/+0
* Meson: fix versions (of dependencies).Niels De Graef2017-09-031-1/+1
* Meson: don't hardcode /usr/share for GSettings file.Niels De Graef2017-09-031-1/+3
* Cleanup: remove Contact.get_first_stringNiels De Graef2017-08-281-12/+5
* Cleanup: Remove Contact.get_secondary_string (dead code)Niels De Graef2017-08-281-43/+0
* Make a namespace out of Contacts.UtilsNiels De Graef2017-08-271-22/+21
* Cleanup: Remove App singletonNiels De Graef2017-08-274-17/+14
* App singleton cleanup: Remove show_message()Niels De Graef2017-08-273-13/+16
* Remove final uses of App.app.contacts_store.Niels De Graef2017-08-274-17/+21
* Prevent more uses of App singleton for its StoreNiels De Graef2017-08-272-21/+28
* Use a constructor for ContactPane.Niels De Graef2017-08-272-42/+38