Don't notify twice for EDS Persona nickname changes.
[platform/upstream/folks.git] / folks /
2011-07-21 Travis ReitterMake Folks.Utils public and add Gee structure equality...
2011-07-21 Travis ReitterUpdate for 142f9b74: make Individual.calendar_event_id...
2011-07-20 Philip WithnallMake BirthdayDetails.calendar_event_id nullable
2011-07-20 Philip WithnallBug 650422 — Add API for easily checking whether detail...
2011-07-20 Tiffany AntopolskiMinor style change in presence-details.vala
2011-07-20 Philip WithnallBug 645549 — Add a way to get the individual from a...
2011-07-20 Philip WithnallEnsure that all modifications of Individual.personas...
2011-07-20 Philip WithnallFix the error domain of PersonaStore.remove_persona()
2011-07-20 Philip WithnallBug 652425 — Failure codes for removing personas needed...
2011-07-19 Philip WithnallAllow NameDetails.nickname to be writeable
2011-07-07 Travis ReitterFix the valadoc string for FieldDetails.value.
2011-07-05 Philip WithnallBug 653746 — mismatch between hash and equals in Note
2011-06-30 Travis ReitterFix a typo in the IndividualAggregator.individuals_chan...
2011-06-24 Philip WithnallBug 652449 — Folks.Individual's property getters should...
2011-06-24 Philip WithnallBug 652660 — Make Individual.id more stable and well...
2011-06-22 Travis ReitterFix the link within the PresenceDetails.presence_status...
2011-06-22 Philip WithnallBug 648071 — Add support for presence status from Telepathy
2011-06-18 Philip WithnallBug 652463 — Tidy up CLEANFILES
2011-06-13 Philip WithnallBug 646244 — Incomplete logic to handle attribute updat...
2011-06-02 Raul Gutierrez SegalesPlay nicely with new API in Vala 0.14
2011-05-13 Travis ReitterRelease Folks 0.5.1. FOLKS_0_5_1
2011-05-13 Travis ReitterStrip tab characters from valadocs to unbreak doc building.
2011-05-13 Travis ReitterProperly distribute the typelib file.
2011-05-13 Travis ReitterDistribute Folks-*.gir and Folks-*.typelib
2011-05-12 Travis ReitterAllow the types argument for PostalAddress() to be...
2011-05-12 Philip WithnallBug 649088 — Combining contacts doesn't work with germa...
2011-05-10 Alexander LarssonEnsure includes are done with <folks/*.h>
2011-05-02 Philip WithnallAllow printing out status information at runtime
2011-05-02 Philip WithnallAdd debug printing and formatting methods to Debug
2011-05-02 Philip WithnallAllow the singleton Debug instance to be retrieved...
2011-05-02 Philip WithnallAllow enabling/disabling output of debug messages at...
2011-05-02 Philip WithnallMake Debug public and restrict it to being a singleton
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-26 Philip WithnallTidy up signal disconnections in IndividualAggregator
2011-04-26 Maxim ErmilovAdd GObject Introspection Support
2011-04-23 Philip WithnallChange PostalAddress.types to be a Set<string>
2011-04-23 Philip WithnallChange PotentialMatch.known_email_aliases to be of...
2011-04-23 Philip WithnallChange RoleDetails.roles to be of type Set<Role>
2011-04-23 Philip WithnallChange NoteDetails.notes to be of type Set<Note>
2011-04-23 Philip WithnallChange LocalIdDetails.local_ids to be of type Set<string>
2011-04-23 Philip WithnallChange PersonaStore.personas to be a Map<string, Persona>
2011-04-23 Philip WithnallChange IndividualAggregator.individuals to be a Map...
2011-04-23 Philip WithnallChange IndividualAggregator.get_[all_]potential_matches...
2011-04-23 Philip WithnallChange IndividualAggregator.link_personas() to take...
2011-04-23 Philip WithnallPort IndividualAggregator.individuals_changed to use...
2011-04-23 Philip WithnallPort PersonaStore.personas_changed to Set<Persona>
2011-04-23 Philip WithnallPort Individual.personas_changed to use Set<Persona>
2011-04-23 Philip WithnallPort Individual.personas to be a Set<Persona>
2011-04-23 Philip WithnallConvert the internal store of Personas in Individual...
2011-04-23 Travis ReitterRemove use of GLib.List in public BackendStore API.
2011-04-23 Philip WithnallUse just a HashSet in IndividualAggregator._add_personas()
2011-04-23 Philip WithnallChange UrlDetails.urls to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange PhoneDetails.phone_numbers to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange EmailDetails.email_addresses to be a Set<FieldDe...
2011-04-23 Philip WithnallChange PostalAddressDetails.postal_addresses to be...
2011-04-23 Philip WithnallChange FieldDetails.parameters to be a MultiMap<string...
2011-04-23 Philip WithnallChange GroupDetails.groups to be a Set<string>
2011-04-23 Philip WithnallChange Backend.persona_stores to be a Map<string, Perso...
2011-04-23 Philip WithnallRemove LinkedHashSet in favour of Gee.HashSet
2011-04-23 Philip WithnallChange WebServiceDetails.…addresses to be a MultiMap...
2011-04-23 Philip WithnallChange ImDetails.im_addresses to be a MultiMap<string...
2011-04-16 Philip WithnallImplement an Iterator for LinkedHashSet
2011-04-16 Philip WithnallAdd stamping to LinkedHashSet
2011-04-16 Philip WithnallRemove implementation of LinkedHashSet.list_iterator()
2011-04-16 Philip WithnallDon't remove the wrong Individuals from IndividualAggre...
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
2011-04-11 Alban Crequyphone-details: move a comment to make valadoc happy
2011-04-09 Raul Gutierrez SegalesFixed problem with saving results in get_all_potential_...
2011-04-09 Raul Gutierrez SegalesPotentialMatch: make result_to_string a class method
2011-04-09 Raul Gutierrez SegalesString should be `very low` instead of `very unlikely`
2011-04-09 Raul Gutierrez SegalesAdd support to perform potential matches among Individuals
2011-04-09 Raul Gutierrez SegalesAdd helper method to normalise and compare phone numbers
2011-04-09 Raul Gutierrez SegalesAdd Folks.Utils to group helper methods
2011-04-08 Raul Gutierrez SegalesExtend IndividualAggregator to support linking via...
2011-04-08 Raul Gutierrez SegalesImplement LocalIDDetails for Folks.Individual
2011-04-08 Raul Gutierrez SegalesAdd LOCAL_IDS to the known defined keys for add_persona...
2011-04-08 Raul Gutierrez SegalesAdd LocalIdDetails interface to link Personas from...
2011-04-08 Raul Gutierrez SegalesList Folks.PersonaDetail in alphabetical order
2011-04-08 Raul Gutierrez SegalesOnly add available properties when linking Personas
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-04-02 Travis ReitterMake Folks.PersonaStore.detail_key() static.
2011-04-01 Raul Gutierrez SegalesAdd support to switch primary backend either by GConf...
2011-03-31 Raul Gutierrez SegalesHelpers to check add_persona_from_details' compliance...
2011-03-30 Raul Gutierrez SegalesFix checks for empty and equal StructuredNames
2011-03-29 Philip WithnallClarify immutability of Persona.uid
2011-03-24 Raul Gutierrez SegalesAdd equal method to StructuredName
2011-03-23 Sjoerd SimonsWhen removing, use a local copy of the personas
2011-03-17 Raul Gutierrez SegalesCopy new PhoneDetails for individuals, don't hold stale...
2011-03-17 Raul Gutierrez SegalesCopy new Emails for individuals, don't hold stale pointers.
2011-03-14 Travis ReitterRelease Folks 0.4.0 FOLKS_0_4_0
2011-03-14 Travis ReitterDon't overwrite an Individual's avatar with null.
2011-03-11 Raul Gutierrez Segalesfolks-inspect: handle Structured Names
2011-03-11 Travis ReitterRename Urlable -> UrlDetails
2011-03-11 Travis ReitterRename RoleOwner -> RoleDetails
2011-03-11 Travis ReitterRename PresenceOwner -> PresenceDetails
2011-03-11 Travis ReitterRename PostalAddressOwner -> PostalAddressDetails
2011-03-11 Travis ReitterRename Phoneable -> PhoneDetails
2011-03-11 Travis ReitterRename NoteOwner -> NoteDetails
2011-03-11 Travis ReitterRename NameOwner -> NameDetails
2011-03-11 Travis ReitterRename IMable -> ImDetails
next