Change PostalAddressDetails.postal_addresses to be a Set<PostalAddress>
[platform/upstream/folks.git] / tools /
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