summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-5/+5
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-071-1/+1
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-2/+6
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+2
| |\
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
|/ /
* / cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-051-1/+0
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-0/+1
|\
| * Close popups when blocked by modal dialogPaul Olav Tvete2016-11-301-0/+1
* | Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-241-3/+5
|/
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-3/+0