aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changing model after componentComplete should reset currentIndexMartin Jones2012-07-234-23/+36
* Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()Martin Jones2012-07-235-2/+281
* Add tests for QQuickPaintedItem.Andrew den Exter2012-07-234-5/+505
* Changing PathView model after componentComplete should reset positionMartin Jones2012-07-234-31/+133
* Don't run pinch area test in parallel.Andrew den Exter2012-07-231-2/+0
* More consistent coding style through QML documentation.Yann Bodson2012-07-203-4/+4
* Update var property to null on object deletionMatthew Vogt2012-07-207-11/+245
* Fix links in QML documentation.Yann Bodson2012-07-202-2/+2
* Make title capitalization more consistent in QML documentation.Yann Bodson2012-07-2023-81/+81
* Mention opacity property change in porting.qdocAlan Alpert2012-07-202-0/+15
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-1918-103/+100
* Fix include of QWindowSystemInterface.Stephen Kelly2012-07-191-1/+1
* Add documentation about property value modifiersChris Adams2012-07-1910-163/+224
* Doc fix: close code blocks properlyYann Bodson2012-07-191-1/+2
* Test that the package configs for QtDeclarative work.Stephen Kelly2012-07-195-1/+104
* Add test for large file codepathAlan Alpert2012-07-193-0/+81
* Correct attribute name in image shader.Michael Brasser2012-07-191-1/+1
* Rename Rectangle's border.aligned property to border.pixelAligned.Kim Motoyoshi Kalland2012-07-182-7/+7
* Allow QQmlPropertyMap property updates to be controlledMatthew Vogt2012-07-185-13/+103
* Add fuzzyCompare() to qmltestCharles Yin2012-07-188-27/+144
* Minor doc fixesYann Bodson2012-07-1811-53/+53
* Update element references to smooth.Michael Brasser2012-07-185-62/+3
* Remove the syntax topic page from docsChris Adams2012-07-172-155/+1
* Don't double reference items created following a model reset.Andrew den Exter2012-07-174-1/+90
* Trim trailing whitespaceStephen Kelly2012-07-172-65/+65
* Call handleRemovedWindows() before canvas renderingCharles Yin2012-07-171-2/+2
* Add I18N support to qmlsceneCharles Yin2012-07-171-1/+35
* Rewrite stockchart demoCharles Yin2012-07-1727-1362/+1112
* QQuickCanvas renamesAlan Alpert2012-07-17103-4963/+5032
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-175-5/+6
* Select appropriate version for located module componentsMatthew Vogt2012-07-176-26/+100
* Improved error message wordingMatthew Vogt2012-07-172-4/+4
* Document lack of qmlContext/qmlEngine in module API classesMatthew Vogt2012-07-161-0/+25
* Improve QtQml module documentationChris Adams2012-07-169-56/+133
* Improve documentation for var propertiesChris Adams2012-07-161-0/+44
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-1646-175/+176
* Remove unneeded mac specific code in QQuickTextYann Bodson2012-07-163-62/+16
* Skip svg related test that is ASSERTing through no fault of declarative.Toby Tomkins2012-07-161-0/+1
* Support remote import pathsMatthew Vogt2012-07-1624-581/+1346
* Add quick-start documentation to QML/QtQuick AppDevGuideChris Adams2012-07-163-26/+254
* Additional anchor documentation.Michael Brasser2012-07-163-0/+84
* Fix horizontal alignment of unwrapped text in TextEdit.Andrew den Exter2012-07-167-71/+139
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-164-15/+94
* Fix auto test for tiling image.Glenn Watson2012-07-162-2/+1
* Adjust Flickable autotest to check mouse events with transformationAdriano Rezende2012-07-142-0/+91
* Remove unneeded qpa/qwindowsysteminterface.h includesShawn Rutledge2012-07-135-5/+0
* MultiPointTouchArea autotest checks touch events with transformationsAdriano Rezende2012-07-132-0/+87
* Adjust PinchArea autotest to check pinch events with transformationsAdriano Rezende2012-07-132-0/+98
* Fix transformed flickable so that the new autotest can passShawn Rutledge2012-07-131-8/+8
* Fix signal emission for the Image based items when loading.Damian Jansen2012-07-1311-165/+549