aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docs for QSGTextureMaterialsGunnar Sletta2011-05-091-2/+194
* Renamed of texture material classes to be more intuitivly namedGunnar Sletta2011-05-097-39/+41
* Clean up QSGVertexColorMaterial a bitGunnar Sletta2011-05-093-36/+12
* Removed a few warningsGunnar Sletta2011-05-093-5/+8
* Docs for vertex and flat color materialsGunnar Sletta2011-05-092-0/+105
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-093-2/+18
* Fixed issues with ShaderEffectSource and threaded rendering.Kim Motoyoshi Kalland2011-05-097-18/+47
* Added 'recursive' property to ShaderEffectSource.Kim Motoyoshi Kalland2011-05-092-22/+107
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-0914-39/+39
|\
| * Fix wrong usages of #include directives in the QML/JS parser.Roberto Raggi2011-05-0914-39/+39
* | Documentation for the scenegraph nodesGunnar Sletta2011-05-091-3/+330
|/
* Added a "void *reserved" for QSGNode for potential future extensionsGunnar Sletta2011-05-091-0/+2
* Augment DocumentationAlan Alpert2011-05-091-0/+2
* Made opacity work for QSGSimpleTextureNode.Samuel Rødal2011-05-061-2/+2
* Don't visit the sub tree of an AST::UiScriptBinding node.Roberto Raggi2011-05-061-2/+2
* Fix potential crash when displaying multiscripted textEskil Abrahamsen Blomfeldt2011-05-062-1/+8
* Make animation driver pluggable through the QSGContextGunnar Sletta2011-05-063-2/+15
* Add unit test and documentation for module APIChris Adams2011-05-061-0/+109
* Fix evaluation of boolean conditionsRoberto Raggi2011-05-051-2/+2
* Implemented contentsSize and contentsScale for QSGPaintedItem.Yoann Lopes2011-05-055-19/+114
* Makes sub-pixel antialiased distance-field text looks slightly sharper.Yoann Lopes2011-05-051-1/+12
* Enable the threaded renderer.Gunnar Sletta2011-05-053-54/+27
* Compilation benchmarkAaron Kennedy2011-05-052-2/+2
* Inline static data for basic types into the QML instructionAaron Kennedy2011-05-056-205/+173
* Support variable length instructions in QML bytecodeAaron Kennedy2011-05-0513-1275/+1265
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-0539-446/+797
|\
| * Only include line numbers when necessaryAaron Kennedy2011-05-055-121/+103
| * Merge branch 'master' into qtquick2Gunnar Sletta2011-05-045-3/+11
| |\
| | * Fix compilation with private header patchOlivier Goffart2011-05-021-1/+3