index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platformsupport
/
input
/
evdevkeyboard
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-1
/
+1
*
Extract QEvdevKeyboardMap to shared header
Michał Łoś
2024-10-18
3
-118
/
+35
*
Extract QKeycodeAction from QEvdevKeyboard
Michał Łoś
2024-10-18
2
-39
/
+24
*
Extract toQtModifiers to place where it belongs
Michał Łoś
2024-10-16
2
-16
/
+17
*
Extract QFdContainer from QEvdevKeyboardHandler
Michał Łoś
2024-10-15
2
-22
/
+1
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
3
-3
/
+5
*
Remove redundant qtimer.h includes
Ahmad Samir
2024-06-11
1
-1
/
+0
*
Div. private RAII/smart ptr classes: mark ctors [[nodiscard]]
Marc Mutz
2023-06-21
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
5
-190
/
+10
*
Platformsupport: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-26
2
-8
/
+12
*
Platformsupport: stop using QLatin1Char() for creating char literals
Sona Kurazyan
2022-04-26
2
-2
/
+2
*
Make sure all qtbase private headers include at least one other
Thiago Macieira
2022-02-24
2
-1
/
+3
*
evdevkeyboard: Try opening as read-write first
Laszlo Agocs
2021-12-08
2
-1
/
+6
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-11
/
+0
*
webOS: Support mapping evdev keyboard and touchscreen to specific window
Elvis Lee
2020-10-27
1
-1
/
+6
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-2
/
+2
*
Port platformsupport to QStringView
Lars Knoll
2020-06-15
2
-4
/
+4
*
evdevkeyboard: fix input_event time related compile
Peter Seiderer
2020-05-07
1
-1
/
+12
*
Be less laissez-faire with implicit conversions to QChar
Marc Mutz
2019-07-09
1
-1
/
+1
*
QEvdev: remove m_deviceDiscovery members
Marc Mutz
2019-06-13
2
-6
/
+4
*
QEvdev: Extract Method parseSpecification()
Marc Mutz
2019-06-13
1
-15
/
+6
*
QEvdev: Replace manual memory management with unique_ptr
Marc Mutz
2019-06-12
4
-21
/
+18
*
QEvdev: Extract Method updateDeviceCount()
Marc Mutz
2019-06-11
2
-4
/
+10
*
QEvdev: use printf-style qCDebug()/qWarning()
Marc Mutz
2019-06-11
2
-14
/
+15
*
Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usage
Allan Sandfeld Jensen
2019-04-04
2
-5
/
+5
*
More nullptr usage in headers
Kevin Funk
2019-03-14
1
-1
/
+1
*
Fix can not -> cannot
Robert Loehning
2019-02-25
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2019-01-26
4
-1
/
+20
|
\
|
*
Ability to switch language under platform eglfs/linuxfb
Elena Zaretskaya
2019-01-25
4
-1
/
+20
*
|
Use Q_DISABLE_COPY_MOVE for private classes
Friedemann Kleint
2018-12-12
1
-1
/
+1
|
/
*
Fix for mouse with modifiers handling
Karim Pinter
2018-05-02
1
-1
/
+2
*
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
1
-0
/
+7
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Lars Knoll
2017-12-30
1
-0
/
+7
|
|
\
|
|
*
Report modifiers correctly in mouse events with evdev and libinput
Laszlo Agocs
2017-12-12
1
-0
/
+7
*
|
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-09-26
4
-7
/
+5
|
\
|
|
|
*
|
evdev*,libinput: use functor-based connections
Gatis Paeglis
2017-09-05
4
-7
/
+5
|
|
/
*
/
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-11-02
1
-1
/
+1
|
\
|
*
create modularized version of qtplatformsupport module
Oswald Buddenhagen
2016-10-15
1
-1
/
+1
*
|
Add evdev support for FreeBSD
Oleksandr Tymoshenko
2016-10-06
2
-0
/
+8
|
/
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-22
2
-18
/
+33
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-21
2
-18
/
+33
|
|
\
|
|
*
QEvdevKeyboardHandler: use RAII in create()/ctor
Marc Mutz
2016-09-18
2
-18
/
+33
*
|
|
platformsupport: eradicate some easy Q_FOREACH loops
Marc Mutz
2016-08-26
1
-3
/
+2
*
|
|
Use qtConfig throughout in qtbase
Lars Knoll
2016-08-19
1
-2
/
+1
*
|
|
employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOO
Oswald Buddenhagen
2016-08-19
1
-1
/
+1
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-06
2
-4
/
+14
|
\
|
|
*
evdev: Stop reading on ENODEV
Laszlo Agocs
2016-06-03
2
-4
/
+14
*
|
OpenGL, PlatformSupport: use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-04-07
2
-5
/
+6
[next]