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
/
gui
/
kernel
/
qguiapplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lazily create global share context when Qt::AA_ShareOpenGLContexts is set
Tor Arne Vestbø
6 days
1
-13
/
+1
*
Add constant property QStyleHints::accessibility
Oliver Eftevaag
2025-05-07
1
-6
/
+2
*
Remove QWindow argument from QWindowSystemInterface::handleThemeChange
Tor Arne Vestbø
2025-04-15
1
-5
/
+2
*
QGuiApplication: Prevent double-click recognition across different windows
Xu Shitong
2025-04-14
1
-1
/
+4
*
Refactor and fix platform theme selection
Axel Spoerl
2025-03-28
1
-18
/
+11
*
qguiapplication.cpp / init_platform() - optimize ranged loop and style
Axel Spoerl
2025-03-26
1
-2
/
+2
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-1
/
+1
*
Q*Application: move the compressEvent() virtual to the Private class
Thiago Macieira
2024-12-13
1
-0
/
+2
*
Make multi-threaded image transforms and painter fills configurable
Allan Sandfeld Jensen
2024-12-05
1
-0
/
+44
*
Add public QWindow API for safe area margins
Tor Arne Vestbø
2024-11-25
1
-4
/
+4
*
Fix ubsan warning of illegal cast and illegal method call
Allan Sandfeld Jensen
2024-11-13
1
-1
/
+1
*
Send QEvent::ThemeChange to QGuiApplication
Ilya Fedin
2024-10-21
1
-3
/
+8
*
QGuiAppPriv::processMouseEvent: avoid spurious tablet double-clicks
Shawn Rutledge
2024-10-15
1
-2
/
+2
*
qwsi: Teach handleContextMenuEvent about synchronous delivery
Tor Arne Vestbø
2024-10-15
1
-0
/
+1
*
Revert "QGuiApplication: don't send pointer events to windows other than the ...
Richard Moe Gustavsen
2024-09-09
1
-17
/
+9
*
QGuiApplication: don't send pointer events to windows other than the active p...
Richard Moe Gustavsen
2024-09-05
1
-9
/
+17
*
Close popups on window deactivation and orientation changes in qGuiApp
Oliver Eftevaag
2024-08-29
1
-0
/
+15
*
QCompleter: Forward mouse press/release to virtual keyboard
Axel Spoerl
2024-08-16
1
-0
/
+54
*
Touch event dispatching: change qCWarning to qCDebug if no target window
Volker Hilsheimer
2024-07-17
1
-1
/
+1
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
1
-3
/
+3
*
Determine Qt::AA_DontShowIconsInMenus default value based on platform
Tor Arne Vestbø
2024-06-13
1
-0
/
+5
*
Fix MouseButtonDblClick synthesis from touch double-tap
Shawn Rutledge
2024-06-10
1
-3
/
+8
*
Move popup management from QApplication to QGuiApplication
Shawn Rutledge
2024-05-31
1
-9
/
+105
*
Add Bt2020 and Bt2100 color spaces
Allan Sandfeld Jensen
2024-05-31
1
-2
/
+2
*
visionOS: Add support for immersive spaces
Tor Arne Vestbø
2024-05-14
1
-0
/
+3
*
Add way to override when to show context menu
Volodymyr Zibarov
2024-05-13
1
-0
/
+9
*
Update QStyleHints::colorScheme before updating palettes
Volker Hilsheimer
2024-05-02
1
-4
/
+4
*
Remove QGuiApplicationPrivate::colorScheme()
Volker Hilsheimer
2024-05-02
1
-13
/
+3
*
Don't quit automatically via QEventLoopLocker if there are open windows
Tor Arne Vestbø
2024-04-29
1
-4
/
+14
*
ColorScheme: clean up code to prepare adding a setter
Volker Hilsheimer
2024-04-23
1
-2
/
+2
*
Warn on setHighDpiScaleFactorRoundingPolicy misuse
Morten Sørvig
2024-04-17
1
-0
/
+2
*
QGuiApplication: copy a Prealloc value instead of hard-coding 16
Marc Mutz
2024-03-13
1
-1
/
+2
*
Mention QChronoTimer in API docs
Ahmad Samir
2024-03-03
1
-3
/
+4
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+1
*
QGuiApplication: replace a QSet with QMinimalVarLengthFlatSet
Marc Mutz
2024-02-28
1
-5
/
+5
*
Windows: Default to DirectWrite font backend
Eskil Abrahamsen Blomfeldt
2024-02-06
1
-7
/
+5
*
Introduce a configure feature for Wayland
David Redondo
2023-12-07
1
-1
/
+1
*
Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChanged
Tor Arne Vestbø
2023-11-23
1
-4
/
+4
*
Don't update DPR on de-expose events
Morten Sørvig
2023-11-17
1
-4
/
+6
*
QGuiApplication: Fix condition for when doubleclick events are triggered
Jan Arve Sæther
2023-11-17
1
-1
/
+3
*
QGuiApplication: check return value of platformTheme::palette()
Christian Ehrlicher
2023-11-14
1
-1
/
+2
*
Beautify QGuiApplication::event()
Axel Spoerl
2023-11-10
1
-5
/
+9
*
Long live QPlatformKeyMapper!
Tor Arne Vestbø
2023-10-06
1
-1
/
+2
*
Add catch-all DPR update to expose event handling
Morten Sørvig
2023-10-02
1
-0
/
+8
*
GUI: give more warning when can't load xcb since 6.5.0
Liang Qi
2023-09-14
1
-0
/
+4
*
gui: use const methods more
Anton Kudryavtsev
2023-09-09
1
-1
/
+1
*
Always run screen change side effects
Morten Sørvig
2023-09-07
1
-11
/
+0
*
QGuiApplication: Report default platform name before initialization
Pasi Petäjäjärvi
2023-08-25
1
-2
/
+14
*
Reduce nesting in processWindowScreenChangedEvent()
Morten Sørvig
2023-08-24
1
-18
/
+20
*
Set color scheme after handling theme change in windows
Santhosh Kumar
2023-06-21
1
-1
/
+2
[next]