aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Be a bit more conservative with allocating memoryLars Knoll2014-03-271-2/+2
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-6/+1
* Remove the scribble option from the memory managerLars Knoll2014-03-271-7/+0
* Get rid of collectDeletablesLars Knoll2014-03-276-45/+24
* Optimize ExecutionContext::setPropertyLars Knoll2014-03-271-1/+7
* Don't use scopes in the instanceOf operatorLars Knoll2014-03-271-9/+9
* Optimize construct callsLars Knoll2014-03-273-1/+3
* Save another 4/8 bytes per QQmlBoundSignalExpressionSimon Hausmann2014-03-272-2/+2
* Call tzset() from getLocalTZA() so we learn about tz changesIain Lane2014-03-271-0/+1
* Fix build on older MinGWKonstantin Ritt2014-03-271-1/+14
* Don't create prototype objects for bindingsLars Knoll2014-03-251-2/+2
* Optional reporting of GC statistics to stdoutLars Knoll2014-03-252-13/+46
* Remove unused methodLars Knoll2014-03-252-13/+4
* Remove code for conservative GCLars Knoll2014-03-252-187/+0
* Correctly parse unicode escape sequences between 0 and u001fLars Knoll2014-03-251-2/+0
* Small fixesLars Knoll2014-03-251-4/+5
* Fix some documentation errors.Friedemann Kleint2014-03-248-22/+22
* Fix infinite loop in method overload resolutionSimon Hausmann2014-03-241-0/+5
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-241-0/+4
* 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