platform/upstream/folks.git
2010-10-21 Travis ReitterUpdate NEWS for bgo#632564.
2010-10-20 Travis ReitterEnsure Individuals replaced due to re-linking emit...
2010-10-20 Travis ReitterPut more files in CLEANFILES as appropriate.
2010-10-19 Travis ReitterClean up the description of BackendStore a little.
2010-10-19 Travis ReitterDocument the values of Folks.Presence.PresenceType.
2010-10-19 Travis ReitterDocument the params for normalise_im_address().
2010-10-19 Travis ReitterBreak up some long class summaries to simplify the...
2010-10-19 Travis ReitterSimplify the Folks doc Makefile.
2010-10-19 Travis ReitterUse the proper AM_VALAFLAGS instead of modifying VALAFL...
2010-10-19 Travis ReitterUse per-library VALAFLAGS for the keyfile backend.
2010-10-19 Travis ReitterUse automake's Vala support to build libfolks-telepathy.
2010-10-18 Travis ReitterUse automake's Vala support to build libfolks.
2010-10-15 Travis ReitterClarify which changes in 0.3.1 were API changes.
2010-10-15 Travis ReitterPost-release version bump.
2010-10-15 Travis ReitterRelease 0.3.1 FOLKS_0_3_1
2010-10-15 Travis ReitterDistribute the dummy relationships file to fix distcheck.
2010-10-15 Travis ReitterBump the .so version.
2010-10-15 Travis ReitterMake the NEWS file a little more uniform.
2010-10-15 Travis ReitterMake Individual implement IMable.
2010-10-15 Travis ReitterAlphabetize the test definitions.
2010-10-14 Travis ReitterSet up tests with ENVIRONMENT, not wrapper scripts.
2010-10-14 Travis ReitterUse a dummy relationships file for Tp tests.
2010-10-13 Travis ReitterActually include all the LDADD flags for our tests.
2010-10-13 Travis ReitterRename the contact-properties test.
2010-10-13 Travis ReitterRename the contact-retrieval test.
2010-10-13 Travis ReitterUpdate the NEWS for the PersonaStore capabilities.
2010-10-13 Travis ReitterAdd the PersonaStore:can-group-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-alias-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-remove-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-add-personas property.
2010-10-13 Travis ReitterAdd the MaybeBool type.
2010-10-13 Travis ReitterExpose the publish and subscribe group flags in the...
2010-10-11 Travis ReitterFix the organization of the new section in NEWS
2010-10-11 Travis ReitterDon't assume Personas all have a corresponding Individu...
2010-10-07 Travis ReitterClarify that the TpContacts have specific features...
2010-10-06 Travis ReitterSimplify the Tp test Makefile further.
2010-10-06 Jonny Lambtpf-persona-store: add the client types feature to...
2010-10-06 Jonny Lambconfigure: depend on new tp-glib
2010-10-06 Travis ReitterUpdate NEWS for bug fix.
2010-10-06 Travis ReitterFix the CLEANFILES for the Tp tests.
2010-10-06 Travis ReitterRelocate Folks.TestCase as a separate library
2010-10-06 Travis ReitterReact to alias changes coming from Telepathy. Fixes...
2010-10-06 Travis ReitterSimplify the tests Makefile.
2010-10-06 Travis ReitterAdd a test for Tpf.Persona alias changing (through...
2010-10-06 Travis ReitterExpose the TpTestContactListConnection's manager.
2010-10-06 Travis ReitterMake the TpTest CM emit alias and presence updates.
2010-10-06 Travis ReitterInclude the contact ID in the TestContactDetails for...
2010-10-04 Travis ReitterBump telepathy-glib requirement to ensure proper g-i.
2010-10-01 Travis ReitterPost-release version bump.
2010-10-01 Travis ReitterRelease 0.3.0 FOLKS_0_3_0
2010-10-01 Travis ReitterFetch TpContact avatar information upon creation.
2010-09-30 Travis ReitterNote the TpContact capabilities guarantee in NEWS
2010-09-30 Travis ReitterFetch capabilities when we create TpContacts.
2010-09-30 Travis ReitterFactor out a redundant array.
2010-09-28 Travis ReitterPrefer to use object members directly instead of accessors.
2010-09-27 Travis ReitterTurn on valac warnings for the KeyFile backend.
2010-09-27 Travis ReitterCut unnecessary D-Bus flags for libfolks-backend-telepathy
2010-09-27 Travis ReitterMake a distinction between valac and vapigen flags.
2010-09-27 Travis ReitterTurn on stronger error checking for the test library.
2010-09-27 Travis ReitterTurn on stronger error checking for libtp-lowlevel.
2010-09-24 Travis ReitterFix use of CPP/CFLAGS for the Telepathy backend libraries.
2010-09-24 Travis ReitterRe-use existing autoconf code for setting extra maintai...
2010-09-23 Travis ReitterAdd a test for adding Personas.
2010-09-22 Travis ReitterExplicitly reset the aggregator between tests.
2010-09-22 Travis ReitterDon't deref a null PersonaStore in a failure case.
2010-09-22 Travis ReitterPrepare the aggregator asynchronously (as clients will)
2010-09-22 Travis ReitterRe-use the defined protocol prefix for tests.
2010-09-22 Travis ReitterCentralize the list of expected test Individuals.
2010-09-22 Travis ReitterAdd Backend.is_prepared and make prepare() idempotent.
2010-09-22 Travis ReitterAdd IndividualAggregator.is_prepared and make prepare...
2010-09-22 Travis ReitterAdd PersonaStore.is_prepared and make prepare() idempotent.
2010-09-21 Travis ReitterMake BackendStore.load_backends() idempotent.
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 WithnallBug 629643 — do not fall back to the id if alias is...
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 WithnallUpdate NEWS file for recent commits
2010-09-21 Philip WithnallSupport the Persona.is_user property in the telepathy...
2010-09-21 Philip WithnallSupport the Persona.is_user property in the key-file...
2010-09-21 Philip WithnallImplicitly trust Personas which are marked as being...
2010-09-21 Philip WithnallAdd a "user" property to the IndividualAggregator
2010-09-21 Philip WithnallAdd an "is-user" property to Individual and Persona
2010-09-21 Philip WithnallUse foreach{} rather than .foreach() in IndividualAggre...
2010-09-20 Philip WithnallUse the devhelp doclet to build the documentation
2010-09-20 Philip WithnallAdd missing documentation
2010-09-20 Philip WithnallRemove {@inheritDoc} from folks-telepathy documentation
2010-09-20 Philip WithnallSplit the documentation into folks and folks-telepathy...
2010-09-20 Philip WithnallMove debug initialisation to BackendStore
2010-09-20 Philip WithnallRetrospectively update NEWS file
2010-09-18 Philip WithnallBug 629666 — libfolks should not hard autodetect libxml
2010-09-18 Philip WithnallMake libfolks.so depend on gmodule-no-export
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 Philip WithnallBump version to 0.3.0
2010-09-18 Philip WithnallDon't list session.conf in CLEANFILES
2010-09-18 Travis ReitterRequire the latest releases of our dependencies.
2010-09-18 Travis ReitterClear up ambiguity between GLib.Proxy and TelepathyGLib...
next