aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert more methods to return a Returned<>Lars Knoll2013-09-1822-136/+163
* Convert some methods to use Returned<>Lars Knoll2013-09-1818-80/+190
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-1811-40/+49
* Convert methods in qv4runtime to use Returned<X>Lars Knoll2013-09-185-27/+21
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-1825-121/+177
* Make QJSValue::prototype() gc safeLars Knoll2013-09-181-3/+8
* Don't polish items if the screen is 0Lars Knoll2013-09-181-0/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-1859-498/+553
* Fix regression in Object.isExtensible()Lars Knoll2013-09-181-1/+1
* Convert more methods to use ReturnedValueLars Knoll2013-09-1814-63/+86
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-1854-1488/+1545
* Rename BuiltinFunctionOld to BuiltinFunctionLars Knoll2013-09-183-8/+8
* Don't check whether Scoped<T> really contains a TLars Knoll2013-09-181-3/+3
* Convert lookups to use ReturnedValueLars Knoll2013-09-189-236/+159
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-1826-116/+185
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-1843-190/+320
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-1825-91/+92
* Don't access out of bounds argumentsLars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-1834-115/+115
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-1828-102/+144
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-1843-146/+189
* Adjust return values to use ReturnedValueLars Knoll2013-09-183-38/+40
* Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-189-67/+47
* Disable quick autotests on mac until qtbase is fixedLars Knoll2013-09-181-1/+2
* Avoid copying touchpoints, and only check until we find a match.Robin Burchell2013-09-171-2/+7
* Expose "Qt.application.state".Yoann Lopes2013-09-174-9/+123
* These files are not used anywhere.Gunnar Sletta2013-09-173-1742/+0
* wince: Build fix, Windows can also run on ARM.Sergio Martins2013-09-171-0/+2
* Doc: PathView::currentItem is an Item, not an int.David Faure2013-09-171-4/+4
* qmlplugindump: fix prototypes identification for composite typesCaroline Chao2013-09-171-11/+11
* Qt Quick Dialogs: can see and control geometry of QML implementationsShawn Rutledge2013-09-173-13/+61
* Fix wrong return typeAlex Blasche2013-09-171-1/+1
* Removed strange character from MacroAssemblerARM.cpp file.Tomasz Olszak2013-09-171-1/+1
* Don't depend on widgets plugin in QtQuickEskil Abrahamsen Blomfeldt2013-09-171-2/+2
* Add currentColor property to ColorDialog.Mitch Curtis2013-09-175-23/+55
* fixed warnings in dialog module when PURE_QML_ONLY is definedShawn Rutledge2013-09-171-1/+4
* Add qml toolAlan Alpert2013-09-1716-11/+769
* Skip failing testsAlan Alpert2013-09-161-0/+3
* Skip failing test for nowAlan Alpert2013-09-161-0/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-133-94/+106
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-133-94/+106
| |\
| | * Add missing file to qquickflickable testMartin Jones2013-09-091-0/+26
| | * Stabilize tst_QQuickMultiPointTouchArea.Friedemann Kleint2013-09-061-94/+79
| | * Fix a warning about not using a set variableLaszlo Papp2013-09-051-0/+1
* | | Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-136-10/+112
* | | systemdialogs example bug fix: don't allow clicking through tabsShawn Rutledge2013-09-131-1/+3
|/ /
* | V4: Fix SSA decomposition when no regalloc is used.Erik Verbruggen2013-09-138-248/+257
* | qmlplugindump: Add support for composite typesCaroline Chao2013-09-131-54/+139
* | Remove qStableSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+2
* | Remove qLowerBound usages from declarativeGiuseppe D'Angelo2013-09-132-5/+6