summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Withnall2-7/+8
2011-05-10Ensure includes are done with <folks/*.h>Alexander Larsson9-4/+11
2011-05-02Add a “debug” command to folks-inspect to print status informationPhilip Withnall4-0/+57
2011-05-02Allow printing out status information at runtimePhilip Withnall4-0/+424
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 Withnall2-24/+57
2011-04-27Bug 648767 — Return read-only views of Sets and Maps where possiblePhilip Withnall17-86/+219
2011-04-26Tidy up signal disconnections in IndividualAggregatorPhilip Withnall2-4/+23
2011-04-26Tidy up channel signal disconnections in Tpf.PersonaStorePhilip Withnall1-5/+48
2011-04-26Add a missing signal disconnection to Tr.BackendPhilip Withnall1-0/+1
2011-04-26Add a missing signal disconnection to Tp.BackendPhilip Withnall1-0/+1
2011-04-26Add a missing signal disconnection to Kf.BackendPhilip Withnall1-0/+1
2011-04-26Fix a potential crash in Swf.PersonaStore on destruction before preparationPhilip Withnall1-3/+8
2011-04-26Add GObject Introspection SupportMaxim Ermilov3-2/+28
2011-04-26Add a NEWS entry for fixing bgo#640092.Travis Reitter1-0/+1
2011-04-23Change PostalAddress.types to be a Set<string>Philip Withnall7-20/+24
2011-04-23Change PotentialMatch.known_email_aliases to be of type Set<string>Philip Withnall2-1/+11
2011-04-23Change RoleDetails.roles to be of type Set<Role>Philip Withnall7-8/+32
2011-04-23Change NoteDetails.notes to be of type Set<Note>Philip Withnall7-8/+32
2011-04-23Change LocalIdDetails.local_ids to be of type Set<string>Philip Withnall7-14/+21
2011-04-23Change PersonaStore.personas to be a Map<string, Persona>Philip Withnall8-44/+44
2011-04-23Change IndividualAggregator.individuals to be a Map<string, Individual>Philip Withnall14-51/+49
2011-04-23Change IndividualAggregator.get_[all_]potential_matches() to return a MapPhilip Withnall2-4/+8
2011-04-23Change IndividualAggregator.link_personas() to take a Set<Persona>Philip Withnall5-22/+19
2011-04-23Port IndividualAggregator.individuals_changed to use Set<Individual>Philip Withnall64-277/+307
2011-04-23Fix a race condition in Tpf.PersonaStorePhilip Withnall1-24/+23
2011-04-23Remove unused code from Tpf.PersonaStorePhilip Withnall1-14/+0
2011-04-23Port PersonaStore.personas_changed to Set<Persona>Philip Withnall8-86/+126
2011-04-23Port Individual.personas_changed to use Set<Persona>Philip Withnall2-16/+18
2011-04-23Port Individual.personas to be a Set<Persona>Philip Withnall26-170/+262
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 Reitter17-52/+40
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 Withnall10-174/+68
2011-04-23Change PhoneDetails.phone_numbers to be a Set<FieldDetails>Philip Withnall12-171/+74
2011-04-23Change EmailDetails.email_addresses to be a Set<FieldDetails>Philip Withnall15-107/+185
2011-04-23Change PostalAddressDetails.postal_addresses to be a Set<PostalAddress>Philip Withnall8-76/+68
2011-04-23Change FieldDetails.parameters to be a MultiMap<string, string>Philip Withnall6-90/+73
2011-04-23Change GroupDetails.groups to be a Set<string>Philip Withnall6-49/+43
2011-04-23Change Backend.persona_stores to be a Map<string, PersonaStore>Philip Withnall26-82/+87
2011-04-23Remove LinkedHashSet in favour of Gee.HashSetPhilip Withnall5-788/+1
2011-04-23Change WebServiceDetails.…addresses to be a MultiMap<string, string>Philip Withnall10-99/+80
2011-04-23Change ImDetails.im_addresses to be a MultiMap<string, string>Philip Withnall19-250/+235
2011-04-16Add navigation tests for LinkedHashSet.IteratorPhilip Withnall1-0/+59
2011-04-16Implement an Iterator for LinkedHashSetPhilip Withnall2-2/+78
2011-04-16Add stamping to LinkedHashSetPhilip Withnall1-1/+10
2011-04-16Remove implementation of LinkedHashSet.list_iterator()Philip Withnall2-4/+6