build: Release version 0.6.3
[platform/upstream/folks.git] / folks / persona-store.vala
2011-09-18 Philip Withnallbuild: Release version 0.6.3 FOLKS_0_6_3
2011-09-16 Raul Gutierrez Segalescore: add Folks.PersonaStore.user-set-default property
2011-09-14 Raul Gutierrez SegalesFolks.PersonaStore: add is-primary-store and deprecate...
2011-09-14 Raul Gutierrez Segalescore: deprecate FOLKS_WRITEABLE_STORE for FOLKS_PRIMARY...
2011-09-08 Raul Gutierrez SegalesUpdate @since tags
2011-09-04 Philip Withnallcore: Add GROUPS and INVALID to PersonaDetail
2011-09-02 Philip WithnallBug 656184 — Add is-quiescent property
2011-08-29 Philip Withnallcore: Add PersonaStore:always-writeable-properties
2011-08-21 Philip Withnallcore: Fix some whitespace
2011-08-13 Travis ReitterRelease version 0.6.0 FOLKS_0_6_0
2011-08-03 Philip WithnallClarify the documentation of PersonaStore.is_writeable
2011-08-02 Raul Gutierrez SegalesConfigure the writeable store by type_id and store id
2011-07-29 Philip Withnalldocs: Fix up lots of minor issues in the documentation...
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-05-13 Travis ReitterRelease Folks 0.5.1. FOLKS_0_5_1
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-23 Philip WithnallChange PersonaStore.personas to be a Map<string, Persona>
2011-04-23 Philip WithnallPort PersonaStore.personas_changed to Set<Persona>
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
2011-04-08 Raul Gutierrez SegalesAdd LOCAL_IDS to the known defined keys for add_persona...
2011-04-08 Raul Gutierrez SegalesList Folks.PersonaDetail in alphabetical order
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-04-02 Travis ReitterMake Folks.PersonaStore.detail_key() static.
2011-03-31 Raul Gutierrez SegalesHelpers to check add_persona_from_details' compliance...
2011-03-11 Travis ReitterRename Groupable -> GroupDetails
2011-02-02 Raul Gutierrez SegalesAdded the READ_ONLY PersonaStore error
2010-11-13 Philip WithnallHide setters for PersonaStore.type_id, .display_name...
2010-10-13 Travis ReitterAdd the PersonaStore:can-group-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-alias-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-remove-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-add-personas property.
2010-09-22 Travis ReitterAdd PersonaStore.is_prepared and make prepare() idempotent.
2010-09-21 Travis ReitterClean up the behavior of the add_persona_from_details...
2010-09-21 Travis ReitterAdd STORE_OFFLINE error types for temporary failures.
2010-09-21 Philip WithnallSupport the Persona.is_user property in the telepathy...
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Philip WithnallMove BuildConf into the Folks namespace
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 WithnallBlock flushing of Kf.PersonaStore on any pending file...
2010-08-10 Philip WithnallAdd a PersonaStore.is_writeable property
2010-08-04 Philip WithnallAdd @since lines to the documentation of some new methods
2010-08-04 Travis ReitterAdd a display-name property to PersonaStore
2010-08-03 Philip WithnallAdd PersonaStore trust levels
2010-08-03 Philip WithnallDon't warn when adding an existing contact.
2010-07-26 Travis ReitterAlways throw an error in async functions, to avoid...
2010-07-26 Travis ReitterMerge remote branch 'pwith/offline-fixes' into prep...
2010-07-26 Philip WithnallMake remove_persona() and remove_individual() async
2010-07-20 Philip WithnallSplit setup of PersonaStores out into a PersonaStore...
2010-07-13 Travis ReitterUse a more-flexible a{sv} type for the add_persona_from...
2010-07-13 Travis ReitterCombine the PersonaStore:personas-added and personas...
2010-07-01 Philip WithnallMerge branch 'master' into fixes3-no-prepare
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 WithnallRemove groups API from PersonaStore
2010-06-25 Philip WithnallAdd documentation for every public signal, property...
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 ReitterAdd the ability to add new personas to a persona store.
2010-06-22 Philip WithnallAdd documentation support and stub documentation to...
2010-06-11 Travis ReitterGeneralize overly-specific 'using' statement
2010-06-02 Travis ReitterFactor out the Telepathy backend into a separate, loada...
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-17 Travis ReitterSupport account deletion
2010-04-23 Travis ReitterSplit PersonaStore into an abstract class and the TpPer...
2010-04-22 Travis ReitterRename from libtelepathy-people to libfolks.