summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always return an error if cd_main_device_add() failedRichard Hughes2013-05-091-2/+1
* Build the colord binary with full RELRORichard Hughes2013-05-071-1/+2
* Build all installed binaries with PIERichard Hughes2013-05-071-0/+4
* Add a config option to allow multiple monitors with identical EDID values to ...Richard Hughes2013-05-031-0/+43
* Move the vendor quirk table to libcolordprivate so it can be used with cd-fin...Richard Hughes2013-04-294-84/+4
* Correct a lot more company names when creating devicesRichard Hughes2013-04-261-0/+22
* Add Qt DBus annotationsDaniel Nicoletti2013-04-254-0/+8
* Fix standard-space property name into a compilable variable name: standard_spaceDaniel Nicoletti2013-04-251-1/+1
* Do not automatically add EDID profiles with warnings to devicesRichard Hughes2013-04-241-0/+13
* trivial: Get the formatted warnings for the profile in the daemonRichard Hughes2013-04-242-0/+10
* Move the warning check code from the daemon to libcolord for code reuseRichard Hughes2013-04-241-358/+1
* Do not print a critical warning if the requested property does not existRichard Hughes2013-04-014-6/+26
* trivial: Hide the test-driver files when using 'git status'Richard Hughes2013-03-281-1/+1
* trivial: Fix up a compiler warningRichard Hughes2013-03-251-1/+1