summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release colord 0.1.9COLORD_0_1_90.1.9Richard Hughes2011-06-131-0/+1
* trivial: fix up two warnings from clangRichard Hughes2011-06-132-12/+15
* Define two keys to allow the profile to contain the mapping parametersRichard Hughes2011-06-133-3/+22
* trivial: clean the sensor test programs on 'make clean'Richard Hughes2011-06-131-0/+2
* Write the new metadata entries in the cd-fix-profile and cd-create-profile pr...Richard Hughes2011-06-137-69/+179
* Define the DATA_source profile metadata itemRichard Hughes2011-06-132-0/+6
* Define three metadata keys for the framework creator to setRichard Hughes2011-06-132-2/+15
* Generate .tar.gz release tarballsRichard Hughes2011-06-132-2/+2
* Autodetect SANE if no --enable-sane or --disable-sane option has been used fo...Richard Hughes2011-06-111-10/+15
* Fix a serious bug that caused a critical warning if the cd_device_connect() u...Richard Hughes2011-06-102-2/+0
* trivial: fix a small memory leak in cd_sensor_connect()Richard Hughes2011-06-101-5/+6
* Only warn if we fail to get the PolicyKit authority, the failure may be trans...Richard Hughes2011-06-101-3/+4
* trivial: add some more asserts to try to find a bugRichard Hughes2011-06-103-3/+36
* trivial: add some self checks in libcolord to track down a refcount bug somew...Richard Hughes2011-06-103-0/+12
* Add automatic .gitignore generationRichard Hughes2011-06-1027-110/+272
* Use upstream gettext instead the glib oneJavier Jardón2011-06-102-24/+21
* trivial: fix up a typo in configure when SANE cannot be foundRichard Hughes2011-06-101-1/+1
* libcolord: fix 3 small memory leaks, and also make the self tests valgrind cleanRichard Hughes2011-06-103-0/+19
* trivial: add a simple self check for early dereferencing of the device objectRichard Hughes2011-06-101-0/+69
* Allow GUDEV to be disabled at compile timeRichard Hughes2011-06-066-7/+41
* Save any additional disk device metadata in the property databaseRichard Hughes2011-06-051-4/+9
* Add a 'Format' property to the device interfaceRichard Hughes2011-06-057-3/+94
* libcolord: Add methods to get the connected state of each objectRichard Hughes2011-06-049-0/+147
* trivial: add some example code showing off FindDeviceByPropertyRichard Hughes2011-06-031-0/+85
* Add a new method Client:FindDeviceByProperty to get a device when only a prop...Richard Hughes2011-06-0311-3/+336
* trivial: don't hardcode the version number in the self test programRichard Hughes2011-06-021-1/+8
* trivial: post release version bumpRichard Hughes2011-06-022-5/+5
* 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