summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-121-1/+0
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-6/+6
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-19/+0
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-141-0/+1
* Document native interfacesFriedemann Kleint2020-09-021-1/+1
* Remove "fallback session management"Andreas Hartmetz2020-09-011-3/+0
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+1
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-241-0/+1
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-0/+1
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-281-0/+10
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-281-0/+8
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-0/+13
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-221-0/+15
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-211-0/+26
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-1/+2
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-11/+1
* Use QList instead of QVector in guiJarek Kobus2020-06-291-1/+1
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-0/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-3/+3
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-071-1/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-291-0/+6
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-0/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-3/+8
|\
| * Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-131-3/+8
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-0/+2
| |\
| | * Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-091-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\| |
| * | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-0/+2
|\|
| * Propagate application termination requests through QPATor Arne Vestbø2019-10-191-0/+2
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-2/+5
|/
* Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-231-0/+1
* qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-031-0/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-0/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-1/+0
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-1/+0
| |\
| | * Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-011-1/+0
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+4
* | | More nullptr usage in headersKevin Funk2019-03-141-2/+2
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-5/+6
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-0/+1
|\|
| * Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-081-0/+1
* | Refresh QGuiApplication's devicePixelRatio cache when screens changeSteve Mokris2018-12-101-0/+6
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-081-4/+4
|\
| * Use consistent naming of QPA screen change callbacks in QGuiApplicationTor Arne Vestbø2018-08-061-4/+4
* | dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-251-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-5/+5
|\|