aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | 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-0838-3/+3089
* | Do not emit Timer.onTriggered while executing arbitrary JS codeGunnar Sletta2014-08-082-8/+37
* | Add Window attached property on ItemShawn Rutledge2014-08-086-0/+253
* | Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-088-39/+75
|\ \
| * | Merge branch '5.3' into devGunnar Sletta2014-08-078-39/+75
| |\|
| | * 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
| | * 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-302-2/+18
| | |\
| | | * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-292-2/+18
| | * | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-301-6/+1
| | * | QQuickWindow: add some links to resetOpenGLStateGiuseppe D'Angelo2014-07-291-1/+8
* | | | V4 IR: extend BasicBlockSet functionality.Erik Verbruggen2014-08-081-4/+72
* | | | V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-082-10/+18
* | | | V4: add more line number information.Erik Verbruggen2014-08-082-52/+57
* | | | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-087-64/+178
* | | | Add declarative QQuickTextMetrics API from QQuickFontMetrics invokablesMitch Curtis2014-08-085-5/+404
* | | | MultiPointTouchArea: Guard _mouseTouchPoint with a QPointer.Robin Burchell2014-08-082-2/+2
* | | | Handle scene graph invalidationGunnar Sletta2014-08-082-0/+9
* | | | Make sure texture factories are delete before libraries are unloaded.Gunnar Sletta2014-08-081-0/+7
* | | | QQuickText::itemChange must call QQuickItem::itemChangeShawn Rutledge2014-08-081-0/+1
* | | | TextInput::displayText: include partial input from an input methodJ-P Nurmi2014-08-081-1/+4
* | | | ListView: add support for "pull back" header & footerJ-P Nurmi2014-08-083-24/+155