Refactor ListView and GridView implementations
[profile/ivi/qtdeclarative.git] / src /
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 KallandRenamed the Bindable class to QSGBindable.
2011-07-20 Kim Motoyoshi KallandImproved 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-OlsenDon't use CONFIG -= explicitlib as it messes up the...
2011-07-20 Rohan McGovernFixed compile (for certain configurations)
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-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 DonderenRemove 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 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 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 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 Alan AlpertCorrect example snippet in QML positioner documentation
2011-06-29 Jiang JiangClean up addTextDecorations code
2011-06-29 Christian KammFix UiPublicMember::lastSourceLocation.
2011-06-28 Gunnar SlettaDon't crash when QSGCanvas::sceneGraphContext() is...
2011-06-24 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
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 KallandUpdated tst_nodestest to use the DirtyForceUpdate flag.
2011-06-23 Gunnar SlettaMerge multiple lines of text into a single geometry...
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 KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
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
2011-06-22 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-22 Aaron KennedyMake QSGCanvas::grabFrameBuffer() more reliable
2011-06-21 Jiang JiangFix text decoration position for simple Text node
2011-06-21 Andrew den ExterDrag items relative to their scene position.
2011-06-21 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-21 Aaron KennedyOnly print debugging when THREAD_DEBUG is enabled
2011-06-21 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-21 Alan AlpertRewrite last rewrite
2011-06-20 Gunnar SlettaStart out with a distance field cache that fits more...
2011-06-20 Gunnar SlettaCompile when qreal is not a double
2011-06-20 Kim Motoyoshi KallandCompile fix for MSVC.
2011-06-20 Kim Motoyoshi KallandRemoved unnecessary calls to QSGNode::destroy().
2011-06-20 Gunnar SlettaMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-20 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-20 Gunnar SlettaImplement caching of the distance fields...
2011-06-20 Aaron KennedyAdd "DELETE" support to XMLHttpRequest
2011-06-20 Aaron KennedyOptimize common binding writes
2011-06-20 Aaron KennedyReenable shared bindings
2011-06-19 Andrew den ExterAdd QDeclarativeChangeSet.
2011-06-17 Aaron KennedyTemporarily disable shared V8 bindings
2011-06-17 Aaron KennedyCompare QDeclarativeProperty's in a flag agnostic way
2011-06-17 Aaron KennedyMerge branch 'qtquick2' into v8
2011-06-17 Aaron KennedyEvaluate all shared bindings together using a shared...
2011-06-16 Aaron KennedyAdd "shared mode" to QML contexts
2011-06-16 Aaron KennedyCleanup
next