summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-101-0/+10
|\
| * Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+10
* | Skip QWSIF::WindowScreenChanged events if the screen is unchangedFriedemann Kleint2018-02-021-0/+2
|/
* QGuiApplication: Add fontChanged signalKai Uwe Broulik2018-01-111-0/+14
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-2/+1
|\
| * QtGui/Windows: Fix restoring of changed cursor in restoreOverrideCursor()Friedemann Kleint2018-01-021-2/+1
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+15
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+15
| |\
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+14
| | * Do not allow drag events when window is blocked by modal windowFriedemann Kleint2017-12-121-1/+1
* | | Add support for FileChooser flatpak portalJan Grulich2017-12-161-4/+19
* | | Rework the "failed to find or load QPA plugin" message a bitSergio Martins2017-12-151-2/+8
* | | mouse handling: fix issue when mixing QTest::mouse* APIsGatis Paeglis2017-11-051-6/+6
* | | tablet: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-101-13/+23
* | | touch: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-101-6/+24
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-53/+98
* | | qpa: stop using QWindowSystemInterfacePrivate::FrameStrutMouse enumGatis Paeglis2017-10-021-9/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-31/+32
|\| |
| * | make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-211-1/+1
| * | Add QGuiApplication::screenAt()Tor Arne Vestbø2017-09-111-31/+32
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-10/+10
|/ /
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-18/+29
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-5/+5
|\|
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-3/+3
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* | QPlatformCursor: Add functions for setting/clearing override cursorsFriedemann Kleint2017-06-131-3/+28
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-0/+13
|\|
| * QGuiApplication: Initialize and clear static variablesFriedemann Kleint2017-05-191-0/+13
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+4
|\|
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* | cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-051-12/+10
* | Windows QPA: Add native menusFriedemann Kleint2017-04-271-0/+9
|/
* Android: fix Menu and Back key handlingJ-P Nurmi2017-04-071-3/+11
* Fix warning for -no-feature-wheeleventStephan Binner2017-04-041-0/+2
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-131-3/+3
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-3/+3
| |\
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-3/+3
* | | QGuiApplication: fix QString comparisonMarc Mutz2017-03-131-1/+1
|/ /
* | Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-191-1/+1
* | qpa: Let platform plugins report old state for window state changesTor Arne Vestbø2017-02-151-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-5/+4
|\|
| * QGuiApplication: fix misleading codeMarc Mutz2017-01-261-5/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-8/+12
|\|
| * QGuiApplication: Send QEvent::Window(Un)blocked to embedded window, tooFriedemann Kleint2017-01-231-8/+12
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-3/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-1/+1
|\|
| * Touch fix for popups blocked by modal dialogPaul Olav Tvete2016-12-151-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-1/+1
|\|
| * Close popups when blocked by modal dialogPaul Olav Tvete2016-11-301-1/+1
* | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-091-6/+1