aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
| | * | Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-263-8/+24
* | | | Fix crash when throwing an exception from within a constructorSimon Hausmann2014-07-311-0/+3
* | | | Avoid eventloop recursion in touch event handling.Gunnar Sletta2014-07-312-1/+5
* | | | Update the WERROR setting for QtQmlThiago Macieira2014-07-311-2/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-264-18/+38
|\| |
| * | Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
| * | V4: work around a bug in libc++'s std::vector<bool>Erik Verbruggen2014-07-241-8/+23
| * | QQmlComponent::create(): visual items must have a visual parent.Mitch Curtis2014-07-241-0/+5
| * | shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-2/+2
* | | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-252-0/+115
* | | V4 JIT: enable the JIT when compiling with clang on ARM.Erik Verbruggen2014-07-241-0/+2
* | | QQmlError::toString: improve handling of empty urls.David Faure2014-07-242-6/+7
* | | V4 IR: loop detection: also record loop information separately.Erik Verbruggen2014-07-241-7/+133
* | | V4 IR: change dominator tree to hold on to less memory.Erik Verbruggen2014-07-241-59/+72
* | | V4 IR: add IR verification functions.Erik Verbruggen2014-07-241-1/+183
* | | V4 IR: change debug code enabling to use compile-time constantsErik Verbruggen2014-07-241-50/+68
* | | V4 IR: fix printing with register information.Erik Verbruggen2014-07-241-4/+10
* | | V4 RegAlloc: do not add duplicate register hintsErik Verbruggen2014-07-241-5/+17
* | | V4 IR: copy arguments to temps at function start.Erik Verbruggen2014-07-233-0/+48
* | | MinGW build fixSimon Hausmann2014-07-222-2/+2
* | | Cleanup: Get rid of __data membersSimon Hausmann2014-07-2233-305/+18
* | | Fix build on WindowsSimon Hausmann2014-07-223-2/+18
* | | Fix Scoped(Value) assignment/construction on 32-bitSimon Hausmann2014-07-222-0/+20
* | | Disable T::Data compile time size assertion for some compilersSimon Hausmann2014-07-222-3/+9
* | | Ported array data to the new object structureSimon Hausmann2014-07-222-42/+54
* | | Fix Managed::as<>() methodLars Knoll2014-07-2239-88/+104
* | | Change the object allocation schemeSimon Hausmann2014-07-2229-166/+208
* | | Convert Execution contexts to new constructor syntaxLars Knoll2014-07-2211-175/+200
* | | Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-228-89/+63
* | | Convert String to new constructor syntaxLars Knoll2014-07-229-75/+74
* | | Convert more objects to the new constructor schemeLars Knoll2014-07-229-78/+71
* | | Convert most simple objects to the new constructor schemeLars Knoll2014-07-2214-256/+247
* | | Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-2222-141/+130
* | | Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-2210-100/+74
* | | Convert construtors for QObjectWrapperLars Knoll2014-07-222-28/+22
* | | Convert regexpsLars Knoll2014-07-2214-142/+167
* | | Convert context and list wrapperLars Knoll2014-07-224-37/+33
* | | New construction scheme for the binding wrapperLars Knoll2014-07-223-30/+27
* | | Convert TypeWrapper and ValueTypeWrapperLars Knoll2014-07-224-73/+83
* | | Construct xhr objects the new wayLars Knoll2014-07-221-120/+101
* | | Remove unused methodLars Knoll2014-07-222-7/+0
* | | Convert constructors for builtin functionsLars Knoll2014-07-223-73/+78
* | | Fix constructors for the delegate modelLars Knoll2014-07-221-35/+47
* | | Convert delegate model and indexed builtin functionLars Knoll2014-07-226-30/+76
* | | Start implement new Object creation patternLars Knoll2014-07-226-23/+87
* | | Get rid of CallDataRefLars Knoll2014-07-223-54/+22
* | | Get rid of ManagedRefLars Knoll2014-07-224-88/+0
* | | Get rid of all uses of ObjectRefLars Knoll2014-07-2244-154/+135
* | | Remove the less often used Ref classesLars Knoll2014-07-2218-37/+22