Release version 0.7.1
[platform/upstream/folks.git] / tools /
2012-03-26 Philip WithnallBug 660235 — Consistent signal handlers to a terminal...
2012-03-26 Philip Withnallinspect: Move readline() loop into the GLib main loop
2012-03-24 Philip WithnallBug 672373 — folks-import segfaults (Archlinux x86_64)
2012-02-17 Colin WaltersBuild with vala 0.15
2012-01-08 Philip WithnallBug 657063 — Allow to pass a command to folks-inspect
2012-01-08 Philip Withnallinspect: Set up locale in main()
2012-01-08 Philip Withnallbuild: Tidy up use of AM_* variables in Makefile.ams
2011-12-21 Philip WithnallBug 666528 — Can't convert from type 'GFile' to 'gchara...
2011-12-21 Philip Withnallinspect: Fix use of a deprecated NoteFieldDetails property
2011-09-17 Philip Withnalli18n: Remove untranslatable identifiers from translatab...
2011-09-17 Philip Withnalli18n: Fix a few en_GB-isms in C locale strings
2011-09-17 Philip WithnallBug 658161 — Consistently use “contact” in translatable...
2011-09-13 Philip WithnallBug 658730 — ngettext (Plural forms) needed…
2011-08-27 Philip WithnallBug 657332 — Add linking link-individuals
2011-08-16 Philip Withnallinspect: Ensure to initialise out variables
2011-08-14 Philip Withnallinspect: Remove workarounds for bgo#638363
2011-08-13 Philip Withnallinspect: Fix listing GStrv properties
2011-08-13 Philip Withnallinspect: Update folks-inspect for the FieldDetails...
2011-08-12 Travis ReitterRemove FieldDetails (obsoleted by AbstractFieldDetails...
2011-08-12 Travis ReitterRebase NoteDetails.notes upon NoteFieldDetails
2011-07-27 Philip Withnallinspect: Add a linking command
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-13 Philip Withnallinspect: Don't print details of unprepared persona...
2011-05-02 Philip WithnallAdd a “debug” command to folks-inspect to print status...
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 PersonaStore.personas to be a Map<string, Persona>
2011-04-23 Philip WithnallChange IndividualAggregator.individuals to be a Map...
2011-04-23 Philip WithnallPort Individual.personas to be a Set<Persona>
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 Backend.persona_stores to be a Map<string, Perso...
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-11 Raul Gutierrez Segalesfolks-inspect: Fix crashes when trying auto completion...
2011-04-08 Alban Crequyfolks-inspect: print "web-service-addresses" property...
2011-03-22 Travis ReitterUpdate folks-import to the current API for ImDetails...
2011-03-21 Raul Gutierrez Segalesfolks-inspect: use LinkedHashSet to access im-addresses
2011-03-11 Raul Gutierrez Segalesfolks-inspect: print an Avatar's uri
2011-03-11 Raul Gutierrez Segalesfolks-inspect: handle Structured Names
2011-03-11 Raul Gutierrez Segalesfolks-inspect: handle birthday/postal-addresses
2011-03-11 Travis ReitterRename Groupable -> GroupDetails
2011-03-11 Travis ReitterRename Aliasable -> AliasDetails
2011-02-25 Raul Gutierrez Segalesfolks-inspect: handle emails/urls/phone-numbers
2011-02-14 Philip WithnallUse “dup” instead of “get” in method names which return...
2010-12-30 Philip WithnallFix some variable names in the inspector signal parsing...
2010-12-30 Philip WithnallBug 629075 — Add folks command line application
2010-11-04 Philip WithnallMark strings for translation and improve string formatt...
2010-11-04 Philip WithnallBug 628883 — Add localisation support
2010-09-18 Philip WithnallBug 629666 — libfolks should not hard autodetect libxml
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Travis ReitterMake BackendStore a singleton. Helps bgo#628970.
2010-09-13 Philip WithnallRename Alias interface to Aliasable
2010-09-13 Philip WithnallRename Groups interface to Groupable
2010-09-13 Brian PeppleLink gio libs in import-tool makefiles
2010-09-10 Travis ReitterAdd some more detailed validation/error reporting to...
2010-09-10 Philip WithnallBug 629084 — Add a folks-import tool
2010-09-10 Philip WithnallMove tools/manager-file.py to tests/tools/manager-file.py
2010-09-03 Philip WithnallAdd the framework for a test suite