summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+5
|\
| * Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-091-2/+2
| * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-0/+3
* | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-071-0/+1
|\ \
| * | Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-151-0/+1
| |/
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-261-2/+9
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+1
|\|
| * move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-131-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-0/+1
|\|
| * Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-261-0/+1
* | Add QGuiApplication::setDesktopFileName()Pier Luigi Fiorini2015-08-271-0/+1
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+1
|\
| * Fix use of the window geometry specificationAlexander Volkov2015-03-271-1/+1