summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* Rename the colormgr 'profile-set-$foo' commands to 'profile-set-property'Richard Hughes2013-02-232-59/+16
* trivial: Fix the sorting in the bash completion fileRichard Hughes2013-02-231-1/+1
* trivial: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVERichard Hughes2013-02-181-1/+1
* trivial: Fix more --no-add-needed falloutRichard Hughes2013-02-051-0/+1
* trivial: Fix up a few warnings from clangRichard Hughes2013-02-041-2/+2
* trivial: Don't include <colord/colord-private.h> as it's installed in the par...Richard Hughes2013-02-043-2/+3
* trivial: Fix non-srcdir building, to hopefully fix the ostree buildRichard Hughes2013-02-041-0/+1
* Move libcolord into lib/colord in the project to avoid path crazynessRichard Hughes2013-02-045-13/+6
* Allow the user to specify the device type when using 'colormgr create-device'Richard Hughes2013-02-011-4/+15
* Add the 'Plasma' sensor capabilityRichard Hughes2013-01-311-0/+6
* trivial: don't make the translators heads hurtRichard Hughes2013-01-311-6/+4
* Add some simple bitfield helpersRichard Hughes2013-01-311-1/+1
* Show all the possible capabilities on one line when doing 'colormgr get-sensors'Richard Hughes2013-01-311-23/+68
* trivial: Include a better translation comment for 'Seat'Richard Hughes2013-01-271-1/+6
* Add a --version argument to colormgrRichard Hughes2013-01-241-0/+13
* Add a --verbose argument to colormgrRichard Hughes2013-01-241-4/+38
* Add a Sensor.Metadata propertyRichard Hughes2013-01-151-0/+16
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-141-1/+1
* trivial: Fix up some whitespace problemsRichard Hughes2013-01-114-13/+13
* Export a Device.Embedded property that is set for fixed hardwareRichard Hughes2013-01-051-0/+5
* Ensure the color types are methods in GObject Introspection rather than funct...Richard Hughes2013-01-031-0/+1
* Fix floating point number parsing in non C locale environmentsRichard Hughes2013-01-032-27/+157
* Support L* gamma encoding in cd-create-profileRichard Hughes2013-01-031-0/+19
* Add the ability to generate Rec. 709 gamma curvesRichard Hughes2013-01-011-0/+61
* Revert "Create ICCv2 profiles when using cd-create-profile"Richard Hughes2012-12-231-34/+11
* Add the ability to 'disable' a device so that color management can be turned offRichard Hughes2012-12-172-0/+54
* Create ICCv2 profiles when using cd-create-profileRichard Hughes2012-12-161-12/+37
* trivial: Fix a compiler warning when using mbstowcs()Richard Hughes2012-12-071-5/+8
* Add a 'SensorId' property to the sensor interfaceRichard Hughes2012-12-051-0/+4
* Add a create-temperature subcommand to colormgr to test VCGT generationRichard Hughes2012-11-302-0/+67
* Support doing sensor user actions when using 'colormgr get-sensor-reading'Richard Hughes2012-11-291-11/+29
* Do 3 reads in quick succession for colormgr get-sensor-readingRichard Hughes2012-11-281-20/+23
* Set a default copyright string when creating profiles without using --copyrightRichard Hughes2012-11-263-5/+21
* Print if the profile is system-wide when doing 'colormgr get-profiles'Richard Hughes2012-11-231-0/+4
* trivial: Some whitespace fixes for CodingStyleRichard Hughes2012-11-231-5/+5
* Create linear vcgt tables when using create-x11-gamma to match the xserver be...Richard Hughes2012-11-221-11/+3
* Add a create-standard-space sub-command to cd-create-profileRichard Hughes2012-11-221-0/+94
* If the copyright string is not set when creating a profile use a good defaultRichard Hughes2012-11-221-0/+4
* Do not ever manually set a ICC profile version when creating profilesRichard Hughes2012-11-221-2/+0
* Convert cd-create-profile to using sub-commands to make it more modularRichard Hughes2012-11-222-119/+282
* Create version 2.2 ICC files when creating named color profilesRichard Hughes2012-11-221-2/+2
* Add a set-version command to the cd-fix-profile command line toolRichard Hughes2012-11-211-0/+50
* Do not try to connect to colord in cd-fix-profile until actually neededRichard Hughes2012-11-211-7/+4
* Add a 'Warnings' property to the DBus interface for each profileRichard Hughes2012-11-161-0/+10
* Show the primaries when dumping the profile using cd-fix-profileRichard Hughes2012-11-151-0/+24
* Check the return value of mbstowcs before using the bufferRichard Hughes2012-11-061-1/+1
* Improve the formatting of 'get-profiles' and 'get-devices'Richard Hughes2012-11-051-0/+8
* trivial: Fix up some whitespace missing loopsRichard Hughes2012-10-081-4/+4
* Add a extract-vcgt subcommand to cd-fix-profileRichard Hughes2012-10-011-0/+72
* Fix a critical warning when user tries to dump a non-icc fileRichard Hughes2012-10-011-1/+3