Fix warnings about struct/class mismatch (QDeclarativeAccessor).
[profile/ivi/qtdeclarative.git] / src /
2011-12-14 Friedemann KleintFix warnings about struct/class mismatch (QDeclarativeA...
2011-12-14 Alan AlpertInitialize Variable
2011-12-14 Martin JonesSupport <strong> in styled text.
2011-12-13 Martin JonesAdd basic custom easing curve docs and test
2011-12-12 Pekka VuorelaQtQuick TextEdit to set view property to QTextController
2011-12-12 Simon HausmannV8: Minor cleanup
2011-12-12 Gunnar SlettaInitialize variable
2011-12-12 Friedemann KleintQtQuick: Fix compiler warnings.
2011-12-12 Andrew den ExterCreate a copy of QLineControl in the QtDeclarative...
2011-12-12 Andrew den ExterFix TextInput not reacting to text color change.
2011-12-12 Andrew den ExterSize TextInput cursor correctly.
2011-12-12 Andrew den ExterFix package items not being destroyed when a package...
2011-12-12 Mikko HarjuQmlProfiler: stream snapshots to reduce memory footprint
2011-12-11 Aaron KennedyDon't access QDeclarativeProperty from bindings as...
2011-12-09 Laszlo AgocsSet target and device for touch events.
2011-12-09 Caroline ChaoIntegrate testcocoon support into QtQuickTest.
2011-12-09 Kent HansenGet rid of QDeclarativeMetaType::{canCopy,copy}
2011-12-09 Pekka VuorelaRemove dead private method from TextEdit implementations
2011-12-09 Andrew den ExterCreate a copy of QTextControl in the QtDeclarative...
2011-12-09 Alan AlpertAdd Screen attached object
2011-12-08 Gunnar SlettaImplemented multiple windows and GL context sharing
2011-12-07 Aaron KennedyFix QObject V8 wrapping for extended types
2011-12-07 Friedemann KleintFix linking of QtQuick.dll on Windows.
2011-12-07 Martin JonesAvoid Text layout being triggered unnecessarily
2011-12-07 Andrew den ExterAdd support for pixmap cache images to TextEdit.
2011-12-07 Andrew den ExterFix images not displaying on lines with no text.
2011-12-07 Andrew den ExterPrevent consecutive images from climbing up a text...
2011-12-07 Charles YinRemove warning messages for canvasitem tests
2011-12-07 Martin JonesFix some warnings.
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 Roberto RaggiIntroduce methods to get the source location of the...
2011-12-06 Alan AlpertRestrict particles to eight attributes max
2011-12-06 Chris AdamsEnsure that scarce resources work with var properties
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 ExterDon't attempt to destroy a null persisted item.
2011-12-05 Andrew den ExterFix 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 Alan AlpertDon't delay mirroring until polish
2011-12-02 Friedemann KleintQtQuick: Fix linkage of QQuickFlickable.
2011-12-02 Kent HansenSay hello to QtQuick module
2011-12-02 Glenn WatsonAdd dynamicRoles mode to ListModel for extra flexibility.
2011-12-02 Andrew den ExterUse QWidgetTextControl in the QtQuick1 TextEdit.
2011-12-02 Andrew den ExterUse QWidgetLineControl in the QtQuick1 TextInput.
2011-12-02 Gunnar SlettaRemove QSGContext and QSGTexture from QDeclarativePixma...
2011-12-02 Martin JonesFix pixmap leak in Text with embedded images.
2011-12-02 Martin JonesDon't use idle priority for background threads.
2011-12-01 Aaron KennedyImprove value type read performance
2011-12-01 Kai KoehneTake multi-line expressions into account when rewriting...
2011-12-01 Friedemann KleintWindows: Fix building of XML list model plugin.
2011-12-01 Aaron KennedyMove QDeclarativePropertyValueInterceptor into a privat...
2011-12-01 Andras BecsiExport QQuickFlickable to make it possible to use it...
2011-12-01 Aaron KennedyDon't use deprecated method
2011-12-01 Pekka VuorelaFix uninitialized member variable in QDeclarativeTextEdit
2011-12-01 Pekka VuorelaMade TextInput mouse events commit preedit
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 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 JanssenV8Profiler: 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 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 ExterAdd a length property to TextEdit.
2011-11-29 Chris AdamsAdd indexed deleter to sequence wrapper, implement...
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
2011-11-28 Kai KoehneDebugger: Fix compilation error with msvc
2011-11-28 Andrew den ExterAdd a getFormattedText function to TextEdit.
2011-11-28 Martin JonesFix multiline eliding and support eliding when height...
2011-11-28 Kent HansenRemove QtQuick1-specific define from declarative.pro
2011-11-28 Kent Hansenqml debugger: Create abstraction for State management
2011-11-28 Kim Motoyoshi KallandRemoved ShaderEffectItem and qt_ModelViewProjectionMatrix.
2011-11-28 Charles Yinqmltestrunner reports wrong LOC for failed test cases
2011-11-27 Michael BrasserRewrite Connections signal handlers at compile time.
2011-11-25 Aurindam JanaDeclarativeDebugServices: Cleanup Code
2011-11-25 Aurindam JanaV8DebugService: Optimize Code.
2011-11-25 Kent HansenRemove harfbuzz cruft from {declarative,qtquick1}.pro
next