build fix: Only depend on Gee 0.8.3, since 0.8.4 isn't released yet
[platform/upstream/folks.git] / backends / key-file / kf-persona.vala
2013-02-12 Travis Reitterbuild fix: Only depend on Gee 0.8.3, since 0.8.4 isn...
2013-02-11 Travis ReitterPort folks to libgee 0.8.
2012-08-14 Philip Withnalldocs: Use correct Valadoc syntax for monospaced content
2012-08-09 Erick Pérez Castel... key-file backend fixed to match last vala release.
2012-07-29 Philip WithnallRelease version 0.7.3 FOLKS_0_7_3
2012-07-24 Jeremy WhitingRevert "Port folks to libgee 0.8."
2012-07-07 Philip Withnallkey-file: Add anti-linking support
2012-07-06 Jeremy WhitingMerge branch libgeetest which upgrades our libgee depen...
2012-07-06 Jeremy WhitingPort folks to libgee 0.8.
2011-12-10 Philip WithnallBug 665692 — Use constructors correctly
2011-09-08 Raul Gutierrez SegalesUpdate @since tags
2011-09-06 Philip Withnallcore: Clarify nullability of a few properties
2011-09-02 Philip Withnallcore: Add WebServiceDetails.change_web_service_addresses()
2011-09-02 Philip Withnallcore: Add ImDetails.change_im_addresses()
2011-09-02 Philip Withnallcore: Add AliasDetails.change_alias()
2011-08-13 Travis ReitterRelease version 0.6.0 FOLKS_0_6_0
2011-08-12 Travis ReitterSupport vCard-like parameters for web service addresses
2011-08-12 Travis ReitterSupport vCard-like parameters for IM addresses
2011-07-20 Philip WithnallBug 650422 — Add API for easily checking whether detail...
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 Segaleskey-file: Make Kf.Persona implement WebServiceDetails...
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-03-11 Travis ReitterRename IMable -> ImDetails
2011-03-11 Travis ReitterRename Aliasable -> AliasDetails
2011-01-18 Eitan IsaacsonModified backends to use LinkedHashSet in IMable.im_add...
2010-12-30 Travis ReitterCut unnecessary casting.
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 data members begin with a _
2010-12-13 Philip WithnallBug 636714 — Assertion failure on invalid IM address
2010-11-13 Philip WithnallHide setter for Persona.linkable_properties
2010-11-04 Philip WithnallMark strings for translation and improve string formatt...
2010-09-21 Philip WithnallSupport the Persona.is_user property in the key-file...
2010-09-18 Philip WithnallBug 629311 — Folks should normalize IDs written to...
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-13 Philip WithnallRename Alias interface to Aliasable
2010-09-13 Philip WithnallAdd missing @inheritDoc doclets
2010-09-13 Philip WithnallBug 626008 — Add @since lines to all symbols
2010-09-10 Philip WithnallWarn on key file parse errors, rather than explode
2010-09-10 Philip WithnallAdd more debugging for aliases
2010-09-10 Philip WithnallDon't save the key file when loading Personas' aliases
2010-09-10 Philip WithnallDon't allow setting a Kf.Persona's alias to its current...
2010-08-30 Philip WithnallAdd extra debug messages to the key-file backend
2010-08-27 Philip WithnallFix symbol version numbers
2010-08-26 Philip WithnallAdd alias support to the key-file backend
2010-08-20 Philip WithnallEnsure the IMable.im_addresses property does not contai...
2010-08-10 Philip WithnallImprove the IDs stored in the key file
2010-08-09 Philip WithnallTake "im-addresses" as the parameter for a new Kf.Persona
2010-08-03 Travis ReitterAdd the display-id property to Persona.
2010-08-03 Philip WithnallTidy up UIDs and IIDs in the backends
2010-08-03 Philip WithnallAdd linking support to the IndividualAggregator
2010-08-03 Philip WithnallAdd a key-file backend