index
:
delta/colord.git
CdIccStore
baserock/gnome
colord-0-1
colord-1-0
colord-1-1
colord-1-2
colord-1-3
main
master
sensor-hid
spotread-tweaking
test-fixes
wip/hughsie/cd_util_device_set_enabled_TRUE
wip/hughsie/ci
wip/hughsie/ci-f31
wip/hughsie/covscan
wip/hughsie/daemon
wip/hughsie/deprecated-fixes
wip/hughsie/huey
wip/hughsie/meson
wip/hughsie/no-systemd
wip/hughsie/travis
github.com: hughsie/colord.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the embedded profile-id if it is available, else fallback to the file MD5
Richard Hughes
2011-04-07
2
-8
/
+50
*
Add two debugging entries to the colord executable: --timed-exit and --immedi...
Richard Hughes
2011-04-07
1
-1
/
+30
*
trivial: Everybody loves screenshots!
Richard Hughes
2011-04-07
12
-24
/
+89
*
Add an async version of CdClient:Connect()
Richard Hughes
2011-04-05
2
-22
/
+148
*
Add a 'Mode' property to sensor devices to show the current operation state
Richard Hughes
2011-04-05
5
-0
/
+100
*
trivial: Add a new CdSensorCap of 'calibration'
Richard Hughes
2011-04-05
2
-0
/
+5
*
According to Graeme, the DTP92 cannot profile LCDs
Richard Hughes
2011-04-05
1
-1
/
+1
*
trivial: disconnect the event source when doing cd_usb_disconnect()
Richard Hughes
2011-04-04
1
-0
/
+5
*
trivial: fix a warning from valgrind where we would overflow the caps array f...
Richard Hughes
2011-04-04
1
-1
/
+1
*
trivial: lock the sensor so we can get device parameters like the serial number
Richard Hughes
2011-04-04
1
-0
/
+44
*
trivial: Always emit SensorRemoved() for all sensors even if the client never...
Richard Hughes
2011-04-04
1
-7
/
+9
*
trivial: ensure we call SensorRemoved() when the device is unplugged
Richard Hughes
2011-04-04
2
-3
/
+23
*
trivial: allow the results in cd_sensor_get_sample_sync() to be NULL
Richard Hughes
2011-04-04
1
-5
/
+13
*
trivial: update the website FAQ about native devices
Richard Hughes
2011-04-04
1
-0
/
+28
*
trivial: when disonnecting the device, ensure the handle is also cleared
Richard Hughes
2011-04-04
1
-0
/
+1
*
If the holder of the profile lock exits without doing Unlock() then clean up ...
Richard Hughes
2011-04-04
1
-15
/
+84
*
Add a 'locked' property to the exported sensor interface, and require clients...
Richard Hughes
2011-04-04
8
-171
/
+558
*
Update the architecture plan to include sensor devices
Richard Hughes
2011-04-04
2
-14
/
+56
*
trivial: update the architecture plan to reflect we're not using gnome-contro...
Richard Hughes
2011-04-04
1
-8
/
+3
*
Add a simple reverse eningeering tool to dump the sensor to a file
Richard Hughes
2011-04-04
3
-0
/
+116
*
trivial: emi SensorRemoved when the color sensor is removed or powered down
Richard Hughes
2011-04-04
1
-6
/
+29
*
Do not emit a critical warning if ID_MODEL doesn't exist for a device
Richard Hughes
2011-04-04
1
-14
/
+22
*
Add the native Huey sensor driver which is taken from gnome-color-manager
Richard Hughes
2011-04-04
4
-2
/
+1158
*
trivial: Do not pass the GAsyncResult in the vfunc, it's not helpful in the t...
Richard Hughes
2011-04-04
3
-13
/
+42
*
Add the get-sensor-reading command to the colormgr tool
Richard Hughes
2011-04-04
1
-0
/
+78
*
trivial: move cd_sensor_copy_sample() into cd-sendor.c
Richard Hughes
2011-04-04
3
-13
/
+15
*
trivial: use CdColorXYZ in CdSensorSample rather than 3 double values
Richard Hughes
2011-04-04
3
-16
/
+15
*
Split up the display capability into lcd and crt, and add a ambient option
Richard Hughes
2011-04-04
8
-29
/
+64
*
Add a 3 tools for reverse engineering the huey colorimeter
Richard Hughes
2011-04-04
5
-1
/
+590
*
Add a tool to parse the Beagle USB protocol analyzer
Richard Hughes
2011-04-04
3
-0
/
+373
*
trivial: add private reverge engineered constants from gnome-color-manager
Richard Hughes
2011-04-04
3
-0
/
+216
*
trivial: add private reverge engineered constants from gnome-color-manager
Richard Hughes
2011-04-04
3
-0
/
+401
*
trivial: use CdColorXYZ in cd_sensor_get_sample_sync() rather than a raw pointer
Richard Hughes
2011-04-04
3
-13
/
+19
*
Add CdColor to libcolord so we have some reusable GTypes to use internally an...
Richard Hughes
2011-04-04
5
-0
/
+507
*
trivial: Import some colormunki argyllcms d9 and strace dumps from gnome-colo...
Richard Hughes
2011-04-04
4
-0
/
+68
*
trivial: Import so huey register and beagle dumps from gnome-color-manager
Richard Hughes
2011-04-04
14
-0
/
+673
*
Add a --enable-reverse configure option to be able to control if the reverse ...
Richard Hughes
2011-04-04
1
-1
/
+8
*
trivial: Add CdProfile self checks to the self test program
Richard Hughes
2011-04-04
1
-0
/
+105
*
Add the get-sensors command to the colormgr tool
Richard Hughes
2011-04-04
1
-0
/
+120
*
Add a dummy sensor object that is enabled if 'CreateDummySensor' is set in th...
Richard Hughes
2011-04-04
5
-0
/
+318
*
Add initial support for sensor devices in libcolord
Richard Hughes
2011-04-04
6
-0
/
+1371
*
Add a DBus method to get the list of sensors from the daemon
Richard Hughes
2011-04-04
2
-0
/
+190
*
trivial: watch for sensor devices in CdUdevClient and emit ::SensorAdded if a...
Richard Hughes
2011-04-04
2
-22
/
+173
*
trivial: actually load the org.freedesktop.ColorManager.Sensor interface
Richard Hughes
2011-04-04
1
-0
/
+26
*
trivial: add a GObject that can implement the org.freedesktop.ColorManager.Se...
Richard Hughes
2011-04-04
3
-0
/
+935
*
Add a DBus interface designed so normal users can use color sensors in a safe...
Richard Hughes
2011-04-04
6
-1
/
+193
*
trivial: add an extra PolicyKit role for users to be able to lock the sensor
Richard Hughes
2011-04-04
1
-0
/
+15
*
trivial: add some helpers to cd-enum for the new sensor support
Richard Hughes
2011-04-04
2
-0
/
+218
*
trivial: correct the header guard in cd-enum.h
Richard Hughes
2011-04-04
1
-3
/
+3
*
trivial: rename CdUdevClient::added to CdUdevClient::device-added so we're re...
Richard Hughes
2011-04-04
3
-35
/
+35
[next]