aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
| | * Don't try to reload QQuick images when changing to null screenTaylor Braun-Jones2014-08-062-3/+3
| | * Clarify Component.onCompleted/onDestruction docsGunnar Sletta2014-08-061-5/+4
| | * Fix fbo creation and resize logic in QQuickWidgetLaszlo Agocs2014-08-061-2/+13
| | * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-061-8/+16
| | * Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-062-5/+13
| | * Fix FBO recreated every time the QSG node is updated under some conditionsTaylor Braun-Jones2014-08-051-5/+6
* | | 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-1219-22/+22
* | | V4 JIT: fix LookupCall on ARMErik Verbruggen2014-08-122-15/+45
* | | Remove Item.windowAlan Alpert2014-08-122-8/+0
* | | Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-121-0/+3
* | | V4 JIT: tune generated instructions for inplace binopsErik Verbruggen2014-08-127-212/+300
|/ /
* | Fix the nine patch node factory function (part 1)Simon Hausmann2014-08-122-2/+3
* | Add more complete comparison function to QQuickShaderEffectMaterial.Michael Brasser2014-08-122-1/+11
* | Add OpenGLInfo attached typeJ-P Nurmi2014-08-115-2/+330
* | Finish render() support for QQuickWidgetLaszlo Agocs2014-08-112-6/+11
* | Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-114-65/+16
* | Added interface for the QStyle rendering in QtQuick ControlsSimon Hausmann2014-08-083-0/+26
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-083-7/+9
* | Improve support for node iteration in the internal APISimon Hausmann2014-08-084-4/+96
* | Cleanup: Remove remainders of dirty state usageSimon Hausmann2014-08-084-32/+6