inspect: Fix use of a deprecated NoteFieldDetails property
[platform/upstream/folks.git] / tools / inspect / utils.vala
2011-12-21 Philip Withnallinspect: Fix use of a deprecated NoteFieldDetails property
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-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-13 Philip Withnallinspect: Don't print details of unprepared persona...
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-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
2010-12-30 Philip WithnallBug 629075 — Add folks command line application