aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qtquick2'Martin Jones2011-05-31425-8193/+91438
|\
| * Export more VisualModel symbolsAlan Alpert2011-05-311-2/+2
| * fix shadow build errorCharles Yin2011-05-301-0/+4
| * Compile fix.Kim Motoyoshi Kalland2011-05-301-4/+0
| * Compile.Kim Motoyoshi Kalland2011-05-301-2/+2
| * Update SG items with recent GV item changes.Martin Jones2011-05-304-11/+31
| * ListView segmentation fault when setting highlight to nullMartin Jones2011-05-303-3/+9
| * QDeclarativeMouseArea: block context menu eventsCaio Marcelo de Oliveira Filho2011-05-302-0/+29
| * ListViews loses items if all visible items are removed.Martin Jones2011-05-301-4/+7
| * Views do not notify count changes properlyMartin Jones2011-05-303-0/+9
| * Uninitialized memory is compared.Martin Jones2011-05-302-0/+4
| * Clear the root index when the model is reset.Girish Ramakrishnan2011-05-301-0/+5
| * copy other .qml .js files during build timeCharles Yin2011-05-301-4/+21
| * Export QSGVisualItemModelAlan Alpert2011-05-301-1/+1
| * Revert "Make QSGTextNode back-end for QML's TextInput"Martin Jones2011-05-275-374/+47
| * Textures not scheduled for deletion while scrolling QML view.Bjørn Erik Nilsen2011-05-261-0/+4
| * Multi-line sprite files will now workAlan Alpert2011-05-268-45/+195
| * Revert "uses the cached argument info"Charles Yin2011-05-252-6/+21
| * Revert "cache the arguments in property cache data"Charles Yin2011-05-252-33/+3
| * Implement "mirror" property for BorderImage.Martin Jones2011-05-253-0/+22
| * Small optimizations in distance-field cache.Yoann Lopes2011-05-242-13/+17
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-231-0/+9
| |\
| | * Optimize distance-field glyph recycling.Yoann Lopes2011-05-231-0/+9
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-2310-54/+377
| |\|
| | * Make QSGTextNode back-end for QML's TextInputEskil Abrahamsen Blomfeldt2011-05-235-47/+374
| | * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-236-19/+84
| | |\
| | | * Fix typo in API: QSGContext::schdelueTextureForCleanup.Bjørn Erik Nilsen2011-05-233-3/+3
| | * | Compile on MacAlan Alpert2011-05-232-4/+0
| * | | 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-231-6/+26
| * | Ensure that showDirs is respected in FolderListModelChris Adams2011-05-232-10/+55
| |/
| * Remove ModelParticleAlan Alpert2011-05-234-462/+4
| * Split up ModelParticleAlan Alpert2011-05-239-3/+766
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-237-85/+89
| |\
| | * 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
| | * Support 'mirror: true' in SG Image element.Martin Jones2011-05-201-1/+6
| * | 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-2022-1/+3758
| * Some of the QML C++ methods should be slots.Martin Jones2011-05-203-5/+10
| * Avoid using indices in the RectangleNode implementation.Kim Motoyoshi Kalland2011-05-191-29/+21
| * Improved RectangleNode implementation.Kim Motoyoshi Kalland2011-05-191-74/+68
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-192-5/+2
| |\
| | * 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-191-2/+2
| |/