profile/ivi/qtdeclarative.git
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
2011-11-28 Kai KoehneDebugger: Fix compilation error with msvc
2011-11-28 Pekka VuorelaFix test cases including headers with fixed Qt version
2011-11-28 Joona PetrellRemove unused QTBUG_21691 macros
2011-11-28 Friedemann... QtDeclarative: Fix warnings in tests.
2011-11-28 Andrew den... Add a getFormattedText function to TextEdit.
2011-11-28 Jason McDonaldRemove obsolete include from QDeclarativePixmapCache...
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 Kent Hansenqdeclarativedebugclient: Fix flaky autotest
2011-11-28 Alan AlpertExplain the implications of QML versions a little more
2011-11-28 Kim Motoyoshi... Removed ShaderEffectItem and qt_ModelViewProjectionMatrix.
2011-11-28 Alan AlpertBetter falling bear sprite
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
2011-11-25 Friedemann... QtDeclarative: Fix building of tests on Windows.
2011-11-25 Friedemann... QtDeclarative: Remove obsolete qmetaobjectbuilder-test.
2011-11-25 Andrew den... Fix crash calling VisualDataGroup.setGroups during...
2011-11-25 Andrew den... Fix searchs for insert positions in QDeclarativeListCom...
2011-11-25 Martin JonesRemove ints from mouse event handling.
2011-11-25 Andrew den... Add getText(), insert(), and remove() functions to...
2011-11-24 Martin JonesImprove performance on touch event delivery.
2011-11-24 Kent HansenMake the particles benchmarks compile again
2011-11-24 Kent HansenFix style issues
2011-11-24 Gunnar SlettaPropegate the smooth property to the textureprovider
2011-11-24 Pekka VuorelaAdded test for input method selection in TextInput
2011-11-24 Aurindam JanaQDeclarativeDebugService: Crash fix
2011-11-24 Pekka VuorelaQQuickTextInput - Remove nonexisting method from header
2011-11-24 Pekka VuorelaTextInput elements not to have tentative commit in...
2011-11-24 Kim Motoyoshi... Fixed assert during QQuickCanvas::hideEvent().
2011-11-24 Aurindam JanaConsoleAPI: Use environment variable
2011-11-24 Joona PetrellGet rid of unused inputMethodQuery and inputMethodEvent...
2011-11-24 Kent HansenMove registration of QtQuick 2 types to separate class
2011-11-24 Kent HansenMove QDeclarativeListModel and friends from util/ to...
2011-11-24 Kent HansenMove QDeclarativeApplication from util/ to qml/
2011-11-24 Martin JonesRemove unused code.
2011-11-24 Martin JonesSkip tst_QQuickListView::resizeFirstDelegate unstable...
2011-11-23 Michael BrasserUse the AST for binding rewriting when possible.
2011-11-23 Kai KoehneDebugger: Don't register v8 callback until client is...
2011-11-23 Kai KoehneDebugger: Extend v8 debugger autotests
2011-11-23 Kai KoehneDebugger: Re-enable autotests for v8 debugger
2011-11-23 Kai KoehneDebugger: Make registration of services explicit
2011-11-23 Gunnar SlettaIncrease the limit of the QDeclarativePixmapCache to...
2011-11-23 Gunnar SlettaRemove documentation for non-existing function
2011-11-23 Kent HansenDon't crash when importing script with syntax error
2011-11-23 Kent Hansenv4: Get rid of dependency on QQuickAnchorLine type
2011-11-23 Kent HansenAdd QtQuick1 plugin's major version to target path
2011-11-23 Martin JonesFix PathView insertion/removal/move item offset
2011-11-23 Bea Lamtst_QQuickGridView::unaligned() was failing on mac
2011-11-23 Michael BrasserStabilize Behavior tests.
2011-11-22 Aaron KennedyDon't disconnect mid binding evaluation
2011-11-22 Kai KoehneProfiler: Preserve line information also for optimized...
2011-11-22 Kai KoehneDebugger: Move server into it's own thread
2011-11-22 Christian Kammqmlplugindump: Fix QObject dump.
2011-11-22 Alan AlpertSpriteImage Example
2011-11-22 Bea LamFix inserting before the visible area into cache buffer
2011-11-22 Bea LamTry again to fix currentIndex() test
2011-11-22 Martin JonesMove path with highlightMoveDuration: 0
2011-11-22 Martin JonesQt.locale() and JS locale type extension.
2011-11-22 Glenn WatsonEmit destruction signal before child contexts are destr...
2011-11-22 Glenn WatsonFix default property preventing signals from being...
2011-11-22 Joona PetrellFix failing openInputPanel autotests
2011-11-21 Kai KoehneDebugger: Fix Qt library dependencies for autotests
2011-11-21 Aaron KennedyAdding custom easing curves to property animations
2011-11-21 Friedemann... Fix compile.
2011-11-21 Kai KoehneDebugger: Fix QDeclarativeDebugTrace autotest
2011-11-21 Kai KoehneSilence compiler warnings about unused variables (MSVC)
2011-11-21 Kai KoehneFix MSVC warning about struct vs class declaration
2011-11-21 Martin JonesFix GridView currentIndex test stability
2011-11-21 Alan AlpertClean up static analysis issues.
2011-11-21 Rohan McGovernFixed compile of tst_qdeclarativelistcompositor with...
2011-11-21 Martin JonesDoc: Canvas doc review.
2011-11-21 Andrew den... Don't leak objects when a VisualDataModel is destroyed...
2011-11-21 Rohan McGovernFixed more declarative -qtnamespace compilation issues.
2011-11-21 Toby TomkinsFix Qt Declarative namespace compilation.
2011-11-21 Martin JonesGridView sometimes lays out one less column than expected
2011-11-20 Glenn WatsonFix v8 handle leak in incubator code.
2011-11-20 Martin JonesDoc: cleanup list of QtQuick2 elements
2011-11-20 Michael BrasserRewrite signal handlers at compile time.
2011-11-18 Gunnar SlettaCopy QSGEngine functions to QQuickCanvas.
2011-11-18 Alan AlpertUn-skip Positioners test
2011-11-18 Kent HansenChange sync.profile back to using refs/heads/master...
2011-11-18 Alan AlpertMark unstable test to be ignored
2011-11-18 Yann BodsonFix tst_qquicktext autotest
2011-11-18 Andrew den... Parent delegate items to PathView.
2011-11-18 Andrew den... Parent delegate items to PathView.
2011-11-18 Yann BodsonFix tst_qquicktext autotest
2011-11-18 Andrew den... Add tests for Undo/Redo and key sequences to TextInput...
2011-11-18 Andrew den... Add tests for Undo/Redo and key sequences to TextInput...
next