summaryrefslogtreecommitdiff
path: root/src/cd-profile.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-21/+19
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-031-224/+114
* trivial: Fix three tiny memory leaks when emitting PropertiesChangedRichard Hughes2014-06-031-0/+2
* Allow users to rename session and system ICC profilesRichard Hughes2014-05-211-16/+90
* Restrict the length of key and values when setting metadataRichard Hughes2013-10-211-6/+36
* trivial: Add a metadata quirk for keys set by i1ProfilerRichard Hughes2013-08-151-0/+3
* Do not drop the public API CreateProfile() as it's used by CUPSRichard Hughes2013-07-171-8/+79
* trivial: Remove some dead codeRichard Hughes2013-07-051-2/+0
* Use CdIccStore in the daemonRichard Hughes2013-07-041-123/+24
* Remove fake DICT supportRichard Hughes2013-07-031-44/+0
* Enforce that clients have to send an FD when creating a profileRichard Hughes2013-05-151-4/+1
* Fix ‘created’ time for non-UTC timezones again.Christopher James Halse Rogers2013-05-131-0/+1
* trivial: Get the formatted warnings for the profile in the daemonRichard Hughes2013-04-241-0/+9
* 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-011-1/+6
* trivial: Fix up a compiler warningRichard Hughes2013-03-251-1/+1
* libcolord: Add the ability to get the file embedded profile IDRichard Hughes2013-03-251-31/+1
* libcolord: Make loading the metadata optionalRichard Hughes2013-03-241-3/+3
* libcolord: Add some flags to the CdIcc load and save functions for future useRichard Hughes2013-03-231-5/+13
* libcolord: Add a GCancellable to cd_icc_load_file() and cd_icc_save_file()Richard Hughes2013-03-221-1/+1
* libcolord: Add methods to get localized text values from the profileRichard Hughes2013-03-221-10/+10
* libcolord: Add cd_icc_get_metadata() to return the profile metadata dictionaryRichard Hughes2013-03-221-41/+18
* libcolord: Add cd_icc_get_colorspace() to return the profile colorspaceRichard Hughes2013-03-221-38/+1
* libcolord: Add cd_icc_get_kind() to return the profile kindRichard Hughes2013-03-221-32/+6
* Use CdIcc in the daemon when loading ICC profilesRichard Hughes2013-03-221-33/+36
* Fix the gamut warning to check primaries wider than CIERGB and ProPhotoRichard Hughes2013-03-041-3/+17
* Return an error if the client tries to change the profile filename after crea...Richard Hughes2013-02-231-1/+10
* trivial: Use a path prefix for the ICC profilesRichard Hughes2013-02-151-0/+1
* Save the common ICC profiles as GResources in the colord binary to reduce I/ORichard Hughes2013-02-151-12/+33
* Detect standard spaces from adobe.com and color.org and add the required meta...Richard Hughes2013-02-041-0/+49
* Allow profiles to have a 'score' which affects which get chosen as a specific...Richard Hughes2013-02-041-0/+23
* trivial: Allow profiles to easily create additional metadataRichard Hughes2013-02-041-3/+14
* trivial: Speed up checking for scum dot in profilesRichard Hughes2012-12-161-1/+1
* Return class specific error codes if authentication failsRichard Hughes2012-11-291-7/+23
* Use enumerated error values when using profilesRichard Hughes2012-11-281-32/+47
* trivial: Some whitespace fixes for CodingStyleRichard Hughes2012-11-231-2/+2
* Don't optimize the profile check transforms to speed up daemon startupRichard Hughes2012-11-231-2/+2
* trivial: Fix the function prefix for the new warning checksRichard Hughes2012-11-201-18/+18
* trivial: Only do the primary addition checks and gray axis checks on display ...Richard Hughes2012-11-171-2/+10
* trivial: Increase the threshold of the gray axis check to avoid false positivesRichard Hughes2012-11-171-2/+3
* Add a profile warning if any of the primaries are outside of ROMM RGBRichard Hughes2012-11-171-0/+23
* Add a warning if the profile RGB 255,255,255 does not return D50Richard Hughes2012-11-171-4/+15
* Add a warning if the profile primaries do not add to D50Richard Hughes2012-11-171-0/+69
* Add a warning if the profile primaries are invalidRichard Hughes2012-11-161-0/+44
* Add a warning if the profile gray axis is invalidRichard Hughes2012-11-161-0/+65
* Add a warning if the profile would produce a scum-dotRichard Hughes2012-11-161-0/+44
* Add a warning if the profile calibration data is non-monotonicRichard Hughes2012-11-161-0/+50
* Add a warning if the profile copyright is missingRichard Hughes2012-11-161-1/+6
* Add a warning if the profile description is missingRichard Hughes2012-11-161-0/+12
* Add a 'Warnings' property to the DBus interface for each profileRichard Hughes2012-11-161-2/+40