aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-2115-49/+22
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-1916-241/+52
* Compilation fixaavit2014-03-191-8/+7
* 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-193-49/+0
* CleanupSimon Hausmann2014-03-194-135/+88
* Clean up script importsSimon Hausmann2014-03-198-335/+318
* Clean, part 3Simon Hausmann2014-03-196-50/+18
* Use Q_ASSERT instead of assertLars Knoll2014-03-1913-64/+55
* Enable constant propagation for all typesLars Knoll2014-03-193-13/+28
* Fixes to for...in statementLars Knoll2014-03-198-9/+9
* Optimize construction of SimpleArrayDataLars Knoll2014-03-193-2/+5
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-185-11/+11
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-2/+4
* Small optimization to RegExpLars Knoll2014-03-183-1/+14
* Add some specialized lookups for two internal classesLars Knoll2014-03-183-28/+187
* Minor optimization: Avoid some QString constructorsLars Knoll2014-03-181-1/+1
* Cleanup, part 2Simon Hausmann2014-03-188-137/+133
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-181-8/+3
* Namespace cleanupSimon Hausmann2014-03-179-265/+233
* 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
* qv4isel_moth.cpp: Fix MSVC-warnings about operator unary minus applied to uns...Friedemann Kleint2014-03-171-3/+3
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-151-0/+2
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+1
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-141-0/+3
* Fix WorkerScript object leakLiang Jian2014-03-141-1/+5
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* Fix QmldirCache object leakLiang Jian2014-03-142-3/+19
* Fix CompiledData::CompilationUnit object leakLiang Jian2014-03-131-5/+0
* Fix QQmlTypeNameCache object leakLiang Jian2014-03-131-1/+0
* 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