aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-1/+1
|\
| * Copy the inverted property when the QWheelEvent is clonedJan Arve Sæther2016-03-071-1/+1
* | QQuickItem: Provide cheaper hover event delivery.Robin Burchell2016-03-101-7/+9
* | add qt.quick.mouse.target logging categoryShawn Rutledge2016-03-081-6/+9
* | QQuickWindow: prerequisites for handling multi-point touchShawn Rutledge2016-03-071-4/+16
|/
* 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
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-9/+9
* QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-271-3/+3
* QQuickWindow: move deliverGestureEvent outside QT_NO_WHEELEVENT sectionShawn Rutledge2015-02-271-17/+16
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-2/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-21/+23
|\
| * Fix crash when QQuickWindow::updatePolish() deletes QQuickItems.Gunnar Sletta2015-02-061-14/+16
| * Doc: link issues qtdeclarativeNico Vertriest2015-02-041-3/+3