aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-074-12/+12
* | | | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-0716-12/+61
* | | | Allow simple ShaderEffects to be batched by the renderer.Michael Brasser2014-08-077-45/+131
|/ / /
* | | Fix Flickable mouse grab issue.Robert Griebl2014-08-051-0/+1
* | | Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-055-9/+9
* | | Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* | | Clean up Image and ShaderEffectSource properly.Gunnar Sletta2014-08-044-12/+77
* | | Make ssa compile on Android with gcc 4.6Laszlo Agocs2014-08-041-14/+15
* | | Support Canvas.antialiasing without multisample support.Gunnar Sletta2014-08-014-6/+28
* | | Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-0113-140/+909
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-019-57/+74
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-299-57/+74
| |\| |
| | * | Remove metaobject revisioning for QQuickScreenAttachedAlan Alpert2014-07-291-9/+9
| | * | Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
| | * | Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-282-21/+22
| | * | Don't try to draw shader effect sources with dims < 0.Gunnar Sletta2014-07-281-1/+1
| | * | QQuickMouseArea: Mark override functions with Q_DECL_OVERRIDEAlbert Astals Cid2014-07-281-17/+17
| | * | Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-263-8/+24
* | | | Fix touch/mouse propagation bugsMartin Jones2014-08-014-54/+89
* | | | Make canvas cleanup work propertly...Gunnar Sletta2014-07-313-2/+61
* | | | Document how to clean up graphics resources properlyGunnar Sletta2014-07-311-10/+71
* | | | QQuickWindow: fix resetOpenGLState handling of vertex arraysGiuseppe D'Angelo2014-07-312-6/+26
* | | | Fix crash when throwing an exception from within a constructorSimon Hausmann2014-07-311-0/+3
* | | | Avoid eventloop recursion in touch event handling.Gunnar Sletta2014-07-314-14/+12
* | | | Use the current context to resolve extensions.Gunnar Sletta2014-07-311-1/+1
* | | | Update the WERROR setting for QtQmlThiago Macieira2014-07-311-2/+4