summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release colord 0.1.6COLORD_0_1_60.1.6Richard Hughes2011-04-245-35/+150
* trivial: actually install the NCP into the system directoryRichard Hughes2011-04-242-0/+5
* Add ProPhotoRGB as a standard colorspaceRichard Hughes2011-04-223-1/+4
* trivial: remove some simple debugging statements that crept inRichard Hughes2011-04-201-2/+0
* trivial: fix a typo in the GetProfileRelation() debug codeRichard Hughes2011-04-201-2/+2
* trivial: fix up a few spelling and grammar mistakes on the websiteRichard Hughes2011-04-208-64/+67
* Add a --verbose command line option to colord to print the debugging on the c...Richard Hughes2011-04-205-0/+213
* Add GetStandardSpace to the DBus APIRichard Hughes2011-04-2015-0/+443
* trivial: add two new FAQ entriesRichard Hughes2011-04-201-0/+44
* trivial: use a smaller named color prefix valueRichard Hughes2011-04-111-1/+1
* Remove any .icc suffix automatically from the encoded profile titleRichard Hughes2011-04-111-2/+13
* trivial: When creating a named color profile, ensure we're using the PCS of LabRichard Hughes2011-04-111-11/+11
* trivial: Require a policy agent in the example spec fileRichard Hughes2011-04-111-0/+3
* Add cd-create-profile, which provides a way to build a profile using a CSV fi...Richard Hughes2011-04-119-0/+608
* trivial: three little gtk-doc fixups in the file headersRichard Hughes2011-04-105-6/+7
* trivial: fix up the gtk-doc clean scriptRichard Hughes2011-04-101-4/+3
* trivial: get rid of some C++ style comments to fix the compile for older comp...Richard Hughes2011-04-094-6/+5
* trivial: ensure the daemon source files are all GPLv2+ licencedRichard Hughes2011-04-0916-176/+176
* Return an error if the user tries to create a persistant profileRichard Hughes2011-04-091-1/+5
* trivial: don't fail the libcolord CdSensot tests if there is no dummy sensorRichard Hughes2011-04-091-1/+5
* Use the FILE_checksum metadata if it is available to speed up session startupRichard Hughes2011-04-082-26/+68
* Use cmsOpenProfileFromFile() rather than getting the complete profile content...Richard Hughes2011-04-081-11/+14
* trivial: make the Fedora spec file more explicitRichard Hughes2011-04-081-3/+5
* trivial: add a man page for cd-fix-profileRichard Hughes2011-04-082-2/+129
* Move gcm-fix-profile from GNOME Color Manager as cd-fix-profileRichard Hughes2011-04-086-39/+356
* Use the embedded profile-id if it is available, else fallback to the file MD5Richard Hughes2011-04-072-8/+50
* Add two debugging entries to the colord executable: --timed-exit and --immedi...Richard Hughes2011-04-071-1/+30
* trivial: Everybody loves screenshots!Richard Hughes2011-04-0712-24/+89
* Add an async version of CdClient:Connect()Richard Hughes2011-04-052-22/+148
* Add a 'Mode' property to sensor devices to show the current operation stateRichard Hughes2011-04-055-0/+100
* trivial: Add a new CdSensorCap of 'calibration'Richard Hughes2011-04-052-0/+5
* According to Graeme, the DTP92 cannot profile LCDsRichard Hughes2011-04-051-1/+1
* trivial: disconnect the event source when doing cd_usb_disconnect()Richard Hughes2011-04-041-0/+5
* trivial: fix a warning from valgrind where we would overflow the caps array f...Richard Hughes2011-04-041-1/+1
* trivial: lock the sensor so we can get device parameters like the serial numberRichard Hughes2011-04-041-0/+44
* trivial: Always emit SensorRemoved() for all sensors even if the client never...Richard Hughes2011-04-041-7/+9
* trivial: ensure we call SensorRemoved() when the device is unpluggedRichard Hughes2011-04-042-3/+23
* trivial: allow the results in cd_sensor_get_sample_sync() to be NULLRichard Hughes2011-04-041-5/+13
* trivial: update the website FAQ about native devicesRichard Hughes2011-04-041-0/+28
* trivial: when disonnecting the device, ensure the handle is also clearedRichard Hughes2011-04-041-0/+1
* If the holder of the profile lock exits without doing Unlock() then clean up ...Richard Hughes2011-04-041-15/+84
* Add a 'locked' property to the exported sensor interface, and require clients...Richard Hughes2011-04-048-171/+558
* Update the architecture plan to include sensor devicesRichard Hughes2011-04-042-14/+56
* trivial: update the architecture plan to reflect we're not using gnome-contro...Richard Hughes2011-04-041-8/+3
* Add a simple reverse eningeering tool to dump the sensor to a fileRichard Hughes2011-04-043-0/+116
* trivial: emi SensorRemoved when the color sensor is removed or powered downRichard Hughes2011-04-041-6/+29
* Do not emit a critical warning if ID_MODEL doesn't exist for a deviceRichard Hughes2011-04-041-14/+22
* Add the native Huey sensor driver which is taken from gnome-color-managerRichard Hughes2011-04-044-2/+1158
* trivial: Do not pass the GAsyncResult in the vfunc, it's not helpful in the t...Richard Hughes2011-04-043-13/+42
* Add the get-sensor-reading command to the colormgr toolRichard Hughes2011-04-041-0/+78