Ensure NameDetails public strings are non-null as we promise.
[platform/upstream/folks.git] / backends / tracker / lib / trf-persona.vala
2011-11-25 Travis ReitterEnsure NameDetails public strings are non-null as we...
2011-10-24 Travis ReitterMigrate PhoneDetails to using AbstractFieldDetails.id
2011-10-24 Travis ReitterMigrate RoleDetails to AbstractFieldDetails.id
2011-10-24 Travis ReitterMigrate PostalAddressDetails to using AbstractFieldDeta...
2011-09-18 Philip Withnallurl-details: s/HOMEPAGE/HOME_PAGE/
2011-09-18 Philip WithnallBug 653623 — Would like a set of standard "type" parame...
2011-09-17 Philip WithnallBug 646847 — Rename _update () in Trf.Persona
2011-09-08 Raul Gutierrez SegalesUpdate @since tags
2011-09-06 Philip Withnallcore: Clarify nullability of a few properties
2011-09-02 Philip Withnallcore: Add WebServiceDetails.change_web_service_addresses()
2011-09-02 Philip Withnallcore: Add UrlDetails.change_urls()
2011-09-02 Philip Withnallcore: Add RoleDetails.change_roles()
2011-09-02 Philip Withnallcore: Add PostalAddressDetails.change_postal_addresses()
2011-09-02 Philip Withnallcore: Add PhoneDetails.change_phone_numbers()
2011-09-02 Philip Withnallcore: Add NoteDetails.change_notes()
2011-09-02 Philip Withnallcore: Add NameDetails.change_*() methods
2011-09-02 Philip Withnallcore: Make NameDetails.structured_name nullable
2011-09-02 Philip Withnallcore: Add LocalIdDetails.change_local_ids()
2011-09-02 Philip Withnallcore: Add GenderDetails.change_gender()
2011-09-02 Philip Withnallcore: Add FavouriteDetails.change_is_favourite()
2011-09-02 Philip Withnallcore: Add EmailDetails.change_email_addresses()
2011-09-02 Philip Withnallcore: Add BirthdayDetails.change_birthday() and .change...
2011-09-02 Philip Withnallcore: Make BirthdayDetails.birthday nullable
2011-09-02 Philip Withnallcore: Add AvatarDetails.change_avatar()
2011-09-02 Philip Withnallcore: Add ImDetails.change_im_addresses()
2011-08-31 Raul Gutierrez Segalestracker: use iid instead of uid when linking via local ids
2011-08-27 Philip Withnalltracker: Remove “alias” from the writeable properties...
2011-08-13 Travis ReitterRelease version 0.6.0 FOLKS_0_6_0
2011-08-12 Travis ReitterSupport vCard-like parameters for URLs
2011-08-12 Travis ReitterSupport vCard-like parameters for Roles
2011-08-12 Travis ReitterSupport vCard-like parameters for web service addresses
2011-08-12 Travis ReitterRebase PhoneDetails.phone_numbers upon PhoneFieldDetails
2011-08-12 Travis ReitterRebase NoteDetails.notes upon NoteFieldDetails
2011-08-12 Travis ReitterRebase EmailDetails.email_addresses upon EmailFieldDetails
2011-08-12 Travis ReitterSupport vCard-like parameters for IM addresses
2011-08-12 Travis ReitterClean up the way the Tracker backend tracks IM addresses.
2011-08-12 Travis ReitterSupport vCard-like parameters for addresses in PostalAd...
2011-08-11 Travis ReitterImplement FieldDetails.equal()/hash() in terms of the...
2011-08-09 Philip WithnallBug 653619 — Add company details
2011-08-01 Travis ReitterFix link in Trf.Persona docs to Folks.AvatarDetails...
2011-08-01 Raul Gutierrez SegalesGive public access to properties for which there is...
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
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 WithnallBug 650422 — Add API for easily checking whether detail...
2011-07-19 Philip WithnallRemove AliasDetails support from Trf.Persona
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
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 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 WebServiceDetails.…addresses to be a MultiMap...
2011-04-23 Philip WithnallChange ImDetails.im_addresses to be a MultiMap<string...
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
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-01 Raul Gutierrez SegalesImplemented linkable_property_to_links in Trf.Persona
2011-03-31 Raul Gutierrez SegalesAdd write support for Tracker
2011-03-21 Raul Gutierrez SegalesInitial implementation of the tracker backend