summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add .editorconfig for easier communication of code conventions.Daniel Kahn Gillmor2022-01-081-0/+15
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many editors support .editorconfig. From looking at some of the code in libgnomekbd (i've really only been playing around with the C code), it appears to be using the configuration directives I've documented here. The conventions documented here aren't my personally preferred conventions, but I find it it useful to let my editor know what the project uses, so that i can contribute without thinking too much about whitespace, etc. If there are other conventions, this gives people a place to add them. Or, if the project wants to update the conventions, it provides a place to document those changes.
* | Merge branch 'wip/piotrdrag/unicode-typography' into 'master'Corentin Noël2022-06-142-4/+4
|\ \ | | | | | | | | | | | | Use Unicode in translatable strings See merge request GNOME/libgnomekbd!1
| * | Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2020-07-252-4/+4
| | | | | | | | | | | | | | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772762
* | | Merge branch 'tintou/meson' into 'master'Corentin Noël2022-06-145-0/+274
|\ \ \ | | | | | | | | | | | | | | | | Add meson build system See merge request GNOME/libgnomekbd!11
| * | | Add meson build systemCorentin Noël2022-06-145-0/+274
| | |/ | |/| | | | | | | Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
* | | Merge branch 'tintou/maintainer' into 'master'Bartłomiej Piotrowski2022-06-141-0/+9
|\ \ \ | |/ / |/| | | | | | | | doap: Make myself maintainer See merge request GNOME/libgnomekbd!12
| * | doap: Add description fieldCorentin Noël2022-06-141-0/+2
| | |
| * | doap: Make myself maintainerCorentin Noël2022-06-141-0/+7
|/ /
* | Update Swedish translationAnders Jonsson2021-03-271-57/+59
| |
* | Update Croatian translationGoran Vidović2020-09-151-3/+3
| |
* | Add Croatian translationGoran Vidović2020-09-152-0/+214
|/
* Merge branch 'wip/lantw/build-allow-building-with-gettext-0.20' into 'master'Javier Jardón Cabezas2019-08-111-1/+3
|\ | | | | | | | | build: Allow building with gettext ≥ 0.20 See merge request GNOME/libgnomekbd!4
| * build: Allow building with gettext ≥ 0.20Ting-Wei Lan2019-07-241-1/+3
|/ | | | | | | | | | | | | | | | | | | | The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to copy po/Makefile.in.in from the exact gettext version. It is fine if the version of gettext installed on the system has the same minor version number with the requested version, but it fails if you have a newer version of gettext because of the mismatch between autoconf macros and Makefile.in.in. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use the gettext version installed on the system to prevent the mismatch. This also bumps the version requirement on gettext to 0.19.6 because AM_GNU_GETTEXT_REQUIRE_VERSION was added in this version.
* Prepare 3.26.13.26.1Michael Catanzaro2019-02-062-1/+5
|
* Merge branch 'abderrahim/strv_equal' into 'master'Abderrahim Kitouni2018-12-191-2/+2
|\ | | | | | | | | rename g_strv_equal to gkbd_strv_equal See merge request GNOME/libgnomekbd!3
| * rename g_strv_equal to gkbd_strv_equalAbderrahim Kitouni2018-12-181-2/+2
|/ | | | it conflicts with the newly added g_strv_equal in glib
* Update MSGID_BUGS_ADDRESS in po/MakevarsPiotr Drąg2018-08-161-3/+3
|
* Updated Spanish translationDaniel Mustieles2018-07-241-4/+3
|
* Update Turkish translationEmin Tufan Çetin2018-05-031-155/+158
|
* Update Italian translationMilo Casagrande2018-03-091-140/+143
|
* Update Esperanto translationAnders Jonsson2018-02-241-6/+6
|
* Update Dutch translationJustin van Steijn2018-02-181-139/+143
|
* Update Esperanto translationKristjan SCHMIDT2017-12-231-144/+144
|
* Updated Danish translationAsk Hjorth Larsen2017-11-111-10/+10
|
* 3.26.03.26.0Rui Matos2017-09-122-1/+6
|
* Update Finnish translationJiri Grönroos2017-09-071-63/+81
|
* build: Fix desktop file generationPiotr Drąg2017-08-031-5/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=778089
* Update po/MakevarsPiotr Drąg2017-04-271-3/+3
| | | | | This is not a GNU package and the Free Software Foundation has no copyright over it. Also adds MSGID_BUGS_ADDRESS.
* Update Indonesian translationAndika Triwidada2017-03-191-115/+80
|
* Updated Danish translationAlan Mortensen2017-01-171-141/+145
|
* Fix Icon filename in Portuguese and Serbian translationsPiotr Drąg2017-01-123-3/+3
|
* Update Brazilian Portuguese translationRafael Fontenelle2016-12-281-151/+155
|
* Updated Spanish translationDaniel Mustieles2016-12-221-141/+141
|
* Move translator comments right above the stringsPiotr Drąg2016-10-111-4/+4
| | | | So they appear in .po files.
* 3.22.0.13.22.0.1gnome-3-22Rui Matos2016-09-202-1/+4
|
* build: Ensure we install gsettings schemasRui Matos2016-09-206-6/+7
| | | | Commit a0c98a08 left us with uninstallable schemas.
* 3.22.03.22.0Rui Matos2016-09-202-1/+4
|
* 3.21.923.21.92Rui Matos2016-09-142-1/+8
|
* gkbd-keyboard-display: Require that GDK use the X11 backendRui Matos2016-09-141-0/+1
| | | | This code is heavily dependent on X11 API.
* gkbd-keyboard-drawing: Don't use deprecated GDK APIRui Matos2016-09-141-13/+4
| | | | | Asking for a keyboard device's position doesn't even make sense anyway.
* gkbd-keyboard-drawing: Don't unset double bufferingRui Matos2016-09-141-1/+0
| | | | It's not needed with modern gtk+ .
* gkbd-keyboard-drawing: Don't set allocation from ::size-allocateRui Matos2016-09-141-6/+3
| | | | This isn't needed and in fact causes runtime warnings.
* gkbd-keyboard-drawing: Use non-deprecated API to get the font descRui Matos2016-09-141-6/+4
|
* gkbd-keyboard-drawing: Handle XkbGetKeyboard() failingRui Matos2016-09-141-12/+15
| | | | | | XkbGetKeyboard() might fail but we might still be able to work with a XkbGetKeyboardByName() later in gkbd_keyboard_drawing_set_keyboard() so don't abort the initialization if it fails.
* gkbd-keyboard-drawing: Prevent gtk+ keynav from taking focus awayRui Matos2016-09-141-1/+1
| | | | | | We need to tell gtk+ we handled the key event otherwise gtk+ keynav key events will move focus to the close button and it looks like the dialog stopped working.
* Updated Portuguese translationTiago Santos2016-09-131-66/+83
|
* Add more options to XGETTEXT_OPTIONS in po/MakevarsPiotr Drąg2016-09-121-1/+1
|
* Updated Slovenian translationMatej Urbančič2016-08-251-143/+143
|
* Updated Polish translationPiotr Drąg2016-08-211-37/+35
|
* Updated Czech translationMarek Černocký2016-08-211-139/+139
|