aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove old compiler and VMESimon Hausmann2014-03-0727-9018/+83
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-4/+10
* V4 JIT: fix stack space reserving codeErik Verbruggen2014-03-071-2/+2
* V4: fix address printing on 64bit platformsErik Verbruggen2014-03-071-0/+1
* Fix MSVC2012 compiler warnings in disabled code.Erik Verbruggen2014-03-071-2/+4
* V4 JIT: fix up register usage for linux/macos on x86_64.Erik Verbruggen2014-03-072-5/+7
* Fix more MSVC2012 compiler warnings.Erik Verbruggen2014-03-071-4/+7
* 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-062-3/+4
* 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] Fix auto component creation with composite typesSimon Hausmann2014-03-051-3/+7
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-056-10/+133
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-055-9/+6
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-053-1/+8
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-044-9/+111
* 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-045-56/+31
* [new compiler] Fix profiler supportSimon Hausmann2014-03-044-1/+21
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-047-12/+79
* Document qmlContext() and qmlEngine().Mitch Curtis2014-03-043-0/+30
* V4 JIT: enable register allocator on win32.Erik Verbruggen2014-03-042-2/+25
* Reduce size of QQmlBoundSignalExpression in the common case.Michael Brasser2014-03-042-41/+96
* Move all binop related code into qv4binop*Lars Knoll2014-03-044-212/+218
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-034-5/+10
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-032-4/+9
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-033-11/+0
* Remove unused codeSizesLars Knoll2014-03-038-58/+6
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-038-34/+15
* [new compiler] Fix tst_qquickloader::deleteComponentCrash by introducing a wa...Simon Hausmann2014-03-032-3/+11
* Fix some typosSergio Ahumada2014-03-038-9/+9
* Work around MSVC having issues with nested classes and templatesSimon Hausmann2014-03-032-14/+14
* Doc: Renamed Qt Quick Code Samples page.Jerome Pasion2014-03-031-1/+1
* V4 JIT: enable disassembler on windows.Erik Verbruggen2014-03-031-36/+38
* V4 JIT: fix MSVC warning.Erik Verbruggen2014-03-031-1/+1
* Fix build with QT_FORCE_ASSERTSKonstantin Ritt2014-03-031-1/+1
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-4/+4
* [new compiler] Set class name for QML types correctlySimon Hausmann2014-03-032-4/+3
* Fix a crash in the register allocatorLars Knoll2014-03-031-1/+1
* Make QQmlPropertyData::name constAlbert Astals Cid2014-03-032-4/+4
* Make it possible to call QQmlEngine::setObjectOwnership at any timeSimon Hausmann2014-03-021-1/+5
* Fix calls to overloaded slots for QObjects not created by QMLSimon Hausmann2014-03-021-1/+15
* [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-026-12/+13
* Make QQmlExpression more robust when initializing from script stringSimon Hausmann2014-03-021-5/+11
* [new compiler] CleanupSimon Hausmann2014-03-024-226/+217
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-025-17/+36