summaryrefslogtreecommitdiff
path: root/src/org.freedesktop.ColorManager.xml
Commit message (Expand)AuthorAgeFilesLines
* trivial: Remove untrue doc statementRichard Hughes2014-05-081-2/+0
* Do not mix up device paths and device IDs in the documentationConley Moorhous2013-08-191-5/+5
* Do not drop the public API CreateProfile() as it's used by CUPSRichard Hughes2013-07-171-0/+53
* Add SystemVendor and SystemModel string properties to the main interfaceRichard Hughes2013-07-051-0/+22
* Allow the user to specify a non-qualified path when using FindProfileByFilenameRichard Hughes2013-07-031-1/+2
* Enforce that clients have to send an FD when creating a profileRichard Hughes2013-05-151-53/+0
* Add Qt DBus annotationsDaniel Nicoletti2013-04-251-0/+3
* Fix standard-space property name into a compilable variable name: standard_spaceDaniel Nicoletti2013-04-251-1/+1
* trivial: Remove some dead codeRichard Hughes2013-01-211-31/+0
* Add FindSensorById() to the main interfaceRichard Hughes2012-12-031-0/+29
* Add FindProfileByProperty() to the main interfaceRichard Hughes2012-10-081-0/+38
* Add a Manager.CreateProfileWithFd() methodRichard Hughes2012-03-021-1/+63
* Remove the DBus annotations in the introspection on advice of David ZeuthenRichard Hughes2011-06-151-15/+0
* Add a new method Client:FindDeviceByProperty to get a device when only a prop...Richard Hughes2011-06-031-0/+39
* Rework libcolord so the async methods never blockRichard Hughes2011-05-301-4/+4
* Allow the client to pass file descriptors out of band to CreateProfileRichard Hughes2011-05-231-0/+10
* Add GetStandardSpace to the DBus APIRichard Hughes2011-04-201-0/+39
* Add a DBus method to get the list of sensors from the daemonRichard Hughes2011-04-041-0/+60
* Make any profile properties not understood by colord also be saved as metadat...Richard Hughes2011-03-311-0/+5
* Add a 'Metadata' property to the device objectRichard Hughes2011-03-311-0/+5
* Use plain text enumerated values in CreateDevice and CreateProfileRichard Hughes2011-03-021-9/+9
* Add FindProfileByFilename() to the main DBus interfaceRichard Hughes2011-02-111-0/+30
* Add gtk-doc support to libcolordRichard Hughes2011-02-101-3/+3
* Add a dictionary of properties to the CreateDevice() and CreateProfile() methodsRichard Hughes2011-02-021-1/+29
* When a profile changes, emit a signal on the base interface tooRichard Hughes2011-02-021-0/+20
* When a device changes, emit a signal on the base interface tooRichard Hughes2011-02-011-0/+20
* Add a GetProfilesByKind() DBus methodRichard Hughes2011-01-151-0/+32
* trivial: Add notes about the mapping database in the DBus introspectionRichard Hughes2011-01-141-0/+16
* Add a libcolord shared library that can be used in the client toolsRichard Hughes2011-01-131-51/+0
* trivial: Remove some dead introspectionRichard Hughes2011-01-121-41/+0
* Add a 'Kind' attribute to the device objectsRichard Hughes2011-01-121-0/+31
* Fixed typo in ColorManager API description.Tim Waugh2011-01-061-1/+1
* Always refer to object paths as suchRichard Hughes2011-01-041-26/+26
* Add an 'options' parameter to the CreateDevice and CreateProfile methodsRichard Hughes2010-12-231-0/+65
* Add code for the DeleteDevice methodRichard Hughes2010-12-211-0/+48
* Add qualifiers to profiles and ensure we return the object paths as type 'o'Richard Hughes2010-12-201-11/+11
* Provide methods for mapping the device ID to the object pathRichard Hughes2010-12-201-0/+64
* Add some more functionality to the daemon, and add a simple text test programRichard Hughes2010-12-191-0/+30
* Add initial buildsystem and basic DBus interface definitionsRichard Hughes2010-12-171-0/+309