summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* Fix shortcut handling with non-latin layoutsGatis Paeglis2014-10-271-48/+142
* XCB: Don't trigger less specific shortcutsRuslan Nigmatullin2014-10-221-0/+12
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-0/+4
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-0/+4
| |\
| | * XCB: silence warnings about possibly undefined shiftsGiuseppe D'Angelo2014-10-061-0/+4
* | | xcb: Fix a type of variables for xkb modifiers masksAlexander Volkov2014-10-161-2/+2
* | | xcb: Don't return 0 as a possible key for a shortcutAlexander Volkov2014-10-161-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-1/+3
|\|
| * XCB: fix a memory leakGiuseppe D'Angelo2014-09-251-1/+3
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-13/+14
|\|
| * xcb: use keyboard event source window to determine auto-repeat valueDyami Caliri2014-08-201-13/+14
* | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-0/+4
|/
* Translate Super/Hyper keys to MetaModifierGatis Paeglis2014-06-251-0/+9
* Don't access null pointerGatis Paeglis2014-04-081-3/+6
* Consistently hide the parts that require xcb-xkbThiago Macieira2014-04-051-1/+1
* Fix regression in key handling.Gatis Paeglis2014-04-031-11/+8
* [xcb] Fix build failureGatis Paeglis2014-04-021-19/+9
* Improve keymap error handlingGatis Paeglis2014-03-271-17/+60
* Add better support for keymap update handlingGatis Paeglis2014-03-271-133/+87
* Update bundled libxkbcommon version to 0.4.0Gatis Paeglis2014-03-191-20/+0
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-48/+48
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-40/+72
|\
| * Merge branch 'release' into stableSergio Ahumada2013-08-091-21/+48
| |\
| | * Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-311-21/+48
| * | Fix stuck modifier issue in the non-xcb_xkb code pathGatis Paeglis2013-08-021-19/+24
| |/
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+34
|\|
| * Resolve modifier mask conflicts on X11Gatis Paeglis2013-07-071-1/+34
* | Key mappings for more remote-control keysAllan Sandfeld Jensen2013-07-051-0/+8
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-0/+2
|\
| * Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-171-0/+2
* | Make qtbase compile with QT_NO_TEXTCODECTasuku Suzuki2013-06-171-1/+7
|/
* Fix ambiguity in shortcut matchingGatis Paeglis2013-05-201-10/+13
* Make access to xkbcommon_workaround.h more genericGatis Paeglis2013-05-071-1/+21
* Use X11 core protocol when xkb not availableGatis Paeglis2013-05-071-12/+160
* Added possibleKeys(QKeyEvent *) to QXcbIntegrationGatis Paeglis2013-05-071-0/+83
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-071-401/+326
* Add QXcbWindowEventListenerJørgen Lind2013-04-261-2/+8
* Reduce invocations QString::left() in XCB key event processing.Friedemann Kleint2013-01-291-4/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Pass extended key event infomation in xcb platform.Weng Xuetian2012-11-221-2/+2
* Send QContexMenuEvent when Context Menu key is pressed.Friedemann Kleint2012-11-061-1/+8
* Added missing keysym to handleExtendedKeyEvent in xcb plugin.Samuel Rødal2012-10-101-2/+2
* Fix a crash with xcb on 64bit systems when hitting any key.Jocelyn Turcotte2012-10-021-36/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Also use x11FilterEvent for auto repeat key in xcb.Weng Xuetian2012-06-271-8/+24