aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Allow maximum block size to be specified as an environment variable.Michael Brasser2014-03-131-3/+11
* Don't crash if a ScriptAction changes state mid-transition.Michael Brasser2014-03-131-14/+15
* Fix QQmlTypeData object leakLiang Jian2014-03-132-0/+6
* Fix QQmlBoundSignalExpression::Data object leakLiang Jian2014-03-131-0/+1
* Fix QV4::IR::Function 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
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-121-2/+7
* qmldebugger: avoid loading tcp module in inspectorFawzi Mohamed2014-03-111-0/+2
* Avoid crash when unlinking compilation unitSimon Hausmann2014-03-111-1/+2
* Remove redundant QQmlBinding members.Michael Brasser2014-03-117-82/+106
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-112-0/+17
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-119-24/+476
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-111-6/+11
* Fix linkingSimon Hausmann2014-03-112-2/+2
* Allow detaching V4 debuggers in agent destructorUlf Hermann2014-03-111-0/+3
* Doc: Qt QML: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-113-9/+17
* Don't delete the QML engines from the profiler service destructorUlf Hermann2014-03-111-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-1125-578/+564
* Fix copying of Property'sLars Knoll2014-03-1013-46/+68
* V4 SSA: remove unused code.Erik Verbruggen2014-03-081-49/+1
* V4 JIT: enable JIT on win64.Erik Verbruggen2014-03-082-1/+11
* Use an array of Value's for Object::memberDataLars Knoll2014-03-0710-95/+81
* Reserve a double slot for accessor propertiesLars Knoll2014-03-074-45/+118
* Move some methods from ExecutionContext to CallContextLars Knoll2014-03-073-42/+35
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-074-65/+31
* Remove the name member of FunctionObjectLars Knoll2014-03-075-14/+30
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-076-52/+39
* Remove unused entries in CompiledDataLars Knoll2014-03-072-9/+4
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-073-5/+13
* Fixes to breakpoint handlingLars Knoll2014-03-074-37/+42
* Add a Line instruction to the interpreterLars Knoll2014-03-0711-150/+31
* Simplify our breakpoint handlingLars Knoll2014-03-075-271/+71
* 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