summaryrefslogtreecommitdiff
path: root/tools/inspect
AgeCommit message (Expand)AuthorFilesLines
2013-07-04build: Remove redundant entries from GITIGNOREFILESPhilip Withnall1-5/+0
2013-04-12Include ERROR_CFLAGS everywhere we compile C codeSimon McVittie1-0/+1
2013-03-20folks-inspect, folks-import: initialize localization from the environmentSimon McVittie1-0/+1
2013-03-20tools: use the right locale directorySimon McVittie1-1/+1
2013-03-18all Makefiles: don't ignore or clean .c files not corresponding to ValaSimon McVittie1-1/+1
2013-03-12Do not assign to VALAFLAGSSimon McVittie1-2/+1
2013-03-06Add -I$(top_srcdir) throughoutSimon McVittie1-0/+1
2013-02-10Port folks to libgee 0.8.Travis Reitter2-2/+2
2012-09-06inspect: Add set command with set alias capability.Jeremy Whiting3-0/+200
2012-09-04inspect: Make Command.run async.Jeremy Whiting10-71/+66
2012-08-24inspect: Fix crash when Utils.output_filestream is uninitialized.Jeremy Whiting1-0/+2
2012-08-23Bug 682572 — Build failures due to accessing static membersPhilip Withnall3-18/+18
2012-08-14docs: Use correct Valadoc syntax for monospaced contentPhilip Withnall1-2/+2
2012-07-24Revert "Change libgee dependency from 0.6 to 0.8."Jeremy Whiting1-1/+1
2012-07-24Revert "Port folks to libgee 0.8."Jeremy Whiting1-1/+1
2012-07-24Bug 660236 — Paging for long text in folks-inspectPhilip Withnall3-60/+267
2012-07-07core: Add core anti-linking supportPhilip Withnall1-1/+2
2012-07-06Port folks to libgee 0.8.Jeremy Whiting1-1/+1
2012-07-05Change libgee dependency from 0.6 to 0.8.Jeremy Whiting1-1/+1
2012-06-18inspect: Implement pretty printing of GDateTimePhilip Withnall1-0/+14
2012-03-26Bug 660235 — Consistent signal handlers to a terminal would be coolPhilip Withnall2-1/+30
2012-03-26inspect: Move readline() loop into the GLib main loopPhilip Withnall1-33/+62
2012-02-17Build with vala 0.15Colin Walters1-1/+1
2012-01-08Bug 657063 — Allow to pass a command to folks-inspectPhilip Withnall1-37/+128
2012-01-08inspect: Set up locale in main()Philip Withnall2-0/+6
2012-01-08build: Tidy up use of AM_* variables in Makefile.amsPhilip Withnall1-1/+7
2011-12-21Bug 666528 — Can't convert from type 'GFile' to 'gchararray'Philip Withnall1-1/+14
2011-12-21inspect: Fix use of a deprecated NoteFieldDetails propertyPhilip Withnall1-1/+1
2011-08-27Bug 657332 — Add linking link-individualsPhilip Withnall1-29/+98
2011-08-16inspect: Ensure to initialise out variablesPhilip Withnall3-1/+14
2011-08-14inspect: Remove workarounds for bgo#638363Philip Withnall1-18/+9
2011-08-13inspect: Fix listing GStrv propertiesPhilip Withnall1-1/+3
2011-08-13inspect: Update folks-inspect for the FieldDetails changesPhilip Withnall1-44/+15
2011-08-12Remove FieldDetails (obsoleted by AbstractFieldDetails and implementors)Travis Reitter1-2/+2
2011-08-12Rebase NoteDetails.notes upon NoteFieldDetailsTravis Reitter1-1/+2
2011-07-27inspect: Add a linking commandPhilip Withnall3-0/+282
2011-07-25Bug 650414 — Need better APIs to handle image dataPhilip Withnall1-3/+13
2011-07-13inspect: Don't print details of unprepared persona storesPhilip Withnall1-0/+10
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