profile/ivi/qtdeclarative.git
2011-07-20 Bea LamRefactor ListView and GridView implementations
2011-07-20 Alan AlpertHook up durationVariation on Sprites
2011-07-20 Alan AlpertInitial stab at docs for QtQuick.Particles 2.0
2011-07-20 Alan AlpertRemove traces of webkit
2011-07-20 Kim Motoyoshi... Renamed the Bindable class to QSGBindable.
2011-07-20 Kim Motoyoshi... Improved the performance of distance-field generation.
2011-07-20 Yoann LopesFixed QSGDistanceFieldGlyphNode initialization order.
2011-07-20 Charles Yinfix qmltest bugs
2011-07-20 Alan AlpertCrash less
2011-07-20 Martin JonesExport qmlRegisterTypeNotAvailable (used by libqtquick1)
2011-07-20 Oswald Buddenhagenmake debug_and_release setting statement consistent...
2011-07-20 Marius Storm... Don't use QT_BUILD_TREE anymore
2011-07-20 Marius Storm... Don't use CONFIG -= explicitlib as it messes up the...
2011-07-20 Rohan McGovernFixed compile (for certain configurations)
2011-07-20 Christian Kammqmldump: Fix creation of objects from QDeclarativeTypes.
2011-07-20 Michael BrasserFix QSGItem transforms.
2011-07-20 Yann BodsonAdd documentation for QSGImage
2011-07-20 Yann BodsonImprovements to Image element
2011-07-20 Michael Brasserqsgitem2 autotest fixes.
2011-07-19 Michael BrasserFix qdeclarativexmlhttprequest autotest.
2011-07-12 Christian Kammqmlplugindump: Place executable in QT_BUILD_TREE/bin.
2011-07-12 Charles YinAdd stock chart example for canvas item
2011-07-12 Aaron KennedyEnable support for QObject based module APIs
2011-07-12 Martin JonesExtract all QtQuick 1 elements into a separate library...
2011-07-12 Charles YinRewrite the canvas item's paint logic.
2011-07-11 Samuel RødalFixed rendering errors in complex particle system.
2011-07-11 Casper van... Remove references to demos.
2011-07-08 Samuel RødalFixed build of declarative against v8 on a x86_64 machine.
2011-07-08 Aaron KennedyMerge branch 'v8'
2011-07-08 Jyri TahtelaUpdate licenseheader text in source files for qtdeclara...
2011-07-07 Lars KnollReplace the QGraphicsSceneHoverEvent with a QHoverEvent
2011-07-07 Alan AlpertFix possible index out of bounds exception
2011-07-07 Alan AlpertUpdate sync.profile dependencies to new syntax
2011-07-07 Casper van... Move the demos to the examples folder.
2011-07-07 Aaron KennedyRemove unused fields
2011-07-07 Aaron KennedyRegister QDeclarativeV8Handle during construction
2011-07-07 Lars KnollUse QWheelEvent instead of QGraphicsSceneWheelEvent
2011-07-07 Aaron KennedyCorrect handling of QObject* and QWidget* properties
2011-07-06 Yann BodsonFix QSGBorderImage autotests
2011-07-06 Yann BodsonFix QSGImage autotests
2011-07-06 Christian Kammqmlplugindump: Update qmltypes file format documentation.
2011-07-06 Alan AlpertSquashed Particle System Stateful Rewrite
2011-07-04 Aaron KennedyImplement translation functions for V8
2011-07-04 Aaron KennedyRemove ASCII cache from QStringHash
2011-07-04 Aaron KennedyOptimize QDeclarativePropertyCache
2011-07-04 Aaron KennedyDon't exceed SMI bounds
2011-07-04 Aaron KennedyCompile
2011-07-04 Alan AlpertAvoid crash on exit
2011-07-01 Olivier GoffartFix compilation
2011-07-01 Aaron KennedyImprove performance of v8 string hashes by using symbol id
2011-07-01 Aaron KennedyVariants should compare as equal
2011-07-01 Aaron KennedyUpdate V8
2011-07-01 Aaron KennedyAdd toString for variants
2011-07-01 Gunnar SlettaSupport setting an FBO as the render target for a canvas
2011-07-01 Charles Yinupdate canvas example
2011-07-01 Aaron KennedyMerge branch 'master' into v8-clean
2011-06-30 Eskil Abrahamsen... Fix text color in some cases of QML and QStaticText
2011-06-30 Gunnar SlettaDocument threading issues with QSGEngine signals
2011-06-30 Christian Kammqmlplugindump: Improve error message for misbehaving...
2011-06-30 Alan AlpertCorrect example snippet in QML positioner documentation
2011-06-29 Jiang JiangClean up addTextDecorations code
2011-06-29 Christian Kammqmlplugindump: Change to QtQuick 2.0 import.
2011-06-29 Christian Kammqmlplugindump: Fix dumping with -path on Mac.
2011-06-29 Christian KammFix UiPublicMember::lastSourceLocation.
2011-06-28 Christian Kammqmldump: Fix export comparison.
2011-06-28 Gunnar SlettaDon't crash when QSGCanvas::sceneGraphContext() is...
2011-06-24 Rohan McGovernFixed failure of tst_examples::namingConvention
2011-06-24 Rohan McGovernImprove failure message of tst_examples::namingConvention
2011-06-24 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-24 Charles Yinupdate canvas example
2011-06-24 Charles Yinadd drawRegion signal for canvas item
2011-06-23 Thorbjørn LindeijerRemoved unnecessary qobject_cast in QSGItem::childAt
2011-06-23 Thorbjørn LindeijerQmlInspector: Introduced more self-contained selection...
2011-06-23 Thorbjørn LindeijerQmlInspector: Some code cleanups
2011-06-23 Thorbjørn LindeijerQmlInspector: Implemented context menu for SceneGraph
2011-06-23 Thorbjørn LindeijerQmlInspector: Implement tool tip handling for SceneGraph
2011-06-23 Thorbjørn LindeijerQmlInspector: Some cleanup in the Color Picker tool
2011-06-23 Thorbjørn LindeijerQmlInspector: Implemented selection for SceneGraph
2011-06-23 Thorbjørn LindeijerQmlInspector: Unified mouse and keyboard event handling
2011-06-23 Thorbjørn LindeijerQmlInspector: Removed private header postfix and Qt...
2011-06-23 Thorbjørn LindeijerQmlInspector: Share code between QGV/SG based QML debugging
2011-06-23 Thorbjørn LindeijerQmlInspector: Initial support for QSGView based applica...
2011-06-23 Kim Motoyoshi... Updated tst_nodestest to use the DirtyForceUpdate flag.
2011-06-23 Christian Kammqmlplugindump: For extended types, remove exports of...
2011-06-23 Christian Kammqmlplugindump: Build debug version if possible.
2011-06-23 Gunnar SlettaMerge multiple lines of text into a single geometry...
2011-06-23 Charles Yinadd svgpath example for canvas context2d
2011-06-23 Charles Yinexpose QSGContext2D::setPathString to v8 Javascript API
2011-06-23 Charles Yinadd svg style path string support for context2d api
2011-06-23 Charles YinwindowShown is a property of qtest, not util.
2011-06-23 Charles Yinget the caller file & line number from v8 stack trace.
2011-06-23 Aaron KennedyFix regression against 4.7
2011-06-22 Aaron KennedySkip broken test
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedySkip unreliable test
2011-06-22 Aaron KennedyMake test more reliable
2011-06-22 Aaron KennedySupport refreshing V8 bindings
2011-06-22 Aaron KennedyCorrect rounding behavior
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyCorrectly wait for render thread to exit
next