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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
trivial: fix a critical warning when getting a sensor sample
Richard Hughes
2012-04-19
1
-2
/
+0
*
Add the concept of 'options' on each color sensor device
Richard Hughes
2012-04-19
3
-2
/
+207
*
trivial: make some common code more common
Richard Hughes
2012-04-19
1
-27
/
+9
*
trivial: fix up a compile failure in the uid == getuid patch
Richard Hughes
2012-03-30
1
-1
/
+1
*
Ensure colord-sane can create devices and profiles.
Christopher James Halse Rogers
2012-03-30
1
-0
/
+8
*
Remove the 'Default,' profile title prefix if legacy profiles are installed
Richard Hughes
2012-03-26
1
-23
/
+41
*
Fix usage of CD_OBJECT_SCOPE_* enums
John Sheu
2012-03-25
1
-5
/
+9
*
Add a user suffix to the object path of user-created devices and profiles
Richard Hughes
2012-03-20
11
-74
/
+185
*
Depend on lcms2 >= 2.2
Richard Hughes
2012-03-13
1
-2
/
+0
*
trivial: Do not show a critical DBus warning when loading each 'disk' device
Richard Hughes
2012-03-12
2
-1
/
+2
*
Do not automatically delete 'disk' or 'normal' scope devices when the session...
Richard Hughes
2012-03-10
1
-3
/
+5
*
Install per-machine profiles in /var/lib/colord/icc
Richard Hughes
2012-03-10
2
-1
/
+6
*
trivial: Don't create the per-machine directories twice when doing 'make inst...
Richard Hughes
2012-03-10
1
-7
/
+0
*
Split out the SANE support into it's own process
Richard Hughes
2012-03-09
4
-384
/
+37
*
trivial: Sync the ColorHug private header with upstream
Richard Hughes
2012-03-09
2
-15
/
+257
*
Add a Manager.CreateProfileWithFd() method
Richard Hughes
2012-03-02
2
-10
/
+85
*
Show what DBus names have inhibited each device
Richard Hughes
2012-02-28
4
-0
/
+40
*
trivial: Fix compile with older versions of GLib
Richard Hughes
2012-02-23
1
-0
/
+10
*
Fix InstallSystemWide() when running as the colord user
Richard Hughes
2012-02-21
1
-13
/
+44
*
trivial: reduce a few pointer derefs
Richard Hughes
2012-02-21
1
-6
/
+7
*
Add an LED sample type
Richard Hughes
2012-02-10
6
-2
/
+9
*
colorhug: Bump the sample timeout to 5 seconds
Richard Hughes
2012-01-23
1
-1
/
+1
*
Make underscores into spaces for the profile title
Richard Hughes
2012-01-23
1
-0
/
+3
*
Add profile metadata MAPPING_device_id for automatic profile mapping
Richard Hughes
2012-01-13
1
-3
/
+65
*
trivial: Add cd_profile_get_metadata_item() so we can get a single hash entry
Richard Hughes
2012-01-13
2
-0
/
+12
*
Use GUsb for the Huey sensor
Richard Hughes
2011-12-07
7
-831
/
+168
*
Support 2nd generation Huey hardware
Richard Hughes
2011-12-07
2
-5
/
+18
*
If /usr/share/color appears at runtime, don't rescan the parent dir
Richard Hughes
2011-12-06
1
-2
/
+8
*
Fix a Wformat error when printing a gsize
Richard Hughes
2011-11-28
1
-1
/
+2
*
make gusb optional
Ludwig Nussel
2011-11-25
1
-1
/
+5
*
trivial: choose the correct calibration matrix for the ColorHug sensor
Richard Hughes
2011-11-25
3
-6
/
+64
*
Do not crash the daemon if adding the device to the device-db failed
Richard Hughes
2011-11-25
1
-7
/
+3
*
fix more sql injections
Ludwig Nussel
2011-11-25
1
-21
/
+21
*
trivial: fix a typo in the last patch
Richard Hughes
2011-11-24
1
-1
/
+1
*
trivial: Use an async version of the command submitter to simplify the colorh...
Richard Hughes
2011-11-24
4
-441
/
+976
*
trivial: Use the new floating point format from the ColorHug hardware >= 0.0.4
Richard Hughes
2011-11-22
1
-13
/
+35
*
Flash the ColorHug LEDs when locking the sensor
Richard Hughes
2011-11-16
1
-3
/
+91
*
trivial: the colorhug firmware 0.0.4 no longer uses floating point
Richard Hughes
2011-11-16
1
-6
/
+14
*
trivial: fix spelling mistake in define name
Richard Hughes
2011-11-16
1
-2
/
+2
*
Lock the sensor before dumping it
Richard Hughes
2011-11-16
1
-0
/
+26
*
Output the Huey calibration matrices when dumping the sensor
Richard Hughes
2011-11-16
1
-0
/
+11
*
Use sqlite3_mprintf() to avoid SQL injections
Vincent Untz
2011-11-14
1
-18
/
+18
*
Export cd-math as three projects are now using it
Richard Hughes
2011-11-09
4
-448
/
+1
*
Add a native sensor driver for the Hughski ColorHug hardware
Richard Hughes
2011-11-08
3
-0
/
+898
*
Do not try to add the same sensor twice
Richard Hughes
2011-11-08
1
-0
/
+1
*
Only use the udev USB helper if the PID and VID have matches
Richard Hughes
2011-11-08
1
-10
/
+31
*
Add a mandatory build dependency of GUsb
Richard Hughes
2011-11-07
1
-0
/
+2
*
trivial: fix the last commit to actually compile
Richard Hughes
2011-11-02
1
-2
/
+2
*
trivial: add some helper methods to the math helpers
Richard Hughes
2011-11-02
2
-0
/
+37
*
Put the sensor plugin modules in src/plugins to reduce clutter
Richard Hughes
2011-10-30
24
-196
/
+291
[next]