summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* colorhug: Use the calibration capability to be able to do a unity measurementRichard Hughes2014-09-121-2/+5
* Actually parse the EDID for better duplicate detectionRichard Hughes2014-08-071-17/+44
* Use the ColorHug sensor driver for the ColorHug2 hardwareRichard Hughes2014-06-103-7/+23
* trivial: Fix up the ColorHug+ enum namesRichard Hughes2014-06-101-2/+2
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-0418-169/+166
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-0320-1577/+826
* trivial: Fix three tiny memory leaks when emitting PropertiesChangedRichard Hughes2014-06-033-0/+6
* Allow users to rename session and system ICC profilesRichard Hughes2014-05-217-17/+600
* trivial: Remove untrue doc statementRichard Hughes2014-05-081-2/+0
* Trim out the CUPS-supplied prefix for the printer serial numberRichard Hughes2014-05-061-2/+20
* trivial: Remove compile warning when compiling without udevRichard Hughes2013-12-101-1/+1
* Change the --enable-gudev parameter into --enable-udevRichard Hughes2013-12-105-14/+14
* Never add USB hubs as scanner devices even if tagged by libsaneRichard Hughes2013-11-261-0/+6
* Never create color managed webcam devicesRichard Hughes2013-11-261-12/+7
* main: Only syslog() profile additions when they're added via DBusColin Walters2013-11-081-4/+19
* trivial: Fix an impossible-to-hit 'bug' spotted by clangRichard Hughes2013-10-301-1/+5
* Restrict the length of key and values when setting metadataRichard Hughes2013-10-215-12/+73
* Show a warning for incorrect or extra command line argumentsRichard Hughes2013-08-271-35/+43
* Fix creation of the dummy sensor deviceRichard Hughes2013-08-271-3/+2
* Do not mix up device paths and device IDs in the documentationConley Moorhous2013-08-192-7/+7
* trivial: Add a metadata quirk for keys set by i1ProfilerRichard Hughes2013-08-151-0/+3
* Always return soft-add calibration profiles before soft-add EDID profilesRichard Hughes2013-08-151-3/+23
* Fix warning when any test profile has an EDID source and no ICC fileRichard Hughes2013-08-151-1/+1
* trivial: Do not print debugging entries when a client requests a propertyRichard Hughes2013-08-152-4/+0
* Do not add fake metadata to avoid creating an empty dictionaryRichard Hughes2013-08-151-7/+10
* Allow profiles to be added or removed when the device is not enabledRichard Hughes2013-08-142-32/+0
* Do not drop the public API CreateProfile() as it's used by CUPSRichard Hughes2013-07-174-30/+183
* Recover the ability to create a profile not backed by a fileRichard Hughes2013-07-131-26/+20
* Add a quirk for ThinkPads so that we show 'ThinkPad T510' rather than '4384BR2'Richard Hughes2013-07-071-19/+54
* Add SystemVendor and SystemModel string properties to the main interfaceRichard Hughes2013-07-052-2/+127
* trivial: Remove some dead codeRichard Hughes2013-07-052-14/+0
* Use CdIccStore in the daemonRichard Hughes2013-07-046-734/+112
* Remove the ICC volume searching functionalityRichard Hughes2013-07-033-187/+0
* Remove fake DICT supportRichard Hughes2013-07-031-44/+0
* Allow using the key 'Filename' when using FindProfileByPropertyRichard Hughes2013-07-031-0/+7
* Allow the user to specify a non-qualified path when using FindProfileByFilenameRichard Hughes2013-07-032-1/+39
* Remove the now-unused /etc/colord.confRichard Hughes2013-07-027-215/+8
* Remove the AlwaysUseXrandrName config option and auto-detect it at runtimeRichard Hughes2013-07-021-2/+112
* Remove the UseSANE config optionRichard Hughes2013-07-022-2/+10
* Do not have the volume search functionality enable in the config file and in ...Richard Hughes2013-07-021-3/+3
* Move the dummy sensor creation to a command line argumentRichard Hughes2013-07-021-2/+7
* Remove the StandardSpaces configure optionRichard Hughes2013-07-021-78/+0
* trivial: Fix typo in debug messageChristopher James Halse Rogers2013-06-141-1/+1
* Enforce that clients have to send an FD when creating a profileRichard Hughes2013-05-153-96/+36
* Fix ‘created’ time for non-UTC timezones again.Christopher James Halse Rogers2013-05-131-0/+1
* Remove calls to the deprecated g_type_init()Richard Hughes2013-05-133-4/+0
* trivial: Correctly log the qualifier strings when calling GetProfileForQualif...Richard Hughes2013-05-101-6/+6
* Use G_GNUC_WARN_UNUSED_RESULT in public and private headersRichard Hughes2013-05-096-29/+58
* trivial: Include a couple of missing config.h includesRichard Hughes2013-05-091-0/+2
* trivial: NULL != FALSE for some compilersRichard Hughes2013-05-092-10/+10