Don't set Individual.is-favourite when updating from Personas
[platform/upstream/folks.git] / folks / individual.vala
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'
2010-06-29 Travis ReitterMerge remote branch 'pwith/docs2'
2010-06-29 Philip WithnallMake Individual.avatar.set private
2010-06-29 Philip WithnallImplement a FIXME about checking for all-whitespace...
2010-06-29 Philip WithnallRemove interfaces from Persona
2010-06-29 Philip WithnallFirst round of favourites review cleanups
2010-06-28 Travis ReitterRephrase explanation of Individual:removed signal.
2010-06-25 Philip WithnallAdd documentation for every public signal, property...
2010-06-25 Philip WithnallAdd Favourites support
2010-06-24 Travis ReitterMerge remote branch 'pwith/fixes2'
2010-06-24 Travis ReitterMerge remote branch 'pwith/docs'
2010-06-24 Travis ReitterSupport contact removal
2010-06-22 Travis ReitterHave each Individual use the presence message for one...
2010-06-22 Travis ReitterMerge remote branch 'pwith/fixes'
2010-06-22 Philip WithnallAdd documentation support and stub documentation to...
2010-06-22 Philip WithnallEnsure the individual is removed if all its persona...
2010-06-22 Philip WithnallUse a persona's UID as an individual's alias if no...
2010-06-22 Philip WithnallMake Individual.get_presence_message() return an unowne...
2010-06-22 Philip WithnallAdd some comments to the code
2010-06-13 Travis ReitterClean up Telepathy PersonaStore removal and addition...
2010-06-11 Travis ReitterTrivial clean-up.
2010-06-11 Travis ReitterSupport avatars (generally, and for the Telepathy backend)
2010-05-27 Travis ReitterSupport writing contact group changes back to Telepathy...
2010-05-24 Travis ReitterAdd group notification/read support for Telepathy personas
2010-05-19 Travis ReitterAvoid extraneous property notifications.
2010-05-18 Travis ReitterForward along TpPersona presence changes through their...
2010-05-17 Travis ReitterCut outdated comment.
2010-05-17 Travis ReitterSupport account deletion
2010-05-13 Travis ReitterAdd stub Presence interface.
2010-05-13 Travis ReitterAdd a stub for the Capabilities interface.
2010-04-22 Travis ReitterRename from libtelepathy-people to libfolks.