Bug 648767 — Return read-only views of Sets and Maps where possible
[platform/upstream/folks.git] / folks / individual.vala
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
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 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 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 GroupDetails.groups to be a Set<string>
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-08 Raul Gutierrez SegalesImplement LocalIDDetails for Folks.Individual
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-03-30 Raul Gutierrez SegalesFix checks for empty and equal StructuredNames
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 ReitterDon't overwrite an Individual's avatar with null.
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
2011-03-11 Travis ReitterRename Groupable -> GroupDetails
2011-03-11 Travis ReitterRename GenderOwner -> GenderDetails
2011-03-11 Travis ReitterRename Favouritable -> FavouriteDetails
2011-03-11 Travis ReitterRename Emailable -> EmailDetails
2011-03-11 Travis ReitterRename BirthdayOwner -> BirthdayDetails
2011-03-11 Travis ReitterRename AvatarOwner -> AvatarDetails
2011-03-11 Travis ReitterRename Aliasable -> AliasDetails
2011-03-08 Raul Gutierrez SegalesUse the correct signal name for postal addresses
2011-03-04 Travis ReitterDon't drop Individuals' initial set of notes.
2011-03-03 Marco BarisioneMake Individual implement the PostalAddressOwner interface
2011-03-03 Travis ReitterCheck FieldDetails values before storing to avoid segfa...
2011-03-03 Raul Gutierrez SegalesEnsure we update an Individual's notes along with the...
2011-03-03 Raul Gutierrez SegalesEnsure we update an Individual's birthday along with...
2011-03-03 Raul Gutierrez SegalesAdd NoteOwner interface
2011-03-03 Raul Gutierrez SegalesAdd BirthdayOwner interface
2011-03-02 Raul Gutierrez SegalesAdd RoleOwner interface for contacts that belong to...
2011-03-02 Raul Gutierrez SegalesList the implemented interfaces in alphabetical order
2011-02-25 Travis ReitterCopy new URLs for individuals, don't hold stale pointers.
2011-02-07 Philip WithnallBug 641780 — Incorrect C function names for URLable...
2011-02-02 Marco BarisioneAdd Emailable for contacts with emails
2011-02-02 Marco BarisioneAdd Phoneable interface for contacts with phone numbers
2011-02-02 Travis ReitterAdd GenderOwner interface for specifying contact gender
2011-02-02 Travis ReitterAdd URLable interface for contacts with associated...
2011-02-02 Marco BarisioneAdd a NameOwner interface for contacts with full names...
2011-01-31 Travis ReitterRename HasPresence -> PresenceOwner.
2011-01-31 Travis ReitterRename HasAvatar -> AvatarOwner.
2011-01-18 Eitan IsaacsonModified libfolks to use LinkedHashSet in im_addresses.
2010-12-30 Travis ReitterMaximize use of 'unowned' keyword.
2010-12-30 Travis ReitterMaximize use of the 'var' keyword.
2010-12-30 Travis ReitterEnsure private and internal methods begin with a _
2010-12-30 Travis ReitterEnsure private and internal data members begin with a _
2010-12-12 Philip WithnallRename the Favourite interface to Favouritable
2010-12-12 Philip WithnallRename the Presence interface to HasPresence
2010-12-12 Philip WithnallRename the Avatar interface to HasAvatar
2010-12-12 Philip WithnallRemove use of Unicode characters in documentation comments
2010-11-13 Philip WithnallRemove casting convenience functions in Individual
2010-11-04 Travis ReitterFix code alignment.
2010-11-04 Travis ReitterFix some comment wrapping.
2010-10-15 Travis ReitterMake Individual implement IMable.
2010-09-21 Philip WithnallImplicitly trust Personas which are marked as being...
2010-09-21 Philip WithnallAdd an "is-user" property to Individual and Persona
2010-09-20 Philip WithnallAdd missing documentation
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Philip WithnallMove BuildConf into the Folks namespace
2010-09-13 Philip WithnallRename Alias interface to Aliasable
2010-09-13 Philip WithnallRename Groups interface to Groupable
2010-09-13 Philip WithnallBug 626008 — Add @since lines to all symbols
2010-09-10 Philip WithnallAdd more debugging for aliases
2010-08-31 Philip WithnallDon't set Individual.is-favourite when updating from...
2010-08-30 Philip WithnallDon't set Individual.alias when updating the alias...
2010-08-30 Philip WithnallRefactor Individual.update_alias() to give a single...
2010-08-27 Philip WithnallBlock notification of Persona.is-favourite when changin...
2010-08-27 Philip WithnallAdd debugging to favourite status in Folks.Individual
2010-08-27 Philip WithnallFix symbol version numbers
2010-08-26 Philip WithnallDon't use deprecated Gee.Map.remove() method
2010-08-26 Philip WithnallPush favourite changes to all Personas unconditionally
2010-08-26 Philip WithnallWrite alias changes to every Persona if there are no...
2010-08-26 Philip WithnallDon't unnecessarily push group changes down to Personas
2010-08-26 Philip WithnallDon't listen to notify::groups in Individual
2010-08-26 Philip WithnallUse the alias from a writeable Persona in preference...
2010-08-26 Philip WithnallFall back to using a display ID if no Personas have...
2010-08-26 Philip WithnallBug 627968 — Add Individual.trust_level property
2010-08-26 Philip WithnallOnly keep one reference to each Persona in an Individual
2010-08-26 Philip WithnallBug 626725 — Add an Individual.personas_changed signal
2010-08-26 Philip WithnallStore a set of Personas inside each Individual for...
2010-08-17 Guillaume Desmottesuse debug() instead of message()
2010-08-10 Philip WithnallImprove the heuristic for choosing an Individual's...
2010-08-10 Philip WithnallDon't synchronise groups between Personas
2010-08-10 Philip WithnallDon't synchronise favourite status between Personas
2010-08-10 Philip WithnallDon't synchronise alias between Personas
2010-08-09 Philip WithnallAdd IndividualAggregator.link_personas() and .unlink_in...
next