summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Combine device and point id into 32 bit point idJan Arve Saether2016-10-281-1/+3
* | | | Revert "Combine device and point id into 32 bit point id"Jan Arve Saether2016-10-111-3/+1
* | | | Combine device and point id into 32 bit point idwip/remacJan Arve Saether2016-10-071-1/+3
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-6/+0
|\| |
| * | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-261-6/+0
* | | Rename QPA ExposeEvent's window-pointer from 'exposed' to 'window'Tor Arne Vestbø2016-09-221-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-23/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-23/+24
| |\|
| | * Fix defining QGuiApplication::sync() when QT_NO_SESSIONMANAGER is setOlivier Blin2016-07-061-22/+22
| | * Windows: Handle theme switching correctly if a palette is setAndy Shaw2016-07-061-1/+2
| | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-2/+62
| | |\
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+2
|\| | |
| * | | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-2/+2
* | | | Add applicationDisplayNameChanged() signal.Benjamin Terrier2016-05-241-5/+19
* | | | Add support for Apple tvOSMike Krus2016-05-171-1/+1
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-2/+2
|\| | |
| * | | QGuiApplication: don't force lower case styleOverrideJ-P Nurmi2016-04-151-2/+2
* | | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-1/+1
* | | | deliver stationary touchpoints which have changed velocityShawn Rutledge2016-04-121-4/+12