summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QGuiApplicationPrivate::processTouchEvent: add explanatory commentsShawn Rutledge2016-12-071-2/+8
* | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-071-3/+6
* | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-021-2/+2
* | Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-241-13/+5
* | Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-241-8/+25
* | Refactor QGuiApplication::topLevelWindows()Tor Arne Vestbø2016-11-231-8/+18
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-0/+10
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+10
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+10
| | |\
| | | * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-0/+10