aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-133-121/+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-1220-46/+228
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-1220-46/+228
| |\
| | * Avoid double deletion when deleting an incubating component.Martin Jones2014-08-112-8/+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-084-6/+15
| | * 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-064-8/+43
| | * Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-065-9/+150
| | * 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-1221-26/+26
* | | 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-126-0/+38
* | | 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-119-2/+439
* | Finish render() support for QQuickWidgetLaszlo Agocs2014-08-113-7/+42
* | Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-115-70/+27
* | 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
* | Allow re-implementing renderSceneSimon Hausmann2014-08-081-1/+1
* | Make the QtQuick window surface type configurableSimon Hausmann2014-08-083-1/+9
* | Say hello to the Declarative State Machine FrameworkBrett Stottlemyer2014-08-0844-3/+3629
* | Do not emit Timer.onTriggered while executing arbitrary JS codeGunnar Sletta2014-08-082-8/+37
* | Add Window attached property on ItemShawn Rutledge2014-08-088-0/+299
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-0816-45/+487
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-0716-45/+487
| |\|
| | * Run autotests for Canvas.renderTarget == FramebufferObject also.Gunnar Sletta2014-08-021-2/+2
| | * More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-014-28/+47
| | * Make canvas cleanup work propertly...Gunnar Sletta2014-08-013-2/+48
| | * Use the current context to resolve extensions.Gunnar Sletta2014-08-011-1/+1
| | * qmlplugindumper: do not pop up a window if an assert is triggeredFawzi Mohamed2014-08-011-0/+11
| | * 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-305-4/+145
| | |\
| | | * Delete objects created by qmlplugindumpDaiwei Li2014-06-301-0/+1