profile/ivi/qtdeclarative.git
2011-05-20 Charles Yinfix the build order error
2011-05-20 Charles YinIntegrate QtQuickTest into Qt
2011-05-20 Martin JonesSome of the QML C++ methods should be slots.
2011-05-20 Yann BodsonSkip test in qdeclarativeimage::noLoading (QTBUG-19425)
2011-05-20 Martin JonesSkip another pixmap comparison test.
2011-05-19 Kim Motoyoshi... Avoid using indices in the RectangleNode implementation.
2011-05-19 Casper van... Fix typo.
2011-05-19 Kim Motoyoshi... Improved RectangleNode implementation.
2011-05-19 Casper van... Add .pro file to fix build.
2011-05-19 Casper van... Add TextBalloon QML Scene Grpah example with documentat...
2011-05-19 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-19 Alan AlpertAdd BurstEmitter, and a simple render path for UltraPar...
2011-05-19 Kim Motoyoshi... Update unit test according to intended behaviour change.
2011-05-19 Kim Motoyoshi... Re-apply "Support mirroring the source rectangle of...
2011-05-19 Alan AlpertNormalize createQmlObject error message
2011-05-19 Martin JonesFix unstable test.
2011-05-19 Martin JonesLink item focus to canvas widget focus.
2011-05-19 Andrew den... Remove QEXPECT_FAIL from QSGTextInput test.
2011-05-18 Kim Motoyoshi... Fixed crash when Image/ShaderEffectSource source is...
2011-05-18 Kim Motoyoshi... Added documentation for GridMesh.
2011-05-18 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-18 Alan AlpertAdd UltraParticle
2011-05-18 Andrew den... Fix test TextEdit preeditMicroFocus test failure.
2011-05-18 Yann BodsonSkip mirror autotests while QTBUG-19351 and QTBUG-19252...
2011-05-18 Martin JonesMake SG Text test work by disabling pixmap comparison.
2011-05-18 Yann BodsonMore autotests fixes.
2011-05-18 Charles Yinshow initial chart in motion chart example
2011-05-18 Charles Yinfix motion chart example bug
2011-05-18 Yann BodsonFix QSGBorderImage autotest.
2011-05-18 Chris AdamsRevert "Support mirroring the source rectangle of Shade...
2011-05-18 Charles Yinadd motion chart canvas example
2011-05-18 Jason McDonaldReduce usage of Q_ASSERT in autotests.
2011-05-18 Jason McDonaldRemove Q_ASSERT from qdeclarativexmllistmodel test
2011-05-18 Jason McDonaldRemove Q_ASSERT's from ecmascript test.
2011-05-18 Jason McDonaldRemove Q_ASSERT from QDeclarativeListModel autotest.
2011-05-18 Jason McDonaldRemove redundant Q_ASSERT from qmlvisual autotest.
2011-05-18 Jason McDonaldRemove Q_ASSERT calls that wrap side-effecting code.
2011-05-17 Yann BodsonAdd autotests to .pro file
2011-05-17 Yann BodsonMake QSGImage autotests compile.
2011-05-17 Charles Yinskip unit tests if no required OpenGL 2.0 feature on...
2011-05-17 Alan AlpertFix emitter burst method bugs
2011-05-16 Martin JonesApply 2081a3d0fd7266ffba83849fee967e048e991270 to SG...
2011-05-16 Kim Motoyoshi... Added documentation for ShaderEffectItem.
2011-05-16 Kim Motoyoshi... Added documentation for ShaderEffectSource.
2011-05-16 Yann BodsonCompile without qt3support
2011-05-16 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-16 Yann BodsonFix QSGBorderImage and QSGAnimatedImage autotests
2011-05-16 Alan AlpertUpdate QDeclarativeTextInput to match accessibility...
2011-05-16 Aaron KennedyDoc
2011-05-16 Charles Yinuses the cached argument info
2011-05-16 Charles Yinregister canvas and related classess
2011-05-16 Charles Yincanvasitem implementation based on painteditem
2011-05-16 Charles Yinadd toImage() function to QSGPainterNode
2011-05-13 Eckhart KoppenMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-13 Eckhart KoppenUpdate module version number to 5.0.0
2011-05-13 Eckhart KoppenHonor -nomake for examples and demos
2011-05-13 Yoann LopesCall QSGPaintedItem::paint() when the scene graph is...
2011-05-13 Charles Yincache the arguments in property cache data
2011-05-13 Yann BodsonFix QSGBorderImage autotest.
2011-05-12 Christian KammQmlDirParser: Fix typeInfo accessor.
2011-05-12 Gunnar SlettaWhen calling update() on a QSGItem during the sync...
2011-05-12 Gunnar SlettaDon't crash when the shader source is null.
2011-05-12 Roberto RaggiAdded auto tests for properties initialized using JS...
2011-05-12 Roberto RaggiFix the QML front-end to allow side effects in the...
2011-05-12 Kim Motoyoshi... Output warning if using unsupported texture wrap mode.
2011-05-12 Alan AlpertUpgrade Flickr demo to QtQuick 2.
2011-05-12 Rohan McGoverntests: build autotests by default for qtdeclarative
2011-05-12 Rohan McGoverntests: mark tst_qsgitem as a private-test
2011-05-12 Rohan McGovernFixed incorrect usage of `signals', `slots' in headers
2011-05-12 Martin JonesImprove error message for invalid image provider name.
2011-05-12 Martin JonesCompile.
2011-05-11 Kim Motoyoshi... Fixed image tiling on scene graph.
2011-05-11 Yoann LopesFixes crash in PaintedItem example when using threaded...
2011-05-11 Gunnar SlettaDocumentation and API cleanup of QSGMaterial
2011-05-11 Gunnar SlettaDelete the rendering thread when shutting down
2011-05-11 Gunnar SlettaStop the render thread before deleting the QSGCanvas.
2011-05-11 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-11 Alan AlpertAdd private parts to autotest .pro files
2011-05-11 Alan AlpertAugment Documentation
2011-05-11 Chris AdamsAdd user documentation for scarce resource properties
2011-05-10 Kim Motoyoshi... Replaced grab() with scheduleUpdate().
2011-05-10 Yoann LopesDocumented which thread gets the QSGPaintedItem::paint...
2011-05-10 Eskil Abrahamsen... Update to work with QGlyphs -> QGlyphRun renaming
2011-05-10 Yoann LopesAdded a separate property to enable mipmapping on QSGPa...
2011-05-10 Kai KoehneQmlViewer: Remove one call to enableDebugging
2011-05-10 Kai KoehneQmlViewer: Translate UI
2011-05-10 Martin JonesMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-10 Martin JonesBenchmark component creation with different types of...
2011-05-10 Chris AdamsAdd user documentation for js imports functionality
2011-05-09 Kim Motoyoshi... Fix Rectangle implementation.
2011-05-09 Yoann LopesUdate mipmaps when QSGPaintedItem's texture has changed.
2011-05-09 Gunnar SlettaDocs for QSGTextureMaterials
2011-05-09 Gunnar SlettaRenamed of texture material classes to be more intuitiv...
2011-05-09 Gunnar SlettaClean up QSGVertexColorMaterial a bit
2011-05-09 Gunnar SlettaRemoved a few warnings
2011-05-09 Gunnar SlettaDocs for vertex and flat color materials
2011-05-09 Yoann LopesEnable mipmapping for QSGPaintedItem's texture.
2011-05-09 Kim Motoyoshi... Fixed issues with ShaderEffectSource and threaded rende...
2011-05-09 Kim Motoyoshi... Added 'recursive' property to ShaderEffectSource.
2011-05-09 Gunnar SlettaMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
next