summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-241-12/+25
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-221-2/+11
* Convert Vulkan instance setup from Qt Quick into a Gui helperLaszlo Agocs2022-02-151-0/+8
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* QGuiAppPrivate::processMouseEvent: don't assume eventpoint didn't moveShawn Rutledge2022-02-041-5/+9
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-1/+1
* QGuiApplication: constant-initialize lastCursorPositionMarc Mutz2022-02-011-2/+2
* evdev: Prevent race condition in touch events processingJungi Byun2022-01-261-0/+3
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+1
* QGuiApplication: port the last user of QMutableEventPoint::from()Marc Mutz2022-01-141-14/+16
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-081-5/+3
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-061-1/+1
* QGuiApplication: properly decode path command-line argumentsThiago Macieira2021-11-101-2/+2
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-18/+5
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-181-6/+11
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-161-26/+24
* Remove unneeded function QGuiApplicationPrivate::emitLastWindowClosedTor Arne Vestbø2021-10-131-8/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3