Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ; after Q_PROPERTY declaration | Thierry Bastian | 2010-03-18 | 7 | -90/+90 |
| | |||||
* | Fix compilation issues of autotest on solaris | Thierry Bastian | 2010-03-18 | 4 | -8/+8 |
| | | | | Task-number: QTBUG-8590 | ||||
* | Add highlightRangeMode and snapMode to GridView. | Martin Jones | 2010-03-09 | 2 | -0/+104 |
| | | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779 | ||||
* | Fix failing autotest. | Alan Alpert | 2010-03-08 | 1 | -1/+1 |
| | | | | This was probably a bug in the test data. | ||||
* | clearFocus() before setParentItem(0) on an item with focus. | Martin Jones | 2010-03-08 | 1 | -3/+7 |
| | |||||
* | Remove expect fail from ListView currentIndex test | Martin Jones | 2010-03-08 | 1 | -3/+7 |
| | |||||
* | Fix Qt.tint() algorithm | Aaron Kennedy | 2010-03-08 | 2 | -3/+3 |
| | | | | QT-2424 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-08 | 2 | -19/+2 |
|\ | |||||
| * | Remove expected warning | Bea Lam | 2010-03-08 | 2 | -19/+2 |
| | | |||||
* | | Disallow upper case property, signal and method names in QML | Aaron Kennedy | 2010-03-08 | 9 | -0/+31 |
|/ | | | | QT-2976 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-08 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-08 | 11 | -0/+334 |
| |\ | |||||
| * | | Make test compile | Bea Lam | 2010-03-08 | 1 | -3/+3 |
| | | | |||||
* | | | Add PathView.isCurrentIndex and PathView.view attached properties | Martin Jones | 2010-03-08 | 2 | -3/+54 |
| |/ |/| | | | | | | | | | Adding PathView attached properties to be in line with other views. Task-number: QT-319 | ||||
* | | Add support for QtScript connect/disconnect syntax in QML | Aaron Kennedy | 2010-03-05 | 11 | -0/+334 |
|/ | | | | | | | This support was accidentally removed as a consequence of 4a665ff5da05860f5eb46e3982ef3d8163a6cf59. QTBUG-8001 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-05 | 16 | -393/+1838 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Michael Brasser | 2010-03-05 | 18 | -414/+462 |
| |\ | |||||
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-05 | 37 | -424/+687 |
| | |\ | |||||
| | * | | Fix test | Bea Lam | 2010-03-05 | 1 | -7/+11 |
| | | | | |||||
| * | | | ParentAnimation docs + test. | Michael Brasser | 2010-03-05 | 8 | -0/+1721 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-8612 | ||||
| * | | | Remove NumberFormatter and DateTimeFormatter. | Michael Brasser | 2010-03-05 | 5 | -386/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions have been added to QML's global Qt object for date/time formatting. Number formatting will not be supported for 4.7. Task-number: QT-2821 | ||||
| * | | | RotationAnimation docs + test. | Michael Brasser | 2010-03-04 | 2 | -0/+106 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-8613 | ||||
* | | | | Don't assume documents are in UTF-8. | Bea Lam | 2010-03-05 | 3 | -0/+53 |
| |_|/ |/| | | | | | | | | Task-number: QTBUG-7719 | ||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-05 | 36 | -58/+429 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp | ||||
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-05 | 11 | -4/+156 |
| |\ \ \ | |||||
| | * | | | Allow unquoted enum syntax for value types | Aaron Kennedy | 2010-03-05 | 8 | -4/+39 |
| | | | | | | | | | | | | | | | | | | | | QTBUG-5424 | ||||
| | * | | | Add missing NOTIFYs to timer, xmllistmodel, xmlrole | Joona Petrell | 2010-03-05 | 3 | -0/+117 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: akennedy | ||||
| * | | | | Expect fail in currentIndex test for now. | Martin Jones | 2010-03-05 | 1 | -26/+20 |
| |/ / / | |||||
| * | | | Include QML doc snippets in examples autotest | Aaron Kennedy | 2010-03-05 | 2 | -0/+4 |
| |/ / | |||||
| * | | Add testcase for QTBUG-7730 | Aaron Kennedy | 2010-03-04 | 2 | -0/+29 |
| | | | |||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-04 | 5 | -8/+42 |
| |\ \ | |||||
| | * | | Run signal expressions on attached property objects in correct scope | Aaron Kennedy | 2010-03-04 | 5 | -8/+42 |
| | | | | | | | | | | | | | | | | QTBUG-8677 | ||||
| * | | | Add autotests for tab and backtab in Keys and KeyNavigation. | Yann Bodson | 2010-03-04 | 3 | -0/+48 |
| |/ / | |||||
| * | | Fixup test | Aaron Kennedy | 2010-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fix grammar stringifying "on" as "readonly" | Aaron Kennedy | 2010-03-04 | 2 | -0/+22 |
| | | | | | | | | | | | | QTBUG-8676 | ||||
| * | | Improve grouped property error messages | Aaron Kennedy | 2010-03-04 | 8 | -1/+26 |
| | | | | | | | | | | | | QT-2579 | ||||
| * | | Remove Qt.playSound() | Michael Brasser | 2010-03-04 | 1 | -7/+0 |
| | | | | | | | | | | | | Use SoundEffect instead. | ||||
| * | | Add formatting functions to QML's global Qt object. | Michael Brasser | 2010-03-04 | 2 | -0/+48 |
| | | | | | | | | | | | | The plan is for these to replace DateTimeFormatter. | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-04 | 2 | -11/+13 |
| |\ \ | | |/ | |||||
| | * | Fix tests failing due to javascript eval errors. | Bea Lam | 2010-03-04 | 2 | -11/+13 |
| | | | |||||
| * | | QDeclarativeContext::contextProperty() should also access ids | Aaron Kennedy | 2010-03-04 | 1 | -0/+20 |
| |/ | | | | | | | QT-2800 | ||||
* | | Fix test leaks | Bea Lam | 2010-03-05 | 2 | -0/+12 |
| | | |||||
* | | Use _data() for some tests | Bea Lam | 2010-03-05 | 1 | -377/+158 |
| | | |||||
* | | Add mapFromItem() and mapToItem() in QDeclarativeItem. | Bea Lam | 2010-03-04 | 2 | -0/+101 |
|/ | | | | Task-number: QT-2385 | ||||
* | Increase test timer | Bea Lam | 2010-03-03 | 1 | -1/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-03 | 26 | -49/+182 |
|\ | |||||
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-03 | 21 | -45/+173 |
| |\ | |||||
| | * | Clairify a comment in one of the auto tests. | Alan Alpert | 2010-03-03 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-03 | 137 | -423/+1813 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (64 commits) More renaming: MouseRegion -> MouseArea Save secondary scope inside the expression's scope object 'on' syntax fixes QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject property Move JS global scope to top of the QML scope chain Add documentation for the 'when' property of Binding. Auto test for QTBUG-8677 QDeclarativeGuard should handle objects being deleted OS-friendlier, less noisy. fix crash, re-enable settings test Fix incorrect scope resolution for script in a script block. Disable until plugin objects problem resolved. silence debuggery add colorbrowser qml example Fix settings (was not exported type). Add import Qt.widgets 4.6 to layout.qml example make runnable from elsewhere remove debugger runnable from elsewhere Ensure error is received - the root object is INITIALLY zero. ... | ||||
| | | * | Save secondary scope inside the expression's scope object | Aaron Kennedy | 2010-03-03 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641 |