platform/upstream/folks.git
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.
2010-07-08 Travis ReitterAdjust to the new tp-glib vala bindings namespace intro...
2010-07-08 Philip WithnallDon't try to strip() a null string
2010-07-08 Philip WithnallFix notification of favourites changes in Individual
2010-07-07 Philip WithnallAllow single personas to be removed through the Individ...
2010-07-07 Philip WithnallEnsure updates to Persona:groups affect Individuals
2010-07-07 Philip WithnallEnsure personas are only created and added once
2010-07-07 Philip WithnallImprove filtering of empty aliases
2010-07-07 Philip WithnallAdd alias notification in Folks.Individual
2010-07-05 Travis ReitterAdd missing dbus-glib dep to docs build process
2010-07-05 Philip WithnallRemove the built documentation on distclean
2010-07-05 Philip WithnallAdd documentation to every method in the Telepathy...
2010-07-05 Philip WithnallAdd the Telepathy backend to the documentation build
2010-07-02 Philip WithnallMake Tpf.PersonaStore.change_is_favourite() internal
2010-07-02 Philip WithnallPass changes to Personas' aliases on to Telepathy
2010-07-02 Travis ReitterActually ref new Personas set for an Individual, so...
2010-07-02 Travis ReitterUpdate an Individual's store-persona hash when the...
2010-07-02 Travis ReitterDon't emit an extraneous 'personas-removed' before...
2010-07-02 Travis ReitterWhen removing a Tpf.Persona, remove it from the same...
2010-07-02 Travis ReitterWhen removing Tpf.Personas from the store, ensure we...
2010-07-01 Travis ReitterBump version.
next