[gnome-color-manager] Created tag GNOME_COLOR_MANAGER_2_91_1
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Created tag GNOME_COLOR_MANAGER_2_91_1
- Date: Tue, 5 Oct 2010 09:55:50 +0000 (UTC)
The signed tag 'GNOME_COLOR_MANAGER_2_91_1' was created.
Tagger: Richard Hughes <richard hughsie com>
Date: Tue Oct 5 11:54:38 2010 +0100
==== Version 2.91.1 ====
Changes since the last tag 'GNOME_COLOR_MANAGER_2_31_4':
Alexandre Prokoudine (2):
Russian translation updated, first shot
Updated help translation into Russian, picked from 2.32 branch
Andrej ŽnidarÅ¡iÄ? (1):
Updated Slovenian translation
Andy Lutomirski (1):
Allow the end user to disable -WError
António Lima (1):
Updated Portuguese translation
Aron Xu (2):
Update Simplified Chinese translation.
Sync simplified Chinese translation to master.
Ask H. Larsen (1):
Updated Danish translation
Aurimas Ä?ernius (2):
Updated Lithuanian translation
Updated Lithuanian translation
Bakaoukas Nikolaos (1):
Updated Greek translation
Bruce Cowan (1):
Updated British English translation
Chao-Hsiung Liao (1):
Added Traditional Chinese translation(Hong Kong and Taiwan)
Christian Kirbach (1):
[i18n] Updated German translation
Claude Paroz (1):
Updated French translation
Daniel Nylander (1):
Updated Swedish translation
Dirgita (1):
Updated Indonesian translation
Dr.Tirumurti Vasudevan (1):
Updated Tamil translation
Fran Diéguez (4):
Updated Galician translations
Updated Galician translations
Updated Galician translations
Updated Galician translations
Francesco Groccia (2):
[l10n] Updated Italian translation
[l10n] Updated Italian translation
Gabor Kelemen (3):
Added Hungarian translation
Added hu to LINGUAS
Terminology fixes
Javier Jardón (1):
Fix .desktop file
Jessica Ban (1):
Update Simplified Chinese translation.
Joan Duran (1):
Added Catalan translation
Jorge González (2):
Updated Spanish translation
Updated Spanish translation
Kenneth Nielsen (1):
Updated Danish translation
Khaled Hosny (1):
Add Arabic translation
Kjartan Maraas (2):
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Lucian Adrian Grijincu (1):
Added Romanian language
Mario Blättermann (1):
[i18n] Updated German translation
Matej UrbanÄ?iÄ? (2):
Updated Slovenian translation
Updated Slovenian translation
Mattias Põldaru (5):
[l10n] Updated Estonian translation
[l10n] Updated Estonian translation
[l10n] Updated Estonian translation
[l10n] Updated Estonian translation
[l10n] Updated Estonian translation
Michael Kotsarinis (4):
l10n: Added Greek translation for gnome-color-management
l10n: Added Greek (el) to po/LINGUAS for gnome-color-management
l10n: Added Greek translation for gnome-color-manager documentation
l10n: Updated Greek translation for gnome-color-manager documentation
Milan KnÞek (1):
Updated Czech translation
Pascal de Bruijn (1):
Add a QPcard 202 reference image
Petr Kovar (2):
Update Czech translation by Milan Knizek
Update Czech help translation by Milan Knizek
Piotr DrÄ?g (1):
Updated Polish translation
Richard Hughes (206):
trivial: Post release version bump
trivial: sync spec file with fedora upstream
Rename the softproof intent to 'Print Preview'
Add some GLSL demo code that uses a 3D texture
trivial: store the file internally to GcmProfile as a GFile, not a filename
trivial: Ensure the m4 directory is created for a fresh clone
trivial: add another supported profile type for the cups devices
Split off a library, libcolor-glib that we can install and use in the future
Add a simple command gcm-ddc-util to be able to send custom DDC packets to a monitor in userspace
Add some initial framework code to talk to the HUEY colorimeter
Send 8 bytes of zero data to the HUEY
huey: the first byte seems to be a command of some sort
huey: the first byte back seems to be success/failure
huey: only issue commands the device seems to recognised
huey: the second byte seems to be the command again
huey: Find out what the return values are by sending input
huey: somehow I've locked the device. Eek
huey: figure out how to unlock a device
huey: Try poking the device with some different numbers
huey: in usb-unlock we also turned the LED on, copy that logic
huey: when we get the ambient brightness, we use command 0x17
huey: it appears the ambient command requires us to retry the read. Oddball
huey: Get the ambient value from the hardware
huey: there appears to be either a register write or read using 0x08
huey: it looks like there's a register read/copy going on at startup
huey: Return the ambient lighting in Lux, using my ColorMunki as a reference
huey: add some data inspected from a profile run
huey: discover a 32 bit register with no clear meaning
huey: try to work out what commands 02 and 03 do...
huey: blue is the only stimulus that makes 03 change
huey: Work out GREEN and BLUE
huey: Investigate command 16 a little
huey: only red samples the data, green and blue are just getting cached data
huey: read the sensors in the right order
huey: add a simple hacky program that parses the USB logs
huey: get some more details from the newly parsed usb logs
huey: use spotread in debug mode to give us another source of information
huey: extract some more data from the argyll spotread
huey: mark some more bytes as 'don't care'
huey: copy the sensor sequence argyllcms seems to use
huey: get a value without units of the amount of color at the sensor
huey: get the relationship between the multiplier and the value, and plot a graph
huey: try to get some sensible color values from the sensor, although they are not calibrated to anything
huey: use the color formats defined in libcolor-glib
huey: add more 'don't care' data to comand 0x08 after comparing the argyll and kvm traces
huey: Make gcm-parse-huey be able to parse argyll -D9 traces
huey: try to find some logic in the register map
huey: try to make sense of the register dump
huey: read the start of the unlock string from the registers
huey: read out the matrix we found in the register map
trivial: correctly namespace the huey functions
huey: Remove the usleep, it doesn't seem to do anything anymore
huey: fix the multipliers for very low numbers
huey: try to convert the RGB reading into a device-neutral value using the device matrix we just found
huey: multiply the XYZ value to better match reality
huey: so it worked, it's an internal calibration matrix
huey: by offsetting the data printing by 2 bytes we see another non-aligned matrix
Add a bare framework for sensor devices
huey: split up the heuy code and put into the per-sensor framework objects
huey: Tidy up some of the comments now we know a bit more about the hardware
Move the GcmSensor files into the main library
huey: it appears the ambient command changes when selecting CRT mode
Add a dummy sensor type for debugging
trivial: Add some self test code for the new dummy sensor
Add a method to get the USB control data from strace
trivial: Fix make distcheck
trivial: move GcmEdid and GcmTables to libcolor-glib
trivial: move GcmClut, GcmProfile and GcmXyz to libcolor-glib
trivial; fix up some of the header guards in libcolor-glib
trivial: move GcmDmi to libcolor-glib
trivial: move GcmXserver to libcolor-glib
trivial: move GcmProfileStore to libcolor-glib
trivial: move GcmBrightness to libcolor-glib
trivial: Remove GSettings from GcmDevice
trivial: remove the nag warning in GcmCalibrate for an unknown sensor
trivial: move the per-sensor state data from GcmColorimeter to GcmSensor
trivial: move GcmColorimeter to libcolor-glib and rename to GcmSensorClient
trivial: move GcmImage to libcolor-glib
trivial: add a shitload more gtk-doc markup, loads more to come
Fix a crash in gcm-picker if we compiled without VTE support
trivial: handle the device setup in GcmSensor, not GcmSensorClient
Make gcm-picker work with native sensor devices too
trivial: Split out the color routines as a seporate file
trivial: only log data in the huey sensor if we are --verbose
trivial: use a non-default libusb_context so we can run threaded in the future
huey: when we start the device, spin the LEDs like argyll and the Windows driver does
Merge branch 'libcolor-glib'
trivial: fix the orientation of the buttons in the prefs window
Show the ambient level of light in gcm-picker for native sensors
cm: add some initial information about the ColorMunki device
huey: the HUEY_COMMAND_SENSOR_MEASURE_RGB has 16 bit gain values, not 8 bits
huey: trivial: annotate two more interesting values
huey: when the sensor is in a light free environment it still displays a value
huey: the HUEY does not support measuring projectors
cm: it appears the command port of the ColorMunki gives us device state
Add a ::button-pressed signal to GcmSensor
cm: add a GcmSensorColormunki that currently doesn't do very much
trivial: remove some debugging that crept in
trivial: do not overwrite the GError
Add GcmUsb, a simple object to integrate libusb-1 with the GLib event loop
trivial: port GcmSensorHuey to use GcmUsb
trivial: port GcmSensorColormunki to use GcmUsb
cm: work out how to get the dial position
cm: get the dial position async, not sync
cm: add some more code to try and get the ambient light reading
trivial: add gcm_buffer_xxx functions to do the BE and LE buffer conversions
cm: get some device properties from the device after tracing some of the argyll startup
Do not install the low-level unitilies, and move them to 'tools'
Add gcm-dump-sensor for comparing different sensors
trivial: improve the dump format
trivial: do not use static buffers for cm data
trivial: gcm-ddc-util in verbose mode should be protocol
cm: Read a whole chunk of EEPROM data from the device
trivial: Add the GcmSensor kind at construct time in case UDEV doesn't know
cm: the eeprom address and size is a 32bit integer
cm: strings on the raw EEPROM shows us the device serial number
trivial: move the serial number to the GcmSensor object
trivial: add sensor dumps from both my devices
huey: Discover the serial number for the huey
Drop GcmXserver, GcmScreen and libgnomedesktop3 and make the X11 code faster and cleaner
trivial: add a length parameter to gcm_edid_parse()
Do not try to apply devices that are not connected
trivial: Apply a metric truckload of gtk-doc additions and updates
trivial: Try to unwatch the USB file descriptors when unloaded
Add GcmSampleWindow so we can measure known colors in gcm-picker
Add a gnome-settings-daemon module to fix some hard to fix bugs
Do not crash if gcm_libusb_pollfd_remove_all() is called without assigning a device
Ensure we can compile with vte3
Add a status property to GcmSensor to help GUI applications
Add gcm-compat.h to deal with unreleases versions of libusb
Fix up a translator comment. Fixes #625504
huey: add a program gcm-dump-to-values to discover new values in the register space
trivial: add more precision in the vector and matrix strings
trivial: do the prescale in gcm_sensor_huey_sample_for_threshold()
trivial: Search for epoch values for the huey address map
trivial: Try to work out more of the huey register map
huey: add two epoch times in the only places they fit
trivial: add gcm_vec3_add() and gcm_vec3_subtract()
trivial: add gcm_sample_window_set_percentage() so we can add some sort of progress to the sample window
trivial: Constify the source of the color copy methods
trivial: add some checks to GcmColor functions for NULL dereferences
trivial: add functionality to get a Vec3 from a GcmColor type
trivial: when using pixbuf data, ensure we use the size of the pixbuf, not the window
trivial: ensure we force a refresh of the GcmSampleWindow after changing the color
trivial: pass a GcmColorRGB value to gcm_sample_window_set_percentage()
Make the GcmSensor get_ambient() and sample() functions GIO async, and provide sync versions
Add GcmCalibrateNative so we can do a calibration without argyllcms
trivial: libusb1.0 1.0.9 has strerror, not before
Add properties to GcmSensor providing the default images for the GUI
trivial: do not make GcmSampleWindow modal else we can't interact with the cancel and continue buttons
trivial: fix up GcmCalibrateArgyll to get the correct colorimeter name
trivial: ensure that calling gcm_calibrate_dialog_set_move_window() after the window is shown moves the window
trivial: Add some more stub code to GcmCalibrateNative
trivial: rename the viewer example image ready for others to be included too
Add another example image to the viewer from Claes H
Add two more example images to the viewer from 'Fanch The System'
trivial: add proper enums for the graph type, not magic values
Allow the user to flick between different images in the profile viewer
trivial: fix up some glade noise
trivial: add self check code for GcmX11Screen
trivial: add some code so we can center the GcmSampleWindow on the correct GcmX11Output
Hide the mouse cursor when it appears over the GcmSampleWindow
Allow building against gtk-2.0 rather than gtk-3.0
trivial: fix up an overzealous search/replace mistake
Include the time in the calibration basename as we can calibrate more than once per day
trivial: correct the name of a property in GcmCalibrate
trivial: Post branch version bump
Add a udev prober that makes DDC/CI i2c devices available for the user to use
trivial: rename gcm-common to gcm-math to be a bit more specific
trivial: fix make distcheck
trivial: fix up two bugs with the new DDC/CI code
Add some fixes to the DDC code for my HP DreamColor display
trivial: Fix gcm-dump-edid by including the screen assign
Only disable deprecated code for --enable-strict builds (defaulting to true for git)
trivial: fix the build of the Greek doc translation
Show the correct copyright notice when a profile has used markup in the description
Add support for 100% gray colorspaces
trivial: fix a 64bit compile warning
trivial: do not install the huey reverse engineering tools
trivial: Remove the 'has_separator' property from the GtkBuilder files
huey: command 13 seems to be used as an alternate measure mode for CRTs
trivial: do not just miss lines in gcm-dump-to-values, it confuses me
huey: Device matrix 1 is used for LCD, device matrix 2 for CRT
trivial: Fix the 'Gray' colorspace support
trivial: add gcm_vec3_init() for future code
trivial: add gcm_color_init_XYZ() and gcm_color_init_RGB() for future code
huey: add a test program 'gcm-calculate-fudge' to find calibration parameters
Add a simple parser that can parse the output of the Beagle USB capture device
trivial: remove an obsolete file
trivial: Replace two of the straced debug outputs with hardware captured versions
trivial: move the ColorMunki driver into libcolor-glib and create the private files needed for debugging
trivial: Add some initial colormunki support to gcm-parse-beagle
Revert "Allow building against gtk-2.0 rather than gtk-3.0"
Ensure EDID strings are printable, and ignore totally junk strings
trivial: remove two obsolete desktop categories
trivial: do not pad the EISA to 12 bytes, allow the NULL byte to terminate the string
Completely hide the fine tuning section for non-display devices
Ensure clicking 'Reset' actually resets the device and saves settings
trivial: change a couple of strings in the profile viewer to make it clear the preview images are sRGB
Revert "Completely hide the fine tuning section for non-display devices"
Get rid of the 'Color Profiles' section header to reduce panel clutter
Fix GTK3 compile by using gdk_error_trap_pop_ignored()
Fix GTK3 compile by not using gdk_drawable_get_size()
Raise the GTK build dep to 2.91.0
Fix compile with GTK3 with the expose to draw conversion
Release version 2.91.1
Ryo Fujita (2):
Updated Japanese translation.
Added Japanese translation.
Takayuki KUSANO (1):
Updated Japanese translation (merged from gnome-2-32 branch)
Teliute (1):
Add Simplified Chinese help translation.
Yaron Shahrabani (3):
Updated Hebrew translation.
Updated Hebrew translation.
Updated Hebrew translation.
Yinghua Wang (1):
Update Simplified Chinese translation.
drtv (6):
Updated Tamil translation
Updated Tamil translation
Updated Tamil translation
Updated Tamil translation
Updated Tamil translation
Updated Tamil translation
parimbra (1):
gnome-color-manager translated by students from MES Engineering College Kuttippuram during SMC Camp
Žygimantas BeruÄ?ka (1):
Updated Lithuanian translation
Ð?илоÑ? Ð?оповиÑ? (1):
Added Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]