platform/upstream/folks.git
2010-07-01 Philip WithnallMake configuration fail if vapigen is missing
2010-07-01 Philip WithnallSplit up pkg-config dependencies
2010-07-01 Philip WithnallApply new interface style convention
2010-07-01 Philip WithnallRemove explicit array length from add_new_personas_from...
2010-07-01 Philip WithnallImprove documentation build rules
2010-07-01 Philip WithnallClarify documentation of BackendStore.backend_available
2010-06-30 Philip WithnallFix audio and video capabilities
2010-06-30 Philip WithnallFix setting capabilities when Tp returns a null set...
2010-06-30 Philip WithnallMerge branch 'master' into fixes3
2010-06-29 Travis ReitterMerge remote branch 'pwith/favourites'
2010-06-29 Travis ReitterDon't declare IndividualAggregator's constructor as...
2010-06-29 Travis ReitterMerge remote branch 'pwith/docs2'
2010-06-29 Travis ReitterMake create_personas_from_channel_handles_async actuall...
2010-06-29 Travis ReitterBump the required version of GLib so we can take advant...
2010-06-29 Philip WithnallUse get_object_for_name_owner() rather than just get_ob...
2010-06-29 Philip WithnallMake Individual.avatar.set private
2010-06-29 Philip WithnallImplement a FIXME about checking for all-whitespace...
2010-06-29 Philip WithnallAdd capabilities support to TpfPersona
2010-06-29 Philip WithnallCatch some unhandled errors
2010-06-29 Philip WithnallSplit the Logger interface out into a separate file
2010-06-29 Philip WithnallFirst round of favourites review cleanups
2010-06-28 Travis ReitterChange IndividualAggregator.members to IndividualAggreg...
2010-06-28 Travis ReitterRephrase explanation of Individual:removed signal.
2010-06-25 Philip WithnallAdd documentation for every public signal, property...
2010-06-25 Philip WithnallRemove an outdated comment
2010-06-25 Philip WithnallAdd Favourites support
2010-06-24 Travis ReitterMerge remote branch 'pwith/fixes2'
2010-06-24 Travis ReitterMerge remote branch 'pwith/docs'
2010-06-24 Travis ReitterMicro version bump for new functionality.
2010-06-24 Travis ReitterRe-add the stored list, as it's necessary to properly...
2010-06-24 Travis ReitterSupport contact removal
2010-06-24 Travis ReitterRename internal-only 'remove' functions in Tpf.PersonaS...
2010-06-23 Travis ReitterAdd a comment about the usage of IndividiualAggregator...
2010-06-23 Travis ReitterCut out 'stored' contact list support; if a contact...
2010-06-23 Travis ReitterRemove personas for Telepathy contacts removed from...
2010-06-23 Travis ReitterFilter incoming group channel members through the stand...
2010-06-23 Travis ReitterAdd support for the 'stored' standard contact list...
2010-06-23 Travis ReitterDon't be excessively-explicit about the HashMap hash...
2010-06-23 Travis ReitterAvoid another potential group/non-group contact list...
2010-06-23 Travis ReitterHandle the standard non-group contact list channels...
2010-06-23 Travis ReitterChange the key for channel_group_personas_map to Tp...
2010-06-23 Travis ReitterChange the key for channel_group_incoming_adds to Tp...
2010-06-23 Philip WithnallUse a literal GError when proxying errors in the TpfPer...
2010-06-23 Philip WithnallNote about a Vala bug when chaining constructors which...
2010-06-23 Philip WithnallMake BackendStore.load_backends() async
2010-06-23 Philip WithnallDocumentation fixes
2010-06-22 Travis ReitterClean up the distinction between the standard 'subscrib...
2010-06-22 Travis ReitterAdd the ability to add new personas to a persona store.
2010-06-22 Travis ReitterHave each Individual use the presence message for one...
2010-06-22 Travis ReitterCut idea for unncessary signal.
2010-06-22 Travis ReitterMerge remote branch 'pwith/fixes'
2010-06-22 Philip WithnallAdd documentation support and stub documentation to...
2010-06-22 Philip Withnallgcc warning fixes in tp-lowlevel.[ch]
2010-06-22 Philip WithnallEnsure the individual is removed if all its persona...
2010-06-22 Philip WithnallUse a persona's UID as an individual's alias if no...
2010-06-22 Philip WithnallMake Individual.get_presence_message() return an unowne...
2010-06-22 Philip WithnallRemove system m4 macros from the m4 directory
2010-06-22 Philip WithnallAdd some comments to the code
2010-06-19 Travis ReitterRelocate folks_tp_lowlevel_connection_open_contact_list...
2010-06-17 Travis ReitterUse a hash table for tracking new incoming TpfPersonas...
2010-06-13 Travis ReitterClean up Telepathy PersonaStore removal and addition...
2010-06-11 Travis ReitterUse consistent naming and signatures for the Tpf.Person...
2010-06-11 Travis ReitterGeneralize overly-specific 'using' statement
2010-06-11 Travis ReitterTrivial clean-up.
2010-06-11 Travis ReitterSupport avatars (generally, and for the Telepathy backend)
2010-06-10 Travis ReitterFix the location of libfolks-telepathy in its -uninstal...
2010-06-03 Travis ReitterBump the version number for the major changes of the...
2010-06-03 Travis ReitterAdd .deps files for the public libraries.
2010-06-03 Travis ReitterRename the folks-telepathy files, since they're in...
2010-06-03 Travis ReitterAdd proper namespaces to the Telepathy backend and...
2010-06-03 Travis ReitterRename liblowlevel to libtp-lowlevel for clarity
2010-06-03 Travis ReitterSplit the telepathy backend into a support library...
2010-06-02 Travis ReitterFactor out the Telepathy backend into a separate, loada...
2010-05-31 Travis ReitterAdd tp-glib Vala bindings dependency to the .pc file...
2010-05-27 Travis ReitterSupport writing contact group changes back to Telepathy...
2010-05-26 Travis ReitterDon't try to process accounts which are currently being...
2010-05-26 Travis ReitterSet a proper internal ID for TpPersonas and throw an...
2010-05-24 Travis ReitterAdd group notification/read support for Telepathy personas
2010-05-19 Travis ReitterAvoid extraneous property notifications.
2010-05-19 Travis ReitterCut out debugging default value.
2010-05-18 Travis ReitterForward along TpPersona presence changes through their...
2010-05-17 Travis ReitterCut outdated comment.
2010-05-17 Travis ReitterSupport account deletion
2010-05-14 Travis ReitterCut outdated comments
2010-05-14 Travis ReitterActually add the presence source.
2010-05-13 Travis ReitterUpdate for the more accurate signature for Tp.Account...
2010-05-13 Travis ReitterAdd stub Presence interface.
2010-05-13 Travis ReitterAdd a stub for the Capabilities interface.
2010-05-12 Travis ReitterFix the way we prepare Telepathy accounts and connectio...
2010-05-10 Travis ReitterUpdate for symbol changes in the latest tp-glib bindings.
2010-04-23 Travis ReitterSplit PersonaStore into an abstract class and the TpPer...
2010-04-22 Travis ReitterRename from libtelepathy-people to libfolks.
2010-04-22 Travis ReitterStrip off the extraneous 'tpp-' prefix to the lowlevel...
2010-04-22 Travis ReitterOrganize classes in the following sections in order:
2010-04-22 Travis ReitterAdditional style changes.
2010-04-22 Travis ReitterSwitch the Vala source to Telepathy style, with minor...
2010-04-22 Travis ReitterChange the namespace of the telepathy-people code to...
2010-04-21 Travis ReitterCreate Individuals from new Personas and notify of...
2010-04-21 Travis ReitterChange the personas_added type to a GLib.List from...
2010-04-21 Travis ReitterAdd the Alias interface
next