aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+6
|\
| * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-13/+15
|\|
| * QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-121-13/+15
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-6/+25
|\|
| * QQuickWindow: Only send focus events to items that actually gain focusRobin Burchell2016-05-231-6/+25
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Erik Verbruggen2016-05-061-0/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-0/+6
| |\|
| | * Doc: Document Window.contentItem QML propertyTopi Reinio2016-04-281-0/+6
* | | QQuickWindowPrivate: Only update transform on polish if neededRichard Moe Gustavsen2016-05-061-1/+31
|/ /
* | Add Qt::ImInputItemClipRectangle support to QtQuick itemsJan Arve Saether2016-05-021-0/+1
* | Copy the inverted property when the QWheelEvent is clonedJan Arve Sæther2016-03-071-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-1/+38
|\|
| * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-051-1/+38
* | Add Window.window attached propertyJ-P Nurmi2016-02-121-0/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-6/+13
|\|
| * Preparations for re-rendering native text on DPI scaling changes.Andreas Hartmetz2016-01-261-5/+12
| * Doc: corrected some minor link issuesNico Vertriest2016-01-221-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Rewrite inspector serviceUlf Hermann2016-01-121-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-0/+9
|\|
| * Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-151-0/+9
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-0/+7
|\|
| * qquickwindow: handle QEvent::ShortcutOverrideRichard Moe Gustavsen2015-11-301-0/+7
* | QmlProfiler: Collect useful input eventsUlf Hermann2015-10-301-0/+16
|/
* Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-161-1/+2
* Remove special handling of popup windows on OS XTor Arne Vestbø2015-10-131-14/+0
* Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-121-2/+4
* Remove special handling of shortcut eventsTor Arne Vestbø2015-10-071-7/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+4
|\
| * Fix compilation of QtDeclarative with QT_NO_GESTURESTobias Koenig2015-09-221-0/+4
* | Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta2015-08-201-3/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-3/+2
|\|
| * Consistently use the override keywordThiago Macieira2015-07-191-1/+1
| * doc: fix copy/paste error in warningGunnar Sletta2015-07-091-1/+1
| * Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-041-1/+0
* | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-1/+0
* | Don't resolve the d-pointer when we don't use it.Ulf Hermann2015-06-151-1/+1
* | Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-151-9/+22
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-1/+3
* | QQuickWindow: Don't use an intermediate vector when diffing SG nodes.Robin Burchell2015-06-071-26/+19
* | QQuickWindow: Move itemsToPolish from a QSet to QVector.Robin Burchell2015-06-061-2/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-16/+21
|\|
| * qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-221-15/+15
| * QQuickWindow: Replace assert() on unreleased touch points by warning.Friedemann Kleint2015-05-061-1/+6
* | Make it possible to grab() a window after it has been hidden.Gunnar Sletta2015-05-221-6/+1
* | Added a new render job stage: NoStageMiikka Heikkinen2015-04-151-7/+23
|/
* add qt.quick.touch.target logging categoryShawn Rutledge2015-03-301-6/+19
* QQuickWindow touch event compression: retain previous positionsShawn Rutledge2015-03-201-6/+9
* Handle context loss in the threaded render loopLaszlo Agocs2015-03-121-0/+3