platform/upstream/folks.git
2010-08-02 Travis ReitterRelease version 0.1.12 FOLKS_0_1_12
2010-08-02 Travis ReitterBump revision, in anticipation of release.
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 Travis ReitterBump Vala version requirement.
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 WithnallChange a message() to a debug()
2010-07-28 Philip WithnallAdd debug flags support
2010-07-27 Travis ReitterPost-release version bump.
2010-07-27 Travis ReitterUpdate (a little late) the LT versioning fields for...
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-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-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 ReitterPost-release version bump.
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 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-15 Travis ReitterAdd some basic info to the README.
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-15 Travis ReitterFix our category in the Gnome git system (take the...
2010-07-15 Travis ReitterAdd general project and maintainer information.
2010-07-15 Travis ReitterBump the version for the next release properly, with...
2010-07-14 Travis ReitterMerge remote branch 'pwith/build-cleanup'
2010-07-14 Travis ReitterBump the configure-time glib requirement (which was...
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 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 WithnallSilence the documentation build
2010-07-14 Philip WithnallConsolidate the tp-vala valaflags into configure.ac
2010-07-14 Philip WithnallAdd git.mk for automatic .gitignore generation
2010-07-14 Philip WithnallAdd generated files to MAINTAINERCLEANFILES
2010-07-14 Philip WithnallDon't install or EXTRA_DIST the package documentation
2010-07-14 Philip WithnallFix ChangeLog cleaning
2010-07-14 Philip WithnallRemove unused gtk-doc lines from build system
2010-07-14 Philip WithnallRemove unused scrollkeeper lines from Makefile
2010-07-14 Philip WithnallRemove some unused lines from the configure summary
2010-07-14 Philip WithnallRemove some barely-used silent build machinery from...
2010-07-14 Philip WithnallFix MIME type memory leak in BackendStore
2010-07-14 Philip WithnallDon't leak TpfPersona references for each Individual
2010-07-14 Philip WithnallBreak a refcycle between TpfPersonaStore and TpfPersona
2010-07-14 Philip WithnallAllow backends to be completely unloaded
2010-07-14 Travis ReitterExplicitly require Vala.
2010-07-14 Travis ReitterBump nano version after release.
2010-07-14 Travis ReitterDistribute the tp-lowlevel metadata file to fix distcheck. FOLKS_0_1_9
2010-07-14 Travis ReitterSpecify tp-lowlevel.h being in the srcdir, to work...
2010-07-14 Travis ReitterSpecify the vala source files being in the srcdir,...
2010-07-14 Travis ReitterWork around bgo #624278 for distcheck
2010-07-13 Travis ReitterInclude the backends/telepathy/*.vala files when making...
2010-07-13 Travis ReitterInclude the folks/*.vala files when making a relese.
2010-07-13 Philip WithnallEnsure we don't unref every TpAccount
2010-07-13 Philip WithnallRemove extraneous array length parameter
2010-07-13 Travis ReitterUse a more-flexible a{sv} type for the add_persona_from...
2010-07-13 Travis ReitterBump the version for the new PersonaStore/IndividualAgg...
2010-07-13 Travis ReitterCombine the IndividualAggregator:individuals-added...
2010-07-13 Travis ReitterPass along the message, actor, and reason from standard...
2010-07-13 Travis ReitterCombine the PersonaStore:personas-added and personas...
2010-07-13 Travis ReitterBump the required version of tp-glib
2010-07-12 Travis ReitterAlso remove Capabilities from Individual.
2010-07-12 Travis ReitterRemove the Capabilities interface.
2010-07-12 Travis ReitterStrip Capabilities interface from Tpf.Persona.
2010-07-09 Travis ReitterDon't explicitly state the return type of AccountManage...
2010-07-09 Travis ReitterVala doesn't accept GLib.Value as a generic type
2010-07-08 Travis ReitterUpdate for the new signature of ConnectionRequestHandlesCb.
2010-07-08 Travis ReitterCast TelepathyGLib.ContactFeature to uint, since tp...
2010-07-08 Travis ReitterUpdate for the fact that the g-i bindings don't bind...
2010-07-08 Travis ReitterUse the existing Tpf.PersonaError instead of the unboun...
2010-07-08 Travis ReitterUse uint for TpContactFeature, since the type doesn...
2010-07-08 Travis ReitterAdjust for the fact that AccountManager.get_valid_accou...
2010-07-08 Travis ReitterAccount.get_object_path() no longer (erroneously) takes...
2010-07-08 Travis ReitterMake Tpf.PersonaError public
2010-07-08 Travis ReitterUse the modern TelepathyGLib.Proxy.prepare_async()...
2010-07-08 Travis ReitterAdjust for TelepathyGLib.AccountManager.get_valid_accou...
2010-07-08 Travis ReitterAdjust to TelepathyGLib.ConnectionContactsByHandleCb...
2010-07-08 Travis ReitterContinue adjusting to vapi changes in the g-i-based...
2010-07-08 Travis ReitterCreate our own errordomain for Tpf.Persona errors.
2010-07-08 Travis ReitterWork-around the g-i bindings missing TpHandle.
next