aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-0410-40/+40
* Remove setVTable calls in performance critical areasLars Knoll2013-12-042-2/+2
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-048-15/+15
* Fix qsTr() in .js contextJ-P Nurmi2013-12-041-1/+3
* QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-031-2/+1
* Add a namespace for a global variable in a public headerThiago Macieira2013-12-031-2/+2
* Fix change-of-sign warning in the new QML compilerThiago Macieira2013-12-031-2/+2
* Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-294-8/+35
* Use the new object creation profiler in qqmlvmeUlf Hermann2013-11-292-1/+28
* Remove old qml object creation profilingUlf Hermann2013-11-293-27/+1
* Fix warnings: initialize Instruction variables created on the stackThiago Macieira2013-11-292-2/+6
* Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-21/+21
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-283-2/+17
* Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-264-10/+23
|\
| * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-252-4/+3
| * Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-252-6/+20
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-253-2/+26
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-252-1/+74
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-253-3/+14
* | Fix crash on QQmlEngine destruction.Robin Burchell2013-11-252-2/+2
|/
* Check that the pathlist is not empty before calling sort() on itLars Knoll2013-11-201-1/+2
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-191-0/+5
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-182-0/+14
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-142-0/+7
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-1310-10/+13
* Polish up QQmlFileSelectorAlan Alpert2013-11-134-13/+84
* Intercept qmldir files with the url interceptorAlan Alpert2013-11-111-7/+20
* Add a new variant of qmlRegisterSingletonType for QML singletons.Antti Piira2013-11-091-0/+18
* For x86 builds, try to detect SSE2 availability early and bail outSimon Hausmann2013-11-091-0/+7
* Fix a few more compiler warnings in release buildsLars Knoll2013-11-093-14/+7
* Simplify & speed up function callingLars Knoll2013-11-098-251/+251
* Replace QString::fromUtf8() with QString::fromLatin1() for literalsKai Koehne2013-11-061-9/+9
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-055-35/+2
* Fix XHRLars Knoll2013-11-051-1/+1
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-055-16/+16
* Doc: Fix broken linksSze Howe Koh2013-11-051-2/+2
* Better way of handling string additionsLars Knoll2013-11-041-2/+2
* Fix unused variable warning in release buildsSimon Hausmann2013-11-041-2/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-0415-167/+33
* Improve debugging of QML expressionsSimon Hausmann2013-11-012-2/+6
* Speed up lookups of imported scriptsSimon Hausmann2013-10-316-14/+28
* Resolve member expressions of QObject membersSimon Hausmann2013-10-312-3/+5
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-315-34/+69
* Fix crash in QObject tree destructionSimon Hausmann2013-10-311-1/+2
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-292-6/+5
* Speed up id object lookupsSimon Hausmann2013-10-295-6/+55
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-294-61/+67
* Protect write accesses to objectsLars Knoll2013-10-293-0/+7
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-2910-75/+117