summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* trivial: fix a critical warning when getting a sensor sampleRichard Hughes2012-04-191-2/+0
* Add the concept of 'options' on each color sensor deviceRichard Hughes2012-04-193-2/+207
* trivial: make some common code more commonRichard Hughes2012-04-191-27/+9
* trivial: fix up a compile failure in the uid == getuid patchRichard Hughes2012-03-301-1/+1
* Ensure colord-sane can create devices and profiles.Christopher James Halse Rogers2012-03-301-0/+8
* Remove the 'Default,' profile title prefix if legacy profiles are installedRichard Hughes2012-03-261-23/+41
* Fix usage of CD_OBJECT_SCOPE_* enumsJohn Sheu2012-03-251-5/+9
* Add a user suffix to the object path of user-created devices and profilesRichard Hughes2012-03-2011-74/+185
* Depend on lcms2 >= 2.2Richard Hughes2012-03-131-2/+0
* trivial: Do not show a critical DBus warning when loading each 'disk' deviceRichard Hughes2012-03-122-1/+2
* Do not automatically delete 'disk' or 'normal' scope devices when the session...Richard Hughes2012-03-101-3/+5
* Install per-machine profiles in /var/lib/colord/iccRichard Hughes2012-03-102-1/+6
* trivial: Don't create the per-machine directories twice when doing 'make inst...Richard Hughes2012-03-101-7/+0
* Split out the SANE support into it's own processRichard Hughes2012-03-094-384/+37
* trivial: Sync the ColorHug private header with upstreamRichard Hughes2012-03-092-15/+257
* Add a Manager.CreateProfileWithFd() methodRichard Hughes2012-03-022-10/+85
* Show what DBus names have inhibited each deviceRichard Hughes2012-02-284-0/+40
* trivial: Fix compile with older versions of GLibRichard Hughes2012-02-231-0/+10
* Fix InstallSystemWide() when running as the colord userRichard Hughes2012-02-211-13/+44
* trivial: reduce a few pointer derefsRichard Hughes2012-02-211-6/+7
* Add an LED sample typeRichard Hughes2012-02-106-2/+9
* colorhug: Bump the sample timeout to 5 secondsRichard Hughes2012-01-231-1/+1
* Make underscores into spaces for the profile titleRichard Hughes2012-01-231-0/+3
* Add profile metadata MAPPING_device_id for automatic profile mappingRichard Hughes2012-01-131-3/+65
* trivial: Add cd_profile_get_metadata_item() so we can get a single hash entryRichard Hughes2012-01-132-0/+12
* Use GUsb for the Huey sensorRichard Hughes2011-12-077-831/+168
* Support 2nd generation Huey hardwareRichard Hughes2011-12-072-5/+18
* If /usr/share/color appears at runtime, don't rescan the parent dirRichard Hughes2011-12-061-2/+8
* Fix a Wformat error when printing a gsizeRichard Hughes2011-11-281-1/+2
* make gusb optionalLudwig Nussel2011-11-251-1/+5
* trivial: choose the correct calibration matrix for the ColorHug sensorRichard Hughes2011-11-253-6/+64
* Do not crash the daemon if adding the device to the device-db failedRichard Hughes2011-11-251-7/+3
* fix more sql injectionsLudwig Nussel2011-11-251-21/+21
* trivial: fix a typo in the last patchRichard Hughes2011-11-241-1/+1
* trivial: Use an async version of the command submitter to simplify the colorh...Richard Hughes2011-11-244-441/+976
* trivial: Use the new floating point format from the ColorHug hardware >= 0.0.4Richard Hughes2011-11-221-13/+35
* Flash the ColorHug LEDs when locking the sensorRichard Hughes2011-11-161-3/+91
* trivial: the colorhug firmware 0.0.4 no longer uses floating pointRichard Hughes2011-11-161-6/+14
* trivial: fix spelling mistake in define nameRichard Hughes2011-11-161-2/+2
* Lock the sensor before dumping itRichard Hughes2011-11-161-0/+26
* Output the Huey calibration matrices when dumping the sensorRichard Hughes2011-11-161-0/+11
* Use sqlite3_mprintf() to avoid SQL injectionsVincent Untz2011-11-141-18/+18
* Export cd-math as three projects are now using itRichard Hughes2011-11-094-448/+1
* Add a native sensor driver for the Hughski ColorHug hardwareRichard Hughes2011-11-083-0/+898
* Do not try to add the same sensor twiceRichard Hughes2011-11-081-0/+1
* Only use the udev USB helper if the PID and VID have matchesRichard Hughes2011-11-081-10/+31
* Add a mandatory build dependency of GUsbRichard Hughes2011-11-071-0/+2
* trivial: fix the last commit to actually compileRichard Hughes2011-11-021-2/+2
* trivial: add some helper methods to the math helpersRichard Hughes2011-11-022-0/+37
* Put the sensor plugin modules in src/plugins to reduce clutterRichard Hughes2011-10-3024-196/+291