eds: Clarify mapping between properties and vCard fields in EDS
[platform/upstream/folks.git] / tools / inspect /
2013-04-12 Simon McVittieInclude ERROR_CFLAGS everywhere we compile C code
2013-03-20 Simon McVittiefolks-inspect, folks-import: initialize localization...
2013-03-20 Simon McVittietools: use the right locale directory
2013-03-18 Simon McVittieall Makefiles: don't ignore or clean .c files not corre...
2013-03-12 Simon McVittieDo not assign to VALAFLAGS
2013-03-06 Simon McVittieAdd -I$(top_srcdir) throughout
2013-02-11 Travis ReitterPort folks to libgee 0.8.
2012-09-06 Jeremy WhitingMerge branch 'command-set'
2012-09-06 Jeremy Whitinginspect: Add set command with set alias capability.
2012-09-05 Jeremy WhitingMerge branch 'inspect-linking'
2012-09-05 Jeremy Whitinginspect: Make Command.run async.
2012-08-24 Jeremy Whitinginspect: Fix crash when Utils.output_filestream is...
2012-08-23 Philip WithnallBug 682572 — Build failures due to accessing static...
2012-08-14 Philip Withnalldocs: Use correct Valadoc syntax for monospaced content
2012-07-24 Jeremy WhitingRevert "Change libgee dependency from 0.6 to 0.8."
2012-07-24 Jeremy WhitingRevert "Port folks to libgee 0.8."
2012-07-23 Philip WithnallBug 660236 — Paging for long text in folks-inspect
2012-07-07 Philip Withnallcore: Add core anti-linking support
2012-07-06 Jeremy WhitingMerge branch libgeetest which upgrades our libgee depen...
2012-07-06 Jeremy WhitingPort folks to libgee 0.8.
2012-07-05 Jeremy WhitingChange libgee dependency from 0.6 to 0.8.
2012-06-18 Philip Withnallinspect: Implement pretty printing of GDateTime
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-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-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-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-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