aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-0449-248/+303
* Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-043-4/+12
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-043-10/+111
* Optimize ExecutionContext::setPropertyLars Knoll2013-12-041-3/+12
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-047-67/+65
* Remove unused inline wrapperLars Knoll2013-12-045-12/+9
* Speedup JS instanceof operatorLars Knoll2013-12-047-58/+50
* Initialize variableLars Knoll2013-12-041-0/+1
* Fix qsTr() in .js contextJ-P Nurmi2013-12-041-1/+3
* QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-031-2/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-032-16/+33
|\
| * Doc: Update examples used in Writing QML Extensions tutorialTopi Reinio2013-11-302-16/+33
* | Fix build in release mode with forced assertsKonstantin Ritt2013-12-031-1/+1
* | V4 IR: remove common toInt32 casts.Erik Verbruggen2013-12-031-2/+29
* | V4 IR: change the worklist to a QSet for block scheduling.Erik Verbruggen2013-12-031-4/+4
* | V4: remove invalid assert.Erik Verbruggen2013-12-031-3/+1
* | Add a namespace for a global variable in a public headerThiago Macieira2013-12-031-2/+2
* | Fix change-of-sign warning in the new QML compilerThiago Macieira2013-12-031-2/+2
* | Allow QtQml to compile with ICC 14.0 with -WerrorThiago Macieira2013-12-031-0/+3
* | Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-294-8/+35
* | Some documentation for the VME profilerUlf Hermann2013-11-291-0/+76
* | Use the new object creation profiler in qqmlvmeUlf Hermann2013-11-292-1/+28
* | Add a stack-based object creation profilerUlf Hermann2013-11-292-0/+173
* | Remove old qml object creation profilingUlf Hermann2013-11-294-62/+1
* | Fix accelerated property lookup on id addressed objectsSimon Hausmann2013-11-291-1/+2
* | Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-291-1/+6
* | Fix warnings: initialize Instruction variables created on the stackThiago Macieira2013-11-292-2/+6
* | Slightly accelerate access to value type propertiesSimon Hausmann2013-11-284-30/+43
* | Add a QML debug config option QML_LOOKUP_HINTS to find non-final propertiesSimon Hausmann2013-11-281-0/+12
* | Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-2820-87/+261
* | Prospective fix for crashes when sorting JS arrays on WindowsSimon Hausmann2013-11-271-6/+2
* | Merge "Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclara...Lars Knoll2013-11-269-14/+55
|\ \
| * | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-269-14/+55
| |\|
| | * Fix out of bounds array access when index is integer and negativev5.2.0-rc1Simon Hausmann2013-11-251-2/+11
| | * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-254-5/+13
| | * Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-252-6/+20
| | * Android: Add qmltooling plugins to apkDaniel Teske2013-11-231-0/+3
| | * V4 Use getrlimit on Darwin to get the stack size for the main threadAndy Nichols2013-11-201-1/+8
* | | Fix MSVC-64-warnings about truncation of integers.Friedemann Kleint2013-11-261-3/+4
* | | Fix MSVC-64-warning about shift word size.Friedemann Kleint2013-11-261-1/+1
|/ /
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-2518-17/+174
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-2517-73/+114
* | Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-255-33/+14
* | Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-254-9/+36
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-2518-112/+192
* | Fix crash on QQmlEngine destruction.Robin Burchell2013-11-252-2/+2
* | Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-241-3/+3
* | Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-224-53/+11
* | Turn execution contexts into Managed objectsLars Knoll2013-11-229-62/+85