summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.4.210.4.21Parag Nemade2016-07-201-0/+8
|
* Add missing descriptionParag Nemade2016-07-191-0/+2
|
* Add maintainer informationParag Nemade2016-07-191-0/+8
|
* bump release to 0.4.21Parag Nemade2016-07-191-1/+1
|
* Add Language headers to po filesPiotr Drąg2016-07-1416-11/+16
| | | | Future versions of gettext will fail if this header is missing.
* Updated Gujarati translationVishal Bhalani2016-07-041-22/+18
|
* Initialize Clutter explicitly in antler code.Parag Nemade2016-07-031-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768104
* Fix theme parsing error for antler keyboard style.cssParag Nemade2016-07-021-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768105
* Fix the antler-keyboard execution tracebackParag Nemade2016-06-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768092
* Remove reference of caribou version from README fileParag Nemade2016-06-271-2/+0
|
* Add missing python3 compatibilityParag Nemade2016-06-276-7/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767664
* Updated Occitan translationCédric Valmary2016-05-291-2/+2
|
* Updated Occitan translationCédric Valmary2016-05-051-5/+5
|
* fix print statement syntax for python3Parag Nemade2016-04-112-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764764
* Fix PyGIWarning warnings in preferences_window.pyParag Nemade2016-04-111-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764764
* Update Arabic translationKhaled Hosny2016-04-111-26/+23
|
* Updated Friulian translationFabio Tomat2016-04-091-12/+12
|
* Updated Tajik translationVictor Ibragimov2016-04-081-6/+6
|
* Updated Friulian translationFabio Tomat2016-03-201-28/+27
|
* Updated Romanian translationDaniel Șerbănescu2016-03-201-36/+34
|
* Updated Dutch translation Master 3.20Justin van Steijn2016-02-261-47/+40
|
* Updated Occitan translationCédric Valmary2016-02-231-17/+18
|
* Updated Occitan translationCédric Valmary2016-02-231-3/+3
|
* Release 0.4.20CARIBOU_0_4_20Daiki Ueno2016-02-162-2/+12
|
* Add Polish special characters to tablet qwerty layoutPiotr Drąg2016-02-151-8/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756623
* Add Polish special characters to touch qwerty layoutPiotr Drąg2016-02-151-10/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756623
* Add Polish special characters to fullscale qwerty layoutPiotr Drąg2016-02-151-10/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756623
* Added new layout "tablet"Simon Schumann2016-02-109-1/+709
| | | | | | "tablet" is a fullscale layout but optimized for touch input https://bugzilla.gnome.org/show_bug.cgi?id=760470
* Updated Lithuanian translationAurimas Černius2016-01-101-7/+6
|
* fixed ssharp for German fullscale layoutSimon Schumann2016-01-102-1/+4
|
* Added German fullscale layoutSimon Schumann2016-01-103-1/+228
|
* Add some code compatibility for python3. It is seen that on Fedora Caribou ↵Parag Nemade2015-11-242-5/+4
| | | | rpm build failed for python3. If used 2to3 tool everything works fine, but if I remove it then build fails. I tried to find minimal changes required in code compared to what 2to3 tool is offering changes. With this attached patch build on Fedora for python3 succeeds.
* Added Occitan translationCédric Valmary2015-11-102-0/+261
| | | | (cherry picked from commit d6c3ae10f24ec5579a04ab712485274c14a51629)
* update zh_CN translationMingye Wang (Arthur2e5)2015-11-091-7/+8
|
* build: Avoid intltool confusion on VPATH buildCARIBOU_0_4_19Daiki Ueno2015-10-131-0/+4
|
* Release 0.4.19Daiki Ueno2015-10-131-0/+11
|
* xadapter: Avoid a crash when Xkl doesn't know the real xkb groupsRui Matos2015-10-131-2/+11
| | | | | | | | | | | | | | | Xkl.ConfigRec gets its layouts and variants from the _XKB_RULES_NAMES root window property which isn't specified anywhere and in fact doesn't get set under Xwayland. The group index though is accurate which means that we might end up trying to access an invalid index on the layouts or variants array and crashing. Avoid this by just lying to the caller since we can't obtain the real layout/variant names in that case. Since this only happens under Xwayland and in that case the only consumer of this API is gnome-shell which ends up not using the names, this should be safe. https://bugzilla.gnome.org/show_bug.cgi?id=756194
* Updated Esperanto translationKristjan SCHMIDT2015-10-041-49/+39
|
* Added Kazakh translationBaurzhan Muftakhidinov2015-09-142-0/+261
|
* Updated Persian translationArash Mousavi2015-09-121-35/+36
|
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-261-3/+3
|
* Updated Polish translationPiotr Drąg2015-08-251-5/+5
|
* Updated Portuguese translationPedro Albuquerque2015-06-291-17/+17
|
* display-adapter: Allow setting an external default adapter instanceRui Matos2015-04-141-0/+7
| | | | | | | | This will allow gnome-shell, when running as a native wayland compositor, to set its own display adapter implementation since the X one doesn't work for that case. https://bugzilla.gnome.org/show_bug.cgi?id=747273
* daemon: Check that we're using the X backend before using itRui Matos2015-04-141-1/+4
| | | | | | | This won't make us work correctly on other backends but at least we won't print criticals anymore. https://bugzilla.gnome.org/show_bug.cgi?id=747273
* [l10n] Updated Estonian translationMattias Põldaru2015-04-081-24/+27
|
* Updated Russian translationStas Solovey2015-03-301-27/+11
|
* Add support for qwertz layout as seen in deJan-Michael Brummer2015-03-303-0/+186
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746482
* Updated Basque languageInaki Larranaga Murgoitio2015-03-241-9/+12
|
* Post-release version bumpDaiki Ueno2015-03-231-1/+1
|