aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2013-50/+274
* [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 "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-187-13/+227
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-177-13/+227
| |\
| | * V4: fix range splitting when split is between intervals.Erik Verbruggen2014-01-177-13/+227
* | | Now android has only one platform plugin.BogDan Vatra2014-01-171-2/+0
|/ /
* | 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-175-1/+79
* | [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-1730-208/+432
|\|
| * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-169-134/+222
| |\
| | * V4: relieve more memory allocator pressure.Erik Verbruggen2014-01-161-2/+2
| | * Fix usage of FileDialog.folder property in QtQuickTobias Koenig2014-01-161-0/+4
| | * QtQuick.Dialogs FileDialog: don't go astray into qrc:/ on AndroidShawn Rutledge2014-01-161-3/+12
| | * 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
| | * Revert "Support batching of rotated antialiased elements."Gunnar Sletta2014-01-161-5/+6
| | * V4: remove unnecessary spills and order them correctly.Erik Verbruggen2014-01-163-21/+31
| * | Bump MODULE_VERSION to 5.2.2Sergio Ahumada2014-01-161-1/+1
| * | Re-enable mac testsAlan Alpert2014-01-161-7/+0
| * | Make sure the test window has focusAlbert Astals Cid2014-01-161-1/+2
| * | Increase the timeout for QPacketProtocol testsUlf Hermann2014-01-161-1/+1
| * | Remove the two default role names listed in cppmodels documentation.Mitch Curtis2014-01-161-14/+1
| * | Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-156-5/+95
| * | Add support for a separate index bufferLaszlo Agocs2014-01-153-14/+70
| * | Fix some compiler warnings in tests and examples.Christian Kandeler2014-01-154-4/+3
| * | Do not crash if /proc is not mountedAlbert Astals Cid2014-01-152-18/+30
| * | Fix nodetest autotest.Gunnar Sletta2014-01-151-1/+3
| * | Fix warning about cast from char* to QStringThiago Macieira2014-01-141-2/+2
| |/
| * On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-112-2/+9