aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* [new compiler] Fix customer parser use with nested objectsSimon Hausmann2014-01-202-17/+18
* [new compiler] Fix id mapping in implicitly defined componentsSimon Hausmann2014-01-201-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-174-12/+59
|\
| * V4: fix range splitting when split is between intervals.Erik Verbruggen2014-01-174-12/+59
* | Make sure QQmlVmeProfiler methods can be inlinedUlf Hermann2014-01-172-121/+121
* | Switch QML profiler off when deleting QQmlProfilerServiceUlf Hermann2014-01-171-0/+1
* | [new compiler] Add support for type and enum resolution for custom parsersSimon Hausmann2014-01-176-35/+89
* | [new compiler] Fix error reporting location for custom parsersSimon Hausmann2014-01-172-16/+6
* | [new compiler] Fix implicit component definition for default propertiesSimon Hausmann2014-01-171-2/+14
* | [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-176-34/+150
* | [new compiler] Clean up property cache / meta object builderSimon Hausmann2014-01-174-54/+86
* | [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-173-1/+16
* | [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-175-1/+75
* | [new compiler] Fix group property initializersSimon Hausmann2014-01-171-1/+7
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-1711-149/+239
|\|
| * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-166-126/+200
| |\
| | * V4: relieve more memory allocator pressure.Erik Verbruggen2014-01-161-2/+2
| | * Fix failing context->next != 0x1 assertionSimon Hausmann2014-01-163-10/+0
| | * V4 IR: do edge splitting after SSA transformationErik Verbruggen2014-01-161-8/+58
| | * V4: lower memory allocator pressure.Erik Verbruggen2014-01-163-77/+95
| | * V4 IR: update immediate dominators when purging unreachable basic-blocksErik Verbruggen2014-01-161-13/+19
| | * V4: remove unnecessary spills and order them correctly.Erik Verbruggen2014-01-163-21/+31
| * | Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-152-2/+4
| * | Do not crash if /proc is not mountedAlbert Astals Cid2014-01-152-18/+30
| |/
| * 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-145-147/+66
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-105-147/+66
| |\|
| | * Fix bad cast of virtual class to base class via reinterpret_castThiago Macieira2014-01-101-1/+1
| | * Remove redundant copies of enabled flag in QML profilerUlf Hermann2014-01-093-145/+63
| | * Fix some typos in documentation.Jeff Tranter2014-01-091-1/+1
| | * Fix broken build with Clang < 3.4 after 60aed669345be33b916c445565Thiago Macieira2014-01-081-1/+2
* | | [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 error handling for property names that look like signalsSimon Hausmann2014-01-141-4/+4
* | | [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-104-900/+900
* | [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-107-35/+124
* | [new compiler] CleanupsSimon Hausmann2014-01-105-86/+155
* | [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-093-44/+54
* | Classify as Q_PRIMITIVE_TYPE a few private types.Sérgio Martins2014-01-092-0/+6
* | Classify struct Use with Q_MOVABLE_TYPE.Sérgio Martins2014-01-091-0/+3
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-0910-70/+70
* | Smaller code cleanupLars Knoll2014-01-092-24/+13
* | Rework array handling for JS objectsLars Knoll2014-01-0932-799/+1295
* | Fixes for argument objectsLars Knoll2014-01-094-4/+14
* | Add Object::hasOwnProperty()Lars Knoll2014-01-095-10/+16
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-083-10/+168
|\|
| * V4: optimize dominator frontier storage.Erik Verbruggen2014-01-081-7/+164
| * Ameliorate DocumentationAlan Alpert2014-01-071-2/+3