aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-202-7/+6
* [new compiler] Correct the use of default propertySimon Hausmann2014-01-201-8/+2
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-205-35/+20
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-204-13/+18
* [new compiler] Add support for type and enum resolution for custom parsersSimon Hausmann2014-01-174-34/+77
* [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-171-2/+58
* [new compiler] Clean up property cache / meta object builderSimon Hausmann2014-01-172-4/+4
* [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-172-0/+15
* [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-173-1/+23
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-172-4/+8
|\
| * Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-151-1/+3
| * Make qtdeclarative compile with QT_NO_TRANSLATIONTasuku Suzuki2014-01-101-3/+5
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-141-19/+15
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-19/+15
| |\|
| | * Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-091-19/+15
* | | [new compiler] Fix assignments to enums from string literalSimon Hausmann2014-01-141-1/+7
* | | [new compiler] Fix mix of bindings and signal handlersSimon Hausmann2014-01-141-1/+1
* | | [new compiler] Fix scope, binding target and property object for bindings in ...Simon Hausmann2014-01-142-51/+52
* | | Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-143-65/+75
|/ /
* | [new compiler] CleanupsSimon Hausmann2014-01-102-900/+0
* | [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-102-23/+91
* | [new compiler] CleanupsSimon Hausmann2014-01-103-77/+49
* | [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-092-32/+42
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-2/+3
* | Rework array handling for JS objectsLars Knoll2014-01-093-16/+21
* | [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