aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with foreach on arguments objectSimon Hausmann2014-09-112-14/+37
* QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-1/+1
* Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-011-1/+55
* 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
* The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
* V4 JIT: fix JS stack frame size calculation.Erik Verbruggen2014-08-131-3/+2
* Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
* Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8
* Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
* Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
* 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
* | Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
* | 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
* | 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
* | shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-2/+2
* | Docs: fix "classname" indentation in the qmldir specsJ-P Nurmi2014-07-091-1/+1
* | Fix crash on QQmlEngine destruction.Andrew den Exter2014-07-032-2/+3
* | Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-0211-26/+24
* | Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
* | Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-1/+1
|\|
| * Update QtQuick import value to 2.3Samuel Gaist2014-06-231-1/+1
* | Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-232-7/+28
* | Fix memory leak in QQmlComponent::createObjectSimon Hausmann2014-06-232-6/+4
* | QQmlObjectCreator: Clear sharedState componentAttached in destruction/clearAlbert Astals Cid2014-06-201-0/+9
* | Fix QQmlComponent detailed description.Mitch Curtis2014-06-201-1/+1
* | Fix crash in QObjectWrapperOleg Shparber2014-06-191-0/+2
* | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-141-0/+8
|\|
| * Fix Stmt:Data object leakLiang Jian2014-06-131-0/+8
* | Doc: Clarify where JavaScript fits in QML codeSze Howe Koh2014-06-132-47/+42
|/
* add missing signal declaration in Exposing Attributes to QML exampleShawn Rutledge2014-06-101-0/+2
* Doc: Updated "Qt Quick Examples" pages.Jerome Pasion2014-06-051-3/+4
* Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
* Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-4/+4
* Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-302-8/+13
* Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-292-4/+43
* Fix compilation on MSVC 2008Simon Hausmann2014-05-271-5/+16
* Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-1/+1