Commit Graph

47 Commits

Author SHA1 Message Date
Richard Hughes
694ab7cf3c New upstream version 2014-05-23 12:10:58 +01:00
Richard Hughes
d9acc75419 New upstream version 2014-04-05 14:10:49 +02:00
Richard Hughes
de6aa5de65 New upstream version 2014-02-28 19:15:37 +00:00
Richard Hughes
3bf10c6481 New upstream version 2014-01-20 09:58:04 +00:00
Richard Hughes
f3f740cb38 New upstream version 2013-12-11 10:33:37 +00:00
Richard Hughes
1f20a9a8ed New upstream version 2013-11-19 14:36:05 +00:00
Richard Hughes
3a9e994ea2 New upstream version 2013-10-30 12:56:37 +00:00
Richard Hughes
70a24b5a1c New upstream version 2013-09-13 16:19:36 +01:00
Richard Hughes
1b6e82a95c New upstream version 2013-07-30 13:45:02 +01:00
Richard Hughes
4bba993128 New upstream version 2013-07-07 15:29:39 +01:00
Richard Hughes
d7403a3514 New upstream version 2013-06-11 10:07:15 +01:00
Richard Hughes
52d019f658 New upstream version 2013-05-13 11:26:33 +01:00
Richard Hughes
38687aea58 New upstream version
- Add a ICC transform object for simple RGB conversions
- Add a warning for RGB profiles with unlikely whitepoint values
- Add Qt DBus annotations
- Allow clients to call org.freedesktop.DBus.Peer
- Correct a lot more company names when creating devices
- Do not automatically add EDID profiles with warnings to devices
- Increase the delay between patches in the session-helper
- Install the bash completion support into /usr
2013-05-01 10:00:16 +01:00
Richard Hughes
7778552baa New upstream version
- Add some translated profile descriptions for the CMYK profiles
- Add the FOGRA45L and FOGRA47L CMYK and eciRGBv1 profiles
- Check the generated CCMX matrix for invalid data
- Do not print a warning if the DBus property does not exist
- Ensure mbstowcs() has an LC_CTYPE of 'en_US.UTF-8'
- Always write C-locale floating point values in IT8 files
- Initialize the value of the CCMX matrix
- Never promote localized v2 ICC profiles to v4
- Rename ISOnewspaper26 to IFRA26S_2004_newsprint
2013-04-16 12:18:48 +01:00
Richard Hughes
fa16efc21e New upstream version
- Add a new tool 'cd-iccdump' that can dump V4 and V2 profiles
- Add translated descriptions to the ICC profiles
2013-03-28 17:33:34 +00:00
Richard Hughes
6ebcc20103 New upstream version
- Calculate the display calibration based on the Lab and target display gamma
- Interpolate the gamma data to the VCGT size using Akima
- Add some more display vendor names to the display fixup table
- Fix the argyll sensor driver when using the ColorMunki Smile
- Fix the gamut warning to check primaries wider than CIERGB and ProPhoto
- Move the private sensor libraries out of the pure lib space
2013-03-18 15:02:45 +00:00
Richard Hughes
3e420f84ce New upstream version
- Append -private to the driver libraries as they have no headers installed
- Do not show duplicate profiles when icc-profiles-openicc is installed
- Speed up the daemon loading and use less I/O at startup
2013-02-17 21:18:07 +00:00
Richard Hughes
bcfba95478 New upstream version
- Add a --verbose and --version argument to colormgr
- Add DTP94 native sensor support
- Allow profiles to have a 'score' which affects the standard space
- Change the Adobe RGB description to be 'Compatible with Adobe RGB (1998)'
- Detect profiles from adobe.com and color.org and add metadata
- Do not auto-add profiles due to device-id metadata if they have been removed
- Ensure profiles with MAPPING_device_id get auto-added to devices
- Install various helper libraries for access to hardware
- Set the additional 'OwnerCmdline' metadata on each device
2013-02-04 22:18:01 +00:00
Richard Hughes
a94e0036a4 New upstream version
- Add some default GSetting schema values for the calibration helper
- Add the sensor images as metadata on the D-Bus interface
- Quit the session helper if the device or sensor was not found
2013-01-16 23:41:07 +00:00
Richard Hughes
49645058d9 ...and with the tarball uploaded. 2013-01-08 14:42:04 +00:00
Richard Hughes
c144c54c77 New upstream version
- Add a session helper that can be used to calibrate the screen
- Add some defines for the Spyder4 display colorimeter
- Add support for reading and writing .cal files to CdIt8
- Add the ability to 'disable' a device from a color POV
- Create ICCv2 profiles when using cd-create-profile
- Use enumerated error values in the client library
- Use spotread when there is no native sensor driver
2012-12-19 16:07:24 +00:00
Richard Hughes
bc4974e8f4 New upstream version
- Add a create-standard-space sub-command to cd-create-profile
- Add a profile metadata key of 'License'
- Add a set-version command to the cd-fix-profile command line tool
- Create linear vcgt tables when using create-x11-gamma
- Fix GetStandardSpace so it can actually work
- Move the named color examples to shared-color-profiles
2012-11-26 19:54:04 +00:00
Richard Hughes
4755132f35 New upstream version
- Fix a critical warning when user tries to dump a non-icc file
- Remove libsane support and rely only on udev for scanner information
- Set the seat for devices created in the session and from udev
2012-10-26 13:05:27 +01:00
Richard Hughes
ce916b38e7 New upstream version
- Assorted documentation fixes
- Do not try to add duplicate sysfs devices
2012-08-29 09:34:27 +01:00
Richard Hughes
a696e323d4 New upstream version
- Split out colord-gtk to a new sub-project to prevent a dep loop
- Add many generic introspection type arguments
- Check any files in /usr/share/color/icc have the content type
- Do not create the same object paths if two sensors are plugged in
- Fix the udev rules entry for the i1Display3
2012-06-27 09:58:55 +01:00
Richard Hughes
8a8d60f3ad New upstream version
- Do not install any parts of colord-sane if --disable-sane is specified
- Fix InstallSystemWide() by not writing a private file
- Save the CCMX and ITx files to be compatible with argyllcms
- The ColorHug has a new VID and PID
2012-05-22 13:04:17 +01:00
Richard Hughes
42cc41aca3 New upstream version
- Add a sensor-set-options command to the colormgr tool
- Add the concept of 'options' on each color sensor device
- Enable gtk-doc in the default distro build
2012-05-09 23:06:24 +01:00
Richard Hughes
c96a2eac7a New upstream version
- Add a user suffix to the object path of user-created devices and profiles
2012-04-17 22:58:14 +01:00
Richard Hughes
c73ed9676c New upstream version
- Add a Manager.CreateProfileWithFd() method for QtDBus
- Split out the SANE support into it's own process
- Fix a small leak when creating devices and profiles in clients
- Fix cd-fix-profile to add and remove metadata entries
- Install per-machine profiles in /var/lib/colord/icc
2012-03-15 17:18:48 +00:00
Richard Hughes
11bbfad492 New upstream version
- Add an LED sample type
- Add PrivateNetwork and PrivateTmp to the systemd service file
- Fix InstallSystemWide() when running as the colord user
2012-02-22 14:36:13 +00:00
Richard Hughes
89e7802e92 New upstream version
Now runs as a colord user rather than as root.
Support more ICC metadata keys
Install a systemd service file
Support 2nd generation Huey hardware
2012-01-17 12:05:43 +00:00
Richard Hughes
36149e0d03 New upstream version
This release fixes an important security bug: CVE-2011-4349.
Do not crash the daemon if adding the device to the db failed
Fix a memory leak when getting properties from a device
2011-11-26 08:49:06 +00:00
Richard Hughes
c4f77fedff New upstream version
Remove upstreamed patches
2011-11-01 10:40:29 +00:00
Richard Hughes
627b3d0ef4 New upstream version
Ensure uid 0 can always create devices and profiles
Reduce the CPU load of clients when assigning profiles
2011-10-03 10:45:05 +01:00
Richard Hughes
86066fa98f New upstream version 2011-08-30 12:53:50 +01:00
Richard Hughes
346578076f New upstream version 2011-08-01 10:09:13 +01:00
Richard Hughes
a6065f1e5d New upstream version 2011-07-06 09:40:36 +01:00
Richard Hughes
c064ff869d New upstream version 2011-06-13 16:58:42 +01:00
Richard Hughes
e4e1f91ea1 New upstream version
Add a webcam device kind
Add a timestamp when making profiles default
Add support for reading and writing ICC profile metadata
Allow the client to pass file descriptors out of band to CreateProfile
Prettify the device vendor and model names
Split out the sensors into runtime-loadable shared objects
Provide some GIO async variants for the methods in CdClient
Ensure GPhoto2 devices get added to the device list
2011-06-02 23:02:41 +01:00
Richard Hughes
3aaea1bc5d New upstream version.
Create /var/lib/colord at buildtime not runtime for SELinux
Ensure profiles with embedded profile checksums are parsed correctly
Move the colorimeter rules to be run before 70-acl.rules
Stop watching the client when the sensor is finalized
Ensure the source is destroyed when we unref CdUsb to prevent a crash
Only enable the volume mount tracking when searching volumes
2011-05-06 12:00:25 +01:00
Richard Hughes
c391885494 New upstream version. 2011-04-24 17:39:07 +01:00
Richard Hughes
7933c8633f New upstream version. 2011-03-31 12:11:17 +01:00
Richard Hughes
8fa7e5f4f8 New upstream version. 2011-03-09 16:48:05 +00:00
Richard Hughes
b1cc794c69 New upstream version. 2011-02-28 13:17:03 +00:00
Richard Hughes
5b359c8c4b - New upstream version. 2011-01-26 11:08:59 +00:00
Richard Hughes
7bc6958b37 - Initial version for Fedora package review. 2011-01-13 18:13:46 +00:00
Fedora Release Engineering
66f4bfebe9 Initial setup of the repo 2011-01-13 17:26:26 +00:00