summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+10
|\| |
| * | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-131-0/+10
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-3/+13
|\| |
| * | Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-261-3/+13
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+1
|\| |
| * | Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-141-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-15/+2
|\| |
| * | Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-13/+0
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+2
| |\|
| | * Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-14/+34
|\| |
| * | Implement sessionId/key generation on WindowsSamuel Gaist2015-09-221-0/+13