aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add const & to argumentsAlbert Astals Cid2014-08-2414-28/+41
* Mark QQuickFBO's node dirty after rendering the texture.Gunnar Sletta2014-08-241-0/+2
* Introduce QQuickWindowQObjectCleanupJob.Gunnar Sletta2014-08-241-0/+14
* Improve the internal NodeVisitorEx APISimon Hausmann2014-08-232-21/+33
* Downscale textures which exceed the GL texture limitGunnar Sletta2014-08-233-8/+29
* Cleanup: Separate the sub-tree layering out of QtQuick into the scene graphSimon Hausmann2014-08-2315-516/+663
* Introspect qrc files in FolderListModel.Gatis Paeglis2014-08-222-4/+6
* Avoid creating fbo with zero size in QQuickWidgetLaszlo Agocs2014-08-221-0/+5
* Cleanup: Remove ShaderEffectSourceNodeSimon Hausmann2014-08-222-30/+34
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-224-2/+20
* Fix memory corruption in shader materials.Gunnar Sletta2014-08-191-2/+4
* 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-162-2/+0
* Fix setContextObject to re-evaluate bindingsAlex Montgomery2014-08-151-0/+1
* Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-152-6/+12
* CleanupSimon Hausmann2014-08-1520-192/+185
* Fix flicker when showing QQuickWidgetLaszlo Agocs2014-08-141-4/+22
* 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
* Propagate the accepted flag back in QQuickWidget mouse handlersLaszlo Agocs2014-08-141-0/+4
* QQuickWidget: resolve samples also when rendering is triggered from resizeLaszlo Agocs2014-08-141-1/+6
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-08-142-4/+13
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-142-4/+13
| |\
| | * Disable threaded FBO canvas drawing when not supported.Gunnar Sletta2014-08-141-0/+10
| | * V4 JIT: fix JS stack frame size calculation.Erik Verbruggen2014-08-131-3/+2
| | * Correct strokeRect documentation.Mitch Curtis2014-08-121-1/+1
* | | Reinitialize in QQuickWidget properly after hide and showLaszlo Agocs2014-08-141-22/+29
|/ /
* | Silence unused parameter warning in release builds.Erik Verbruggen2014-08-141-0/+1
* | V4 JIT: fix stack use below stack pointerErik Verbruggen2014-08-141-2/+10
* | Ignore extra arguments passed to Context2D functions.Mitch Curtis2014-08-141-47/+47
* | Create rectangle nodes in the text editing through the contextLars Knoll2014-08-138-19/+46
* | Add QQuickWidget::setClearColor()Laszlo Agocs2014-08-132-0/+21
* | 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
* | Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-132-2/+2
* | ItemView: use categorized logging for delegate lifecycleShawn Rutledge2014-08-134-40/+17
* | 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
* | Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-132-86/+0
* | Fix the nine patch node factory function (part 2)Simon Hausmann2014-08-121-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-1210-38/+57
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-1210-38/+57
| |\|
| | * Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+3
| | * Invalidate the scenegraph properly in the rendercontrolLaszlo Agocs2014-08-084-19/+13
| | * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8