summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-0/+8
|\| | |
| * | | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+8
* | | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-071-1/+3
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-2/+2
|\| | |
| * | | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-2/+2
* | | | QtGui: Remove Windows CE.Friedemann Kleint2016-03-301-5/+5
|/ / /
* | | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-5/+0
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+8
|\| |
| * | Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-091-1/+3
| * | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-0/+5