summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* trivial: move cd_sensor_copy_sample() into cd-sendor.cRichard Hughes2011-04-043-13/+15
* trivial: use CdColorXYZ in CdSensorSample rather than 3 double valuesRichard Hughes2011-04-043-16/+15
* Split up the display capability into lcd and crt, and add a ambient optionRichard Hughes2011-04-048-29/+64
* Add a 3 tools for reverse engineering the huey colorimeterRichard Hughes2011-04-045-1/+590
* Add a tool to parse the Beagle USB protocol analyzerRichard Hughes2011-04-043-0/+373
* trivial: add private reverge engineered constants from gnome-color-managerRichard Hughes2011-04-043-0/+216
* trivial: add private reverge engineered constants from gnome-color-managerRichard Hughes2011-04-043-0/+401
* trivial: use CdColorXYZ in cd_sensor_get_sample_sync() rather than a raw pointerRichard Hughes2011-04-043-13/+19
* Add CdColor to libcolord so we have some reusable GTypes to use internally an...Richard Hughes2011-04-045-0/+507
* trivial: Import some colormunki argyllcms d9 and strace dumps from gnome-colo...Richard Hughes2011-04-044-0/+68
* trivial: Import so huey register and beagle dumps from gnome-color-managerRichard Hughes2011-04-0414-0/+673
* Add a --enable-reverse configure option to be able to control if the reverse ...Richard Hughes2011-04-041-1/+8
* trivial: Add CdProfile self checks to the self test programRichard Hughes2011-04-041-0/+105
* Add the get-sensors command to the colormgr toolRichard Hughes2011-04-041-0/+120
* Add a dummy sensor object that is enabled if 'CreateDummySensor' is set in th...Richard Hughes2011-04-045-0/+318
* Add initial support for sensor devices in libcolordRichard Hughes2011-04-046-0/+1371
* Add a DBus method to get the list of sensors from the daemonRichard Hughes2011-04-042-0/+190
* trivial: watch for sensor devices in CdUdevClient and emit ::SensorAdded if a...Richard Hughes2011-04-042-22/+173
* trivial: actually load the org.freedesktop.ColorManager.Sensor interfaceRichard Hughes2011-04-041-0/+26
* trivial: add a GObject that can implement the org.freedesktop.ColorManager.Se...Richard Hughes2011-04-043-0/+935
* Add a DBus interface designed so normal users can use color sensors in a safe...Richard Hughes2011-04-046-1/+193
* trivial: add an extra PolicyKit role for users to be able to lock the sensorRichard Hughes2011-04-041-0/+15
* trivial: add some helpers to cd-enum for the new sensor supportRichard Hughes2011-04-042-0/+218
* trivial: correct the header guard in cd-enum.hRichard Hughes2011-04-041-3/+3
* trivial: rename CdUdevClient::added to CdUdevClient::device-added so we're re...Richard Hughes2011-04-043-35/+35