summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release colord 0.1.5COLORD_0_1_50.1.5Richard Hughes2011-03-313-36/+54
* trivial: add one more key to .gitignoreRichard Hughes2011-03-311-0/+1
* Add a simple specification document explaining the metadata keys we're usingRichard Hughes2011-03-311-0/+28
* Make any profile properties not understood by colord also be saved as metadat...Richard Hughes2011-03-312-6/+12
* trivial: Add the cd_profile_get_metadata_item() helper to CdProfileRichard Hughes2011-03-312-0/+19
* Add a 'Metadata' property to the device objectRichard Hughes2011-03-317-6/+165
* Enable the sane support by default, Simple Scan needs thisRichard Hughes2011-03-311-2/+2
* Correct the spelling of colorimetric in the public APIRichard Hughes2011-03-282-10/+18
* trivial: add what projects are already using the device and profile naming sp...Richard Hughes2011-03-241-1/+20
* trivial: add another FAQ entry for applicationsRichard Hughes2011-03-241-0/+57
* Draft a specification document for device and profile IDsRichard Hughes2011-03-244-50/+157
* trivial: fix up a few typos on the websiteRichard Hughes2011-03-232-24/+87
* trivial: update the header in colord.confRichard Hughes2011-03-221-3/+0
* Add AC_PROG_LIBTOOL to configure.ac to prevent a warning in jhbuildRichard Hughes2011-03-221-0/+1
* Mark some more strings as translatable in colormgrRichard Hughes2011-03-222-74/+153
* Remove colorguiRichard Hughes2011-03-227-2021/+0
* trivial: post release version bumpRichard Hughes2011-03-092-5/+5
* Release colord 0.1.4COLORD_0_1_40.1.4Richard Hughes2011-03-092-0/+22
* Add Device.GetProfileRelation() so we can get the profile to device relations...Richard Hughes2011-03-095-0/+169
* Remove the 'Other CMS frameworks' from the website sourcesRichard Hughes2011-03-094-173/+56
* Do not coldplug SANE devices unless UseSANE=true as SANE is causing crashesRichard Hughes2011-03-082-5/+13
* Only add local SANE devices to colordRichard Hughes2011-03-081-2/+2
* Do not search external volumes unless SearchVolumes is set in colord.confRichard Hughes2011-03-084-4/+191
* trivial: spelling fix in the docsRichard Hughes2011-03-081-1/+1
* trivial: fix make checkRichard Hughes2011-03-081-0/+1
* trivial: remove some unused codeRichard Hughes2011-03-082-31/+0
* First shot at Russian translation of colordAlexandre Prokoudine2011-03-072-0/+252
* trivial: fix up the raw DBus example code after the API breakRichard Hughes2011-03-071-4/+4
* Clear the cached profiles and devices if the daemon is killed and then restartedRichard Hughes2011-03-041-0/+19
* trivial: Ignore PropertiesChanged DeviceId, it's never going to changeRichard Hughes2011-03-041-0/+2
* Replace underscores with spaces when getting the model and vendor from SANERichard Hughes2011-03-041-2/+12
* trivial: Fix up the mismatch between some properties being marked as uint's i...Richard Hughes2011-03-043-33/+29
* Add cd_profile_get_format() to libcolordRichard Hughes2011-03-042-0/+50
* Set a generic RGB profile qualifier if there is nothing already setRichard Hughes2011-03-041-0/+13
* Add a 'Format' property on the Profile remote object so that CUPS can tell us...Richard Hughes2011-03-033-0/+38
* Use plain text enumerated values in CreateDevice and CreateProfileRichard Hughes2011-03-0212-106/+90
* trivial: add a detailed plan for the CUPS patchRichard Hughes2011-03-012-0/+414
* trivial: Add some more screenshots to the websiteRichard Hughes2011-03-0116-86/+67
* trivial: update the CUPS plan as I've merged pdftoraster and pstoraster into ...Richard Hughes2011-03-012-13/+47
* trivial: remove unused fileRichard Hughes2011-02-281-0/+0
* trivial: post release version bumpRichard Hughes2011-02-282-5/+5
* Release colord 0.1.3COLORD_0_1_30.1.3Richard Hughes2011-02-282-0/+26
* trivial: fix make check after ba3099dcd4e250c06a6951a19df6f87c6ddaa3f9Richard Hughes2011-02-281-3/+3
* trivial: ensure packages are built without rpathsRichard Hughes2011-02-251-0/+4
* trivial: ensure that MakeProfileDefault moves the profile to the top of the h...Richard Hughes2011-02-251-10/+26
* Only add 'hard' devices to the mapping database, the 'soft' devices are auto-...Richard Hughes2011-02-251-9/+27
* Return the 'hard' profiles before the 'soft' profiles so that the default get...Richard Hughes2011-02-251-4/+9
* trivial: actually use qualifiers that look like qualifiers in the self test p...Richard Hughes2011-02-251-11/+11
* Add a 'relation' parameter to Device.AddProfile() to solve some hard to fix bugsRichard Hughes2011-02-2511-13/+148
* Use a custom qualifier matcher, as g_regex_match_simple() is quite expensiveRichard Hughes2011-02-251-3/+44