aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-246-0/+29
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-246-0/+29
| |\
| | * Fix compile error with clang 3.4Lars Knoll2014-01-231-1/+1
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-0/+4
| | |\
| | | * QQmlInstructionData: fix warning 'code' {is,might be} used uninit'edMarc Mutz2014-01-171-0/+4
| | * | Parse source location for signal handling functionsUlf Hermann2014-01-211-0/+1
| | * | Retrieve detailed location information when profiling signal handlersUlf Hermann2014-01-212-0/+12
| | * | qmplugindump is not able to dump all registered componentsDaniel Pesch2014-01-212-0/+12
* | | | Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-242-6/+6
|/ / /
* | | Rename V8 profiler classes to V4Ulf Hermann2014-01-234-48/+5
* | | fix whitespaceOswald Buddenhagen2014-01-2262-579/+579
* | | Put calls to QQmlVmeProfiler behind "if (enabled)" macrosUlf Hermann2014-01-221-9/+15
* | | Put multiple QML profiling messages into one object where possibleUlf Hermann2014-01-221-14/+4
* | | Split ManagedVTable into two classesLars Knoll2014-01-2114-46/+46
* | | Add a SimpleArrayData classLars Knoll2014-01-202-16/+7
* | | 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