Post-release version bump
[platform/upstream/folks.git] / folks / individual.vala
2012-01-27 Travis ReitterMake Individual implement PresenceDetails properly
2012-01-06 Philip Withnallcore: Nullability fixes
2011-12-10 Philip WithnallBug 665692 — Use constructors correctly
2011-09-18 Philip Withnallbuild: Release version 0.6.3 FOLKS_0_6_3
2011-09-18 Philip Withnallindividual: Prefer set properties over unset ones
2011-09-16 Philip Withnallindividual: Prefer data from personas with writeable...
2011-09-15 Raul Gutierrez SegalesFolks.Individual: don't use is-writeable in change_avatar
2011-09-14 Raul Gutierrez SegalesFolks.Individual: use is-primary-store instead of is...
2011-09-13 Philip WithnallBug 633781 — Allow to set avatar on individuals
2011-09-12 Philip WithnallBug 658631 — crash at empathy startup
2011-09-08 Raul Gutierrez SegalesUpdate @since tags
2011-09-06 Philip WithnallBug 657783 — Prefer data from primary store when pickin...
2011-09-02 Philip Withnallcore: Add GroupDetails.change_groups()
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-09-02 Philip Withnallcore: Add AliasDetails.change_alias()
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 ReitterSupport vCard-like parameters for addresses in PostalAd...
2011-08-11 Travis ReitterImplement FieldDetails.equal()/hash() in terms of the...
2011-07-29 Philip Withnalldocs: Fix up lots of minor issues in the documentation...
2011-07-27 Philip Withnallindividual: Fix linking when personas are moved between...
2011-07-27 Philip Withnallindividual: Add more debug output to Individual
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-21 Travis ReitterUpdate for 142f9b74: make Individual.calendar_event_id...
2011-07-20 Philip WithnallBug 645549 — Add a way to get the individual from a...
2011-07-20 Philip WithnallEnsure that all modifications of Individual.personas...
2011-07-19 Philip WithnallAllow NameDetails.nickname to be writeable
2011-06-24 Philip WithnallBug 652449 — Folks.Individual's property getters should...
2011-06-24 Philip WithnallBug 652660 — Make Individual.id more stable and well...
2011-06-22 Philip WithnallBug 648071 — Add support for presence status from Telepathy
2011-06-13 Philip WithnallBug 646244 — Incomplete logic to handle attribute updat...
2011-05-13 Travis ReitterRelease Folks 0.5.1. FOLKS_0_5_1
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
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 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 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 GroupDetails.groups to be a Set<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-08 Raul Gutierrez SegalesImplement LocalIDDetails for Folks.Individual
2011-04-07 Alban Crequylinking: add interface for linkable web service contact...
2011-03-30 Raul Gutierrez SegalesFix checks for empty and equal StructuredNames
2011-03-17 Raul Gutierrez SegalesCopy new PhoneDetails for individuals, don't hold stale...
2011-03-17 Raul Gutierrez SegalesCopy new Emails for individuals, don't hold stale pointers.
2011-03-14 Travis ReitterDon't overwrite an Individual's avatar with null.
2011-03-11 Travis ReitterRename Urlable -> UrlDetails
2011-03-11 Travis ReitterRename RoleOwner -> RoleDetails
2011-03-11 Travis ReitterRename PresenceOwner -> PresenceDetails
2011-03-11 Travis ReitterRename PostalAddressOwner -> PostalAddressDetails
2011-03-11 Travis ReitterRename Phoneable -> PhoneDetails
2011-03-11 Travis ReitterRename NoteOwner -> NoteDetails
2011-03-11 Travis ReitterRename NameOwner -> NameDetails
2011-03-11 Travis ReitterRename IMable -> ImDetails
2011-03-11 Travis ReitterRename Groupable -> GroupDetails
2011-03-11 Travis ReitterRename GenderOwner -> GenderDetails
2011-03-11 Travis ReitterRename Favouritable -> FavouriteDetails
2011-03-11 Travis ReitterRename Emailable -> EmailDetails
2011-03-11 Travis ReitterRename BirthdayOwner -> BirthdayDetails
2011-03-11 Travis ReitterRename AvatarOwner -> AvatarDetails
2011-03-11 Travis ReitterRename Aliasable -> AliasDetails
2011-03-08 Raul Gutierrez SegalesUse the correct signal name for postal addresses
2011-03-04 Travis ReitterDon't drop Individuals' initial set of notes.
2011-03-03 Marco BarisioneMake Individual implement the PostalAddressOwner interface
2011-03-03 Travis ReitterCheck FieldDetails values before storing to avoid segfa...
2011-03-03 Raul Gutierrez SegalesEnsure we update an Individual's notes along with the...
2011-03-03 Raul Gutierrez SegalesEnsure we update an Individual's birthday along with...
2011-03-03 Raul Gutierrez SegalesAdd NoteOwner interface
2011-03-03 Raul Gutierrez SegalesAdd BirthdayOwner interface
2011-03-02 Raul Gutierrez SegalesAdd RoleOwner interface for contacts that belong to...
2011-03-02 Raul Gutierrez SegalesList the implemented interfaces in alphabetical order
2011-02-25 Travis ReitterCopy new URLs for individuals, don't hold stale pointers.
next