summaryrefslogtreecommitdiff
path: root/client/cd-util.c
Commit message (Expand)AuthorAgeFilesLines
...
* Align the output from colormgr get-devices and get-profilesRichard Hughes2011-10-111-74/+115
* colormgr only needs one argument for find-deviceRichard Hughes2011-10-031-1/+1
* Add an 'Owner' property on device and profile objectsRichard Hughes2011-09-091-0/+16
* trivial: fix up two translation commentsRichard Hughes2011-07-201-2/+5
* trivial: use 'Type' rather than 'Kind' as it's easier to translateRichard Hughes2011-07-201-6/+6
* trivial: ensure the translator comment is always on the prior line to the _()Richard Hughes2011-07-201-70/+36
* Add a find-profile-by-filename command to the colormgr client toolRichard Hughes2011-06-281-1/+42
* Add the object scope to the DBus interface as a propertyRichard Hughes2011-06-221-0/+15
* Fix up the location of the libcolord header filesRichard Hughes2011-06-161-1/+6
* Add a 'Format' property to the device interfaceRichard Hughes2011-06-051-0/+14
* Add a new method Client:FindDeviceByProperty to get a device when only a prop...Richard Hughes2011-06-031-0/+44
* trivial: more 'connect' fixups for the colormgr toolRichard Hughes2011-06-011-0/+15
* trivial: fix colormgr after the lastest API additionsRichard Hughes2011-05-301-0/+20
* Rework libcolord so the async methods never blockRichard Hughes2011-05-301-95/+30
* Add sensor-lock to just lock the color sensor and listen for eventsRichard Hughes2011-04-291-0/+52
* Add GetStandardSpace to the DBus APIRichard Hughes2011-04-201-0/+40
* trivial: lock the sensor so we can get device parameters like the serial numberRichard Hughes2011-04-041-0/+44
* Add a 'locked' property to the exported sensor interface, and require clients...Richard Hughes2011-04-041-0/+19
* Add the get-sensor-reading command to the colormgr toolRichard Hughes2011-04-041-0/+78
* Split up the display capability into lcd and crt, and add a ambient optionRichard Hughes2011-04-041-3/+13
* Add the get-sensors command to the colormgr toolRichard Hughes2011-04-041-0/+120
* Add a 'Metadata' property to the device objectRichard Hughes2011-03-311-0/+16
* Mark some more strings as translatable in colormgrRichard Hughes2011-03-221-39/+71
* Use plain text enumerated values in CreateDevice and CreateProfileRichard Hughes2011-03-021-1/+1
* Add a 'relation' parameter to Device.AddProfile() to solve some hard to fix bugsRichard Hughes2011-02-251-1/+5
* trivial: fix compile when using clangRichard Hughes2011-02-231-1/+1
* Change GetProfileForQualifier() into GetProfileForQualifiers() so we can send...Richard Hughes2011-02-231-9/+9
* Add a 'Metadata' property to the profile object to prepare us for supporting ...Richard Hughes2011-02-031-6/+23
* Refactor out colormgr into a useful command line toolRichard Hughes2011-02-031-474/+914
* Add a dictionary of properties to the CreateDevice() and CreateProfile() methodsRichard Hughes2011-02-021-2/+2
* trivial: add device-get-default-profile to colormgrRichard Hughes2011-02-011-0/+29
* Add a 'HasVcgt' property to all profile devicesRichard Hughes2011-01-291-0/+2
* Add a 'Colorspace' property to all profile devicesRichard Hughes2011-01-291-3/+11
* Add a modification time to the remote Device objectRichard Hughes2011-01-181-0/+2
* Add three more device properties: Serial, Vendor and ColorspaceRichard Hughes2011-01-171-0/+64
* Make CdClientDeleteDevice and CdClientDeleteProfile take an ID, not an objectRichard Hughes2011-01-161-26/+2
* Add a profile kind to each parsed profile objectRichard Hughes2011-01-141-0/+4
* Save the object scope in the CdDevice and CdProfile objectsRichard Hughes2011-01-141-4/+4
* Profiles do not have a created property, so don't try to display oneRichard Hughes2011-01-131-2/+0
* Don't print a blank line in colormgr if there is no qualifierRichard Hughes2011-01-131-2/+4
* Add a libcolord shared library that can be used in the client toolsRichard Hughes2011-01-131-369/+339
* Add a 'Kind' attribute to the device objectsRichard Hughes2011-01-121-0/+43
* Allow clients to set properties on the device and profile objects using SetPr...Richard Hughes2011-01-121-9/+13
* Move all the client code to a new subdirectoryRichard Hughes2011-01-041-0/+562