aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
* Fix potential deadlook in threaded renderloop.Gunnar Sletta2014-08-141-0/+12
* Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
* V4 JIT: fix JS stack frame size calculation.Erik Verbruggen2014-08-131-3/+2
* Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
* Invalidate the scenegraph properly in the rendercontrolLaszlo Agocs2014-08-084-19/+13
* Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8
* Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
* Don't try to reload QQuick images when changing to null screenTaylor Braun-Jones2014-08-062-3/+3
* Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
* Fix fbo creation and resize logic in QQuickWidgetLaszlo Agocs2014-08-061-2/+13
* Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
* Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-062-5/+13
* Fix FBO recreated every time the QSG node is updated under some conditionsTaylor Braun-Jones2014-08-051-5/+6
* More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-014-28/+47
* Make canvas cleanup work propertly...Gunnar Sletta2014-08-013-2/+48
* Use the current context to resolve extensions.Gunnar Sletta2014-08-011-1/+1
* Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
* Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-302-2/+18
|\
| * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-292-2/+18
* | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-301-6/+1
* | QQuickWindow: add some links to resetOpenGLStateGiuseppe D'Angelo2014-07-291-1/+8
* | Remove metaobject revisioning for QQuickScreenAttachedAlan Alpert2014-07-291-9/+9
* | Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
* | Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-282-21/+22
* | Don't try to draw shader effect sources with dims < 0.Gunnar Sletta2014-07-281-1/+1
* | QQuickMouseArea: Mark override functions with Q_DECL_OVERRIDEAlbert Astals Cid2014-07-281-17/+17
* | Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-263-8/+24
* | Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
* | Don't recreate header and footer unnecessarilyMartin Jones2014-07-254-9/+11
* | Clear the visibleImgTags list when setting up the text layoutAndy Shaw2014-07-241-1/+2
* | Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-241-1/+5
* | V4: work around a bug in libc++'s std::vector<bool>Erik Verbruggen2014-07-241-8/+23
* | QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5
* | Clean up the textures when deleting the contentAndy Shaw2014-07-241-0/+2
* | Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-242-0/+11
* | Do not crash AtlasTexture if image is nullDavid Edmundson2014-07-231-0/+3
* | Fix Node object leak in QQuickTextEditPrivateLiang Jian2014-07-232-1/+10
* | shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-2/+2
* | Check for window != 0 in QuickTestResult::grabImage().Friedemann Kleint2014-07-211-1/+1
* | Fix typo in documentationKai Koehne2014-07-181-1/+1
* | Binding Text width to implicitWidth can result in incorrect layoutMartin Jones2014-07-111-2/+3
* | Docs: fix "classname" indentation in the qmldir specsJ-P Nurmi2014-07-091-1/+1
* | Fix role for generic Accessible itemsFrederik Gladhorn2014-07-091-1/+1
* | Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-032-2/+3
* | Don't dereference null QQuickWindowPrivate.Sérgio Martins2014-07-031-1/+5
* | Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-031-0/+5
* | Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-0235-58/+56