summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-3/+27
* Fix QGuiApplication command line options documentation for X11Tor Arne Vestbø2021-09-171-3/+3
* Use wayland platform plugin on GNOME wayland sessions by defaultJan Grulich2021-09-091-15/+1
* QGuiApplication: move two static variables from DATA to BSSMarc Mutz2021-08-101-2/+2
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-061-0/+17
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-061-1/+6
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-2/+2
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-141-1/+1
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-8/+4
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-1/+9
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-1/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-171-1/+1
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-0/+15
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-4/+0
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-15/+0
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-271-1/+2