aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 runtime: tune Runtime::add/sub/mul a bit.Erik Verbruggen2014-09-102-38/+33
* Doc: Fix link to Qt namespacev5.4.0-alpha1Topi Reinio2014-09-051-1/+1
* Remove use of anonymous struct in header fileKai Koehne2014-09-011-4/+2
* introduce *.ui.qml file types as new forms file typeTim Jenssen2014-08-291-0/+7
* Add new property "designersupported" to qmldirTim Jenssen2014-08-287-1/+60
* V4 JIT: fix stack layout.Erik Verbruggen2014-08-261-13/+15
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-267-21/+39
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-2611-23/+49
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-2611-23/+49
| |\
| | * Don't use d->instanceModel after free'ing itLars Knoll2014-08-262-2/+3
| | * Fix crash with early QObject property accessSimon Hausmann2014-08-252-5/+15
| | * Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
| | * Protect some members in QQmlObjectCreatorLars Knoll2014-08-252-5/+7
| | * Initialize variableLars Knoll2014-08-241-1/+1
| | * Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
| | * Protect incubation against its creator being deleted.Gunnar Sletta2014-08-231-1/+1
| | * Fix crash with recursively loading cached compilation unitsSimon Hausmann2014-08-222-4/+17
| | * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
* | | Fix QML2 hang on gcc 4.6.3 armhfPelle Johnsen2014-08-251-4/+8
* | | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-253-0/+110
|/ /
* | Update license headers and add new licensesJani Heikkinen2014-08-25392-7399/+4263
* | Add const & to argumentsAlbert Astals Cid2014-08-243-2/+15
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-224-2/+20
* | V4 IR: Add loop peeling.Erik Verbruggen2014-08-183-23/+243
* | V4 IR: add immediate dominator re-calculation.Erik Verbruggen2014-08-183-98/+276
* | Doc: Removing url variable from qdocconf file.Topi Reinio2014-08-161-1/+0
* | Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+1
* | CleanupSimon Hausmann2014-08-1518-182/+175
* | V4 JIT: fix int32 to double conversion codeErik Verbruggen2014-08-141-2/+4
* | V4 JIT: add d8-d15 as available FP registers on ARM.Erik Verbruggen2014-08-141-1/+8
* | V4 JIT: support saving used callee saved FP registers.Erik Verbruggen2014-08-144-21/+46
* | V4 JIT: calculate used registers and only save those.Erik Verbruggen2014-08-143-2/+37
* | V4 JIT: parameterize the prologue and epilogue generationErik Verbruggen2014-08-146-69/+84
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-141-3/+2
|\|
| * V4 JIT: fix JS stack frame size calculation.Erik Verbruggen2014-08-131-3/+2
* | V4 JIT: fix stack use below stack pointerErik Verbruggen2014-08-141-2/+10
* | V4 IR: change IR printing to be more readable.Erik Verbruggen2014-08-134-138/+146
* | V4 RegAlloc: fix callee saved register range handlingErik Verbruggen2014-08-131-15/+19
* | Doc: fixed a broken tableLeena Miettinen2014-08-131-0/+1
* | V4 RegAlloc: fix use position calculation for phi node arguments.Erik Verbruggen2014-08-131-11/+8
* | V4 JIT: tweak generated int32 to double conversion codeErik Verbruggen2014-08-131-1/+10
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-124-23/+31
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-124-23/+31
| |\|
| | * Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
| | * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8
| | * Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
| | * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
* | | V4 JIT: generate code for int32 comparisons.Erik Verbruggen2014-08-125-5/+48
* | | Doc: Add a keyword for XMLHttpRequestTopi Reinio2014-08-121-1/+1
* | | Doc: Remove duplicated wordsTopi Reinio2014-08-129-9/+9