summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | eglfs: Generate enter and leave eventsLaszlo Agocs2015-03-141-0/+1
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-1/+1
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-2/+0
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | remove stray QGuiApplicationPrivate::wheelEventSource declarationShawn Rutledge2015-02-081-2/+0
* | Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-211-0/+5
* | Add QWheelEvent::sourceShawn Rutledge2015-01-131-0/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
|/
* Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-111-1/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-1/+0
* Add an option to share between TLWsLaszlo Agocs2014-09-101-0/+2
* add buttons to QTabletEventShawn Rutledge2014-07-281-1/+1