summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Qt 5 to-do in QXcbKeyboardGatis Paeglis2012-05-261-2/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Pass autorepeat info to input context key filtering with XCBPekka Vuorela2012-04-031-12/+19
* Remove stale references to QtopiaDonald Carr2012-03-121-36/+0
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-021-1/+1
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* xcb: avoid use of statically-sized QListMarc Mutz2012-02-171-18/+15
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Rename check to checkEvent.Stephen Kelly2012-01-101-1/+1
* Detect autoreapeat in xcb plugin.Samuel Rødal2012-01-071-1/+82
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add support for three new X11 keysAlbert Astals Cid2011-12-091-0/+6
* Fixed crashes from tests using xcb plugin with -qtnamespace.Rohan McGovern2011-11-181-0/+4