aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-1911-236/+1
* Clear the chain of incubated objects in QQmlIncubatorPrivate::clearAlbert Astals Cid2014-03-191-14/+14
* Cleanup: Get rid of QQmlScript::TypeReferenceSimon Hausmann2014-03-193-18/+9
* Cleanup: Remove dead codeSimon Hausmann2014-03-191-31/+0
* CleanupSimon Hausmann2014-03-194-135/+88
* Clean up script importsSimon Hausmann2014-03-194-327/+45
* Clean, part 3Simon Hausmann2014-03-193-47/+12
* Cleanup, part 2Simon Hausmann2014-03-183-58/+54
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-181-8/+3
* Namespace cleanupSimon Hausmann2014-03-175-9/+9
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-173-5/+9
* Suppress implicit sign conversion warnings in public APIKurt Pattyn2014-03-171-3/+3
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+1
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* Fix QmldirCache object leakLiang Jian2014-03-142-3/+19
* Fix QQmlTypeData object leakLiang Jian2014-03-131-0/+5
* Fix QQmlBoundSignalExpression::Data object leakLiang Jian2014-03-131-0/+1
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-133-32/+22
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-133-16/+58
* Remove redundant QQmlBinding members.Michael Brasser2014-03-116-79/+102
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-112-4/+4
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-111-6/+11
* Reserve a double slot for accessor propertiesLars Knoll2014-03-071-2/+4
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+1
* Remove old compiler and VMESimon Hausmann2014-03-0722-8777/+61
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-4/+10
* Fix a couple of typos in the documentationLaszlo Papp2014-03-061-6/+6
* Switch the code path from the old compiler and VME to the new code pathSimon Hausmann2014-03-061-3/+1
* [new compiler] Fix crash in tst_qquickpathviewSimon Hausmann2014-03-061-1/+3
* [new compiler] Fix potential infinite recursion when using the incubatorSimon Hausmann2014-03-061-3/+3
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-061-1/+3
* Add some leading white space to generated code for QML signals.Ulf Hermann2014-03-051-1/+4
* [new compiler] Fix designer integrationSimon Hausmann2014-03-051-2/+2
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-054-3/+83
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-1/+2
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-041-3/+4
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-044-41/+28
* [new compiler] Fix profiler supportSimon Hausmann2014-03-042-0/+19
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-046-8/+72
* Document qmlContext() and qmlEngine().Mitch Curtis2014-03-043-0/+30
* Reduce size of QQmlBoundSignalExpression in the common case.Michael Brasser2014-03-042-41/+96
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-031-2/+0
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-1/+1
* [new compiler] Fix tst_qquickloader::deleteComponentCrash by introducing a wa...Simon Hausmann2014-03-032-3/+11
* Work around MSVC having issues with nested classes and templatesSimon Hausmann2014-03-032-14/+14
* Make QQmlPropertyData::name constAlbert Astals Cid2014-03-032-4/+4
* [new compiler] Fix warnings in qml list model custom parserSimon Hausmann2014-03-021-4/+6
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-1/+1
* Make QQmlExpression more robust when initializing from script stringSimon Hausmann2014-03-021-5/+11
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-023-10/+22