Use foreach{} rather than .foreach() in IndividualAggregator.link_personas()
[platform/upstream/folks.git] / folks /
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-18 Philip WithnallMake libfolks.so depend on gmodule-no-export
2010-09-18 Philip WithnallBug 629311 — Folks should normalize IDs written to...
2010-09-15 Philip WithnallFix documentation syntax
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Travis ReitterMove Backend preparation to BackendStore. Fixes bgo...
2010-09-14 Travis ReitterExpose the BackendStore's Backends. Helps bgo#628970.
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 Alias interface to Aliasable
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-10 Philip WithnallBug 629084 — Add a folks-import tool
2010-09-10 Philip WithnallBlock flushing of Kf.PersonaStore on any pending file...
2010-09-10 Philip WithnallAdd more debugging for aliases
2010-09-10 Philip WithnallInstall folks.vapi and folks-telepathy.vapi
2010-09-01 Philip WithnallBug 628343 — Add an environment variable to disable...
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-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-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 WithnallDon't use BUILT_SOURCES in makefiles
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-24 Travis ReitterFix the calculation for the persona_store_id length...
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-17 Guillaume Desmottesuse debug() instead of message()
2010-08-10 Philip WithnallRework unlinking in the IndividualAggregator
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-10 Philip WithnallAdd a PersonaStore.is_writeable property
2010-08-10 Travis ReitterUpdate folks pkg-config files.
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-05 Philip WithnallWarn if the MIME type of a potential backend couldn...
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 Travis ReitterAdd the display-id property to Persona.
2010-08-03 Philip WithnallUse the Persona's UID instead of the IID as the Individ...
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
2010-08-03 Philip WithnallAdd PersonaStore trust levels
2010-08-03 Philip WithnallAdd IMable interface
2010-08-03 Philip WithnallAdd concept of linkeable properties to Persona
2010-08-03 Philip WithnallDowngrade UID-as-alias warning to just a message
2010-08-03 Philip WithnallManually iterate through personas in remove_individual().
2010-08-03 Philip WithnallDon't warn when adding an existing contact.
2010-08-02 Philip WithnallVersion the installed backends using the LT current...
2010-07-28 Philip WithnallChange a message() to a debug()
2010-07-28 Philip WithnallAdd debug flags support
2010-07-27 Travis ReitterEnsure all methods that should be async are, to get... FOLKS_0_1_11
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-21 Philip WithnallFix Presence.is_online()
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-19 Philip WithnallOnly connect to group-changed signals if the Persona...
2010-07-15 Travis ReitterCut unnecessary dbus-glib flags from the libfolks build... FOLKS_0_1_10
2010-07-15 Travis ReitterExplicitly build and link generated C code against...
2010-07-15 Travis ReitterMerge remote branch 'pwith/refcount-on-remove'
2010-07-15 Travis ReitterSet the version info for the public libraries.
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/build-cleanup'
2010-07-14 Travis ReitterMerge remote branch 'pwith/gi-bindings-rebase4'
2010-07-14 Philip WithnallRearrange the libfolks Makefile
2010-07-14 Philip WithnallRemove redundant suffix substitutions in the libfolks...
2010-07-14 Philip WithnallRemove telepathy-vala dependencies from libfolks
2010-07-14 Philip WithnallTidy up the valac flags for libfolks
2010-07-14 Philip WithnallRemove unnecessary dependencies from folks.deps
2010-07-14 Philip WithnallConsolidate the tp-vala valaflags into configure.ac
2010-07-14 Philip WithnallAdd git.mk for automatic .gitignore generation
next