summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-2014-253/+492
| | |\
| | | * Allow null to be assigned to object propertiesAaron Kennedy2010-04-205-1/+61
| | | * Typo.Yann Bodson2010-04-201-1/+0
| | | * DocAaron Kennedy2010-04-201-10/+46
| | | * Fix AnchorChanges to work with parent.right.Michael Brasser2010-04-207-241/+385
| | * | Pass double clicks like other mouse events.Warwick Allison2010-04-201-0/+2
| | |/
| | * CompileWarwick Allison2010-04-201-2/+0
| | * Complete tst_qdeclarativedom::position autotestAaron Kennedy2010-04-201-1/+2
| | * Regenerate recordsnapshot to fix fillmode visual test in qmlLeonardo Sobral Cunha2010-04-202-1/+1
| | * DocAaron Kennedy2010-04-201-4/+72
| | * Image for declarative examples.Yann Bodson2010-04-201-0/+0
| | * Add .qmlproject files for declarative demos.Yann Bodson2010-04-209-0/+144
| | * Create doc pages for QML focus and minehunt examples.Yann Bodson2010-04-208-23/+132
| | * Fix test failure.Warwick Allison2010-04-201-2/+2
| | * Improve error messages, especially on embedded.Warwick Allison2010-04-2019-26/+259
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-201-23/+45
| | |\
| | | * Modify qdoc to handle qml examples files.Yann Bodson2010-04-201-23/+45
| | * | Missing fileAaron Kennedy2010-04-201-0/+7
| | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-2048-9/+808
| | |\
| | | * Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-205-9/+120
| | | * Add an examples.qmlproject for all QML examples.Yann Bodson2010-04-201-0/+16
| | | * Add .qmlproject files to declarative examples.Yann Bodson2010-04-2042-0/+672
| | * | Handle overrides correctly in extension objectsAaron Kennedy2010-04-204-2/+119
| | |/
| | * Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-204-3/+35
| | * Doc fix.Michael Brasser2010-04-191-3/+10
| | * Minor internal anchor refactoring.Michael Brasser2010-04-196-123/+122
| | * Doc clarification.Michael Brasser2010-04-191-2/+4
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-19159-2231/+24731
| | |\
| | * | Add test verifying QTBUG-8424 fixAlan Alpert2010-04-192-0/+269
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-191-1/+2
| | |\ \
| | * | | Fix flipable behaviour when back element is resizedAlan Alpert2010-04-192-12/+40
| * | | | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-2113-40/+106
| | |/ / | |/| |
| * | | Document default easing curve.Alan Alpert2010-04-191-1/+2
| |/ /
| * | Improve fillmode example.Yann Bodson2010-04-194-37/+45
| * | Typo.Yann Bodson2010-04-191-1/+1
| * | Indentation and whitespace fixes in qml's samegame tutorialLeonardo Sobral Cunha2010-04-1917-31/+33
| * | Remove "property var" supportAaron Kennedy2010-04-191-6/+0
| * | Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-193-7/+7
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-1937-118/+89
| |\ \
| | * | Fix tests: remove unnecessary calls to QML_DECLARE_TYPEBea Lam2010-04-197-28/+4
| | * | QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-1927-63/+7
| | * | Test that ListElements returned by get() can be iterated over in JS.Warwick Allison2010-04-192-22/+64
| | * | List properties for dynamic meta objects.Warwick Allison2010-04-191-5/+14
| * | | Remove Script {} supportAaron Kennedy2010-04-1941-582/+103
| |/ /
| * | Don't crash on deleted objects assigned to variant propertiesAaron Kennedy2010-04-194-8/+23
| * | Fiddle with the overshoot correction curve.Martin Jones2010-04-191-2/+2
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1961-252/+510
| |\ \
| | * | Documentation fixes.Yann Bodson2010-04-192-8/+11
| | * | Reference count ObjectData's to correctly delete objects with no parentAaron Kennedy2010-04-192-3/+9
| | * | QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-194-6/+112