aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix passing of exception table pointers to ARM runtime on unwindingSimon Hausmann2013-09-126-19/+21
* V4: fix variable collection for assignment to non-temporaries.Erik Verbruggen2013-09-121-14/+16
* V4 JIT: add env. var. QV4_NO_REGALLOC.Erik Verbruggen2013-09-121-6/+9
* V4: add counters for built-in function invocations.Erik Verbruggen2013-09-122-8/+149
* V4 IR: fix Temp equality, and its use in type inference.Erik Verbruggen2013-09-122-15/+78
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-1263-244/+244
* Export QQuickDefaultClipNode for modules using quick-private.Jocelyn Turcotte2013-09-121-1/+2
* V4 JIT: change the stack layout.Erik Verbruggen2013-09-121-21/+37
* V4 regalloc: correct life-time hole handling.Erik Verbruggen2013-09-121-4/+17
* V4 regalloc: fix cycle scheduling in resolve phase.Erik Verbruggen2013-09-121-17/+17