Use foreach{} rather than .foreach() in IndividualAggregator.link_personas()
[platform/upstream/folks.git] / backends /
2010-09-20 Philip WithnallRemove {@inheritDoc} from folks-telepathy documentation
2010-09-18 Philip WithnallExplicitly link the backends to libfolks.la
2010-09-18 Philip WithnallBug 629311 — Folks should normalize IDs written to...
2010-09-18 Travis ReitterClear up ambiguity between GLib.Proxy and TelepathyGLib...
2010-09-17 Travis ReitterCut some obsolete comments in TpLowlevel.
2010-09-17 Travis ReitterFix the GIR annotation for connection_open_contact_list...
2010-09-17 Travis ReitterFix the GIR annotations for connect_to_new_group_channels
2010-09-17 Travis ReitterTurn on all g-i warnings and make them errors (for...
2010-09-16 Philip WithnallMake a result argument nullable
2010-09-15 Travis ReitterAdjust to changes introduced with the Vala fix for...
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Travis ReitterUpdate the name for TelepathyGLib.Intset
2010-09-14 Philip WithnallFix the type of an AsyncReadyCallback in Tpf.PersonaStore
2010-09-14 Philip WithnallAdd missing annotations to TpLowlevel
2010-09-14 Philip WithnallEnable g-ir-scanner warnings for TpLowlevel
2010-09-13 Philip WithnallRename Alias interface to Aliasable
2010-09-13 Philip WithnallRename Groups interface to Groupable
2010-09-13 Philip WithnallFix a private error domain in Tpf.PersonaStore
2010-09-13 Philip WithnallFix some error domains
2010-09-13 Philip WithnallAdd missing @inheritDoc doclets
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-09-10 Philip WithnallBug 628853 — hangs if there's no relationships.ini...
2010-09-10 Philip WithnallNotify of Tpf.PersonaStore's Personas being removed...
2010-09-10 Philip WithnallWarn on key file parse errors, rather than explode
2010-09-10 Philip WithnallFix saving the key file when it contains multi-byte...
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-09-10 Philip WithnallAdd generated C files to GITIGNOREFILES
2010-09-10 Philip WithnallInstall folks.vapi and folks-telepathy.vapi
2010-09-10 Philip WithnallCorrect use of CPPFLAGS/CFLAGS in backend Makefile.ams
2010-09-10 Philip WithnallPort the backend Makefile.ams to use automake-1.11...
2010-08-30 Travis ReitterClear the stored list if it's invalidated.
2010-08-30 Philip WithnallEnsure existing Kf.Personas aren't overwritten when...
2010-08-30 Philip WithnallAdd extra debug messages to the key-file backend
2010-08-30 Philip WithnallRemove unused declaration from tp-lowlevel.h
2010-08-27 Travis Reittertp-lowlevel doesn't actually depend upon the Gee intros...
2010-08-27 Philip WithnallFix symbol version numbers
2010-08-26 Philip WithnallMove the folks-telepathy library to a "lib" subdir...
2010-08-26 Philip WithnallDon't use BUILT_SOURCES in makefiles
2010-08-26 Philip WithnallFix groups signal emissions in Tpf.Persona
2010-08-26 Philip WithnallAdd a missing yield to make group changes async in...
2010-08-26 Philip WithnallAdd alias support to the key-file backend
2010-08-26 Philip WithnallFall back to the display ID for TpfPersonas with empty...
2010-08-20 Travis ReitterMake gobject-introspection a hard requirement.
2010-08-20 Philip WithnallEnsure the IMable.im_addresses property does not contai...
2010-08-19 Maciej PiechotkaBug 627314 — folks cannot be install in gentoo sandbox
2010-08-18 Travis ReitterMake the 'Group invalidated' warning a debug statement.
2010-08-17 Travis ReitterFix calls to deprecated Gee.Map.remove()
2010-08-17 Travis ReitterUpdate object ownership in the Telepathy backend for...
2010-08-17 Travis ReitterDon't free the return value of transfer-full TpLowlevel...
2010-08-17 Travis ReitterBuild tp-lowlevel via gobject-introspection
2010-08-17 Travis ReitterAdd gobject-introspection annotations to tp-lowlevel
2010-08-17 Guillaume Desmottesuse debug() when failing to get a contact list channel
2010-08-10 Philip WithnallSignal the removal of personas from the Kf.PersonaStore
2010-08-10 Philip WithnallImprove the IDs stored in the key file
2010-08-10 Travis ReitterUpdate folks-telepathy pkg-config files.
2010-08-10 Travis ReitterCatch up with the new location for the telepathy-glib...
2010-08-09 Travis ReitterDon't warn if the 'stored' channel doesn't exist.
2010-08-09 Philip WithnallImplement the IMable interface on TpfPersona
2010-08-09 Philip WithnallTake "im-addresses" as the parameter for a new Kf.Persona
2010-08-09 Philip WithnallUse autogenerated numeric IDs for key file groups
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 WithnallAllow specifying the key file to load via an environmen...
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 WithnallDon't warn when adding an existing contact.
2010-08-02 Philip WithnallVersion the installed backends using the LT current...
2010-08-02 Philip WithnallHandle connections which are ready as soon as they...
2010-08-02 Philip WithnallAdd some more debug output to the Telepathy backend
2010-08-02 Philip WithnallDon't log errors in tp-lowlevel functions if they retur...
2010-07-28 Philip WithnallUse g_message() in tp-lowlevel rather than g_warning()
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 ReitterMerge remote branch 'pwith/offline-fixes' into prep...
2010-07-26 Philip WithnallMake remove_persona() and remove_individual() async
2010-07-22 Philip WithnallReset the TpfPersonaStore state when going offline
2010-07-22 Philip WithnallDon't hold a reference to the Account when iterating...
2010-07-22 Philip WithnallDon't emit "group invalidated" warnings when disconnecting
2010-07-21 Philip WithnallDon't initialise favourite contacts support if the...
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 ReitterExplicitly build and link generated C code against...
2010-07-15 Travis ReitterExplicitly link libfolks-telepathy against libfolks.
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 ReitterDon't give libtp-lowlevel a version number, since it...
2010-07-15 Travis ReitterSet the version info for the public libraries.
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 WithnallTidy up dependencies in the Telepathy backend
2010-07-14 Philip WithnallRemove unnecessary dependencies from folks-telepathy...
2010-07-14 Philip WithnallRemove redundant suffix substitutions in the Telepathy...
2010-07-14 Philip WithnallRename VALASOURCES variables in Telepathy backend
2010-07-14 Philip WithnallConsolidate the tp-vala valaflags into configure.ac
2010-07-14 Philip WithnallAdd git.mk for automatic .gitignore generation
next