summaryrefslogtreecommitdiff
path: root/src/cd-main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when any test profile has an EDID source and no ICC fileRichard Hughes2013-08-161-1/+1
* trivial: Fix typo in debug messageChristopher James Halse Rogers2013-07-071-1/+1
* Add SystemVendor and SystemModel string properties to the main interfaceRichard Hughes2013-07-071-2/+139
* Always return an error if cd_main_device_add() failedRichard Hughes2013-05-091-2/+1
* Add a config option to allow multiple monitors with identical EDID values to ...Richard Hughes2013-05-031-0/+43
* Do not automatically add EDID profiles with warnings to devicesRichard Hughes2013-04-241-0/+13
* Do not print a critical warning if the requested property does not existRichard Hughes2013-04-011-3/+8
* Fix unusual crash in cd_main_get_cmdline_for_pidChristopher James Halse Rogers2013-02-181-1/+5
* trivial: Use G_SOURCE_CONTINUE and G_SOURCE_REMOVERichard Hughes2013-02-181-1/+1
* Load the instrospection to the colord binary as a GResourceRichard Hughes2013-02-151-24/+23
* Do not auto-add profiles to devices where the mapping timestamp is zeroRichard Hughes2013-02-041-0/+20
* Allow profiles to have a 'score' which affects which get chosen as a specific...Richard Hughes2013-02-041-6/+13
* trivial: Do proper error checking when using sd_pid_get_session() and sd_sess...Richard Hughes2013-02-011-6/+20
* Set the additional 'OwnerCmdline' metadata on each deviceRichard Hughes2013-02-011-0/+53
* Allow the user to specify the device type when using 'colormgr create-device'Richard Hughes2013-02-011-1/+2
* Add an interface for plugins to decline to loadChristopher James Halse Rogers2013-02-011-10/+56
* Return an error if a client tries to create a device of an unknown typeRichard Hughes2013-01-241-3/+40
* Do not auto-add profiles due to device-id metadata if they have been manually...Richard Hughes2013-01-241-4/+22
* Do not log a critical warning if the daemon is replaced at runtimeRichard Hughes2013-01-231-8/+9
* trivial: Be more efficient when adding devices to only match the metadata onceRichard Hughes2013-01-181-87/+54
* Fix auto-profile assignment when file descriptors are usedRichard Hughes2013-01-171-6/+28
* Ensure profiles with MAPPING_device_id get auto-added to devicesRichard Hughes2013-01-171-5/+33
* trivial: Don't show a critical warning if the config file is missingRichard Hughes2013-01-171-2/+4
* trivial: Fix up some whitespace problemsRichard Hughes2013-01-111-2/+2
* trivial: Remove some logically dead codeRichard Hughes2012-12-171-3/+0
* trivial: Search the sensor array not the sensor client so we can use FindSens...Richard Hughes2012-12-101-13/+16
* Add FindSensorById() to the main interfaceRichard Hughes2012-12-031-0/+26
* Use enumerated error values from the daemonRichard Hughes2012-11-291-34/+34
* Return class specific error codes if authentication failsRichard Hughes2012-11-291-15/+39
* trivial: Use a constant rather than using the key name directlyRichard Hughes2012-11-231-1/+1
* trivial: Some whitespace fixes for CodingStyleRichard Hughes2012-11-231-8/+8
* Use syslog to be able to debug what the daemon is doing without restarting itRichard Hughes2012-11-221-0/+26
* Return an error if the client does not set a profile or device idRichard Hughes2012-11-071-0/+18
* Return an error if the client uses an unsupported scope valueRichard Hughes2012-11-071-0/+16
* Add FindProfileByProperty() to the main interfaceRichard Hughes2012-10-081-0/+27
* Set the seat for devices created in the sessionRichard Hughes2012-09-141-0/+48
* Add a 'seat' property to each deviceRichard Hughes2012-09-141-1/+1
* Initialise global connection variable earlier.Christopher James Halse Rogers2012-09-121-1/+1
* Move the camera detection code to a pluginRichard Hughes2012-09-111-62/+0
* Remove libsane support and rely only on udev for scanner device informationRichard Hughes2012-09-111-43/+0
* Add a general plugin interface for adding and removing devicesRichard Hughes2012-09-111-0/+203
* trivial: remove a lot of the static data in cd-main and use a helper structRichard Hughes2012-09-071-205/+252
* 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-201-40/+52
* trivial: Do not show a critical DBus warning when loading each 'disk' deviceRichard Hughes2012-03-121-1/+1
* Do not automatically delete 'disk' or 'normal' scope devices when the session...Richard Hughes2012-03-101-3/+5
* Split out the SANE support into it's own processRichard Hughes2012-03-091-18/+37
* Add a Manager.CreateProfileWithFd() methodRichard Hughes2012-03-021-9/+22
* Add profile metadata MAPPING_device_id for automatic profile mappingRichard Hughes2012-01-131-3/+65
* Do not crash the daemon if adding the device to the device-db failedRichard Hughes2011-11-251-7/+3