summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0519-414/+485
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0549-490/+885
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0562-162/+675
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0511-4/+156
| | | |\
| | | | * Allow unquoted enum syntax for value typesAaron Kennedy2010-03-058-4/+39
| | | | | | | | | | | | | | | | | | | | QTBUG-5424
| | | | * Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-053-0/+117
| | | | | | | | | | | | | | | | | | | | Reviewed-by: akennedy
| | | * | Expect fail in currentIndex test for now.Martin Jones2010-03-051-26/+20
| | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-05170-473/+2104
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (104 commits) Include QML doc snippets in examples autotest Update QML documentation snippets to latest syntax. MouseRegion is dead. Long live MouseArea. Compile fix for wince Update QML PropertyAnimation::easing docs Add testcase for QTBUG-7730 Add autotests for tab and backtab in Keys and KeyNavigation. Run signal expressions on attached property objects in correct scope Fixup test Add support for tab and backtab in KeyNavigation Mark QGraphicsItem position properties as FINAL Move the multimedia files to the correct place. Fix grammar stringifying "on" as "readonly" Improve grouped property error messages Don't mess with highlight size if highlightFollowsCurrentItem is false. Fix ListView contentHeight calculation. Remove Qt.playSound() Add formatting functions to QML's global Qt object. Signal handler requires exactly one value. QDeclarativeContext::contextProperty() should also access ids ...
| | | | * Include QML doc snippets in examples autotestAaron Kennedy2010-03-052-0/+4
| | | | |
| | | * | QPrinter: Add Current Page print range supportJohn Layt2010-03-041-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support the selection of Current Page option in the print dialog by activating a new QPrintDialog::PrintDialogOption. If selected the PrintRange is set to CurrentPage. It is the responsibility of the application to read the PrintRange and apply the Current Page selection when rendering the pages. Merge-request: 2311 Reviewed-by: Trond
| | * | | Fix test leaksBea Lam2010-03-052-0/+12
| | | | |
| | * | | Use _data() for some testsBea Lam2010-03-051-377/+158
| | | | |
| | * | | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-042-0/+101
| | | | | | | | | | | | | | | | | | | | Task-number: QT-2385
| * | | | Fix testBea Lam2010-03-051-7/+11
| | | | |
* | | | | ParentAnimation docs + test.Michael Brasser2010-03-058-0/+1721
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-8612
* | | | | Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-055-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 Brasser2010-03-042-0/+106
| |_|_|/ |/| | | | | | | | | | | Task-number: QTBUG-8613
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-04169-473/+2100
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (100 commits) Update QML PropertyAnimation::easing docs Add testcase for QTBUG-7730 Add autotests for tab and backtab in Keys and KeyNavigation. Run signal expressions on attached property objects in correct scope Fixup test Add support for tab and backtab in KeyNavigation Mark QGraphicsItem position properties as FINAL Move the multimedia files to the correct place. Fix grammar stringifying "on" as "readonly" Improve grouped property error messages Don't mess with highlight size if highlightFollowsCurrentItem is false. Fix ListView contentHeight calculation. Remove Qt.playSound() Add formatting functions to QML's global Qt object. Signal handler requires exactly one value. QDeclarativeContext::contextProperty() should also access ids Compile without QVariant::EasingCurve in Qt 4.6.2. Documented view behavior when items are removed from start of view. Fix tests failing due to javascript eval errors. Remove unnecessary additional hash of QDeclarativeGridViewAttached ...
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Justin McPherson2010-03-049-8/+119
| |\ \ \
| | * | | Add testcase for QTBUG-7730Aaron Kennedy2010-03-042-0/+29
| | | | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-045-8/+42
| | |\ \ \
| | | * | | Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-045-8/+42
| | | | | | | | | | | | | | | | | | | | | | | | QTBUG-8677
| | * | | | Add autotests for tab and backtab in Keys and KeyNavigation.Yann Bodson2010-03-043-0/+48
| | |/ / /
| * | | | Merge branch '4.7' of ../../qt-qml/4.7 into 4.7Justin McPherson2010-03-04164-472/+1988
| |\ \ \ \ | | |/ / /
| | * | | Fixup testAaron Kennedy2010-03-041-1/+1
| | | | |
| | * | | Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-042-0/+22
| | | | | | | | | | | | | | | | | | | | QTBUG-8676
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-044-4/+24
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/src.pro
| | * | | | Improve grouped property error messagesAaron Kennedy2010-03-048-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | QT-2579
| | * | | | Remove Qt.playSound()Michael Brasser2010-03-041-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | Use SoundEffect instead.
| | * | | | Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-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.7Aaron Kennedy2010-03-043-12/+14
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix tests failing due to javascript eval errors.Bea Lam2010-03-042-11/+13
| | | | | |
| | | * | | Fix test.Michael Brasser2010-03-041-1/+1
| | | | | |
| | * | | | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-0/+20
| | |/ / / | | | | | | | | | | | | | | | QT-2800
| | * | | Fix benchmarks.Michael Brasser2010-03-0413-37/+47
| | | |/ | | |/| | | | | | | | | Get them all running again after renames, etc.
| | * | Increase test timerBea Lam2010-03-031-1/+2
| | | |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0327-49/+190
| | |\ \
| | | * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0322-45/+181
| | | |\ \
| | | | * | Clairify a comment in one of the auto tests.Alan Alpert2010-03-031-2/+2
| | | | | |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-03138-423/+1814
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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 objectAaron Kennedy2010-03-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641
| | | | | * | QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵Aaron Kennedy2010-03-034-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property QT-2793
| | | | | * | Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-0312-6/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QT-2787
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-038-36/+62
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-031-1/+0
| | | | | | |\ \
| | | | | | * | | OS-friendlier, less noisy.Warwick Allison2010-03-031-29/+52
| | | | | | | | |
| | | | | | * | | fix crash, re-enable settings testWarwick Allison2010-03-031-4/+2
| | | | | | | | |
| | | | | * | | | Auto test for QTBUG-8677Martin Jones2010-03-033-2/+12
| | | | | | | | |
| | | * | | | | | Fix url in source() test.Bea Lam2010-03-031-1/+1
| | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-031-1/+0
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure global variables in a script file are searched before component properties. Task-number: QTBUG-8641