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.5
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
/
plugins
/
platforms
/
qnx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Fix several more improperly placed #include moc
Thiago Macieira
2022-08-04
1
-2
/
+2
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
58
-2206
/
+118
*
Plugins: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-04
4
-9
/
+17
*
Plugins: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-05-02
1
-1
/
+1
*
QNX: remove mmrenderer overlay window support
Rafael Roquetto
2022-03-24
5
-117
/
+21
*
QNX: always create buffers for child windows
Rafael Roquetto
2022-03-21
2
-21
/
+7
*
Misc: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
2
-0
/
+4
*
QNX: Fix compiler warning by adding default return value
Pasi Petäjäjärvi
2022-03-09
1
-0
/
+2
*
QNX: Fix compiler warnings by using correct format specifiers
Pasi Petäjäjärvi
2022-03-09
1
-4
/
+4
*
Remove .prev_CMakeLists.txt
Kai Köhne
2021-12-06
1
-91
/
+0
*
QPA: Set focus reason when window activation changes focus
Volker Hilsheimer
2021-12-03
1
-1
/
+1
*
qnx: Fix typos in source code comments
Jonas Kvinge
2021-12-02
3
-3
/
+3
*
CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPE
Alexandru Croitor
2021-08-06
1
-1
/
+1
*
CMake: Don't give plugins PUBLIC usage requirements part 2
Alexandru Croitor
2021-07-15
1
-4
/
+4
*
Remove Qt6 ifdef switches from plugins
Allan Sandfeld Jensen
2021-05-07
1
-4
/
+0
*
Add QNX qpa to builds
Marianne Yrjänä
2021-04-13
3
-3
/
+188
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-124
/
+0
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
11
-24
/
+24
*
Cleanup API of QMimeData
Lars Knoll
2020-09-21
1
-2
/
+2
*
QNX: fix build
Samuli Piippo
2020-08-12
1
-2
/
+2
*
QNX: register mouse input device
Samuli Piippo
2020-08-12
2
-8
/
+27
*
QNX: adapt to new event APIs
Samuli Piippo
2020-08-05
1
-9
/
+40
*
Move eglconvenience to QtGui
Friedemann Kleint
2020-07-13
2
-3
/
+2
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-6
/
+6
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
2
-2
/
+2
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
2
-6
/
+5
*
Port platform plugins to QStringView
Lars Knoll
2020-06-15
2
-2
/
+2
*
Move Unix font databases into QtGui
Friedemann Kleint
2020-06-15
1
-1
/
+1
*
Move the UNIX event dispatchers into QtGui
Friedemann Kleint
2020-06-10
1
-1
/
+1
*
Add possibility to set QNX Screen pipeline value
Teemu Holappa
2020-06-05
1
-0
/
+15
*
QNX: add missing include
Samuli Piippo
2020-06-04
1
-0
/
+1
*
QNX: fix build error without PPS feature
Samuli Piippo
2020-06-04
1
-0
/
+2
*
Use QChar::fromUcs4() more
Marc Mutz
2020-05-12
1
-2
/
+1
*
Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)
Mårten Nordheim
2020-04-16
3
-3
/
+3
*
Add EglDisplay resource to the QNX platform plugin
James McDonnell
2020-01-31
1
-0
/
+5
*
Provide repeat parameter to handleExtendedKeyEvent
James McDonnell
2019-12-14
1
-1
/
+1
*
Move QQnxGLContext::ms_eglDisplay to the integration object
James McDonnell
2019-12-13
4
-39
/
+45
*
Register the screen pulse event
James McDonnell
2019-12-09
2
-3
/
+23
*
Rename QWidgetBackingStore to QWidgetRepaintManager
Tor Arne Vestbø
2019-08-20
1
-1
/
+1
*
QQnxIntegration: replace a Java-style iterator with an STL-style loop
Marc Mutz
2019-05-21
1
-4
/
+3
*
Basic foreign window support for QNX
James McDonnell
2019-05-01
9
-10
/
+432
*
Merge remote-tracking branch 'origin/5.13' into dev
Friedemann Kleint
2019-03-26
1
-3
/
+3
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-20
1
-3
/
+3
|
|
\
|
|
*
Move screen maintenance functions from QPlatformIntegration to QWSI
Tor Arne Vestbø
2019-03-19
1
-3
/
+3
|
|
*
QNX QPA: Add support for Qt Virtual Keyboard
Karim Pinter
2019-03-14
2
-7
/
+17
*
|
|
Widen out parameter "result" of the native event filters for Qt 6
Friedemann Kleint
2019-03-22
1
-0
/
+4
|
/
/
*
|
QNX QPA: Add support for Qt Virtual Keyboard
Karim Pinter
2019-02-06
2
-7
/
+17
[next]