aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0418-50/+97
|\
| * Purge use of VisualDataModel from docs where DelegateModel is requiredAlex Blasche2015-05-284-9/+12
| * Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-231-0/+2
| * Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6
| * Fix MSVC warning about unused variableSimon Hausmann2015-05-191-0/+1
| * MSVC: Fix compiler warningKai Koehne2015-05-191-0/+1
| * QML: fix mixed debug/release build on OSX.Erik Verbruggen2015-05-122-7/+1
| * Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-082-0/+16
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-083-9/+33
| * Avoid uninitialized bytes in QV4::CompiledDataSimon Hausmann2015-05-081-0/+1
| * Fix memory corruption in array handlingSimon Hausmann2015-05-081-3/+2
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-084-21/+25
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-041-1/+1
| |\
| | * Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-1/+1
| * | Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
| * | Fix uninitialized variables/dataSimon Hausmann2015-04-293-2/+3
* | | Don't MOTH_END_INSTR(Debug) after beginning a LineUlf Hermann2015-05-221-1/+1
* | | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-1512-42/+42
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-286-11/+46
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Simon Hausmann2015-04-273-3/+11
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-273-3/+11
| | |\|
| | | * Doc: corrected error on return value qmlRegisterTypeNico Vertriest2015-04-241-1/+1
| | | * QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9
| | | * fix model leak in QQmlInstantiatorAlexandr Rekunkov2015-04-181-1/+1
| * | | Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-272-15/+43
| |/ /
| * | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-252-7/+33
| * | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-231-1/+1
| * | V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* | | V4: add JIT support for mips platforms (32-bit) and enable itJulien Brianceau2015-04-277-13/+104
* | | Smaller cleanupsLars Knoll2015-04-275-73/+56
* | | Save one more pointer for every bindingLars Knoll2015-04-272-25/+13
* | | Minor cleanupLars Knoll2015-04-271-33/+34
* | | Get rid of QQmlBinding::property()Lars Knoll2015-04-274-8/+8
* | | Move m_function into the base classLars Knoll2015-04-278-22/+17
* | | Rename the v4function member variablesLars Knoll2015-04-274-15/+15
* | | Make update() non virtualLars Knoll2015-04-273-6/+1
* | | Simplify binding setup code furtherLars Knoll2015-04-279-214/+131
* | | Directly resolve property aliases in QQmlBinding::setTargetLars Knoll2015-04-262-34/+37
* | | Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-265-33/+37
* | | CleanupLars Knoll2015-04-269-38/+38
* | | Cleanup: remove context argument from evaluate methodsLars Knoll2015-04-265-18/+14
* | | Smaller cleanupLars Knoll2015-04-262-29/+4
* | | Remove the manual vtable from QQmlAbstractBindingLars Knoll2015-04-267-151/+35
* | | Make removal of bindings explicitLars Knoll2015-04-256-26/+36
* | | Remove some dead codeLars Knoll2015-04-251-29/+5
* | | Reorder members to save some bytesLars Knoll2015-04-251-1/+1
* | | Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-255-22/+33
* | | Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-258-78/+45
* | | Get rid of QQmlAbstractExpressionLars Knoll2015-04-2413-238/+69
* | | Move evalfunction and thrower onto the js stackLars Knoll2015-04-245-17/+18