summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gkbd-keyboard-display: Require that GDK use the X11 backendwip/rtcm/cleanupsRui 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-131-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.
* 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
|
* Updated Serbian translationМирослав Николић2016-08-202-308/+306
|
* Updated Lithuanian translationAurimas Černius2016-08-151-144/+147
|
* Updated Slovak translationDušan Kazik2016-08-051-136/+134
|
* Updated Hungarian translationBalázs Úr2016-08-041-140/+138
|
* Updated German translationMario Blättermann2016-08-041-201/+101
|
* Updated Swedish translationAnders Jonsson2016-08-011-141/+151
|
* Updated Vietnamese translationTrần Ngọc Quân2016-07-291-163/+159
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Updated Polish translationPiotr Drąg2016-07-281-55/+67
|
* Add a translator comment to the .desktop filePiotr Drąg2016-07-281-0/+1
|
* Add Language headers to po filesPiotr Drąg2016-07-2842-8/+42
| | | | Future versions of gettext will fail if this header is missing.
* Updated POTFILES.in and POTFILES.skipPiotr Drąg2016-07-282-5/+8
|
* Remove intltool markers from gschema filesPiotr Drąg2016-07-283-36/+36
|
* build: Use autoreconf instead gnome-autogen.shJavier Jardón2016-07-282-17/+27
|
* Makefile.am: Remove reference to m4/introspection.m4Javier Jardón2016-07-281-1/+0
|
* Use upstream gettext instead intltoolJavier Jardón2016-07-288-36/+101
|
* build: configure.in -> configure.acJavier Jardón2016-07-282-1/+1
|
* build: Remove GNOME_COMMON_INITPhilip Withnall2016-01-221-1/+0
| | | | | | It is deprecated. Instead, AC_CONFIG_MACRO_DIR[S] should be used. https://bugzilla.gnome.org/show_bug.cgi?id=729392
* libgnomekbd/gkbd-keyboard-drawing.c: fix a segfaultAntonio Ospite2016-01-221-1/+1
| | | | | | | | | | | | | | | | | When drawing the keyboard without having set the groups and levels there is a segmentation fault: Program received signal SIGSEGV, Segmentation fault. 0x00007fffe49ae8c9 in draw_key_label (is_pressed=<optimized out>, xkb_height=<optimized out>, xkb_width=<optimized out>, xkb_origin_y=<optimized out>, xkb_origin_x=<optimized out>, angle=0, keycode=<optimized out>, drawing=0xa540e0, context=0xca6080) at gkbd-keyboard-drawing.c:1017 1017 if (drawing->groupLevels[glp] == NULL) Fix that. The widget now is able to draw a keyboard without the keys labels, which can be useful when testing just the keyboard geometry. https://bugzilla.gnome.org/show_bug.cgi?id=760988
* test/gkbd-keyboard-drawing-test.c: bail out when option parsing failsAntonio Ospite2016-01-221-1/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734619
* Fix criticalsMichael Catanzaro2016-01-211-1/+3
|
* libgnomekbd/gkbd-keyboard-drawing.c: fix modifier key pressed stateAntonio Ospite2016-01-211-20/+4
| | | | | | | | | | | | | | When track_modifiers is true and a modifier key gets pressed, do not free and reallocate the data and, in particular, do not reallocate drawing->keys zeroing it; this would result in the modifier keys pressed states to be forgotten and the modifier keys not to be shown as pressed when in fact they are (the keyboard symbols reflect the shift level correctly). Fix the current situation, allowing the modifier keys pressed state to be drawn correctly. https://bugzilla.gnome.org/show_bug.cgi?id=734621
* libgnomekbd/gkbd-keyboard-drawing.c: draw keys with invalid keycodesAntonio Ospite2016-01-211-3/+1
| | | | | | | | | | | Some keys like the function key "FN" are described in geometry files but they have no keycode associated to them. You can find such keys in the thinkpad and in the hhk geometry files. Allow drawing the shape of these keys with invalid keycodes, and just skip looking for the labels as the label is derived from the keycode. https://bugzilla.gnome.org/show_bug.cgi?id=734618
* Updated Occitan translationCédric Valmary2015-05-211-167/+117
|
* Added Bosnian translationSamir Ribic2015-03-132-0/+198
|
* Added Kazakh translationBaurzhan Muftakhidinov2014-11-142-0/+195
|
* Finnish translation updateLasse Liehu2014-08-171-170/+65
|
* doap: add <programming-language>Andre Klapper2014-08-011-0/+1
|
* doap category coreOlav Vitters2014-07-301-0/+1
|
* Updated Indonesian translationDirgita2014-04-221-113/+96
|
* updated kn.poShankar Prasad2014-02-051-101/+27
|
* Tajik translation updatedVictor Ibragimov2014-01-281-35/+41
|
* Added Friulian translationFabio Tomat2013-08-201-0/+1
|
* Added Friulian translationFabio Tomat2013-08-201-0/+196
|
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-192-0/+191
|
* Converted Portuguese translation to New Spelling (Novo AO)Duarte Loreto2013-03-171-117/+100
|
* Updated Kannada TranslationsShankar Prasad2012-12-101-19/+18
|
* Updated Kannada TranslationsShankar Prasad2012-10-141-144/+167
|
* [l10n] Added Khmer translationKhoem Sokhem2012-10-032-0/+196
|
* Post-release version bumpMatthias Clasen2012-09-251-1/+1
|