summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* trivial: fix a spelling errorChristopher James Halse Rogers2011-07-121-3/+3
* Add all of the required GObject Introspection annotations requiredRichard Hughes2011-07-072-0/+2
* Allow FindDeviceByProperty() to match on model, vendor and serial numberRichard Hughes2011-07-072-1/+7
* Add the object scope to the DBus interface as a propertyRichard Hughes2011-06-224-0/+32
* Actually store the device ID in the mapping database, rather than the object ...Richard Hughes2011-06-206-77/+81
* Fix up the location of the libcolord header filesRichard Hughes2011-06-161-1/+0
* Remove the DBus annotations in the introspection on advice of David ZeuthenRichard Hughes2011-06-154-28/+0
* Define two keys to allow the profile to contain the mapping parametersRichard Hughes2011-06-131-3/+16
* trivial: clean the sensor test programs on 'make clean'Richard Hughes2011-06-131-0/+2
* Only warn if we fail to get the PolicyKit authority, the failure may be trans...Richard Hughes2011-06-101-3/+4
* Add automatic .gitignore generationRichard Hughes2011-06-102-11/+2
* Allow GUDEV to be disabled at compile timeRichard Hughes2011-06-065-6/+31
* 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-052-0/+21
* Add a new method Client:FindDeviceByProperty to get a device when only a prop...Richard Hughes2011-06-036-3/+112
* 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-022-13/+17
* Split out the sensors into runtime-loadable shared objectsRichard Hughes2011-06-028-519/+472
* trivial: build a static library in libcolord rather than rebuilding files in srcRichard Hughes2011-06-021-3/+5
* trivial: split out the icc metadata test for now as it seems not to workRichard Hughes2011-06-021-1/+3
* Add a timestamp when making profiles default so that the newest assigned prof...Richard Hughes2011-06-025-58/+180
* Actually use the FILE_checksum metadata for profiles created by the session w...Richard Hughes2011-06-011-38/+11
* trivial: do not return bare GErrors over DBus, they are of the wrong type...Richard Hughes2011-05-312-14/+28
* 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
* Rework libcolord so the async methods never blockRichard Hughes2011-05-304-16/+16
* Fix three incorrect compiler warnings about uninitialized valuesRichard Hughes2011-05-271-6/+6
* Add preprocessor defines for the device and profile property and metadata namesRichard Hughes2011-05-242-49/+51
* Add support for reading and writing ICC profile metadataRichard Hughes2011-05-241-9/+55
* trivial: reduce the number of pointer derefs in cd-profile when loading profilesRichard Hughes2011-05-241-41/+43
* trivial: fix a potential NULL dereference spotted by clangRichard Hughes2011-05-231-9/+9
* Allow the client to pass file descriptors out of band to CreateProfileRichard Hughes2011-05-234-104/+219
* 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-211-11/+30
* 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
* 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 a 'Created' property to the Profile interfaceRichard Hughes2011-05-182-0/+35
* Allow setting the 'Colorspace' property on profile objectsRichard Hughes2011-05-171-0/+5
* If the user tries to register a second identical profile don't return an errorRichard Hughes2011-05-171-23/+20
* Do not try to register a second identical instance of a device on the busRichard Hughes2011-05-171-6/+12
* When creating a device with the same name as an existing virtual device promo...Richard Hughes2011-05-172-0/+12
* trivial: fix build failure with make distcheckRichard Hughes2011-05-101-1/+3
* Only enable the volume mount tracking when cd_profile_store_search() is calle...Richard Hughes2011-05-041-15/+44
* trivial: show the libusb error numbers in case the user has libusb <= 1.0.9Richard Hughes2011-04-292-35/+45
* Ensure the source is destroyed when we unref CdUsb to prevent a crashRichard Hughes2011-04-291-0/+2
* Stop watching the client when the sensor is finalized in case the client neve...Richard Hughes2011-04-291-0/+2
* Ensure profiles with embedded profile checksums are parsed correctlyRichard Hughes2011-04-261-1/+11