summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-071-2/+62
|\ \ \ | | |/ | |/|
| * | Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| * | Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-151-2/+58
* | | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+2
* | | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-2/+2
* | | QtGui: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-02-111-1/+2
* | | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-111-5/+4
* | | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | | QtGui: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-02-111-4/+2
* | | QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-111-1/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-3/+5
|\ \ \ | | |/ | |/|
| * | Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
| |/
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-7/+12
|\|
| * Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
| * Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-6/+1
| * Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-281-0/+9
| * on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-22/+26
|\|