summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update QStyleHints::colorScheme before updating palettesVolker Hilsheimer3 days1-4/+4
* Remove QGuiApplicationPrivate::colorScheme()Volker Hilsheimer3 days1-13/+3
* Don't quit automatically via QEventLoopLocker if there are open windowsTor Arne Vestbø6 days1-4/+14
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer12 days1-2/+2
* Warn on setHighDpiScaleFactorRoundingPolicy misuseMorten Sørvig2024-04-171-0/+2
* QGuiApplication: copy a Prealloc value instead of hard-coding 16Marc Mutz2024-03-131-1/+2
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-3/+4
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QGuiApplication: replace a QSet with QMinimalVarLengthFlatSetMarc Mutz2024-02-281-5/+5
* Windows: Default to DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-061-7/+5
* Introduce a configure feature for WaylandDavid Redondo2023-12-071-1/+1
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-4/+4
* Don't update DPR on de-expose eventsMorten Sørvig2023-11-171-4/+6
* QGuiApplication: Fix condition for when doubleclick events are triggeredJan Arve Sæther2023-11-171-1/+3
* QGuiApplication: check return value of platformTheme::palette()Christian Ehrlicher2023-11-141-1/+2
* Beautify QGuiApplication::event()Axel Spoerl2023-11-101-5/+9
* Long live QPlatformKeyMapper!Tor Arne Vestbø2023-10-061-1/+2
* Add catch-all DPR update to expose event handlingMorten Sørvig2023-10-021-0/+8
* GUI: give more warning when can't load xcb since 6.5.0Liang Qi2023-09-141-0/+4
* gui: use const methods moreAnton Kudryavtsev2023-09-091-1/+1
* Always run screen change side effectsMorten Sørvig2023-09-071-11/+0
* QGuiApplication: Report default platform name before initializationPasi Petäjäjärvi2023-08-251-2/+14
* Reduce nesting in processWindowScreenChangedEvent()Morten Sørvig2023-08-241-18/+20
* Set color scheme after handling theme change in windowsSanthosh Kumar2023-06-211-1/+2
* Update QIconLoader system theme names on QWSI ThemeChangeIlya Fedin2023-06-151-0/+2
* QGuiApplication: Remove .desktop suffix in setDesktopFileNameVlad Zahorodnii2023-05-301-0/+10
* Clarify documentation about QGuiApplication::setDesktopFileName formatDavid Edmundson2023-05-161-3/+3
* QGuiApplication: Propagate wheel event accepted stateMorten Sørvig2023-05-021-0/+1
* macOS: Don't leak QEventDispatcherUNIX during event dispatcher creationTor Arne Vestbø2023-04-291-1/+5
* Doc: add darkmode=0 explicitlyTasuku Suzuki2023-04-281-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-241-2/+1
* Update QWindow DPR on screen DPI changeMorten Sørvig2023-04-111-0/+4
* QWindow: Cache the devicePixelRatio valueMorten Sørvig2023-04-111-11/+2
* Cache null icons and remove them upon system icon theme changeAxel Spoerl2023-04-111-0/+3
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-041-1/+2
* Make flatpak check more backward compatibleIlya Fedin2023-04-041-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-231-0/+1
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-3/+5
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-12/+5
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-0/+21
* 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
* Reflect QStyleHints in AA_DontShowShortcutsInContextMenusTor Arne Vestbø2023-01-041-1/+1
* 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