platform/upstream/folks.git
2011-06-24 Travis ReitterFix the configure output for docs.
2011-06-24 Philip WithnallBug 652660 — Make Individual.id more stable and well...
2011-06-23 Travis ReitterDon't make the folks-telepathy docs depend directly...
2011-06-23 Travis ReitterDon't make the Libsocialweb backend depend directly...
2011-06-23 Travis ReitterDon't make the Telepathy tests depend directly upon...
2011-06-23 Travis ReitterHandle both the dbus-glib and GDBus missing logger...
2011-06-23 Travis ReitterUpdate Tp test backend suppression to match GDBus behavior.
2011-06-23 Travis ReitterCut unnecessary log message suppressions in the Aggrega...
2011-06-23 Travis ReitterProperly disconnect the logger::invalidated handler.
2011-06-23 Travis ReitterPort Tpf.Logger to GDBus.
2011-06-23 Travis ReitterFactor out Tpf.Logger.prepare() from its constructor.
2011-06-23 Travis ReitterUse the GLib definition of Error instead of DBus.Error.
2011-06-23 Travis ReitterUse the GLib definition for Object.
2011-06-23 Travis ReitterUse the GLib definition for ObjectPath.
2011-06-23 Travis ReitterDon't build dbus-glib into Telepathy backend.
2011-06-23 Philip WithnallBug 652472 — Handle failure in getting the logger servi...
2011-06-22 Travis ReitterFix the link within the PresenceDetails.presence_status...
2011-06-22 Philip WithnallBug 648071 — Add support for presence status from Telepathy
2011-06-21 Travis ReitterDon't crash if a provided TpContact ID is NULL.
2011-06-21 Travis ReitterDon't add null Personas in personas-changed signal...
2011-06-21 Travis ReitterNote closing of bgo#652434 — Add ability to run any...
2011-06-21 Travis ReitterAdd ability to run any of our tests through gdb
2011-06-18 Travis ReitterCut redundant EXTRA_DIST entry.
2011-06-18 Travis ReitterMore-cleanly define gir and vapi files.
2011-06-18 Travis ReitterAdd Make rule for generating tracker-test.vapi.
2011-06-18 Travis ReitterDist but don't include the tracker-test vapi files.
2011-06-18 Philip WithnallBug 652463 — Tidy up CLEANFILES
2011-06-13 Philip WithnallBug 646244 — Incomplete logic to handle attribute updat...
2011-06-09 Travis ReitterDon't delete tp-test-contactlist.deps when maintainer...
2011-06-09 Travis ReitterHandle ownership of TpContact.connection automatically.
2011-06-08 Emilio Pozuelo... Dist the tp-test-contactlist.deps file
2011-06-05 Raul Gutierrez... Move tracker's test image to a common location
2011-06-02 Raul Gutierrez... Play nicely with new API in Vala 0.14
2011-06-02 Alban Crequylibsocialweb: Swf.Persona stores SocialWebClient.Contact
2011-06-01 Travis ReitterPost-release bump.
2011-06-01 Travis ReitterRelease version 0.5.2. FOLKS_0_5_2
2011-06-01 Travis ReitterNote fix for bgo#650268 build failure in NEWS.
2011-06-01 Travis ReitterFix location of NEWS entry for bgo#650067 fix.
2011-06-01 Travis ReitterDefine the proper autoconf constant when enabling the...
2011-06-01 Travis ReitterDon't re-build the vapi files unless we've been configu...
2011-05-31 Travis ReitterDon't require [lib]valadoc to build docs.
2011-05-31 Travis ReitterOnly check for libsocialweb Vala deps if Vala is enabled.
2011-05-31 Travis ReitterCheck for folks-telepathy.h in the proper dir when...
2011-05-28 Raul Gutierrez... [tracker] Deal with null Avatars being set on a Trf...
2011-05-13 Travis ReitterPost-release version bump.
2011-05-13 Travis ReitterRelease Folks 0.5.1. FOLKS_0_5_1
2011-05-13 Travis ReitterGenerate backend library headers in folks/ subdirs.
2011-05-13 Travis ReitterDon't depend upon removed LinkedHashSet stamp file.
2011-05-13 Travis ReitterStrip tab characters from valadocs to unbreak doc building.
2011-05-13 Travis ReitterProperly distribute the typelib file.
2011-05-13 Travis ReitterDistribute Folks-*.gir and Folks-*.typelib
2011-05-13 Travis ReitterAllow generated source files to exist after distcleancheck.
2011-05-12 Travis ReitterAllow the types argument for PostalAddress() to be...
2011-05-12 Philip WithnallBug 649088 — Combining contacts doesn't work with germa...
2011-05-10 Alexander LarssonEnsure includes are done with <folks/*.h>
2011-05-02 Philip WithnallAdd a “debug” command to folks-inspect to print status...
2011-05-02 Philip WithnallAllow printing out status information at runtime
2011-05-02 Philip WithnallAdd debug printing and formatting methods to Debug
2011-05-02 Philip WithnallAllow the singleton Debug instance to be retrieved...
2011-05-02 Philip WithnallAllow enabling/disabling output of debug messages at...
2011-05-02 Philip WithnallMake Debug public and restrict it to being a singleton
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-26 Philip WithnallTidy up signal disconnections in IndividualAggregator
2011-04-26 Philip WithnallTidy up channel signal disconnections in Tpf.PersonaStore
2011-04-26 Philip WithnallAdd a missing signal disconnection to Tr.Backend
2011-04-26 Philip WithnallAdd a missing signal disconnection to Tp.Backend
2011-04-26 Philip WithnallAdd a missing signal disconnection to Kf.Backend
2011-04-26 Philip WithnallFix a potential crash in Swf.PersonaStore on destructio...
2011-04-26 Maxim ErmilovAdd GObject Introspection Support
2011-04-26 Travis ReitterAdd a NEWS entry for fixing bgo#640092.
2011-04-23 Philip WithnallChange PostalAddress.types to be a Set<string>
2011-04-23 Philip WithnallChange PotentialMatch.known_email_aliases to be of...
2011-04-23 Philip WithnallChange RoleDetails.roles to be of type Set<Role>
2011-04-23 Philip WithnallChange NoteDetails.notes to be of type Set<Note>
2011-04-23 Philip WithnallChange LocalIdDetails.local_ids to be of type Set<string>
2011-04-23 Philip WithnallChange PersonaStore.personas to be a Map<string, Persona>
2011-04-23 Philip WithnallChange IndividualAggregator.individuals to be a Map...
2011-04-23 Philip WithnallChange IndividualAggregator.get_[all_]potential_matches...
2011-04-23 Philip WithnallChange IndividualAggregator.link_personas() to take...
2011-04-23 Philip WithnallPort IndividualAggregator.individuals_changed to use...
2011-04-23 Philip WithnallFix a race condition in Tpf.PersonaStore
2011-04-23 Philip WithnallRemove unused code from Tpf.PersonaStore
2011-04-23 Philip WithnallPort PersonaStore.personas_changed to Set<Persona>
2011-04-23 Philip WithnallPort Individual.personas_changed to use Set<Persona>
2011-04-23 Philip WithnallPort Individual.personas to be a Set<Persona>
2011-04-23 Philip WithnallConvert the internal store of Personas in Individual...
2011-04-23 Travis ReitterRemove use of GLib.List in public BackendStore API.
2011-04-23 Philip WithnallUse just a HashSet in IndividualAggregator._add_personas()
2011-04-23 Philip WithnallChange UrlDetails.urls to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange PhoneDetails.phone_numbers to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange EmailDetails.email_addresses to be a Set<FieldDe...
2011-04-23 Philip WithnallChange PostalAddressDetails.postal_addresses to be...
2011-04-23 Philip WithnallChange FieldDetails.parameters to be a MultiMap<string...
2011-04-23 Philip WithnallChange GroupDetails.groups to be a Set<string>
2011-04-23 Philip WithnallChange Backend.persona_stores to be a Map<string, Perso...
2011-04-23 Philip WithnallRemove LinkedHashSet in favour of Gee.HashSet
2011-04-23 Philip WithnallChange WebServiceDetails.…addresses to be a MultiMap...
2011-04-23 Philip WithnallChange ImDetails.im_addresses to be a MultiMap<string...
2011-04-16 Philip WithnallAdd navigation tests for LinkedHashSet.Iterator
2011-04-16 Philip WithnallImplement an Iterator for LinkedHashSet
next