summaryrefslogtreecommitdiff
path: root/src/contacts-linking.vala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused methodPhilip Withnall2013-08-041-4/+0
* Catch some unhandled errors and print warningsPhilip Withnall2013-08-041-3/+16
* Added undo support to link operation.Erick Pérez Castellanos2013-02-151-1/+38
* Added link operation to selection-mode.Erick Pérez Castellanos2013-02-141-0/+15
* Port to gee-0.8.Erick Pérez Castellanos2013-02-141-16/+17
* contacts: Pass store as parameter to create_primary_persona_from_storeFlorian Müllner2012-06-281-1/+1
* Fixing bug Crash when adding to My Contacts.Erick Pérez Castellanos2012-03-011-2/+3
* Centralize calls to add_persona_from_details to one placeAlexander Larsson2012-02-161-1/+1
* Support linking with NULL to create a primary personaAlexander Larsson2012-02-161-11/+19
* Add undo ability for link/unlinkAlexander Larsson2012-01-241-14/+145
* Fix build with latest valaAlexander Larsson2012-01-171-1/+1
* Don't crash if new linking persona doesn't support NamesAlexander Larsson2011-10-201-1/+3
* Ifdef out some debug codeAlexander Larsson2011-09-191-0/+8
* Don't use deprecated is_writeable propertyAlexander Larsson2011-09-191-5/+5
* Make master-at-join on the contact, not on the personaAlexander Larsson2011-09-091-4/+3
* New method to pick best replacement on joinAlexander Larsson2011-09-091-2/+5
* Always add names to newly created personasAlexander Larsson2011-09-091-0/+2
* Ensure contacts-new-contact is always unset on personaAlexander Larsson2011-09-091-0/+2
* Reimplement link_personas using PersonaAttributesAlexander Larsson2011-09-091-251/+68
* Don't unnecessarily create a main personaAlexander Larsson2011-09-091-4/+5
* Initial cut at unlinking algorithmAlexander Larsson2011-09-091-0/+473
* Move all linking code to a separate fileAlexander Larsson2011-09-091-0/+268