summaryrefslogtreecommitdiff
path: root/folks
AgeCommit message (Expand)AuthorFilesLines
2011-06-22Fix the link within the PresenceDetails.presence_status docsTravis Reitter1-1/+1
2011-06-22Bug 648071 — Add support for presence status from TelepathyPhilip Withnall2-0/+26
2011-06-18Bug 652463 — Tidy up CLEANFILESPhilip Withnall1-5/+0
2011-06-13Bug 646244 — Incomplete logic to handle attribute updates in Folks.IndividualPhilip Withnall1-42/+50
2011-06-02Play nicely with new API in Vala 0.14Raul Gutierrez Segales3-8/+9
2011-05-13Release Folks 0.5.1.Travis Reitter18-40/+40
2011-05-12Strip tab characters from valadocs to unbreak doc building.Travis Reitter1-18/+18
2011-05-12Properly distribute the typelib file.Travis Reitter1-2/+8
2011-05-12Distribute Folks-*.gir and Folks-*.typelibTravis Reitter1-4/+4
2011-05-12Allow the types argument for PostalAddress() to be null.Travis Reitter1-4/+7
2011-05-12Bug 649088 — Combining contacts doesn't work with german UmlautsPhilip Withnall1-7/+7
2011-05-10Ensure includes are done with <folks/*.h>Alexander Larsson2-1/+2
2011-05-02Allow printing out status information at runtimePhilip Withnall3-0/+204
2011-05-02Add debug printing and formatting methods to DebugPhilip Withnall2-5/+233
2011-05-02Allow the singleton Debug instance to be retrieved without setting its flagsPhilip Withnall2-15/+37
2011-05-02Allow enabling/disabling output of debug messages at runtimePhilip Withnall1-2/+44
2011-05-02Make Debug public and restrict it to being a singletonPhilip Withnall1-24/+56
2011-04-27Bug 648767 — Return read-only views of Sets and Maps where possiblePhilip Withnall6-20/+127
2011-04-26Tidy up signal disconnections in IndividualAggregatorPhilip Withnall1-4/+22
2011-04-26Add GObject Introspection SupportMaxim Ermilov1-0/+21
2011-04-23Change PostalAddress.types to be a Set<string>Philip Withnall1-11/+14
2011-04-23Change PotentialMatch.known_email_aliases to be of type Set<string>Philip Withnall1-1/+10
2011-04-23Change RoleDetails.roles to be of type Set<Role>Philip Withnall2-4/+7
2011-04-23Change NoteDetails.notes to be of type Set<Note>Philip Withnall2-4/+7
2011-04-23Change LocalIdDetails.local_ids to be of type Set<string>Philip Withnall3-5/+8
2011-04-23Change PersonaStore.personas to be a Map<string, Persona>Philip Withnall1-1/+3
2011-04-23Change IndividualAggregator.individuals to be a Map<string, Individual>Philip Withnall1-16/+16
2011-04-23Change IndividualAggregator.get_[all_]potential_matches() to return a MapPhilip Withnall1-4/+4
2011-04-23Change IndividualAggregator.link_personas() to take a Set<Persona>Philip Withnall1-8/+4
2011-04-23Port IndividualAggregator.individuals_changed to use Set<Individual>Philip Withnall1-12/+18
2011-04-23Port PersonaStore.personas_changed to Set<Persona>Philip Withnall3-24/+20
2011-04-23Port Individual.personas_changed to use Set<Persona>Philip Withnall1-16/+17
2011-04-23Port Individual.personas to be a Set<Persona>Philip Withnall2-68/+64
2011-04-23Convert the internal store of Personas in Individual to use HashSetPhilip Withnall1-56/+57
2011-04-23Remove use of GLib.List in public BackendStore API.Travis Reitter1-12/+4
2011-04-23Use just a HashSet in IndividualAggregator._add_personas()Philip Withnall1-21/+14
2011-04-23Change UrlDetails.urls to be a Set<FieldDetails>Philip Withnall2-19/+17
2011-04-23Change PhoneDetails.phone_numbers to be a Set<FieldDetails>Philip Withnall3-26/+24
2011-04-23Change EmailDetails.email_addresses to be a Set<FieldDetails>Philip Withnall3-25/+22
2011-04-23Change PostalAddressDetails.postal_addresses to be a Set<PostalAddress>Philip Withnall2-15/+15
2011-04-23Change FieldDetails.parameters to be a MultiMap<string, string>Philip Withnall1-33/+26
2011-04-23Change GroupDetails.groups to be a Set<string>Philip Withnall2-21/+21
2011-04-23Change Backend.persona_stores to be a Map<string, PersonaStore>Philip Withnall2-5/+7
2011-04-23Remove LinkedHashSet in favour of Gee.HashSetPhilip Withnall2-378/+0
2011-04-23Change WebServiceDetails.…addresses to be a MultiMap<string, string>Philip Withnall3-36/+27
2011-04-23Change ImDetails.im_addresses to be a MultiMap<string, string>Philip Withnall4-48/+34
2011-04-16Implement an Iterator for LinkedHashSetPhilip Withnall1-2/+75
2011-04-16Add stamping to LinkedHashSetPhilip Withnall1-1/+10
2011-04-16Remove implementation of LinkedHashSet.list_iterator()Philip Withnall1-4/+3
2011-04-16Don't remove the wrong Individuals from IndividualAggregatorPhilip Withnall1-4/+4