[gnome-color-manager] Created tag GNOME_COLOR_MANAGER_2_29_2
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Created tag GNOME_COLOR_MANAGER_2_29_2
- Date: Mon, 4 Jan 2010 14:10:08 +0000 (UTC)
The signed tag 'GNOME_COLOR_MANAGER_2_29_2' was created.
Tagger: Richard Hughes <richard hughsie com>
Date: Mon Jan 4 14:09:32 2010 +0000
==== Version 2.29.2 ====
Changes since the last tag 'GNOME_COLOR_MANAGER_2_29_1':
Alexandre Prokoudine (7):
Fixes to Russian translation
Updated Russian translation
Updated Russian translation
Fixed a typo, updated Russian translation
Updated Russian translation
Updated Russian translation
Updated Russian translation
Andrej ŽnidarÅ¡iÄ? (2):
Updated Slovenian translation
Updated Slovenian translation
Bruce Cowan (2):
Minor string fixes
Update British English translation
Christian Kirbach (2):
Added German help translation
Updated German translation
Claude Paroz (1):
Updated French translation
Flamarion Jorge (1):
Updated Brazilian Portuguese translation.
Joe Hansen (1):
Updated Danish translation
Jorge González (5):
Updated Spanish translation
Updated Spanish translation
Added es to DOC_LINGUAS
Added initial Spanish translation
Updated Spanish translation
Mario Blättermann (1):
Updated German translation
Matej UrbanÄ?iÄ? (1):
Added sl for Slovenian translation
Pascal de Bruijn (2):
Fix the reference file import filter
Also evaluate /usr/local/bin when searching for Argyll tools. Fixes #605552
Richard Hughes (99):
Post release version bump
trivial: update README file
Remove a translated string as the ICC spec mandates 7 bit ASCII for the description
trivial: update the README file with reality
Adhere to the GNOME HIG in the 'Defaults' pane by adding a 12px left border
Add two elements in the UI, for RGB and CMYK working spaces
Support localized descriptions (mluc tag) too
trivial: Correct more broken profiles (which I'm thinking is rather my broken code...)
Add an icon for a colorspace conversion profile
trivial: switch GcmProfile parsing to be done with (data+offset, size) rather than (data, offset)
Fix the help file installation so that yelp recognises our help file
Correct the title to be Vendor - Name
trivial: fix up the last commit to avoid a warning on laptops
Repair more broken profiles by aligning them to 4 bytes boundary
Be a bit more smart about correcting color profiles
Do not install the demo ICC files, and instead depend on the shared-color-profiles package
Add another fix for broken profiles, and now abort on all parsing errors
Merge branch 'remove-profiles'
Add a simple tone curve widget that is not used just yet
trivial: more fixups to make the TRC widget sane
trivial: fix up an error in the last commit, so that if filename is not set we skip the load
Switch around to the profile generating the clut, not the clut being loaded from the profile.
Fix using profiles with VCGT formulas encoded in them
trivial: scale the TRC widget line size by the widget width
Add a TRC curve to the profile display
Add another fix for squiffy profiles that don't align to 4-byte intervals, but work non-the-less
Fix several parsing errors by using guint8 rather than gchar as our data array, which fixes several sign issues
Add LCMS as a hard build and runtime dep
Use some defines from lcms, no logic changes
Remove the ICC fixup code now the offset bug has been identified and fixed
trivial: Make the coorspace lookup faster y using the ICC constants
trivial: use another few defines from lcms
trivial: move a chunk of common code from GcmProfile to GcmUtils
trivial: show the file size in the prefs dialog, not the clut size
trivial: load the profile also using LCMS, which will allow us to use lcms (v1) to remove some of our custom code
trivial: get the profile class and color space from LCMS rather than decoding this ourselves
trivial: use lcms to get the white and black points, as well as the three XYZ illuminants
trivial: use lcms to get the created time, not our own parser
trivial: don't ever fallback to a TRC in gcm_profile_generate(), we only want VCGT and MLUT
trivial: Remove our ICC profile checks now lcms is doing this for us
If getting the illuminants failed, try running it through the profile
trivial: only run the profile through the RGB matrix if it is an RGB profile
Use strftime rather than our own hand-rolled function
Show the TRC curves in the UI, rather than the vcgt curves
trivial: enforce GcmClutData contains 3*32bit structures
trivial: ensure we set the scale correctly when plotting a small number of points
Add PackageKit integration so we can install shared-color-targets in the future
Prompt the user to install shared-color-targets if the package is not yet installed
Offer to install argyllcms if it is not installed, and the user wants to calibrate
Add a configure option --enable-packagekit (default yes) to choose if auto-install functionality should be included
Avoid creating a super-wide UI for broken profiles that have _really_ long titles
Make gcm-dump-edid more useful by showing parsed data if available
Use as much of the EDID as we can when generating device IDs. Fixes #605013
Add a simple gamma widget to calibrate the display without hardware
trivial: rename a UI file to make way for a manual calibration dialog
trivial: don't hang the CPU if the gamma widget has no size
Add an experimental user-calibrate wizard, which the user can use when there is no calibration hardware available
trivial: fix make distcheck
Correctly namespace the argyll-specific calibration routines so we can have manual calibration as an option
trivial: share calibration state in a central place, GcmCalibration
trivial: another bug spotted by clang... what a great little tool
trivial: Fix up a translatable string, and interpolate the points crudely
trivial: fix make distcheck
trivial: move two string functions to the utils module
Split out the lcms1 functionality into a derived class to allow us to add lcms2 at either compile time or at run time
trivial: add framework code to support calibration device model in the profile description
trivial: fix a translated string that got caught up in the reg-ex of doom
Use the hardware calibration device in the profile name. Fixes #605259
Merge branch 'lcms-split'
trivial: add some assert checks to make sure we're not insane
trivial: don't clobber the return value when we fail to restore the lcd brightness
Sanitise the basename in GcmCalibrate when set. Fixes #605348
Use the ORIGINATOR tag in the it8 file to specify a device prefix for the device calibration. Fixes #605259
trivial: remove some dead code
trivial: fix the self tests
Add a simple GcmImage class that makes embedded color profiles 'just work'
Move the device matching from a hardcoded list to a set of udev rules
Make a few UI corrections suggested by Matthias
trivial: some more HIG fixups for the button spacing
Import ICC profiles when dragged and dropped on the prefs capplet
trivial: Use the content type to detect ICC profiles
Linkify the copyright and manufacturer strings in the profile dialog
trivial: Only show the profile graphs if we have valid CIE co-ordinates
trivial: Do not change the position or size of the CIE graphs as we change between profiles
trivial: update some gitignore files
trivial: fix up a warning when we unref GcmImage
trivial: add some internal checks to try to debug #605839
Properly detect broken dispcal output. Fixes #605838
Add a PolicyKit rule for the future system-wide profiles install
Add a pkexec helper to install an ICC profile system-wide
trivial: add a 'saved' property to GcmDevice to indicate if it's profile is backed by a keyfile
Load the systemwide default if it has been installed
Add a default button to copy the profiles system-wide using PolicyKit
trivial: fix an error spotted with clang
trivial: Update screenshots for the coming release
trivial: don't hardcode /usr/sbin for the gcm-install-system-wide tool
trivial: add a few fixes for where there are no profiles in the list
trivial: add some code that should never trigger in order to help find a crash
Release version 2.29.2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]