aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlInstructionData: fix warning 'code' {is,might be} used uninit'edMarc Mutz2014-01-171-0/+4
* Make qtdeclarative compile with QT_NO_TRANSLATIONTasuku Suzuki2014-01-101-3/+5
* Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-091-19/+15
* Remove unused static functions from QtQml found by Clang 3.4Thiago Macieira2014-01-041-28/+0
* Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-021-1/+4
* Doc: Fix broken linksSze Howe Koh2013-12-302-3/+3
* Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-1210-13/+10
|\
| * QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-041-2/+1
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-0410-13/+10
* | Use qCpuHasFeature because the check can be optimized out of existenceThiago Macieira2013-12-101-1/+1
* | Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-103-10/+16
* | Windows: Use Shell API for checking file case correctness.Friedemann Kleint2013-12-101-8/+26
* | Remove unused function isUnicodeNonCharacterThiago Macieira2013-12-081-14/+0
* | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-053-0/+53
* | QQmlMemoryProfiler: Fix dangling pointer use.Robin Burchell2013-12-041-2/+1
* | Remove unused memberLars Knoll2013-12-042-2/+2
* | 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