aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-275-15/+12
* Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
* Fix crash with early QObject property accessSimon Hausmann2014-08-252-5/+15
* Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
* Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
* Initialize variableLars Knoll2014-08-241-1/+1
* Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
* Protect incubation against its creator being deleted.Gunnar Sletta2014-08-231-1/+1
* Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
* Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1
* 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