summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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.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
| |\
* | | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-2/+2
* | | QGuiApplication: don't force lower case styleOverrideJ-P Nurmi2016-04-151-2/+2
* | | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+8
* | | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-2/+2
* | | 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
|\|
| * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-22/+26
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+2
| | |\
| | | * Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ / /
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-14/+36
|\| |
| * | QtGui: Don't set screen to a child window when processing screen eventsBłażej Szczygieł2016-01-071-4/+6
| * | QtGui: Fix obtaining the top level window at a pointBłażej Szczygieł2016-01-071-10/+30
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-10/+0
|\| |
| * | Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-071-10/+0
* | | Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-3/+8
|\| |
| * | Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-9/+9
* | | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-261-11/+25
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-3/+10
|\| |