aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/
| * Link item focus to canvas widget focus.Martin Jones2011-05-192-65/+91
| * Fixed crash when Image/ShaderEffectSource source is missing.Kim Motoyoshi Kalland2011-05-182-5/+13
| * Added documentation for GridMesh.Kim Motoyoshi Kalland2011-05-181-1/+52
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-182-2/+5
| |\
| | * Revert "Support mirroring the source rectangle of ShaderEffectSource."Chris Adams2011-05-182-2/+5
| * | Add UltraParticleAlan Alpert2011-05-1811-4/+2106
| |/
| * Fix emitter burst method bugsAlan Alpert2011-05-175-130/+139
| * Apply 2081a3d0fd7266ffba83849fee967e048e991270 to SG TextInputMartin Jones2011-05-172-2/+1
| * Added documentation for ShaderEffectItem.Kim Motoyoshi Kalland2011-05-162-1/+141
| * Added documentation for ShaderEffectSource.Kim Motoyoshi Kalland2011-05-161-0/+184
| * Compile without qt3supportYann Bodson2011-05-161-1/+1
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-161-0/+3
| |\
| | * DocAaron Kennedy2011-05-161-0/+3
| * | Update QDeclarativeTextInput to match accessibility changesAlan Alpert2011-05-162-2/+1
| |/
| * uses the cached argument infoCharles Yin2011-05-162-21/+6
| * register canvas and related classessCharles Yin2011-05-161-0/+7
| * canvasitem implementation based on painteditemCharles Yin2011-05-166-0/+3887
| * add toImage() function to QSGPainterNodeCharles Yin2011-05-162-0/+8
| * Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-133-8/+8
| * cache the arguments in property cache dataCharles Yin2011-05-132-3/+33
| * QmlDirParser: Fix typeInfo accessor.Christian Kamm2011-05-121-1/+1
| * When calling update() on a QSGItem during the sync phase, we did not update.Gunnar Sletta2011-05-122-0/+10
| * Don't crash when the shader source is null.Gunnar Sletta2011-05-121-1/+1
| * Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-128-992/+1010
| * Output warning if using unsupported texture wrap mode.Kim Motoyoshi Kalland2011-05-121-0/+15
| * Upgrade Flickr demo to QtQuick 2.Alan Alpert2011-05-127-14/+50
| * Fixed incorrect usage of `signals', `slots' in headersRohan McGovern2011-05-122-3/+3
| * Improve error message for invalid image provider name.Martin Jones2011-05-123-5/+20
| * Compile.Martin Jones2011-05-121-2/+5
| * Fixed image tiling on scene graph.Kim Motoyoshi Kalland2011-05-112-8/+131
| * Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-1114-128/+478
| * Delete the rendering thread when shutting downGunnar Sletta2011-05-111-1/+3
| * Stop the render thread before deleting the QSGCanvas.Gunnar Sletta2011-05-112-9/+20
| * Add user documentation for scarce resource propertiesChris Adams2011-05-111-5/+31
| * Replaced grab() with scheduleUpdate().Kim Motoyoshi Kalland2011-05-102-16/+30
| * Documented which thread gets the QSGPaintedItem::paint() call.Yoann Lopes2011-05-101-0/+5
| * Update to work with QGlyphs -> QGlyphRun renamingEskil Abrahamsen Blomfeldt2011-05-108-20/+20
| * Added a separate property to enable mipmapping on QSGPaintedItem.Yoann Lopes2011-05-103-1/+41
| * Fix Rectangle implementation.Kim Motoyoshi Kalland2011-05-095-94/+134
| * Udate mipmaps when QSGPaintedItem's texture has changed.Yoann Lopes2011-05-091-0/+9