summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientationsBea Lam2010-06-022-6/+15
| | | | | | | | instead of Portrait/Landscape. The new orientations are named the same as the orientations in the QtMobility sensors module. Task-number: QTBUG-11106 Reviewed-by: akennedy
* Take into account platform differences in input panel supportJoona Petrell2010-06-022-30/+136
| | | | | Task-number: Reviewed-by: Warwick Allison
* Missed file.Warwick Allison2010-06-011-0/+8
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-011-0/+43
|\
| * Test positionAt.Warwick Allison2010-06-011-0/+43
| | | | | | | | | | Task-number: QTBUG-11127 Task-number: QTBUG-11054
* | Avoid refilling view during model change.Martin Jones2010-06-011-0/+48
|/ | | | | | | | The view position is reset to 0 after clear()ing, but this results in refill() being called, effectively undoing the clear(). Fix is to make the model invalid before resetting position. Task-number: QTBUG-11105
* Simplify selection setting. Make TextInput more like TextEdit.Warwick Allison2010-05-314-69/+31
| | | | | | By making selectionStart/End read-only, and adding adding select(). Task-number: QTBUG-11056
* Add selection methods to TextEditWarwick Allison2010-05-303-2/+89
| | | | | | | | Sufficient to allow different selection look and feel (see whacky example) Task-number: QTBUG-10968 Reviewed-by: Michael Brasser Reviewed-by: Alan Alpert
* Active window focus gain should not open virtual keypadJoona Petrell2010-05-282-4/+22
| | | | | Task-number: Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-272-2/+10
|\ | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Improve QML framerate debugging If a pathview delegate changes size, reposition center on path Remove deprecated Flickable::overshoot property. Don't display unnecessary copyright headers in doc
| * If a pathview delegate changes size, reposition center on pathMartin Jones2010-05-272-2/+10
| | | | | | | | Task-number: QTBUG-11006
* | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-2714-63/+262
|\ \ | |/ | | | | | | Conflicts: doc/src/declarative/advtutorial.qdoc
| * Allow js files with '.pragma library' to be used from WorkerScriptBea Lam2010-05-267-29/+76
| |
| * Open input panel on press if TextInput or TextEdit are already focused but ↵Joona Petrell2010-05-262-0/+18
| | | | | | | | | | | | | | panel has been closed Task-number: Reviewed-by: Martin Jones
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-264-31/+165
| |\
| | * Fix horizontal/verticalCenter anchors bug.Yann Bodson2010-05-262-0/+25
| | | | | | | | | | | | | | | Task-number: QTBUG-10999 Reviewed-by: Michael Brasser
| | * Add a way to control when software input panels are shown in TextInput and ↵Joona Petrell2010-05-262-31/+140
| | | | | | | | | | | | | | | | | | | | | TextEdit elements Task-number: QTBUG-10841 Reviewed-by: Warwick Allison
| * | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-263-3/+3
| |/
* | escape backslashesOswald Buddenhagen2010-05-261-1/+1
|/ | | | this makes windows-style path specs *ugly*. that's intentional. :-P
* Revert "Reading/writing a non-existent property throws an exception"Aaron Kennedy2010-05-254-14/+8
| | | | This reverts commit 2b3e7706f4459569520c77b9fb3ff2bc006e60f1.
* Reading/writing a non-existent property throws an exceptionAaron Kennedy2010-05-254-8/+14
| | | | QTBUG-10659
* FixWarwick Allison2010-05-251-4/+4
|
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-242-0/+44
| | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-243-3/+23
|\
| * Don't crash when assigning a Behavior to a grouped property.Michael Brasser2010-05-242-0/+20
| | | | | | | | | | Task-number: QTBUG-10799 Reviewed-by: Aaron Kennedy
| * Fix visual tests after rename of the qml executable.Michael Brasser2010-05-241-3/+3
| |
* | Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-242-6/+6
|/ | | | Task-number: QTBUG-10303
* Make compile: include script module for testBea Lam2010-05-241-1/+1
|
* Remove license headers from test data.Warwick Allison2010-05-23958-39276/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Fix FolderListModel parentFolder property's file drive handlingJoona Petrell2010-05-212-2/+5
| | | | | Task-number: QT-3315 Reviewed-by: Martin Jones
* Add license headers for .qml files.Jason McDonald2010-05-21958-0/+39276
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Also show file/line numbers on XML query errors.Warwick Allison2010-05-211-1/+1
| | | | | | Task-number: QTBUG-10797 Reviewed-by: Bea Lam
* Print warnings for xml query syntax errorsBea Lam2010-05-211-0/+2
| | | | Task-number: QTBUG-10797
* Add XmlListModel::get()Bea Lam2010-05-211-0/+41
| | | | Task-number: QTBUG-10761
* Test e75088323ae15604139ddfd66b85cc3b8d43abebWarwick Allison2010-05-202-0/+6
| | | | Task-number: QTBUG-10820
* Add XmlListModel::errorString()Bea Lam2010-05-201-0/+9
|
* Improve error messages when tests fail.Warwick Allison2010-05-201-14/+15
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-204-0/+154
|\
| * Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-204-0/+154
| | | | | | | | Task-number: QTBUG-10803
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-201-1/+0
|\ \ | |/
| * Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-1/+0
| | | | | | | | QDeclarativeComponent)
* | Ensure valuetype enums can be assigned from JSAaron Kennedy2010-05-201-0/+8
| | | | | | | | QTBUG-10830
* | Improve testcaseAaron Kennedy2010-05-202-1/+11
|/ | | | | As the default was AllUppercase, the tests weren't actually testing anything other than that assigning enums had no errors
* Make test more stableAaron Kennedy2010-05-201-2/+3
|
* Autotest (XFAIL) for QTBUG-10822Aaron Kennedy2010-05-202-0/+22
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-203-0/+21
|\
| * Fix test. Missed files.Warwick Allison2010-05-203-0/+21
| |
* | Fix testAaron Kennedy2010-05-201-1/+0
|/
* Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-191-0/+45
| | | | | | | | Can still be turned back on, if people only want to target platforms where the behaviour is acceptable. Task-number: QTBUG-10684 Reviewed-by: Michael Brasser
* Bug moved.Warwick Allison2010-05-191-1/+1
|