profile/ivi/qtdeclarative.git
2012-02-23 Roberto RaggiFix rewrite of multiline string literals.
2012-02-23 Aaron KennedyFix crash in instruction dump
2012-02-23 Friedemann... Use new plugin system in QtDeclarative.
2012-02-23 Matthew VogtRemove warning produced by 'parent' reference.
2012-02-23 Bea LamClean up some of the view transition docs
2012-02-23 Alex WilsonFix for bad operator precedence causing right mouse...
2012-02-23 Andrew den... Fix Text eliding with implicit height and maximumLineCount.
2012-02-23 Martin JonesQML locale.firstDayOfWeek returns 7 for Sunday
2012-02-23 Michael BrasserSmall doc fixes.
2012-02-23 Yann BodsonFix font size calculation in headings in StyledText.
2012-02-23 Andrew den... Reduce QQuickTextEdit memory usage.
2012-02-22 Michael BrasserQML_RUNTIME_TESTING should be disabled by default.
2012-02-22 Michael BrasserUpdate number of reserved bits.
2012-02-22 Martin JonesRemove the last sql dependency in declarative
2012-02-22 Oswald Buddenhagenclean up qmake-generated project
2012-02-22 Aurindam JanaDebugMessageService: Remove unneeded data
2012-02-22 Caroline ChaoCodeCoverage: Fixes regression.
2012-02-22 Alan AlpertPositioners cleanup
2012-02-22 Matthew VogtAdd test verifying that QObject-derived pointer is...
2012-02-22 Bea LamDoc improvements for positioners
2012-02-22 Alan AlpertWhitespace fixes for positioners
2012-02-22 Andrew den... Reduce the size of QQuickTextInputPrivate.
2012-02-21 Martin JonesImplement String.localeCompare() using QString::localeA...
2012-02-21 Aurindam JanaDebugMessageService: Also pass Debug Context Info
2012-02-21 Kai Koehnev8profiler: Actually submit data
2012-02-21 Aaron KennedyReduce size of QQuickItemPrivate
2012-02-21 Gunnar SlettaRelease resources on shutdown..
2012-02-21 Martin JonesFlicking a pathview with large delegate spacing is...
2012-02-21 Charles Yinfix typo error in documentation
2012-02-21 Charles YinRenames QAnimation2ChangeListener to QAnimationJobChang...
2012-02-21 Charles YinRemove sql dependency from declarative.pro
2012-02-21 Bea LamStabilise ListView and GridView tests
2012-02-21 Bea LamFix condition check against wrong variable
2012-02-21 Bea LamSkip tst_QQuickListView::sectionsDelegate() for now
2012-02-21 Andrew den... Reduce the size of QTextPrivate.
2012-02-21 Jędrzej NowackiAdd optimizations for QJSValue tests for MSVC.
2012-02-21 Martin JonescacheBuffer makes delegates appear briefly in wrong...
2012-02-21 Justin McPhersonRemove the callback facility from context node.
2012-02-21 Aurindam JanaDeclarativeEngineDebugService: Fix Crash
2012-02-21 Friedemann... Fix gcc compiler warnings.
2012-02-20 Michael BrasserMake compile.
2012-02-20 Aaron KennedyRemove commit headers
2012-02-20 Kai KoehneConsole API: Pass context information from js to qt...
2012-02-20 Aurindam JanaQmlProfilerTool: add tool to QDeclarative
2012-02-20 Aaron KennedyDelete v8methods array at destruction
2012-02-20 Aaron KennedyDon't store source after script data is created
2012-02-20 Aaron KennedyReduce memory by not calling QUrl::toString() multiple...
2012-02-20 Aaron KennedyDon't store object and property in QDeclarativeAbstract...
2012-02-20 Aaron KennedyReduce size of QV8Bindings
2012-02-20 Aaron KennedyReduce size of QDeclarativeJavaScriptExpression
2012-02-20 Aaron KennedyReduce size of QV8Bindings::Binding
2012-02-20 Aaron KennedyReduce the size of QDeclarativeAbstractBinding
2012-02-20 Aaron KennedyReduce the size of QDeclarative*Expression
2012-02-20 Aaron KennedyUpdate ftw classes
2012-02-20 Alan AlpertFix Screen::AngleBetween
2012-02-20 Kim Motoyoshi... Added QSGRenderNode class.
2012-02-20 Aaron KennedyUse Utf8 for javascript source code
2012-02-20 Aaron KennedyUse the existing endpoint object to connect alias notif...
2012-02-20 Aaron KennedyReduce size of QDeclarativePropertyData
2012-02-20 Michael BrasserUse an enum rather than a string to represent state...
2012-02-20 Michael BrasserImprove test coverage for AnchorChanges.
2012-02-20 Michael BrasserStabilize test.
2012-02-17 Bea LamTake QDeclarativeTransition::enabled() into account
2012-02-17 Michael BrasserAdd velocity data to TouchPoint
2012-02-17 Martin JonesMake QLocale::uiLanguages() available in Qt.locale...
2012-02-17 Jan-Arve SaetherRemove QAccessibleInterface::navigate()
2012-02-17 Pekka VuorelaHave input method hints on only classes using them
2012-02-17 Andrew den... Avoid an unnecessary layout when eliding text.
2012-02-17 Bea LamCheck pending changes before they are reset, not after
2012-02-17 Yann BodsonProvide visual debugging for MouseArea and TouchArea
2012-02-16 Aaron KennedyReduce the memory used by QStringHash
2012-02-16 Friedemann... QtDeclarative/Quick: Fix warnings.
2012-02-16 Michael BrasserEnsure visibility changes are communicated through...
2012-02-16 Michael BrasserSet the type for unary expressions in v4.
2012-02-16 Bea LamBuilt-in transition support for ListView & GridView
2012-02-16 Andrew den... Fix multi-length string substitution.
2012-02-16 Martin JonesAllow binding the size of a Loader to its item.
2012-02-16 Michael BrasserAdd basic plugin metadata for QtQuick2 import plugin.
2012-02-15 Christiaan... QmlProfiler: sending start profiling message
2012-02-15 Gunnar SlettaIntroduced QQuickCanvas::releaseResources().
2012-02-15 Chris AdamsFix warnings in sequence wrapper code
2012-02-15 Michael BrasserImprove test coverage for QQuickItem.
2012-02-15 Michael BrasserRemove etcprovider plugin.
2012-02-15 Alan AlpertAlter Clocks demo
2012-02-15 Yann BodsonRemove pixmap text caching in TextEdit element
2012-02-15 Michael BrasserAdd string comparison test for v4.
2012-02-14 Glenn WatsonFix typo in error string.
2012-02-14 Aaron KennedyAdd slow animations mode to qmlscene
2012-02-14 Jerome PasionDoc: Overhaul of doc/src/declarative and QtQuick2 docs.
2012-02-14 Martin JonesPreserve aspect ratio when setting Image.sourceSize
2012-02-14 Michael BrasserAdd new animation elements to element list.
2012-02-14 Michael BrasserCleanup auto.pro.
2012-02-14 Andrew den... Fix access to context properties within TextEdit.curso...
2012-02-14 Bea LamFix and stabilise sectionsPositioning() test
2012-02-14 Alan AlpertRemove missing image reference
2012-02-14 Andrew den... Better document with examples how relative paths are...
2012-02-13 Rick Stocktonmodify 'mousearea-example' to run with MANY MORE buttons
2012-02-13 Pekka VuorelaQt.application.inputPanel to make deprecation warning...
2012-02-13 Kim Motoyoshi... Fixed QML Item updates after reparenting.
2012-02-13 Jerome PasionDoc: Adding images from Qt 5 bundle to doc/src/images.
next