summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create /var/lib/colord at buildtime not runtime to enure it's labeled by SELi...Richard Hughes2011-04-261-0/+1
* trivial: remove some simple debugging statements that crept inRichard Hughes2011-04-201-2/+0
* trivial: fix a typo in the GetProfileRelation() debug codeRichard Hughes2011-04-201-2/+2
* Add a --verbose command line option to colord to print the debugging on the c...Richard Hughes2011-04-204-0/+212
* Add GetStandardSpace to the DBus APIRichard Hughes2011-04-208-0/+271
* Remove any .icc suffix automatically from the encoded profile titleRichard Hughes2011-04-111-2/+13
* trivial: get rid of some C++ style comments to fix the compile for older comp...Richard Hughes2011-04-094-6/+5
* trivial: ensure the daemon source files are all GPLv2+ licencedRichard Hughes2011-04-0916-176/+176
* Return an error if the user tries to create a persistant profileRichard Hughes2011-04-091-1/+5
* Use the FILE_checksum metadata if it is available to speed up session startupRichard Hughes2011-04-081-25/+67
* Use cmsOpenProfileFromFile() rather than getting the complete profile content...Richard Hughes2011-04-081-11/+14