summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release colord 0.1.8COLORD_0_1_80.1.8Richard Hughes2011-06-022-0/+37
* trivial: fix the ICC metadata self testRichard Hughes2011-06-021-1/+10
* Add an basic ColorMunki native sensor driver based from the prototype in gnom...Richard Hughes2011-06-027-66/+858
* Do not return a 4-double triple for Sensor.GetSample(), instead just return 3...Richard Hughes2011-06-023-17/+19
* trivial: Fix cd_sensor_get_sample() as the CdColorXYZ isn't supposed to be g_...Richard Hughes2011-06-021-6/+6
* Split out the sensors into runtime-loadable shared objectsRichard Hughes2011-06-0210-520/+474
* trivial: build a static library in libcolord rather than rebuilding files in srcRichard Hughes2011-06-023-3/+15
* trivial: split out the icc metadata test for now as it seems not to workRichard Hughes2011-06-022-14/+67
* Add a timestamp when making profiles default so that the newest assigned prof...Richard Hughes2011-06-026-58/+360
* trivial: fix make check when using a dummy sensorRichard Hughes2011-06-011-0/+5
* Actually use the FILE_checksum metadata for profiles created by the session w...Richard Hughes2011-06-011-38/+11
* trivial: more 'connect' fixups for the colormgr toolRichard Hughes2011-06-011-0/+15
* trivial: correct a link on the websiteRichard Hughes2011-05-311-1/+1
* trivial: do not return bare GErrors over DBus, they are of the wrong type...Richard Hughes2011-05-312-14/+28
* trivial: require cd_sensor_connect before cd_sensor_get_kind is allowedRichard Hughes2011-05-311-1/+2
* trivial: raise the default timeout of CreateProfile to 15 seconds so it works...Richard Hughes2011-05-311-1/+3
* trivial: correctly lifecycle the inhibit objectRichard Hughes2011-05-311-2/+2
* trivial: ensure we return the correct property type when a device is inhibitedRichard Hughes2011-05-311-5/+1
* trivial: fix cd_sensor_connect to actually connect to the correct objectRichard Hughes2011-05-311-1/+1
* trivial: fix colormgr after the lastest API additionsRichard Hughes2011-05-302-26/+26
* Remove the compatibility defines we've carried for three releases nowRichard Hughes2011-05-301-8/+0
* Rework libcolord so the async methods never blockRichard Hughes2011-05-3027-2451/+4162
* Fix three incorrect compiler warnings about uninitialized valuesRichard Hughes2011-05-271-6/+6
* trivial: more async methodsRichard Hughes2011-05-2615-698/+1129
* Provide some GIO async variants for the methods in CdClientRichard Hughes2011-05-2512-318/+1103
* trivial: move cd_client_connect_sync() to it's own source fileRichard Hughes2011-05-256-52/+135
* trivial: remove duplicate short option name in cd-create-profileRichard Hughes2011-05-251-1/+1
* Add preprocessor defines for the device and profile property and metadata namesRichard Hughes2011-05-246-103/+155
* Add support for reading and writing ICC profile metadataRichard Hughes2011-05-249-44/+265
* trivial: reduce the number of pointer derefs in cd-profile when loading profilesRichard Hughes2011-05-241-41/+43
* Do not run the systemwide set functionality by default in make checkRichard Hughes2011-05-231-5/+55
* trivial: fix a potential NULL dereference spotted by clangRichard Hughes2011-05-231-9/+9
* trivial: fix up a small bug picked up by clangRichard Hughes2011-05-231-1/+1
* trivial: fix the status code for cd-create-profile on errorRichard Hughes2011-05-231-2/+2
* trivial: use realpath to avoid passing in paths with ../../ when the system-w...Richard Hughes2011-05-231-1/+3
* Allow the client to pass file descriptors out of band to CreateProfileRichard Hughes2011-05-237-122/+335
* trivial: fix up a warning in the last commitRichard Hughes2011-05-231-1/+1
* trivial: return with an error rather than asserting if the user created befor...Richard Hughes2011-05-231-2/+18
* trivial: add another vendor quirk -- NIKON also think they deserve all CAPSRichard Hughes2011-05-211-0/+1
* Ensure GPhoto2 devices get added to the device listRichard Hughes2011-05-212-11/+33
* Fix the gtk-doc buildRichard Hughes2011-05-211-1/+1
* Bump glib requirement to 2.28 in configure.acAdrien Bustany2011-05-211-1/+1
* Remove the hacky heuristic for webcam detection and instead use the GPhoto at...Richard Hughes2011-05-202-11/+10
* Simplify vendor cleanup codeBastien Nocera2011-05-201-30/+31
* trivial: add a test to check the Vendor mungingRichard Hughes2011-05-201-2/+2
* Detect if a camera device is really a webcam using a hacky metricRichard Hughes2011-05-201-3/+11
* Manually remove the date from profiles to make them look nicer in the GUIRichard Hughes2011-05-201-0/+8
* Prettify the device vendor and model namesRichard Hughes2011-05-201-4/+75
* Add some simple helpers to check objects for equalityRichard Hughes2011-05-207-0/+64
* Add an explicit 'webcam' device kindRichard Hughes2011-05-202-0/+6