aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-023-6/+10
* [new compiler] Fix tst_qqmlengine::trimComponentCacheSimon Hausmann2014-03-022-0/+8
* [new compiler] Fix tst_qqmlqt::createComponentSimon Hausmann2014-03-021-3/+3
* Add a column to the default method error messageSimon Hausmann2014-03-023-1/+3
* [new compiler] Report an error when trying to append to a read-only listSimon Hausmann2014-03-021-0/+5
* [new compiler] Fix property assignments to resolved enumsSimon Hausmann2014-03-021-8/+14
* [new compiler] Remove incorrect assertionSimon Hausmann2014-03-021-1/+0
* [new compiler] Fix remaining qquickanimation test failuresSimon Hausmann2014-03-021-0/+2
* [new compiler] Fix qquickanimation test crashSimon Hausmann2014-03-023-5/+6
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-023-6/+10
* [new compiler] Fix error location for run-time binding errorsSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix lazy binding evaluationSimon Hausmann2014-03-021-0/+6
* [new compiler] When resolving names of attached properties, don't report the ...Simon Hausmann2014-03-021-2/+4
* [new compiler] Fix error location when id property is used in list model elem...Simon Hausmann2014-03-022-21/+10
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-284-8/+8
* Fix global object handling in worker script JS files.v5.3.0-alpha1Michael Brasser2014-02-251-7/+7
* Clean up our internal namespacesLars Knoll2014-02-233-141/+141
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-182-57/+61
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-182-57/+61
| |\
| | * Fix crash when the currently running binding is deleted.Michael Brasser2014-02-152-57/+61
* | | [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-183-1/+14
|/ /
* | [new compiler] Match class and file nameSimon Hausmann2014-02-1612-35/+35
* | [new compiler] Cleanup object creator membersSimon Hausmann2014-02-163-91/+91
* | [new compiler] Fix test with aggressive gcSimon Hausmann2014-02-161-0/+5