summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-05-02Add a “debug” command to folks-inspect to print status informationPhilip Withnall3-0/+56
2011-04-23Change RoleDetails.roles to be of type Set<Role>Philip Withnall1-0/+20
2011-04-23Change NoteDetails.notes to be of type Set<Note>Philip Withnall1-0/+20
2011-04-23Change LocalIdDetails.local_ids to be of type Set<string>Philip Withnall1-1/+2
2011-04-23Change PersonaStore.personas to be a Map<string, Persona>Philip Withnall1-7/+7
2011-04-23Change IndividualAggregator.individuals to be a Map<string, Individual>Philip Withnall3-19/+17
2011-04-23Port Individual.personas to be a Set<Persona>Philip Withnall1-9/+10
2011-04-23Change UrlDetails.urls to be a Set<FieldDetails>Philip Withnall1-21/+2
2011-04-23Change PhoneDetails.phone_numbers to be a Set<FieldDetails>Philip Withnall1-3/+3
2011-04-23Change EmailDetails.email_addresses to be a Set<FieldDetails>Philip Withnall1-2/+21
2011-04-23Change PostalAddressDetails.postal_addresses to be a Set<PostalAddress>Philip Withnall1-2/+2
2011-04-23Change GroupDetails.groups to be a Set<string>Philip Withnall1-12/+7
2011-04-23Change Backend.persona_stores to be a Map<string, PersonaStore>Philip Withnall4-20/+23
2011-04-23Change WebServiceDetails.…addresses to be a MultiMap<string, string>Philip Withnall1-7/+5
2011-04-23Change ImDetails.im_addresses to be a MultiMap<string, string>Philip Withnall2-23/+11
2011-04-11folks-inspect: Fix crashes when trying auto completion with parametersRaul Gutierrez Segales1-1/+0
2011-04-08folks-inspect: print "web-service-addresses" property correctlyAlban Crequy1-0/+33
2011-03-22Update folks-import to the current API for ImDetails.im_addresses.Travis Reitter1-7/+7
2011-03-21folks-inspect: use LinkedHashSet to access im-addressesRaul Gutierrez Segales1-5/+6
2011-03-11folks-inspect: print an Avatar's uriRaul Gutierrez Segales2-1/+8
2011-03-11folks-inspect: handle Structured NamesRaul Gutierrez Segales1-0/+8
2011-03-11folks-inspect: handle birthday/postal-addressesRaul Gutierrez Segales1-0/+28
2011-03-10Rename Groupable -> GroupDetailsTravis Reitter1-3/+3
2011-03-10Rename Aliasable -> AliasDetailsTravis Reitter1-2/+2
2011-02-25folks-inspect: handle emails/urls/phone-numbersRaul Gutierrez Segales1-0/+22
2011-02-14Use “dup” instead of “get” in method names which return a referenced ...Philip Withnall2-2/+2
2010-12-30Fix some variable names in the inspector signal parsing codePhilip Withnall1-1/+1
2010-12-30Bug 629075 — Add folks command line applicationPhilip Withnall12-0/+2026
2010-11-04Mark strings for translation and improve string formatting a littlePhilip Withnall2-33/+60
2010-11-04Bug 628883 — Add localisation supportPhilip Withnall2-0/+9
2010-09-18Bug 629666 — libfolks should not hard autodetect libxmlPhilip Withnall1-1/+1
2010-09-15Merge branch 'bgo628970-expose-backends3'Travis Reitter1-1/+1
2010-09-14Make BackendStore a singleton. Helps bgo#628970.Travis Reitter1-1/+1
2010-09-13Rename Alias interface to AliasablePhilip Withnall1-2/+2
2010-09-13Rename Groups interface to GroupablePhilip Withnall1-2/+2
2010-09-13Link gio libs in import-tool makefilesBrian Pepple1-0/+2
2010-09-10Add some more detailed validation/error reporting to the importing tool.Travis Reitter1-0/+27
2010-09-10Bug 629084 — Add a folks-import toolPhilip Withnall3-0/+470
2010-09-10Move tools/manager-file.py to tests/tools/manager-file.pyPhilip Withnall1-175/+0
2010-09-03Add the framework for a test suitePhilip Withnall1-0/+175