Fix a typo in the IndividualAggregator.individuals_changed docs.
[platform/upstream/folks.git] / folks / individual-aggregator.vala
2011-06-30 Travis ReitterFix a typo in the IndividualAggregator.individuals_chan...
2011-05-13 Travis ReitterRelease Folks 0.5.1. FOLKS_0_5_1
2011-05-02 Philip WithnallAllow printing out status information at runtime
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-26 Philip WithnallTidy up signal disconnections in IndividualAggregator
2011-04-23 Philip WithnallChange LocalIdDetails.local_ids to be of type Set<string>
2011-04-23 Philip WithnallChange IndividualAggregator.individuals to be a Map...
2011-04-23 Philip WithnallChange IndividualAggregator.get_[all_]potential_matches...
2011-04-23 Philip WithnallChange IndividualAggregator.link_personas() to take...
2011-04-23 Philip WithnallPort IndividualAggregator.individuals_changed to use...
2011-04-23 Philip WithnallPort PersonaStore.personas_changed to Set<Persona>
2011-04-23 Philip WithnallPort Individual.personas to be a Set<Persona>
2011-04-23 Philip WithnallUse just a HashSet in IndividualAggregator._add_personas()
2011-04-23 Philip WithnallChange Backend.persona_stores to be a Map<string, Perso...
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-16 Philip WithnallDon't remove the wrong Individuals from IndividualAggre...
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
2011-04-09 Raul Gutierrez SegalesFixed problem with saving results in get_all_potential_...
2011-04-09 Raul Gutierrez SegalesAdd support to perform potential matches among Individuals
2011-04-08 Raul Gutierrez SegalesExtend IndividualAggregator to support linking via...
2011-04-08 Raul Gutierrez SegalesOnly add available properties when linking Personas
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-04-01 Raul Gutierrez SegalesAdd support to switch primary backend either by GConf...
2011-03-23 Sjoerd SimonsWhen removing, use a local copy of the personas
2011-03-11 Travis ReitterRename IMable -> ImDetails
2011-03-11 Travis ReitterRename Groupable -> GroupDetails
2011-02-14 Philip WithnallRemove support for building with Vala < 0.11
2011-02-14 Philip WithnallFix the documentation version tags
2011-02-14 Philip WithnallBug 642036 — No way to pass a message when adding a...
2011-02-14 Philip WithnallTake a PersonaStore in IndividualAggregator.add_persona...
2011-01-18 Eitan IsaacsonModified libfolks to use LinkedHashSet in im_addresses.
2011-01-17 Philip WithnallDon't add a duplicate candidate individual if one match...
2011-01-11 Travis ReitterDon't announce removal of Individuals twice.
2010-12-30 Travis ReitterRefer to non-local variables and methods with full...
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 methods begin with a _
2010-12-30 Travis ReitterEnsure private and internal data members begin with a _
2010-12-13 Philip WithnallEnsure each Persona is added to the relinked_personas...
2010-12-12 Philip WithnallRemove use of Unicode characters in documentation comments
2010-12-12 Stef WalterBug 636251 — Fails to add contact
2010-11-13 Philip WithnallConsolidate persona link removal code
2010-11-13 Philip WithnallRemove links to personas before they're relinked in...
2010-11-13 Philip WithnallCombine personas_changed() emissions for Individuals...
2010-11-13 Philip WithnallImprove debug output of the aggregator
2010-11-04 Philip WithnallMark strings for translation and improve string formatt...
2010-10-20 Travis ReitterEnsure Individuals replaced due to re-linking emit...
2010-10-19 Travis ReitterBreak up some long class summaries to simplify the...
2010-10-11 Travis ReitterDon't assume Personas all have a corresponding Individu...
2010-09-22 Travis ReitterDon't deref a null PersonaStore in a failure case.
2010-09-22 Travis ReitterAdd IndividualAggregator.is_prepared and make prepare...
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 WithnallCache notifications for IndividualAggregator.user durin...
2010-09-21 Philip WithnallEnsure a given individual isn't marked as added and...
2010-09-21 Philip WithnallFix an assertion error in IndividualAggregator
2010-09-21 Philip WithnallEnsure Individuals are added before they're removed
2010-09-21 Philip WithnallAdd a "user" property to the IndividualAggregator
2010-09-21 Philip WithnallUse foreach{} rather than .foreach() in IndividualAggre...
2010-09-20 Philip WithnallAdd missing documentation
2010-09-20 Philip WithnallMove debug initialisation to BackendStore
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Travis ReitterMove Backend preparation to BackendStore. Fixes bgo...
2010-09-14 Travis ReitterMake BackendStore a singleton. Helps bgo#628970.
2010-09-14 Philip WithnallMove BuildConf into the Folks namespace
2010-09-13 Philip WithnallRename Groups interface to Groupable
2010-09-13 Philip WithnallFix some error domains
2010-09-13 Philip WithnallBug 626008 — Add @since lines to all symbols
2010-09-01 Philip WithnallBug 628343 — Add an environment variable to disable...
2010-08-30 Philip WithnallEnsure untrusted Personas' Individuals are signalled...
2010-08-30 Philip WithnallMark two strings as unowned to prevent unnecessary...
2010-08-30 Philip WithnallWork around a Vala bug generating bad C for a lambda...
2010-08-30 Philip WithnallOutput more debugging information when linking
2010-08-20 Travis ReitterClean up the variable naming for parallel data structures.
2010-08-20 Philip WithnallEnsure duplicate Individuals don't enter candidate_inds...
2010-08-20 Philip WithnallEnsure the IMable.im_addresses property does not contai...
2010-08-18 Travis ReitterCheck whether the Persona instance is IMable, not the...
2010-08-10 Philip WithnallRework unlinking in the IndividualAggregator
2010-08-10 Philip WithnallAdd a PersonaStore.is_writeable property
2010-08-09 Philip WithnallAdd IndividualAggregator.link_personas() and .unlink_in...
2010-08-09 Philip WithnallLet the IndividualAggregator designate one PersonaStore...
2010-08-09 Philip WithnallAllow late linking of Individuals if Personas are added...
2010-08-09 Philip WithnallSpecify a replacement Individual in Individual.removed()
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 PersonaStore trust levels
2010-08-03 Philip WithnallManually iterate through personas in remove_individual().
2010-08-03 Philip WithnallDon't warn when adding an existing contact.
2010-07-28 Philip WithnallAdd debug flags support
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 the IndividualAggregator out into a...
2010-07-20 Philip WithnallSplit setup of Backends out into a Backend.prepare...
2010-07-20 Philip WithnallSplit setup of PersonaStores out into a PersonaStore...
2010-07-15 Travis ReitterMerge remote branch 'pwith/refcount-on-remove'
2010-07-15 Philip WithnallMake some Persona instances unowned
2010-07-13 Travis ReitterUse a more-flexible a{sv} type for the add_persona_from...
next