profile/ivi/qtdeclarative.git
2011-12-06 Roberto RaggiImprove parsing of escape characters and regexp literals.
2011-12-06 Roberto RaggiFix the QML/JS parser to accept empty Javascript files.
2011-12-06 Gunnar SlettaCleaned up the qmlscene code a bit
2011-12-06 Friedemann... test/debugutils: Add include guard.
2011-12-06 Roberto RaggiIntroduce methods to get the source location of the...
2011-12-06 Jason McDonaldRemove TESTED_CLASS/TESTED_FILES comments from tests.
2011-12-06 Martin JonesIgnore expected warnings in Item and PathView tests
2011-12-06 Alan AlpertDecrease debug output of modelview examples.
2011-12-06 Alan AlpertUse qt_Opacity in shaders
2011-12-06 Martin JonesAdd tests for snapOneItem/snapOneRow snapMode
2011-12-06 Alan AlpertRestrict particles to eight attributes max
2011-12-06 Alan AlpertFix image path
2011-12-06 Chris AdamsEnsure that scarce resources work with var properties
2011-12-06 Chris AdamsDocument function limitation of var properties
2011-12-06 Chris AdamsDisable tst_qdeclarativepixmapcache::dataLeak() by...
2011-12-05 Aaron KennedyDon't eval signal handler closure until signal is emitted
2011-12-05 Roberto RaggiAdjust the source location of the last accepted token.
2011-12-05 Aaron KennedyFix crash when QtQuick 2.0 wasn't imported
2011-12-05 Aaron KennedyIntroduce more generic fast property handling
2011-12-05 Gunnar SlettaUse the texture atlas height to compute y coordinates
2011-12-05 Andrew den... Don't attempt to destroy a null persisted item.
2011-12-05 Andrew den... Fix QQuickVisualDataModel test failure.
2011-12-05 Aaron McCarthyFix loading imports from Qt resource.
2011-12-05 Martin JonesDocument headerItem and footerItem of ListView and...
2011-12-05 Alan AlpertMake particle shader more portable
2011-12-05 Andrew den... Fix test failures due to invalid font metrics.
2011-12-05 Alan AlpertRevert "sync to an earlier qtbase"
2011-12-05 Alan AlpertDon't delay mirroring until polish
2011-12-05 Alan AlpertAdd tutorials to examples autotest.
2011-12-05 Michael BrasserTest fixes for OS X.
2011-12-04 Alan AlpertExamples has grown to more than just declarative.
2011-12-02 Friedemann... QtQuick: Fix linkage of QQuickFlickable.
2011-12-02 Kent HansenSay hello to QtQuick module
2011-12-02 Christian Kammqmlplugindump: Fix missing flush for objects that don...
2011-12-02 Glenn WatsonAdd dynamicRoles mode to ListModel for extra flexibility.
2011-12-02 Charles YinAddd expectFail() to qmltestexmaple to avoid failure...
2011-12-02 Andrew den... Use QWidgetTextControl in the QtQuick1 TextEdit.
2011-12-02 Andrew den... Use QWidgetLineControl in the QtQuick1 TextInput.
2011-12-02 Gunnar SlettaRemove QSGContext and QSGTexture from QDeclarativePixma...
2011-12-02 Aaron KennedyFix test warnings
2011-12-02 Martin JonesFix pixmap leak in Text with embedded images.
2011-12-02 Martin JonesFix listview test warning
2011-12-02 Martin JonesFix gridview test warning.
2011-12-02 Martin JonesDon't use idle priority for background threads.
2011-12-02 Alan Alpertsync to an earlier qtbase
2011-12-01 Aaron KennedyIgnore expected warning
2011-12-01 Aaron KennedyAutotest
2011-12-01 Aaron KennedyIgnore expected warning message
2011-12-01 Aaron KennedyImprove value type read performance
2011-12-01 Kai KoehneTake multi-line expressions into account when rewriting...
2011-12-01 Aaron KennedyRemove debugging
2011-12-01 Aaron KennedyFix test warnings
2011-12-01 Aaron KennedyIgnore test warning
2011-12-01 Kai KoehneDebugger autest: Don't show debugee output for expected...
2011-12-01 Aaron KennedyDelete created objects
2011-12-01 Aaron KennedyDon't build an app_bundle on OS X
2011-12-01 Friedemann... Windows: Fix building of XML list model plugin.
2011-12-01 Aaron KennedyDelete created objects
2011-12-01 Aaron KennedyMove QDeclarativePropertyValueInterceptor into a privat...
2011-12-01 Aaron KennedyRemove debugging output
2011-12-01 Andras BecsiExport QQuickFlickable to make it possible to use it...
2011-12-01 Aaron KennedyRemove debugging
2011-12-01 Aaron KennedyDon't use deprecated method
2011-12-01 Aaron KennedyIgnore test warnings
2011-12-01 Aaron KennedyIgnore expected warning
2011-12-01 Pekka VuorelaFix uninitialized member variable in QDeclarativeTextEdit
2011-12-01 Pekka VuorelaMade TextInput mouse events commit preedit
2011-12-01 Aaron KennedyAdd missing tests
2011-12-01 Jan-Arve SaetherCompile MSVC2008 and remove unneeded reference to ...
2011-12-01 Gunnar SlettaFixed crash when updating Image.source and BorderImage...
2011-12-01 Chris AdamsRelease pixmap cache data to avoid leaking memory
2011-12-01 Martin JonesAllow current item creation to interrupt async delegate...
2011-12-01 Martin JonesRepeater delegates have no parent in Component.onCompleted
2011-12-01 Martin JonesEnsure flickable velocity is updated when under heavy...
2011-12-01 Charles YinChange the license header from BSD to LGPL
2011-12-01 Charles YinMove XmlListModel to seperate plugin
2011-12-01 Alan AlpertHave tutorial built along with other examples
2011-12-01 Chris AdamsAdd support for assigning literal value to sequence...
2011-12-01 Michael BrasserDon't update dependent anchors on destruction unless...
2011-12-01 Michael BrasserCleanup and optimize QQuickContents.
2011-12-01 Martin JonesNon-blocking view delegate instantiation.
2011-11-30 Christiaan... V8Profiler: make the profiler run in the main thread
2011-11-30 Roberto RaggiExtend the grammar of QML binding declarations.
2011-11-30 Alan AlpertWhitespace fixes
2011-11-30 Michael BrasserAdd QQuickItem::setImplicitSize()
2011-11-30 Martin JonesDeleting an incubated object after setInitialState...
2011-11-30 Michael BrasserAnchoring system optimizations.
2011-11-29 Kai KoehneDebugger: Disable breakpoint relocation in JS
2011-11-29 Christian Kammqmlplugindump: Avoid reporting types as attaching to...
2011-11-29 Roberto RaggiFix the evaluation of JS switch statements in QML bindings.
2011-11-29 Chris AdamsProperly protect access to pixmap reader thread with...
2011-11-29 Andrew den... Add a length property to TextEdit.
2011-11-29 Chris AdamsAdd indexed deleter to sequence wrapper, implement...
2011-11-29 Alan AlpertUpdate to QtQuick 2.0
2011-11-29 Alan AlpertGet the tutorial running again
2011-11-29 Alan AlpertInitial window implementation
2011-11-29 Kent HansenRemove unused function magnitude()
2011-11-29 Kent HansenFix unused variable warning in QQuickItemParticle:...
2011-11-28 Aurindam JanaQDeclarativeInspectorService: Call updateStatus() in...
2011-11-28 Kent HansenFix unused variable warning in QSGContext constructor
next