aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | V4 JIT: fix LookupCall on ARMErik Verbruggen2014-08-122-15/+45
* | | Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-121-0/+3
* | | V4 JIT: tune generated instructions for inplace binopsErik Verbruggen2014-08-126-212/+282
|/ /
* | Say hello to the Declarative State Machine FrameworkBrett Stottlemyer2014-08-0822-2/+1404
* | Do not emit Timer.onTriggered while executing arbitrary JS codeGunnar Sletta2014-08-082-8/+37
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-083-9/+19
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-073-9/+19
| |\|
| | * Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933Robin Burchell2014-07-311-1/+0
| | * Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-302-2/+18
| | |\
| | | * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-292-2/+18
| | * | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-301-6/+1
* | | | V4 IR: extend BasicBlockSet functionality.Erik Verbruggen2014-08-081-4/+72
* | | | V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-082-10/+18
* | | | V4: add more line number information.Erik Verbruggen2014-08-082-52/+57
* | | | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-087-64/+178
* | | | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-0716-12/+61
|/ / /
* | | Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* | | Make ssa compile on Android with gcc 4.6Laszlo Agocs2014-08-041-14/+15
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-014-9/+25
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-294-9/+25
| |\| |
| | * | 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