aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-294-4/+144
| | * | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-306-8/+273
| | * | 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-083-10/+43
* | | | V4: add more line number information.Erik Verbruggen2014-08-082-52/+57
* | | | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-089-83/+219
* | | | Add declarative QQuickTextMetrics API from QQuickFontMetrics invokablesMitch Curtis2014-08-087-5/+575
* | | | MultiPointTouchArea: Guard _mouseTouchPoint with a QPointer.Robin Burchell2014-08-082-2/+2
* | | | Fix use-after-free in testcase.Erik Verbruggen2014-08-081-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-082-1/+15
* | | | ListView: add support for "pull back" header & footerJ-P Nurmi2014-08-088-24/+1031
* | | | Rename QQuickRenderControl::stop() to invalidate()Laszlo Agocs2014-08-074-12/+12
* | | | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-0717-13/+62
* | | | Allow simple ShaderEffects to be batched by the renderer.Michael Brasser2014-08-077-45/+131
* | | | Temporarily mark grab()/item.layer tests insignificant under ANGLEAndrew Knight2014-08-072-0/+36
* | | | Disable tests on failing ANGLE configGunnar Sletta2014-08-072-0/+6
|/ / /
* | | Fix Flickable mouse grab issue.Robert Griebl2014-08-051-0/+1
* | | Introducing qmllint tool.Sérgio Martins2014-08-053-1/+122
* | | Use the renamed qt_gl_global_share_contextJocelyn Turcotte2014-08-056-10/+10
* | | Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* | | Clean up Image and ShaderEffectSource properly.Gunnar Sletta2014-08-044-12/+77
* | | Speed up the test a bit..Gunnar Sletta2014-08-042-27/+58
* | | 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-0120-140/+1304
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-0113-57/+248
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2913-57/+248
| |\| |
| | * | 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-283-21/+63
| | * | 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-266-8/+157
* | | | Fix touch/mouse propagation bugsMartin Jones2014-08-015-56/+94
* | | | Make canvas cleanup work propertly...Gunnar Sletta2014-07-313-2/+61