index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
kernel
/
qguiapplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: add darkmode=0 explicitly
Tasuku Suzuki
2023-04-27
1
-1
/
+3
*
Misc.: Fix some narrowing integral conversion warnings
Ahmad Samir
2023-04-25
1
-4
/
+4
*
Change to darkmode is prevented at runtine in Vistastyle
Wladimir Leuschner
2023-04-25
1
-2
/
+1
*
Cache null icons and remove them upon system icon theme change
Axel Spoerl
2023-04-11
1
-0
/
+3
*
Implement setBadgeNumber for xcb backend
Carl Schwan
2023-04-11
1
-1
/
+2
*
Make flatpak check more backward compatible
Ilya Fedin
2023-04-03
1
-2
/
+2
*
Doc: link to QWindow::requestActivate() in more places
Mitch Curtis
2023-03-31
1
-0
/
+2
*
Don't accept QWSI::CloseEvent when the window is blocked by a modal window
Tor Arne Vestbø
2023-03-24
1
-0
/
+1
*
QtMiscUtils: add isAsciiPrintable() helper
Ahmad Samir
2023-03-18
1
-3
/
+5
*
Rename Qt::Appearance to Qt::ColorScheme
Tor Arne Vestbø
2023-02-15
1
-12
/
+5
*
Prepare for replacing Qt::Appearance with Qt::ColorScheme
Tor Arne Vestbø
2023-02-09
1
-0
/
+6
*
Add tracepointgen tool and convert qtgui to use it
Antti Määttä
2023-01-13
1
-2
/
+3
*
Windows: Enable dark mode system palette by default
Volker Hilsheimer
2022-12-10
1
-0
/
+3
*
Add QGuiApplication API to set a number-badge in the Dock/task bar
Tor Arne Vestbø
2022-12-02
1
-0
/
+23
*
[QGuiApplication] Tweak description of X11 and Wayland platform plugins
Nicolas Fella
2022-12-01
1
-3
/
+3
*
emit QWindow::windowStateChanged only when state has changed
Axel Spoerl
2022-11-11
1
-3
/
+8
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
Emit windowStateChanged in QGuiApplicationPrivate instead of QWindow
Axel Spoerl
2022-10-29
1
-2
/
+6
*
Add QNativeInterface::QWaylandApplication
David Redondo
2022-10-25
1
-0
/
+3
*
Allow programmatic closing of windows that are modally blocked
Volker Hilsheimer
2022-10-12
1
-2
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-6
/
+6
*
QGuiApp: Set QStyleHints's appearance based on platform theme
Doris Verria
2022-10-10
1
-0
/
+2
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Fix build without opengl feature
Alexey Edelev
2022-09-24
1
-1
/
+3
*
Propagate appearance property from QPlatformTheme to QStyleHints
Axel Spoerl
2022-09-24
1
-0
/
+16
*
Return the actual modal window in QGuiApplicationPrivate::isWindowBlocked
Mikolaj Boc
2022-09-23
1
-1
/
+1
*
QtGui: Replace QStringLiteral("...").arg with "..."_L1.arg
Mate Barany
2022-09-22
1
-1
/
+1
*
Get rid of copypasted code between isWindowBlocked's overrides
Mikolaj Boc
2022-09-20
1
-29
/
+30
*
Share logic for QScreen property update emitting in helper class
Tor Arne Vestbø
2022-09-16
1
-21
/
+13
*
Simplify obtaining of parent in isWindowBlocked
Mikolaj Boc
2022-09-12
1
-8
/
+2
*
Don't emit logicalDotsPerInchChanged when updating screen geometry
Tor Arne Vestbø
2022-09-08
1
-1
/
+0
*
QGuiApplication: do not emit deprecated signals
Ivan Solovev
2022-07-21
1
-0
/
+8
*
Add qt.pointer.dispatch debug message for tablet->mouse synth
Shawn Rutledge
2022-07-20
1
-0
/
+2
*
Change "delivering touch to same window" warnings to debug messages
Shawn Rutledge
2022-07-13
1
-4
/
+4
*
Reset highDpiScaleFactorRoundingPolicy in QGuiApplication destructor
Morten Sørvig
2022-07-06
1
-0
/
+1
*
Fix improper moc includes inside the Qt namespace
Thiago Macieira
2022-06-19
1
-2
/
+2
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-2
/
+2
*
Q*ApplicationPrivate: remove unused "flags" arguments
Thiago Macieira
2022-06-14
1
-4
/
+4
*
xcb: Delete touch points without target windows
Tang Haixiang
2022-05-20
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtGui: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-28
1
-4
/
+4
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
1
-5
/
+7
*
Send ThemeChange event to all windows when system theme changes
Tor Arne Vestbø
2022-04-22
1
-4
/
+5
*
Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChanged
Tor Arne Vestbø
2022-04-21
1
-15
/
+15
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
1
-5
/
+5
*
QFontDatabase: Update docs for QGuiApplication::fontDatabaseChanged()
Tor Arne Vestbø
2022-04-05
1
-1
/
+4
*
QPA: improve plugin and theme documentation and logging output
Mitch Curtis
2022-04-04
1
-5
/
+27
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-1
/
+1
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-39
/
+39
*
Notify about focus object changes upon widget destruction
Volker Hilsheimer
2022-03-25
1
-1
/
+8
[next]