aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* fix whitespaceOswald Buddenhagen2014-01-2279-634/+634
* Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-222-128/+140
* Put calls to QQmlVmeProfiler behind "if (enabled)" macrosUlf Hermann2014-01-222-32/+38
* Put multiple QML profiling messages into one object where possibleUlf Hermann2014-01-223-241/+249
* Unify calls to profiler service event methods.Ulf Hermann2014-01-222-276/+153
* Split ManagedVTable into two classesLars Knoll2014-01-2164-514/+374
* Adjust method naming to be closer to ManagedLars Knoll2014-01-213-21/+37
* Reorder members in ManagedVTableLars Knoll2014-01-214-26/+26
* Use lookups for indexed accessesLars Knoll2014-01-208-1/+104
* Add a SimpleArrayData classLars Knoll2014-01-2014-259/+266
* Save memory on array dataLars Knoll2014-01-2013-226/+340
* Changes to the structure of PropertyLars Knoll2014-01-203-36/+35
* Fixes to sparse array handlingLars Knoll2014-01-202-41/+43
* Small bug fixLars Knoll2014-01-201-1/+1
* Fix a small bug in queryIndexed() for StringObjectsLars Knoll2014-01-201-3/+3
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-2015-79/+76
* Remove Property * return value from ObjectIteratorLars Knoll2014-01-205-34/+37
* clean up Object::has(Own)PropertyLars Knoll2014-01-206-27/+44
* Lookup::lookup should not return a Property pointerLars Knoll2014-01-203-17/+49
* [new compiler] Correct the use of default propertySimon Hausmann2014-01-203-16/+5
* [new compiler] Fix implicit component determination for composite typesSimon Hausmann2014-01-201-3/+1
* [new compiler] Fix duplicate property/signal name detection for group objectsSimon Hausmann2014-01-202-11/+9
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-2011-50/+252
* [new compiler] Fix type versioningSimon Hausmann2014-01-201-0/+14
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-207-57/+72
* [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