aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
| * Fix docs for QQuickWindow::RenderStageLaszlo Agocs2015-01-211-6/+6
* | Fix some qdoc-warnings.Friedemann Kleint2015-02-231-3/+3
* | Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-161-1/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | MouseArea: add scrollGestureEnabled propertyShawn Rutledge2015-01-281-1/+1
* | PinchArea: handle native gestures when availableShawn Rutledge2015-01-251-0/+35
* | Send hover events also to QQuickItem::childMouseEventFilterJørgen Lind2015-01-201-0/+5
* | Add Window.width and Window.height attached propertiesJ-P Nurmi2015-01-091-0/+9
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-23/+118
|\|
| * QtQuick.Window: add missing documentation for Window methodsShawn Rutledge2014-12-031-19/+102
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-021-1/+1
| |\
| | * Make effectiveDevicePixelRatio() return a qreal.Morten Johan Sørvig2014-11-301-1/+1
| * | Add missing call to rendercontrolLaszlo Agocs2014-11-281-1/+3
| |/
| * QQuickWindow: let 'clearFocusObject' clear all the way to the rootRichard Moe Gustavsen2014-11-071-2/+4
| * Add attached Window::contentItem propertyJ-P Nurmi2014-11-051-0/+8
* | Fix beforePaint node calculation further.Gunnar Sletta2014-11-011-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLars Knoll2014-10-301-6/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-6/+21
| |\|
| | * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-3/+20
| | * Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-101-2/+1
* | | Move from a count of cursors, to storing whether or not a subtree has a cursor.Robin Burchell2014-10-291-4/+1
* | | QQuickWindow: Add some more stuff under DBG_TOUCH.Robin Burchell2014-10-291-1/+9
* | | Don't constantly clear child node list on ChildrenUpdateMaskRobin Burchell2014-10-291-25/+99
|/ /
* | Fix newly added qquickitem_before_paintNode() implementation.Gunnar Sletta2014-10-201-4/+6
* | Remove the "groupNode"Gunnar Sletta2014-10-171-77/+58
* | Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-161-11/+16
* | Only delete all child nodes twice if effectRefEffectivelyChanged is set.Robin Burchell2014-10-161-4/+9
* | Use QWindow::requestUpdate in threaded renderloop.Gunnar Sletta2014-10-161-0/+5
* | Resolve QQuickItemPrivate::beforePaintNode dynamically.Gunnar Sletta2014-10-161-6/+16
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-9/+4
|\|
| * Prevent removeFirst call on empty list.Zeno Endemann2014-10-011-2/+2
| * move QQuickWindowAttached to QQuickWindowQmlImplShawn Rutledge2014-09-241-5/+0
| * QQuickWindow::setColor() should use update() rather than dirtyItem()Gunnar Sletta2014-09-171-1/+1
| * Protect QQuickWindow::openglContext against not having a context.Gunnar Sletta2014-09-171-1/+1
* | Add methods for finding out if scene graph context has been initializedUlf Hermann2014-09-171-0/+9