Rename NameOwner -> NameDetails
[platform/upstream/folks.git] / folks / individual.vala
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...
2010-08-09 Philip WithnallSpecify a replacement Individual in Individual.removed()
2010-08-03 Philip WithnallUse the Persona's UID instead of the IID as the Individ...
2010-08-03 Philip WithnallDowngrade UID-as-alias warning to just a message
2010-07-27 Travis ReitterEnsure all methods that should be async are, to get... FOLKS_0_1_11
2010-07-19 Philip WithnallOnly connect to group-changed signals if the Persona...
2010-07-15 Travis ReitterMerge remote branch 'pwith/refcount-on-remove'
2010-07-15 Philip WithnallOnly unref a Persona if we actually held a reference...
2010-07-15 Philip WithnallMake some Persona instances unowned
2010-07-14 Travis ReitterMerge remote branch 'pwith/gi-bindings-rebase4'
2010-07-14 Philip WithnallDon't leak TpfPersona references for each Individual
2010-07-13 Travis ReitterCombine the IndividualAggregator:individuals-added...
2010-07-12 Travis ReitterAlso remove Capabilities from Individual.
2010-07-08 Philip WithnallDon't try to strip() a null string
2010-07-08 Philip WithnallFix notification of favourites changes in Individual
2010-07-07 Philip WithnallEnsure updates to Persona:groups affect Individuals
2010-07-07 Philip WithnallImprove filtering of empty aliases
2010-07-07 Philip WithnallAdd alias notification in Folks.Individual
2010-07-02 Philip WithnallPass changes to Personas' aliases on to Telepathy
2010-07-02 Travis ReitterActually ref new Personas set for an Individual, so...
2010-07-02 Travis ReitterUpdate an Individual's store-persona hash when the...
2010-07-01 Travis ReitterMerge remote branch 'pwith/fixes3-no-prepare'
2010-07-01 Philip WithnallMerge branch 'master' into fixes3-no-prepare
2010-07-01 Philip WithnallApply new interface style convention
2010-07-01 Travis ReitterMerge remote branch 'pwith/interfaces'
2010-06-30 Philip WithnallMerge branch 'master' into fixes3
2010-06-30 Philip WithnallMerge branch 'master' into interfaces
2010-06-29 Travis ReitterMerge remote branch 'pwith/favourites'
next