summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevkeyboard
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+7
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+7
| |\
| | * Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-121-0/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-264-7/+5
|\| |
| * | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-054-7/+5
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-1/+1
|\
| * create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-151-1/+1
* | Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-062-0/+8
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-222-18/+33
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-212-18/+33
| |\
| | * QEvdevKeyboardHandler: use RAII in create()/ctorMarc Mutz2016-09-182-18/+33
* | | platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-3/+2
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+1
* | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-062-4/+14
|\|
| * evdev: Stop reading on ENODEVLaszlo Agocs2016-06-032-4/+14
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-072-5/+6
* | Updated license headersJani Heikkinen2016-01-155-70/+100
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/
* Map Shift+Tab to Shift+Backtab in evdevkeyboardLaszlo Agocs2015-07-171-8/+14
* Update copyright headersJani Heikkinen2015-02-115-35/+35
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-211-2/+10
* Switch to categorized logging in all the input handlersLaszlo Agocs2014-10-162-67/+30
* Update license headers and add new license filesMatti Paaso2014-09-245-95/+55
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-233-0/+33
|\
| * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
* | Enables remap of NumpadKeys when Numlock is on and using evkeyboard.Risto Avila2014-08-271-0/+70
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-0/+1
|\|
| * Add missing power button keycode to keymapRainer Keller2014-07-311-0/+1
* | Add a way to access loadKeymap on eglfsLaszlo Agocs2014-06-254-6/+38
|/
* Extend multimedia keysAllan Sandfeld Jensen2014-01-021-0/+4
* Evdev keyboard handler emits keyevents with QString(0xffff)Allan Sandfeld Jensen2013-11-261-1/+1
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-1/+27
* Fix CapsLock handling in EvdevKeyboard pluginSamuli Piippo2013-08-022-420/+425
* mark private dependencies as suchOswald Buddenhagen2013-05-201-1/+1
* Added grabbing option for qevdevkeyboard and mouse.Libor Tomsik2013-04-231-0/+4
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-202-8/+0
|\
| * Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-8/+0
* | Added configuration environment variables for evdev input plugins.Libor Tomsik2013-03-201-1/+7
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-185-5/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-225-120/+120
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Send the native scancode in evdevkeyboardLaszlo Agocs2012-07-282-4/+8
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Move evdev to platformsupportGirish Ramakrishnan2012-06-016-0/+1697