aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* [new compiler] CleanupsSimon Hausmann2014-01-082-171/+9
* [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-083-80/+93
* [new compiler] Fix assigning signal handlersSimon Hausmann2014-01-081-1/+4
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-086-9/+74
* [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-085-5/+34
* [new compiler] Fix determination of id objects within component boundariesSimon Hausmann2014-01-062-28/+22
* [new compiler] Add support for parser status callbacksSimon Hausmann2014-01-063-0/+41
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-064-8/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-064-32/+7
|\
| * 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
* | Move array data into it's own structLars Knoll2014-01-032-12/+12
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+0
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-241-14/+27
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-14/+27
| |\|
| | * Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
* | | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-242-2/+2
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-1630-121/+208
|\|
| * 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
* | | QQmlMetaType: adapt to upcoming MOC format changeMarc Mutz2013-12-041-1/+1
|/ /
* | 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
|/