summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: add darkmode=0 explicitlyTasuku Suzuki2023-04-271-1/+3
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-4/+4
* Change to darkmode is prevented at runtine in VistastyleWladimir Leuschner2023-04-251-2/+1
* Cache null icons and remove them upon system icon theme changeAxel Spoerl2023-04-111-0/+3
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-111-1/+2
* Make flatpak check more backward compatibleIlya Fedin2023-04-031-2/+2
* Doc: link to QWindow::requestActivate() in more placesMitch Curtis2023-03-311-0/+2
* Don't accept QWSI::CloseEvent when the window is blocked by a modal windowTor Arne Vestbø2023-03-241-0/+1
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-3/+5
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-151-12/+5
* Prepare for replacing Qt::Appearance with Qt::ColorSchemeTor Arne Vestbø2023-02-091-0/+6
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-2/+3
* Windows: Enable dark mode system palette by defaultVolker Hilsheimer2022-12-101-0/+3
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-021-0/+23
* [QGuiApplication] Tweak description of X11 and Wayland platform pluginsNicolas Fella2022-12-011-3/+3
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-111-3/+8
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Emit windowStateChanged in QGuiApplicationPrivate instead of QWindowAxel Spoerl2022-10-291-2/+6
* Add QNativeInterface::QWaylandApplicationDavid Redondo2022-10-251-0/+3
* Allow programmatic closing of windows that are modally blockedVolker Hilsheimer2022-10-121-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* QGuiApp: Set QStyleHints's appearance based on platform themeDoris Verria2022-10-101-0/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Fix build without opengl featureAlexey Edelev2022-09-241-1/+3
* Propagate appearance property from QPlatformTheme to QStyleHintsAxel Spoerl2022-09-241-0/+16
* Return the actual modal window in QGuiApplicationPrivate::isWindowBlockedMikolaj Boc2022-09-231-1/+1
* QtGui: Replace QStringLiteral("...").arg with "..."_L1.argMate Barany2022-09-221-1/+1
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-201-29/+30
* Share logic for QScreen property update emitting in helper classTor Arne Vestbø2022-09-161-21/+13
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-121-8/+2
* Don't emit logicalDotsPerInchChanged when updating screen geometryTor Arne Vestbø2022-09-081-1/+0
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+8
* Add qt.pointer.dispatch debug message for tablet->mouse synthShawn Rutledge2022-07-201-0/+2
* Change "delivering touch to same window" warnings to debug messagesShawn Rutledge2022-07-131-4/+4
* Reset highDpiScaleFactorRoundingPolicy in QGuiApplication destructorMorten Sørvig2022-07-061-0/+1
* Fix improper moc includes inside the Qt namespaceThiago Macieira2022-06-191-2/+2
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-141-4/+4
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-4/+4
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-5/+7
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-4/+5
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-211-15/+15
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-5/+5
* QFontDatabase: Update docs for QGuiApplication::fontDatabaseChanged()Tor Arne Vestbø2022-04-051-1/+4
* QPA: improve plugin and theme documentation and logging outputMitch Curtis2022-04-041-5/+27
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-39/+39
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8