profile/ivi/qtdeclarative.git
2011-06-07 Aaron KennedyDispose of WorkerScripts in correct Isolate
2011-06-07 Aaron KennedyAllow the same QObject to be used in multiple QDeclarat...
2011-06-07 Michael BrasserMerge branch 'master' into v8
2011-06-06 Gabriel de... Fix crash for prematurely deleted QSGItemPrivate::itemN...
2011-06-06 Aaron KennedyInitial V8 integration
2011-06-03 Charles Yinrewrite context2d with direct QtScript binding
2011-06-03 Alan AlpertRevert some of "Make QMLViewer startup animation stop...
2011-06-03 Michael BrasserUpdate "What's New" with change to Binding.
2011-06-02 Michael BrasserReplace QPerformanceTimer with QElapsedTimer.
2011-06-02 Michael BrasserAdd docs and test for Binding changes.
2011-06-02 Michael BrasserRestore original binding when Binding's when clause...
2011-06-02 Michael BrasserMake Binding a value source.
2011-06-01 Yoann LopesMake complex rich text works with the threaded renderer.
2011-06-01 Yoann LopesFix images not being rendered when embedded in a rich...
2011-06-01 Yoann LopesFix QDeclarativePixmap not setting its QPixmap.
2011-06-01 Yoann LopesFix Text's underline, overline and strikeout properties...
2011-05-31 Martin JonesMerge branch 'master' of scm.dev.nokia.troll.no:qt...
2011-05-31 Martin JonesSmall doc fix.
2011-05-31 Yoann LopesAvoid recursive updates in QSGText.
2011-05-31 Christiaan... QDeclarative: fixed clean animation lists
2011-05-31 Thorbjørn LindeijerDeclarativeObserver: Don't fade in the highlight edge
2011-05-31 Thorbjørn LindeijerRenamed declarativeobserver plugin to qmldbg_inspector
2011-05-31 Martin JonesRemove more webkit dependency from qtdeclarative.
2011-05-31 Martin JonesRemove the examples/declarative/demos copy.
2011-05-31 Martin JonesEnsure doc code snippet can be loaded by QML engine.
2011-05-31 Martin JonesRemove webbrowser demo from qtdeclarative module.
2011-05-31 Martin JonesMerge branch 'master' of git://scm.dev.nokia.troll...
2011-05-31 Martin JonesMerge branch 'qtquick2'
2011-05-31 Qt Continuous... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-31 Alan AlpertExport more VisualModel symbols
2011-05-30 Charles Yinfix shadow build error
2011-05-30 Christiaan... QmlDebugger: adding slots to items in Live Preview
2011-05-30 Christiaan... QmlDebugger: parsing packets iteratively in the communi...
2011-05-30 Kim Motoyoshi... Compile fix.
2011-05-30 Kim Motoyoshi... Compile.
2011-05-30 Christian Kammqmlplugindump: Bump QtQuick.tooling version to 1.1.
2011-05-30 Christian Kammqmlplugindump: Dump revision property.
2011-05-30 Martin JonesUpdate SG items with recent GV item changes.
2011-05-30 Martin JonesListView segmentation fault when setting highlight...
2011-05-30 Caio Marcelo... QDeclarativeMouseArea: block context menu events
2011-05-30 Martin JonesListViews loses items if all visible items are removed.
2011-05-30 Martin JonesViews do not notify count changes properly
2011-05-30 Martin JonesUninitialized memory is compared.
2011-05-30 Girish RamakrishnanClear the root index when the model is reset.
2011-05-30 Charles Yinfix qmltest unit test failures
2011-05-30 Charles Yincopy other .qml .js files during build time
2011-05-30 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-30 Alan AlpertExport QSGVisualItemModel
2011-05-30 Martin JonesMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-30 Martin Jonesqmlvisual is broken and unmaintained. Remove it.
2011-05-30 Alan AlpertUpdate TextBallons .pro file
2011-05-29 Charles Yinfix typos
2011-05-29 Martin JonesFix typo.
2011-05-29 Charles Yinfix the qmltestrunner building errors
2011-05-27 Qt Continuous... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-27 Christiaan... QmlDebugger: removing slots in Live Preview
2011-05-27 Christiaan... QmlDebugger: adding slots to items in Live Preview
2011-05-27 Qt Continuous... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-27 Thorbjørn LindeijerDeclarativeObserver: Fixed duplicates in item selection
2011-05-27 Thorbjørn LindeijerDeclarativeObserver: Removed the SubcomponentEditorTool
2011-05-27 Thorbjørn LindeijerPass QList as const reference when possible
2011-05-27 Thorbjørn LindeijerFixed crashes in Observer mode related to infinite...
2011-05-27 Martin JonesMention that positioners may conflict with anchors.
2011-05-27 Martin JonesWork around remaining 'make check' failures.
2011-05-27 Alan AlpertMake textballon example follow convention
2011-05-27 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-27 Alan AlpertUpdate image stream example
2011-05-27 Martin JonesSome fixes for tests/auto/declarative/examples autotest
2011-05-27 Martin JonesRemove webkit dependencies from qtdeclarative.
2011-05-27 Martin JonesSkip the qdeclarativeimage and qdeclarativeborderimage...
2011-05-27 Martin JonesRevert "Make QSGTextNode back-end for QML's TextInput"
2011-05-27 Martin JonesMake tests compile.
2011-05-27 Aaron KennedyRemove webkit dependency from test.
2011-05-26 Bjørn Erik... Textures not scheduled for deletion while scrolling...
2011-05-26 Alan AlpertMulti-line sprite files will now work
2011-05-25 Charles YinRevert "uses the cached argument info"
2011-05-25 Charles YinRevert "cache the arguments in property cache data"
2011-05-25 Yann BodsonFix QSGImage autotest.
2011-05-25 Martin JonesImplement "mirror" property for BorderImage.
2011-05-24 Qt Continuous... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Jyri TahtelaUpdate licenseheader text in source files for qtdeclara...
2011-05-24 Yoann LopesSmall optimizations in distance-field cache.
2011-05-23 Gunnar SlettaMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-23 Qt Continuous... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-23 David BoddieDoc: Fixed qdoc warnings.
2011-05-23 David BoddieDoc: Various fixes to documentation, some based on...
2011-05-23 David BoddieDoc: Added missing project and desktop files.
2011-05-23 David BoddieSquashed commit of changes from the 4.8-temp branch.
2011-05-23 David BoddieDoc: Fixed incorrect inline snippet for an example...
2011-05-23 David BoddieSquashed commit of the changes from the mobile-examples...
2011-05-23 Gunnar SlettaMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-23 Yoann LopesOptimize distance-field glyph recycling.
2011-05-23 Gunnar SlettaSet paintNode to 0 after deleting it.
2011-05-23 Gunnar SlettaDon't store texture references after the view has gone...
2011-05-23 Eskil Abrahamsen... Make QSGTextNode back-end for QML's TextInput
2011-05-23 Charles Yinqmltestrunner not installed by default
2011-05-23 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-23 Alan AlpertCompile on Mac
2011-05-23 Bjørn Erik... Fix typo in API: QSGContext::schdelueTextureForCleanup.
2011-05-23 Chris AdamsSupport change slots for properties starting with '_'
next