Work around valadoc parsing bug with indented comments.
[platform/upstream/folks.git] / backends /
2011-08-01 Raul Gutierrez SegalesGive public access to properties for which there is...
2011-08-01 Raul Gutierrez SegalesMake the Edsf.Persona class follow our coding style
2011-07-29 Philip Withnalldocs: Fix up lots of minor issues in the documentation...
2011-07-27 Philip WithnallBug 652643 — Add PersonaStore cache
2011-07-25 Philip WithnallUnset the self-contact on Tpf.PersonaStore when resetti...
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-21 Travis ReitterDon't notify twice for EDS Persona nickname changes.
2011-07-21 Travis ReitterReturn early when setting an Edsf.Persona attribute...
2011-07-21 Travis ReitterAllow Edsf.PersonaStore._set_*name() sname arg to be...
2011-07-21 Travis ReitterAllow Edsf.PersonaStore._set_*avatar() avatar arg to...
2011-07-20 Philip WithnallMake BirthdayDetails.calendar_event_id nullable
2011-07-20 Philip WithnallFix visibility of TrfPersona.postal_addresses setter
2011-07-20 Philip WithnallAdd a default implementation of TrfPersona.calendar_eve...
2011-07-20 Philip WithnallFix visibility of TpfPersona.avatar and SwfPersona...
2011-07-20 Philip WithnallMinor documentation fix for SwfPersona.avatar
2011-07-20 Philip WithnallBug 650422 — Add API for easily checking whether detail...
2011-07-19 Philip WithnallRemove AliasDetails support from Trf.Persona
2011-07-19 Travis ReitterSupport nickname writability in the EDS backend.
2011-07-19 Philip WithnallAllow NameDetails.nickname to be writeable
2011-07-18 Travis ReitterUn-break parallel building the eds backend.
2011-07-13 Philip Withnalleds: Add support for contact groups/categories
2011-07-13 Philip Withnalleds: Mark read-only address books as non-addable-to...
2011-07-13 Philip Withnalleds: Fix persona store removal in the Backend
2011-07-13 Philip Withnalleds: Fix a variable's visibility in the e-d-s Backend
2011-07-13 Philip Withnalleds: Tidy up the e-d-s Backend.unprepare() method
2011-07-12 Travis ReitterSet the backend name for the EDS backend.
2011-07-12 Travis ReitterTidy up EDS CLEANFILES.
2011-07-12 Travis ReitterRe-locate the EDS headers.
2011-07-12 Philip Withnalleds: Add source list change notification to the eds...
2011-07-12 Philip Withnalleds: Ensure that errors are thrown by Edsf.PersonaStore...
2011-07-12 Raul Gutierrez SegalesAdd an EDS backend
2011-06-23 Travis ReitterDon't make the Libsocialweb backend depend directly...
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 Philip WithnallBug 648071 — Add support for presence status from Telepathy
2011-06-21 Travis ReitterDon't add null Personas in personas-changed signal...
2011-06-18 Philip WithnallBug 652463 — Tidy up CLEANFILES
2011-06-09 Travis ReitterHandle ownership of TpContact.connection automatically.
2011-06-02 Raul Gutierrez SegalesPlay nicely with new API in Vala 0.14
2011-06-02 Alban Crequylibsocialweb: Swf.Persona stores SocialWebClient.Contact
2011-06-01 Travis ReitterDon't re-build the vapi files unless we've been configu...
2011-05-28 Raul Gutierrez Segales[tracker] Deal with null Avatars being set on a Trf...
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-10 Alexander LarssonEnsure includes are done with <folks/*.h>
2011-05-02 Philip WithnallAllow printing out status information at runtime
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
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-23 Philip WithnallChange PostalAddress.types to be a Set<string>
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 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 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 WithnallChange WebServiceDetails.…addresses to be a MultiMap...
2011-04-23 Philip WithnallChange ImDetails.im_addresses to be a MultiMap<string...
2011-04-16 Philip WithnallFix Tpf.Persona to use its store's ID in persona UIDs
2011-04-16 Philip WithnallBug 647562 — Don't crash on duplicate group channels
2011-04-12 Guillaume DesmottesBug 645388 — Group channels are leaked
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
2011-04-11 Raul Gutierrez SegalesHandle setting existing emails/phones in a Trf.Persona
2011-04-11 Alban Crequylinking: check if details contain im-addresses or web...
2011-04-08 Raul Gutierrez SegalesImplement web-service-details for Trf.Personas
2011-04-08 Raul Gutierrez Segales[Tracker] Implement support for LocalIDDetails
2011-04-08 Raul Gutierrez SegalesList Folks.PersonaDetail in alphabetical order
2011-04-08 Raul Gutierrez Segaleskey-file: Make Kf.Persona implement WebServiceDetails...
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-04-07 Alban Crequylibsocialweb: fix: update and delete contacts
2011-04-05 Raul Gutierrez Segales[Tracker] Re-use phone-numbers/emails if they already...
2011-04-05 Alban Crequylibsocialweb: check contacts capabilities and disconnec...
2011-04-05 Alban Crequylibsocialweb: factor build_facebook_jid and build_iid
2011-04-05 Alban Crequylibsocialweb: make gender_string lowercase before compa...
2011-04-05 Alban Crequylibsocialweb: use BACKEND_NAME in build_uid
2011-04-05 Alban Crequylibsocialweb: fix error PersonaStoreError.UNSUPPORTED_O...
2011-04-05 Alban Crequylibsocialweb: fix @since
2011-04-05 Alban Crequylibsocialweb: use the new Contacts interface
2011-04-05 Alban Crequylibsocialweb: convert GenericArray to LinkedHashSet
2011-04-05 Alban Crequylibsocialweb: prepare code to receive several urls...
2011-04-05 Alban Crequylibsocialweb: create a separate library folks-libsocialweb
2011-04-05 Alban Crequylibsocialweb: Don't crash when D-Bus method Query.OpenV...
2011-04-05 Marco Barisionelibsocialweb: Print debugging info after initializing...
next