summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Remove libsane support and rely only on udev for scanner device informationRichard Hughes2012-09-111-1/+0
| | | | | | | | libsane is the #1 cause of crashes in colord, accounting for 96% of all the bug reports. Now rely on the SANE udev rules setting the udev property 'libsane_matched=yes' which does miss some scanners, but does not crash.
* Release colord 0.1.22COLORD_0_1_220.1.22Richard Hughes2012-06-2732-1980/+1355
|
* Update German translationChristian Kirbach2012-06-261-130/+150
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* Split out colord-gtk to a new sub-project to prevent a dep loopRichard Hughes2012-06-181-1/+0
| | | | | At the moment GTK requires colord to build, but colord-gtk needs GTK to build. This makes bootstrapping a distro (or using jhbuild) harder than it needs to be.
* Release colord 0.1.21COLORD_0_1_210.1.21Richard Hughes2012-05-222-153/+154
|
* Release colord 0.1.20COLORD_0_1_200.1.20Richard Hughes2012-05-0932-2222/+3384
|
* Add functionality to colord-convert to sample ti1 -> ti3 filesRichard Hughes2012-05-091-0/+1
|
* Release colord 0.1.19COLORD_0_1_190.1.19Richard Hughes2012-04-179-854/+1057
|
* Release colord 0.1.18COLORD_0_1_180.1.18Richard Hughes2012-03-1528-3528/+5344
|
* Split out the SANE support into it's own processRichard Hughes2012-03-091-0/+1
| | | | | SANE is the #1 causes of crashes in colord, so we should just create a new process and deal with crashes there without taking out the main daemon.
* Updated Slovenian translationMartin Srebotnjak2012-03-091-59/+80
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* trivial: refresh translations from transifexRichard Hughes2012-03-0226-4052/+7665
|
* trivial: switch to using an autogenerated linguasRichard Hughes2012-02-222-50/+0
|
* Add org.freedesktop.policykit.owner annotations to .policy fileVincent Untz2011-12-062-1/+2
| | | | | | | We only add those annotations when the daemon is configured to run as non-root. Signed-off-by: Richard Hughes <richard@hughsie.com>
* Updated Russian translationAlexandre Prokoudine2011-07-201-113/+128
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* trivial: Pull all the pending translations from TransifexRichard Hughes2011-07-2051-314/+26004
|
* Remove colord.pot as it's autogenerated and is breaking buildbotRichard Hughes2011-06-141-467/+0
|
* Add automatic .gitignore generationRichard Hughes2011-06-101-0/+5
|
* Rework libcolord so the async methods never blockRichard Hughes2011-05-301-45/+55
| | | | | | | | | | | | | | | | | This also changes the behaviour somewhat. Now, a client has to 'connect' to a sensor, device and profile before the properties can be read. Relying on doing this automatically in a thread was racy as hell and leads to an over complicated design that leads some async methods to actualy be sync. This also changes the API of the DeleteProfile and DeleteDevice to use the object paths rather than profile and device IDs. This allows the end user to delete the objects without having to connect to the device and make the API consistent. The sync methods remain intact from an ABI point of view, but now call into the async versions for the implementation. I think everything is a lot saner this way.
* Add Japanese translationRyo Fujita2011-05-092-0/+475
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* Release colord 0.1.6COLORD_0_1_60.1.6Richard Hughes2011-04-241-27/+109
|
* Add a --verbose command line option to colord to print the debugging on the ↵Richard Hughes2011-04-201-0/+1
| | | | console in color
* Add cd-create-profile, which provides a way to build a profile using a CSV ↵Richard Hughes2011-04-111-0/+1
| | | | file of named colors
* Move gcm-fix-profile from GNOME Color Manager as cd-fix-profileRichard Hughes2011-04-082-37/+122
| | | | Also, unconditionally generate and save the profile ID on 'fixed' profiles.
* Release colord 0.1.5COLORD_0_1_50.1.5Richard Hughes2011-03-311-36/+36
|
* Mark some more strings as translatable in colormgrRichard Hughes2011-03-221-35/+82
|
* Remove colorguiRichard Hughes2011-03-221-2/+0
| | | | gnome-color-manager handles this in gnome and kcolord will handle this in KDE.
* First shot at Russian translation of colordAlexandre Prokoudine2011-03-072-0/+252
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* Release colord 0.1.2COLORD_0_1_20.1.2Richard Hughes2011-02-071-29/+144
|
* Add the pot file to keep transifex happyRichard Hughes2011-01-112-1/+129
|
* Move all the client code to a new subdirectoryRichard Hughes2011-01-041-3/+3
|
* Add a simple GTK test GUI for testing the DBus interfacesRichard Hughes2010-12-232-0/+3
|
* Fix up the reference spec fileRichard Hughes2010-12-203-0/+20
|
* Update the READMERichard Hughes2010-12-201-0/+1
|
* Add initial buildsystem and basic DBus interface definitionsRichard Hughes2010-12-172-0/+6
Very much work in progress, the DBus interfaces will still change lots...