aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Create QOpenGLContext with the correct screenv5.5.0-beta1Jan Arne Petersen2015-05-021-0/+1
* Doc: Fix linking issues in Item QML type documentationTopi Reinio2015-04-291-5/+5
* Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-281-0/+5
* Fix a memory leak in the material shader cache.Robert Griebl2015-04-235-5/+39
* XCB: respect QPlatformDrag::ownsDragObject().Mitch Curtis2015-04-211-1/+5
* Doc: corrected some language issuesNico Vertriest2015-04-171-1/+1
* Speed up object creationSimon Hausmann2015-04-162-4/+4
* Fix regressed atlas texture log output. Broken since: a49b0ad786Gunnar Sletta2015-04-161-2/+2
* Make sure we have enough precision to run animations for years.Gunnar Sletta2015-04-161-3/+3
* Avoid running anims at 3x speed on WindowsLaszlo Agocs2015-04-131-0/+8
* Do not stall loading of local images if network is slowAlbert Astals Cid2015-04-091-10/+29
* Fix TextEdit when vertical alignment != AlignTopEskil Abrahamsen Blomfeldt2015-04-091-4/+7
* Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-081-77/+62
* Improve debug formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-022-0/+17
* Improve debug operator for QQuickItem.Friedemann Kleint2015-04-021-6/+15
* Fix Text item linkColor updateMarko Kangas2015-04-011-1/+4
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-013-10/+6
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-10/+6
| |\
| | * Don't send deferred delete events from windowDestroyed()Andy Shaw2015-03-302-7/+1
| | * Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
* | | Android: Work around bug on Samsung Galaxy Tab 3 10.1Eskil Abrahamsen Blomfeldt2015-03-311-1/+4
* | | Add inheritance documentation markup to animator classes.Friedemann Kleint2015-03-311-0/+6
|/ /
* | Honor setFocusOnTouchRelease in QQuickTextInputKai Uwe Broulik2015-03-302-9/+20
* | add qt.quick.touch.target logging categoryShawn Rutledge2015-03-301-6/+19
* | Update the shader when devicePixelRatio changesPaul Olav Tvete2015-03-271-1/+9
* | Another fix to avoid detaching the m_windows list.Robert Griebl2015-03-251-3/+3
* | Fixed a memory-leak when changing property bindings in states.Robert Griebl2015-03-251-0/+5
* | Fix disappearing text in selectionsEskil Abrahamsen Blomfeldt2015-03-242-34/+29
* | Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-03-221-2/+2
* | QQuickWindow touch event compression: retain previous positionsShawn Rutledge2015-03-201-6/+9
* | Allow Flickable's grab to be stolen if dragging over bounds.Andrew den Exter2015-03-191-1/+15
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-171-3/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-3/+2
| |\|
| | * Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* | | Repeater: Don't rely on the createFrom variableJørgen Lind2015-03-172-51/+45
|/ /
* | Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-163-3/+3
* | PathView: use qt.quick.itemview.lifecycle logging categoryShawn Rutledge2015-03-131-3/+17
* | Handle context loss in the threaded render loopLaszlo Agocs2015-03-123-0/+21
* | Fix flickable stealing gestures when height >= contentHeight.Andrew den Exter2015-03-111-4/+4
* | Doc: Removed the release notes for Qt Quick and Qt QmlVenugopal Shivashankar2015-03-092-456/+2
* | Reduce number of allocations when constructing text nodesEskil Abrahamsen Blomfeldt2015-03-092-36/+90
* | Implement cache property for QQuickAnimatedImageDaiwei Li2015-03-062-2/+32
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-063-2/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-033-2/+8
| |\|
| | * Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
| | * Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-242-0/+6
* | | TextEdit: Block's update should update paint nodeRuslan Nigmatullin2015-03-051-0/+7
* | | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-0514-43/+44
|/ /
* | Use of fullsize distance field textures should be font-dependent.Michael Brasser2015-03-031-7/+1
* | Avoid assert in rich text when img width is invalidEskil Abrahamsen Blomfeldt2015-03-021-2/+2