summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Platformsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-261-7/+9
* Platformsupport: stop using QLatin1Char() for creating char literalsSona Kurazyan2022-04-261-1/+1
* evdevkeyboard: Try opening as read-write firstLaszlo Agocs2021-12-081-1/+5
* webOS: Support mapping evdev keyboard and touchscreen to specific windowElvis Lee2020-10-271-1/+6
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Port platformsupport to QStringViewLars Knoll2020-06-151-2/+2
* evdevkeyboard: fix input_event time related compilePeter Seiderer2020-05-071-1/+12
* Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-1/+1
* QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-121-3/+3
* QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-111-10/+11
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-1/+1
* Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-251-1/+10
* Fix for mouse with modifiers handlingKarim Pinter2018-05-021-1/+2
* 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-261-1/+1
|\| |
| * | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-051-1/+1
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
|/
* Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-061-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-16/+18
|\
| * QEvdevKeyboardHandler: use RAII in create()/ctorMarc Mutz2016-09-181-16/+18
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-4/+11
|\|
| * evdev: Stop reading on ENODEVLaszlo Agocs2016-06-031-4/+11
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-071-3/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | 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-111-7/+7
* Switch to categorized logging in all the input handlersLaszlo Agocs2014-10-161-49/+23
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Enables remap of NumpadKeys when Numlock is on and using evkeyboard.Risto Avila2014-08-271-0/+70
* Add a way to access loadKeymap on eglfsLaszlo Agocs2014-06-251-2/+4
* Evdev keyboard handler emits keyevents with QString(0xffff)Allan Sandfeld Jensen2013-11-261-1/+1
* Fix CapsLock handling in EvdevKeyboard pluginSamuli Piippo2013-08-021-4/+9
* Added grabbing option for qevdevkeyboard and mouse.Libor Tomsik2013-04-231-0/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Send the native scancode in evdevkeyboardLaszlo Agocs2012-07-281-3/+6
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Move evdev to platformsupportGirish Ramakrishnan2012-06-011-0/+489