summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix preedit text on XCBEskil Abrahamsen Blomfeldt2011-09-231-1/+1
* Implemented key filter support on platform input contextPekka Vuorela2011-09-201-2/+11
* Fix warnings received when xcb platform is ran without ibus platforminputcontextJoona Petrell2011-09-141-7/+8
* Make inputcontext plugin loading a bit more genericLars Knoll2011-09-081-4/+0
* Fixup a few minor errors in the previous commitLars Knoll2011-09-081-3/+3
* Add plugin mechanism to load platform input contextsJoona Petrell2011-09-081-4/+15
* Don't set platform input context if it's not properly created.Samuel Rødal2011-08-161-1/+0
* ibus IM support for the xcb backendLars Knoll2011-06-271-0/+11
* Use XLookupString for translating key events.Laszlo Agocs2011-06-091-34/+78
* Get modifier mapping using standard X, no need for libxkbcommon here.Laszlo Agocs2011-06-091-32/+51
* add WM support classLars Knoll2011-06-071-4/+6
* Start using libxkbcommon in the xcb plug-in.Laszlo Agocs2011-06-011-0/+73
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | QGuiApplication refactor in progress.Samuel Rødal2011-04-281-6/+6
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+973