aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-1858-487/+537
* Fix regression in Object.isExtensible()Lars Knoll2013-09-181-1/+1
* Convert more methods to use ReturnedValueLars Knoll2013-09-1813-58/+78
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-1853-1485/+1542
* 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-1842-189/+319
* 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-1833-112/+112
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-1827-99/+140
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-1841-141/+183
* Adjust return values to use ReturnedValueLars Knoll2013-09-183-38/+40
* Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-189-67/+47
* Avoid copying touchpoints, and only check until we find a match.Robin Burchell2013-09-171-2/+7
* Expose "Qt.application.state".Yoann Lopes2013-09-173-9/+57
* These files are not used anywhere.Gunnar Sletta2013-09-172-1741/+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
* Qt Quick Dialogs: can see and control geometry of QML implementationsShawn Rutledge2013-09-172-13/+50
* 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
* Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-135-10/+42
* V4: Fix SSA decomposition when no regalloc is used.Erik Verbruggen2013-09-138-248/+257
* Remove qStableSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+2
* Remove qLowerBound usages from declarativeGiuseppe D'Angelo2013-09-132-5/+6
* Remove qCopy usages from declarativeGiuseppe D'Angelo2013-09-131-3/+5
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-1311-24/+43
* Fix ReturnedValue support on ia32 and armSimon Hausmann2013-09-121-1/+17
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-1210-158/+153
* Fix __qmljs_init_closure to use ReturnedValueLars Knoll2013-09-124-6/+6
* Change binops to use ReturnedValueLars Knoll2013-09-125-135/+104
* Convert unary operations and some other runtime methodsLars Knoll2013-09-124-57/+47
* Use ReturnedValue for more runtime methodsLars Knoll2013-09-124-92/+70
* Remove unused code to generate post increment and decrement expressionsLars Knoll2013-09-1213-453/+0
* Use ReturnedValue for some more runtime methodsLars Knoll2013-09-124-62/+43
* Use QV4::ReturnedValue in the runtime APILars Knoll2013-09-125-59/+42
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-1230-229/+294