summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release colord 0.1.1COLORD_0_1_10.1.1Richard Hughes2011-01-262-1/+40
* Make sure all of libcolord is LGPLv2+ and anything else is GPLv2+Richard Hughes2011-01-2622-232/+232
* trivial: add some more detail to the architecture planRichard Hughes2011-01-241-5/+39
* Add a commit method to the device and profile objectsRichard Hughes2011-01-1913-39/+368
* Actually emit the CdClient::DeviceRemoved signalRichard Hughes2011-01-181-30/+104
* Actually emit the CdClient::DeviceAdded signalRichard Hughes2011-01-181-9/+28
* trivial: add a simple TODO to echo my brain contentsRichard Hughes2011-01-181-0/+3
* Add a modification time to the remote Device objectRichard Hughes2011-01-188-8/+126
* Add methods to the daemon to allow device profilingRichard Hughes2011-01-189-0/+544
* trivial: Fix up my copyright in a few filesRichard Hughes2011-01-182-2/+2
* trivial: don't try to use g_get_real_time() using old versions of GLib2Richard Hughes2011-01-181-0/+2
* Add cd_device_get_default_profile() client side methodRichard Hughes2011-01-172-0/+22
* Add three more device properties: Serial, Vendor and ColorspaceRichard Hughes2011-01-178-14/+442
* trivial: ignore SANE devices without a valid driverRichard Hughes2011-01-171-1/+9
* Add CdColorspace enumerated typesRichard Hughes2011-01-172-0/+80
* Add SANE devices as color managed devicesRichard Hughes2011-01-176-12/+414
* Add a simple architecture plan of colordRichard Hughes2011-01-171-0/+647
* Make CdClientDeleteDevice and CdClientDeleteProfile take an ID, not an objectRichard Hughes2011-01-163-36/+8
* Add CdRenderingIntent enumerated typeRichard Hughes2011-01-162-4/+54
* Add a GetProfilesByKind() DBus methodRichard Hughes2011-01-156-0/+86
* Add a method to set a profile system-wide for all usersRichard Hughes2011-01-159-3/+203
* trivial: fix up the introspection XMLRichard Hughes2011-01-152-3/+3
* trivial: fix up three little bugs found with clangRichard Hughes2011-01-152-3/+2
* Create and remove UDev devices as they are inserted and removedRichard Hughes2011-01-151-38/+92
* trivial: Add proper debug prefixes to all the modulesRichard Hughes2011-01-158-97/+130
* Fix a small memory leak in CdDeviceDbRichard Hughes2011-01-151-7/+9
* trivial: Add some more self test support to the daemonRichard Hughes2011-01-152-0/+109
* trivial: fix up a refcounting bugRichard Hughes2011-01-152-4/+1
* trivial: fix up a commentRichard Hughes2011-01-151-1/+1
* trivial: do not return a valid profile if cd_main_profile_add() failedRichard Hughes2011-01-151-7/+12
* Add and remove UDEV devices as colord devicesRichard Hughes2011-01-149-0/+385
* trivial: don't try to emit if the object is not yet connected to the busRichard Hughes2011-01-141-0/+4
* trivial: don't pad internal objectsRichard Hughes2011-01-141-6/+0
* Add a profile kind to each parsed profile objectRichard Hughes2011-01-149-1/+177
* trivial: use cd-enum.h in the server includesRichard Hughes2011-01-141-6/+2
* Save 'disk' scope devices to a system-wide databaseRichard Hughes2011-01-147-80/+965
* Save the object scope in the CdDevice and CdProfile objectsRichard Hughes2011-01-1411-26/+143
* trivial: tidy up CdMappingDb by returning the correct errors and using common...Richard Hughes2011-01-145-48/+51
* trivial: Add a self test for profile, device creation with mappingRichard Hughes2011-01-141-2/+36
* trivial: Add notes about the mapping database in the DBus introspectionRichard Hughes2011-01-143-8/+39
* Make PolicyKit support optional to fix build on WindowsRichard Hughes2011-01-142-3/+25
* Save profile to device mapping in the system-wide databaseRichard Hughes2011-01-134-27/+229
* trivial: make CdMappingDb into a singletonRichard Hughes2011-01-131-3/+8
* trivial: use a random profile and device in the self check codeRichard Hughes2011-01-131-8/+24
* Add a simple sqlite database for storing the permanent device to profile mapp...Richard Hughes2011-01-138-1/+638
* Add a /etc/colord.conf file for future usageRichard Hughes2011-01-136-0/+18
* Track per-system profile stores to avoid every session client having to do thisRichard Hughes2011-01-135-26/+761
* Profiles do not have a created property, so don't try to display oneRichard Hughes2011-01-133-61/+0
* Don't print a blank line in colormgr if there is no qualifierRichard Hughes2011-01-131-2/+4
* Get the checksum of the parsed ICC file as we might need this for the ProfileIdRichard Hughes2011-01-131-0/+18