profile/ivi/qtdeclarative.git
2012-07-24 Alan AlpertTweetSearch Stylistic Tweaks
2012-07-24 Chris AdamsCorrectly link the QML module C++ class documentation
2012-07-24 Andrew den... Fix restoration of cursor position and selection after...
2012-07-24 Alan AlpertParticle example restyling
2012-07-24 Alan AlpertQQuickRenderThreadSingleContextWindowManager in separat...
2012-07-24 Chris AdamsFix value-type semantics in variant properties
2012-07-23 Yann BodsonCleanup/simplify tweetsearch example
2012-07-23 Jan-Arve SaetherQSGContext::defaultSurfaceFormat() should be double...
2012-07-23 Stephen KellyRemove qtquick as a private dependency of qmltest.
2012-07-23 Alan AlpertFixup types page
2012-07-23 Andrew den... Add a static object template for variant list model...
2012-07-23 Martin JonesChanging model after componentComplete should reset...
2012-07-23 Martin JonesAdd methods to PathView: positionViewAtIndex(), indexAt...
2012-07-23 Andrew den... Add tests for QQuickPaintedItem.
2012-07-23 Martin JonesChanging PathView model after componentComplete should...
2012-07-23 Andrew den... Don't run pinch area test in parallel.
2012-07-20 Yann BodsonMore consistent coding style through QML documentation.
2012-07-20 Matthew VogtUpdate var property to null on object deletion
2012-07-20 Yann BodsonFix links in QML documentation.
2012-07-20 Yann BodsonMake title capitalization more consistent in QML docume...
2012-07-20 Alan AlpertMention opacity property change in porting.qdoc
2012-07-19 Friedemann... QtDeclarative: Remove usage of deprecated qWaitForWindo...
2012-07-19 Stephen KellyFix include of QWindowSystemInterface.
2012-07-19 Chris AdamsAdd documentation about property value modifiers
2012-07-19 Yann BodsonDoc fix: close code blocks properly
2012-07-19 Stephen KellyTest that the package configs for QtDeclarative work.
2012-07-19 Alan AlpertAdd test for large file codepath
2012-07-19 Michael BrasserCorrect attribute name in image shader.
2012-07-18 Kim Motoyoshi... Rename Rectangle's border.aligned property to border...
2012-07-18 Matthew VogtAllow QQmlPropertyMap property updates to be controlled
2012-07-18 Charles YinAdd fuzzyCompare() to qmltest
2012-07-18 Yann BodsonMinor doc fixes
2012-07-17 Michael BrasserUpdate element references to smooth.
2012-07-17 Chris AdamsRemove the syntax topic page from docs
2012-07-17 Andrew den... Don't double reference items created following a model...
2012-07-17 Stephen KellyTrim trailing whitespace
2012-07-17 Charles YinCall handleRemovedWindows() before canvas rendering
2012-07-17 Charles YinAdd I18N support to qmlscene
2012-07-17 Charles YinRewrite stockchart demo
2012-07-17 Alan AlpertQQuickCanvas renames
2012-07-17 Yann BodsonFix 'Unknown commands' in qtdeclarative documentation.
2012-07-17 Matthew VogtSelect appropriate version for located module components
2012-07-16 Matthew VogtImproved error message wording
2012-07-16 Matthew VogtDocument lack of qmlContext/qmlEngine in module API...
2012-07-16 Chris AdamsImprove QtQml module documentation
2012-07-16 Chris AdamsImprove documentation for var properties
2012-07-16 Martin JonesChange Quick docs to refer to "types" rather than ...
2012-07-16 Yann BodsonRemove unneeded mac specific code in QQuickText
2012-07-16 Toby TomkinsSkip svg related test that is ASSERTing through no...
2012-07-16 Matthew VogtSupport remote import paths
2012-07-16 Chris AdamsAdd quick-start documentation to QML/QtQuick AppDevGuide
2012-07-16 Michael BrasserAdditional anchor documentation.
2012-07-16 Andrew den... Fix horizontal alignment of unwrapped text in TextEdit.
2012-07-16 Alberto MardeganMouseArea: use current value of drag.axis
2012-07-15 Glenn WatsonFix auto test for tiling image.
2012-07-14 Adriano RezendeAdjust Flickable autotest to check mouse events with...
2012-07-13 Shawn RutledgeRemove unneeded qpa/qwindowsysteminterface.h includes
2012-07-13 Adriano RezendeMultiPointTouchArea autotest checks touch events with...
2012-07-13 Adriano RezendeAdjust PinchArea autotest to check pinch events with...
2012-07-13 Shawn RutledgeFix transformed flickable so that the new autotest...
2012-07-13 Damian JansenFix signal emission for the Image based items when...
2012-07-13 Andrew den... Fix item positioning with multiple removes before the...
2012-07-13 Kim Motoyoshi... Change antialiasing method for QML2.
2012-07-13 Chris AdamsImprove object attributes documentation
2012-07-13 Andrew den... Fix TextEdit and TextInput test failures.
2012-07-13 Matthew VogtUpdate multiple value type properties despite interceptor
2012-07-12 Chris AdamsInclude QQmlExpression in QtQml module CppClasses docs
2012-07-12 Alan AlpertAdd maroon demo
2012-07-12 Alan AlpertAdd new samegame and calculator demos
2012-07-12 Andrew den... Re-enable commented out tests.
2012-07-12 Andrew den... Re-enable tests dependent on QStandardItemModel.
2012-07-12 Chris AdamsEnable tst_qqmlpropertycache
2012-07-11 Thiago MacieiraUpdate the export macros in qtdeclarative.git
2012-07-11 Thiago MacieiraChange CONFIG += staticlib to CONFIG += static
2012-07-11 Oswald Buddenhagenuse centralized qml plugin project handling
2012-07-11 Oswald Buddenhagen"export" the qml tools for qtPrepareTool() use
2012-07-11 Michael BrasserFix, test and document animation started/stopped signals.
2012-07-11 Michael BrasserAdd documentation for all font properties.
2012-07-11 Martin Jonespressed and pressedButtons don't work when multiple...
2012-07-11 Matthew VogtAllow color to be explicitly compared to a string
2012-07-11 Bea LamMerge old "Modules" docs into new doc structure
2012-07-11 Andrew den... Use QQuickTextUtil to calculate alignment offsets in...
2012-07-11 Andrew den... Add tests for instantiating cursor delegates in the...
2012-07-11 Andrew den... Remove code for unused LinksAccessibleByKeyboard option.
2012-07-11 Toby TomkinsRemove insignificant flag because test is passing reliably.
2012-07-11 Glenn WatsonFix test for value type interceptors.
2012-07-11 Chris AdamsDocument how to register namespaced types with the...
2012-07-11 Matthew VogtFix qmlscene initial resize for delayed loading
2012-07-11 Michael BrasserUpdate usage of childrenRect in Flickable docs.
2012-07-11 Toby TomkinsSpecify platform that test is insignificant, has flaky...
2012-07-11 Toby TomkinsRemove superfluous DEFINE no longer used in source...
2012-07-11 Chris AdamsDon't provide typehint in QQmlExpression::evaluate()
2012-07-11 Chris AdamsImprove documentation for JavaScript expressions and...
2012-07-10 Matthew VogtImproved error messages for malformed .import statements
2012-07-10 Chris AdamsFix broken value-type support by allowing property...
2012-07-10 Oswald Buddenhagenuse centralized handling of QT_BUILD_PARTS
2012-07-10 Tasuku Suzukiload plugins properly when QT_NO_SETTINGS is defined
2012-07-10 Oswald Buddenhagennicer gitignore
2012-07-10 Oswald Buddenhagenremove dead files
2012-07-10 Friedemann... Fix warnings about multiple rules for install_targets.
next