summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* trivial: fix up a single test in the wildcard test to actually read the retur...Richard Hughes2011-02-251-1/+1
* trivial: use calloc rather than malloc in the raw C exampleRichard Hughes2011-02-251-10/+7
* trivial: add a FAQ entry about qualifiersRichard Hughes2011-02-231-0/+34
* trivial: Fix make distcheck by defining G_UDEV_API_IS_SUBJECT_TO_CHANGERichard Hughes2011-02-231-0/+1
* Add cd-dbus-use-qualifier as an example of how to use a qualifier in raw DBusRichard Hughes2011-02-233-1/+313
* Move the DBus sample program into examples/ as others will soon followRichard Hughes2011-02-236-22/+51
* trivial: fix compile when using clangRichard Hughes2011-02-231-1/+1
* Change GetProfileForQualifier() into GetProfileForQualifiers() so we can send...Richard Hughes2011-02-236-56/+87
* trivial: update the CUPS plan to reflect the PDF and PS workflowsRichard Hughes2011-02-232-131/+302
* Do not emit PropertyChanged on a profile when not yet addedRichard Hughes2011-02-231-0/+4
* Add a architecture diagram how colord is going to integrate with pstoraster a...Richard Hughes2011-02-223-0/+498
* trivial: fix a markup error in the last commitRichard Hughes2011-02-141-0/+1
* Logically, GetProfileForQualifier(*) matches anythingRichard Hughes2011-02-112-4/+19
* Never call DeviceChanged before DeviceAdded when adding properties, it causes...Richard Hughes2011-02-113-55/+132
* Send a Device::Changed signal when a device is being calibratedRichard Hughes2011-02-113-0/+50
* Ensure the Device.Profiles property returns no results when profilingRichard Hughes2011-02-111-2/+15
* Do not return dummy data if an ICC file has no metadata, return an empty arrayRichard Hughes2011-02-112-8/+10
* Add FindProfileByFilename() to the main DBus interfaceRichard Hughes2011-02-117-3/+165
* trivial: fix up make check after the fake EDID_md5 support was mergedRichard Hughes2011-02-111-2/+2
* trivial: add a few FAQ entriesRichard Hughes2011-02-101-11/+90
* trivial: add a favicon to each html page in the docsRichard Hughes2011-02-1012-0/+11
* Add gtk-doc support to libcolordRichard Hughes2011-02-1018-11/+838
* trivial: add a link to the libcolord-less example code on the websiteRichard Hughes2011-02-101-0/+1
* trivial: update the website after some initial reviewRichard Hughes2011-02-086-35/+60
* Grab the EDID_md5 from profiles created by GCM with lcmsRichard Hughes2011-02-081-5/+35
* Ensure profile IDs with slashes are escaped before being used as an object pathRichard Hughes2011-02-084-14/+22
* trivial: post release version bumpRichard Hughes2011-02-073-6/+11
* Release colord 0.1.2COLORD_0_1_20.1.2Richard Hughes2011-02-073-45/+187
* Add the website to revision controlRichard Hughes2011-02-0431-31/+1309
* Add a 'Metadata' property to the profile object to prepare us for supporting ...Richard Hughes2011-02-036-7/+159
* Refactor out colormgr into a useful command line toolRichard Hughes2011-02-032-474/+1092
* trivial: fix compile with GCC 4.6Richard Hughes2011-02-031-2/+2
* trivial: fix up the raw DBus example codeRichard Hughes2011-02-031-2/+6
* Set the colorspace on V4L devicesRichard Hughes2011-02-031-0/+5
* Add a sample file to show how to use colord without using libcolordRichard Hughes2011-02-032-0/+121
* Replace underscores with spaces for the UDev model and vendor proertiesRichard Hughes2011-02-021-5/+17
* Remove the 'Commit' API -- with properties on CreateDevice and CreateProfile ...Richard Hughes2011-02-0212-313/+29
* Add a dictionary of properties to the CreateDevice() and CreateProfile() methodsRichard Hughes2011-02-029-63/+240
* Add a 'Mode' property to each deviceRichard Hughes2011-02-028-5/+191
* Add a 'IsSystemWide' property to the profile interfaceRichard Hughes2011-02-027-0/+83
* trivial: handle ProfileId when scanning for changed propertiesRichard Hughes2011-02-021-0/+3
* Add cd_device_remove_profile_sync() to compliment the 'add' methodRichard Hughes2011-02-022-0/+54
* Add async helpers to get the device and profile arraysRichard Hughes2011-02-023-6/+399
* When a profile changes, emit a signal on the base interface tooRichard Hughes2011-02-024-2/+86
* trivial: Only emit DeviceChanged onceRichard Hughes2011-02-021-1/+30
* When a device changes, emit a signal on the base interface tooRichard Hughes2011-02-014-0/+67
* trivial: add device-get-default-profile to colormgrRichard Hughes2011-02-011-0/+29
* trivial: Add self tests for making a profile defaultRichard Hughes2011-01-311-2/+62
* trivial: fix up the last commit so ::ProfileAdded works correctlyRichard Hughes2011-01-311-1/+1
* If available, use the profile file checksum in the DBus objectRichard Hughes2011-01-291-1/+5