summaryrefslogtreecommitdiff
path: root/src/cd-self-test.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Ignore some return values to please CoverityRichard Hughes2022-04-131-3/+3
* trivial: Remove useless private gtk-doc headersRichard Hughes2017-07-191-3/+0
* Allow creating devices with the same device ID from different usersRichard Hughes2015-07-201-2/+5
* Allow users to rename session and system ICC profilesRichard Hughes2014-05-211-0/+71
* Remove calls to the deprecated g_type_init()Richard Hughes2013-05-131-1/+0
* Move the vendor quirk table to libcolordprivate so it can be used with cd-fin...Richard Hughes2013-04-291-3/+3
* Add some more display vendor names to the display tableRichard Hughes2013-03-041-0/+22
* trivial: Remove cd_mapping_db_update_timestamp() as it's not requiredRichard Hughes2013-02-041-7/+3
* Ensure we can set the timestamp to zero when clearing a mapping database entryRichard Hughes2013-02-041-3/+119
* Allow profiles to have a 'score' which affects which get chosen as a specific...Richard Hughes2013-02-041-0/+5
* Do not auto-add profiles due to device-id metadata if they have been manually...Richard Hughes2013-01-241-1/+1
* Do not return an error if a user manually adds a profile that has already bee...Richard Hughes2013-01-231-1/+10
* trivial: Fix make check now cd_device_set_id needs access to the CdDeviceDbRichard Hughes2012-12-191-1/+25
* Use enumerated error values from the daemonRichard Hughes2012-11-291-2/+2
* Use enumerated error values when using devicesRichard Hughes2012-11-281-2/+2
* Add a user suffix to the object path of user-created devices and profilesRichard Hughes2012-03-201-2/+2
* Put the sensor plugin modules in src/plugins to reduce clutterRichard Hughes2011-10-301-80/+0
* trivial: fix the self test programRichard Hughes2011-08-301-0/+3
* Actually store the device ID in the mapping database, rather than the object ...Richard Hughes2011-06-201-10/+10
* trivial: fix build failure with make distcheckRichard Hughes2011-05-101-1/+3
* trivial: import GcmMath as CdMath to be able to manipulate vector and matrix ...Richard Hughes2011-04-041-0/+28
* trivial: import GcmBuffer as CdBuffer to be able to read values from BE and L...Richard Hughes2011-04-041-0/+18
* Add GLib mainloop USB functionality so we can connect to sensor hardwareRichard Hughes2011-04-041-3/+34
* Add a 'relation' parameter to Device.AddProfile() to solve some hard to fix bugsRichard Hughes2011-02-251-0/+3
* trivial: Add some more self test support to the daemonRichard Hughes2011-01-151-0/+100
* Save 'disk' scope devices to a system-wide databaseRichard Hughes2011-01-141-0/+113
* trivial: tidy up CdMappingDb by returning the correct errors and using common...Richard Hughes2011-01-141-2/+3
* Add a simple sqlite database for storing the permanent device to profile mapp...Richard Hughes2011-01-131-0/+104