aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove qCopy usages from declarativeGiuseppe D'Angelo2013-09-131-3/+5
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-1316-34/+61
* 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-1232-231/+296
* 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-1266-244/+376
* 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
* Qquickimageparticle: Simplify codeTobias Hunger2013-09-121-2/+2
* DefaultColorDialog bugfix: binding color to a TextFieldShawn Rutledge2013-09-121-1/+1
* V4 JIT: fix visitRet for UInt32 temps.Erik Verbruggen2013-09-121-1/+4
* V4 JIT: finish swapValues.Erik Verbruggen2013-09-121-4/+39
* tst_qquicktextinput/data::maxLength(): Fix assert about zero-width window.Friedemann Kleint2013-09-121-0/+2
* V4 JIT: generate code for binary expressions.Erik Verbruggen2013-09-114-33/+401
* Fix return type checks in test.Erik Verbruggen2013-09-112-11/+23
* Continue conversion to using scoped valuesLars Knoll2013-09-1122-553/+601
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-114-56/+61
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-116-145/+205
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-118-42/+87
* Remove unusued methodLars Knoll2013-09-112-16/+0
* Properly unwind the js stack for generated codeLars Knoll2013-09-1110-33/+37
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-1136-216/+216
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-1111-190/+232
* Move CallData onto the JS stackLars Knoll2013-09-1131-351/+396
* Add ScopedValue and ScopedValueArray classesLars Knoll2013-09-113-6/+160
* Create a stack for JS values and use it in the interpreterLars Knoll2013-09-117-17/+73
* QQuickWindow: Quieten warning about unused variableTobias Hunger2013-09-110-0/+0
* V4: add environment variable QV4_FORCE_INTERPRETERErik Verbruggen2013-09-111-1/+6
* Enable -Werror for qtdeclarativeAlan Alpert2013-09-111-0/+1
* V4: Fix build in release with forced assertsKonstantin Ritt2013-09-102-1/+3