aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Set paintNode to 0 after deleting it.Gunnar Sletta2011-05-231-0/+1
| * | | Don't store texture references after the view has gone awayGunnar Sletta2011-05-236-30/+98
| | |/ | |/|
| * | Support change slots for properties starting with '_'Chris Adams2011-05-237-6/+144
| * | Ensure that showDirs is respected in FolderListModelChris Adams2011-05-236-12/+96
| |/
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-232-2/+2
| |\
| | * Fix QtDeclarative keyinteraction exampleYann Bodson2011-05-232-2/+2
| * | Remove ModelParticleAlan Alpert2011-05-234-462/+4
| |/
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-231-6/+5
| |\
| | * Fix QDeclarativeImage testYann Bodson2011-05-231-6/+5
| * | Split up ModelParticleAlan Alpert2011-05-2314-8/+772
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-2313-130/+137
| |\|
| | * qmltestcase.prf moved to qtbaseCharles Yin2011-05-211-25/+0
| | * Fixes wrong flipping of textures.Bjørn Erik Nilsen2011-05-201-1/+1
| | * Removed virtual type() from QSGNode, member variable instead.Kim Motoyoshi Kalland2011-05-202-26/+41
| | * Use QDataBuffer instead of QVector in QMLRenderer.Kim Motoyoshi Kalland2011-05-202-32/+41
| | * QDeclarativeDebug: Fix autotestKai Koehne2011-05-201-1/+1
| | * Fix implicit qmldir imports unit testChris Adams2011-05-203-38/+36
| | * Support 'mirror: true' in SG Image element.Martin Jones2011-05-203-7/+17
| * | Fixed switching between particle performance modesAlan Alpert2011-05-232-210/+262
| |/
| * fix the build order errorCharles Yin2011-05-201-2/+2
| * Integrate QtQuickTest into QtCharles Yin2011-05-2051-1/+6820
| * Some of the QML C++ methods should be slots.Martin Jones2011-05-203-5/+10
| * Skip test in qdeclarativeimage::noLoading (QTBUG-19425)Yann Bodson2011-05-201-0/+1
| * Skip another pixmap comparison test.Martin Jones2011-05-201-0/+2
| * Avoid using indices in the RectangleNode implementation.Kim Motoyoshi Kalland2011-05-191-29/+21
| * Fix typo.Casper van Donderen2011-05-191-1/+1
| * Improved RectangleNode implementation.Kim Motoyoshi Kalland2011-05-191-74/+68
| * Add .pro file to fix build.Casper van Donderen2011-05-191-0/+5
| * Add TextBalloon QML Scene Grpah example with documentation. I moved an old ex...Casper van Donderen2011-05-1912-5/+459
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-193-6/+3
| |\
| | * Update unit test according to intended behaviour change.Kim Motoyoshi Kalland2011-05-191-1/+1
| | * Re-apply "Support mirroring the source rectangle of ShaderEffectSource."Kim Motoyoshi Kalland2011-05-192-5/+2
| * | Add BurstEmitter, and a simple render path for UltraParticlesAlan Alpert2011-05-1910-64/+536
| * | Normalize createQmlObject error messageAlan Alpert2011-05-192-5/+5
| |/
| * Fix unstable test.Martin Jones2011-05-191-2/+1
| * Link item focus to canvas widget focus.Martin Jones2011-05-197-65/+309
| * Remove QEXPECT_FAIL from QSGTextInput test.Andrew den Exter2011-05-191-1/+0
| * Fixed crash when Image/ShaderEffectSource source is missing.Kim Motoyoshi Kalland2011-05-182-5/+13
| * Added documentation for GridMesh.Kim Motoyoshi Kalland2011-05-182-1/+52
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-1833-201/+462
| |\
| | * Fix test TextEdit preeditMicroFocus test failure.Andrew den Exter2011-05-181-1/+7
| | * Skip mirror autotests while QTBUG-19351 and QTBUG-19252 are not resolved.Yann Bodson2011-05-183-5/+4
| | * Make SG Text test work by disabling pixmap comparison.Martin Jones2011-05-181-0/+2
| | * More autotests fixes.Yann Bodson2011-05-182-27/+17
| | * show initial chart in motion chart exampleCharles Yin2011-05-181-2/+7
| | * fix motion chart example bugCharles Yin2011-05-181-15/+68
| | * Fix QSGBorderImage autotest.Yann Bodson2011-05-181-10/+10
| | * Revert "Support mirroring the source rectangle of ShaderEffectSource."Chris Adams2011-05-182-2/+5
| | * add motion chart canvas exampleCharles Yin2011-05-181-0/+82
| | * Reduce usage of Q_ASSERT in autotests.Jason McDonald2011-05-184-26/+28