summaryrefslogtreecommitdiff
path: root/src/contacts-store.vala
Commit message (Expand)AuthorAgeFilesLines
* store: Make sure we don't add individuals twiceNiels De Graef2022-10-111-1/+1
* store: Fix ignoring newly added individualsNiels De Graef2022-09-081-2/+4
* Move link suggestions to Contacts.StoreNiels De Graef2022-09-081-0/+36
* Move primary address book logic to Contacts.StoreNiels De Graef2022-09-081-0/+11
* Fix unselecting sidebar itemAlexander Mikhaylenko2022-08-121-0/+1
* Remove all Telepathy patchesNiels De Graef2022-07-241-44/+0
* Use a ListModel for address books (PersonaStore-s)Niels De Graef2022-06-041-0/+17
* Use selection and filter models to list contactsNiels De Graef2022-04-161-37/+126
* contacts-store: Check if new individual is not emptyKrifa752021-09-291-1/+2
* Reduce the amount of unnecessary refcountingNiels De Graef2020-11-071-1/+1
* store: Fix syntax errorNiels De Graef2020-06-051-1/+1
* style: Removed last tabsNiels De Graef2020-06-051-35/+37
* store: Don't import GtkNiels De Graef2020-06-051-7/+5
* Editor: use listbox layout to edit contact and secondary menuJulian Sparber2020-02-031-6/+8
* Refactor link/unlink operationsJulian Sparber2020-02-021-76/+15
* Use individual directlyJulian Sparber2019-11-041-69/+39
* Store: remove eds_persona_store_changed()Niels De Graef2018-12-111-12/+0
* Contact: get rid of the `changed` signal.Niels De Graef2018-11-171-1/+1
* Store: add more debug information.Niels De Graef2018-11-111-0/+2
* Revert "Store: add contacts in a separate thread."Niels De Graef2018-05-051-23/+7
* Store: add contacts in a separate thread.Niels De Graef2018-04-081-7/+23
* Store: remove the changed signal.Niels De Graef2018-04-081-17/+1
* Store: don't calculate Hashmap.get_keys() twice.Niels De Graef2018-04-071-3/+3
* Contact: remove the personas_changed signal.Niels De Graef2018-02-171-3/+2
* Store: don't use lambda for individuals_changed_detailed.Niels De Graef2018-01-231-67/+69
* Store: remove unused is_empty()Niels De Graef2018-01-211-8/+0
* Store: use the BackendStore for the IndividualAggregatorNiels De Graef2018-01-211-12/+12
* Make telepathy dependency optionalCosimo Cecchi2018-01-011-5/+10
* ContactStore: only store 1 calling account.Niels De Graef2017-12-241-15/+3
* Bump minimal version telepathy-glib to 0.22.Niels De Graef2017-07-181-3/+2
* Initial work to move code into Contacts.WindowErick Pérez Castellanos2014-05-291-1/+1
* Contacts.Store: use IndividualAggregator.dup ()Erick Pérez Castellanos2013-08-161-1/+1
* ContactsStore: add eds backend changes notificationErick Pérez Castellanos2013-08-091-0/+13
* Fix valac warnings3.5.91Alexander Larsson2012-09-031-2/+2
* Add first run dialogAlexander Larsson2012-01-271-0/+13
* Remember "no" reponse to link suggestionAlexander Larsson2012-01-241-0/+70
* Support changing primary address bookAlexander Larsson2012-01-161-0/+8
* Make Contact.is_hidden a property getter and cache the valueAlexander Larsson2011-11-291-1/+1
* Use individual_can_replace_at_split helperAlexander Larsson2011-09-091-12/+5
* Make master-at-join on the contact, not on the personaAlexander Larsson2011-09-091-6/+3
* New method to pick best replacement on joinAlexander Larsson2011-09-091-10/+34
* Fix split handling in individuals_changedAlexander Larsson2011-09-091-9/+9
* Ensure contacts-new-contact is always unset on personaAlexander Larsson2011-09-091-1/+0
* Handle an uncommon case in individuals_changeAlexander Larsson2011-09-091-2/+4
* Better picking of the replacement when an individual is splitAlexander Larsson2011-09-091-17/+38
* Implement contact linkingAlexander Larsson2011-09-061-0/+1
* New implementation of individuals_changed_detailedAlexander Larsson2011-09-061-22/+32
* Fix typo in individuals_changesAlexander Larsson2011-09-061-1/+1
* Make sure we handle the case where multiple individuals are replaced by a newAlexander Larsson2011-09-051-0/+6
* Use new individuals_changed_detailed signalAlexander Larsson2011-09-051-38/+21