summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Fix benchmark warnings on symbian.Michael Brasser2010-05-254-13/+13
|/ / / / / / / /
* | | / / / / / 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
* | | | | | Check QML files for license headers too.Warwick Allison2010-05-241-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | (but not test data - no test data has license headers)
* | | | | | Make compile: include script module for testBea Lam2010-05-241-1/+1
| | | | | |
* | | | | | Factor out initialization effects from declarative benchmarks.Michael Brasser2010-05-244-0/+19
| | | | | |
* | | | | | Remove license headers from test data.Warwick Allison2010-05-24958-39276/+0
| | | | | | | | | | | | | | | | | | | | | | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-221009-2/+41292
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix FolderListModel parentFolder property's file drive handling Add license headers for .qml files. Also show file/line numbers on XML query errors. Print warnings for xml query syntax errors Clean up Add XmlListModel::get()
| * | | | | 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-211006-0/+41244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Fixes QGraphicsItem::scroll issuesBjørn Erik Nilsen2010-05-211-1/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest and most important issue was that QGraphicsItem::scroll always accelerated the scroll without taking overlapping items or opacity into account, which caused drawing artifacts. We can only do accelerated scrolling if the item is opaque and not overlapped by other items. There's no (sane) way to detect whether an item is opaque or not (similar to Qt::WA_OpaquePaintEvent), which means we cannot support accelerated scrolling unless the item is cached into a pixmap (QGraphicsItem::setCacheMode). The second issue was that QStyleOptionGraphicsItem::exposedRect always contained the whole boundinRect() after an accelerated scroll (even with the QGraphicsItem::ItemUsesExtendedStyleOption flag enabled). Auto test included. Task-number: QTBUG-8378, QTBUG-7703 Reviewed-by: yoann
* | | | | Revert "Deselect the current selection when the QItemSelectionModel::model ↵Olivier Goffart2010-05-211-43/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is reset." This reverts commit 2c1d1c136102a17eef9ae3c4e9f0cf01338306ae. Regressions: TESTCASE_FAIL qtreeview (pulse_win32-msvc2005_windows_xp) TESTCASE_FAIL qtreeview (pulse_win32-msvc2008_windows_xp) TESTCASE_FAIL qtreewidget (pulse_win32-msvc2005_windows_xp) TESTCASE_FAIL qtreewidget (pulse_win32-msvc2008_windows_xp) TESTFUNCTION_FAIL qitemselectionmodel::unselectable (pulse_linux-g++) TESTFUNCTION_FAIL qitemselectionmodel::unselectable (pulse_qws/linux-x86-g++) TESTFUNCTION_FAIL qsortfilterproxymodel::testMultipleProxiesWithSelection (pulse_linux-g++) TESTFUNCTION_FAIL qsortfilterproxymodel::testMultipleProxiesWithSelection (pulse_macx-g++_cocoa_32) TESTFUNCTION_FAIL qsortfilterproxymodel::testMultipleProxiesWithSelection (pulse_qws/linux-x86-g++) TESTFUNCTION_FAIL qsortfilterproxymodel::testMultipleProxiesWithSelection (pulse_win32-msvc2005_windows_xp) TESTFUNCTION_FAIL qsortfilterproxymodel::testMultipleProxiesWithSelection (pulse_win32-msvc2008_windows_xp) TESTFUNCTION_FAIL qtreeview::taskQTBUG_6450_selectAllWith1stColumnHidden (pulse_linux-g++) TESTFUNCTION_FAIL qtreeview::taskQTBUG_6450_selectAllWith1stColumnHidden (pulse_qws/linux-x86-g++) TESTFUNCTION_FAIL qtreeview::taskQTBUG_6450_selectAllWith1stColumnHidden (pulse_win32-msvc2005_windows_xp) TESTFUNCTION_FAIL qtreeview::taskQTBUG_6450_selectAllWith1stColumnHidden (pulse_win32-msvc2008_windows_xp) TESTFUNCTION_FAIL qtreewidget::task191552_rtl (pulse_linux-g++) TESTFUNCTION_FAIL qtreewidget::task203673_selection (pulse_qws/linux-x86-g++) TESTFUNCTION_FAIL qtreewidget::task203673_selection (pulse_win32-msvc2005_windows_xp) TESTFUNCTION_FAIL qtreewidget::task203673_selection (pulse_win32-msvc2008_windows_xp)
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-05-203-32/+173
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fix crash when using fonts in non-gui QApplication Deselect the current selection when the QItemSelectionModel::model is reset. Autotest fix on macosx Compile with gcc 4.0.1 improve Unicode Normalization autotest more subtests for QChar nano optimization of canonicalOrderHelper() fix canonicalOrderHelper() for some corner case use new QChar::requiresSurrogates() instead of hardcoded value prevent fake normalization prefer QChar::*surrogate() over hardcoded values Fixed an assert in QMenu
| * | | | Deselect the current selection when the QItemSelectionModel::model is reset.Stephen Kelly2010-05-201-4/+43
| | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: 639 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
| * | | | Autotest fix on macosxThierry Bastian2010-05-201-1/+1
| | | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-05-202-28/+130
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: improve Unicode Normalization autotest more subtests for QChar nano optimization of canonicalOrderHelper() fix canonicalOrderHelper() for some corner case use new QChar::requiresSurrogates() instead of hardcoded value prevent fake normalization prefer QChar::*surrogate() over hardcoded values Fixed an assert in QMenu
| | * | | improve Unicode Normalization autotestRitt Konstantin2010-05-201-28/+57
| | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: 2392 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
| | * | | more subtests for QCharRitt Konstantin2010-05-201-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: 2392 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-05-191-0/+54
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fixed an assert in QMenu
| | | * | | Fixed an assert in QMenuThierry Bastian2010-05-191-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code was changed and changed the behaviour. This is basically a kind of revert. Reviewed-By: gabi Task-Number: QTBUG-10735
* | | | | | 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
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2036-30/+1412
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (37 commits) Search for QML import libraries also in application directory Doc improvements Disable mouse-based selection in TextInput/TextEdit Rename qml executable to qmlviewer Don't crash if the target parent is destroyed. Introduce a threaded interpreter for QML binding bytecode Bug moved. doc doc Remove image example (covered in class docs) When changing Loader source, remove old item from scene immediately. Add missing .qmlproject files Fix folderlistmodel with qt namespace Renaming "Qml Launcher" back to "QML Viewer" Rename some examples: proxyviewer -> networkaccessmanagerfactory, Regression fix for Loader anchors not working Make Qt.include() work for js files that have '.pragma library' doc fix Improve docs for Qt.quit() Prevent assignment of values (string, number, bool) to signal handlers. ...
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1936-30/+1412
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (36 commits) Doc improvements Disable mouse-based selection in TextInput/TextEdit Rename qml executable to qmlviewer Don't crash if the target parent is destroyed. Introduce a threaded interpreter for QML binding bytecode Bug moved. doc doc Remove image example (covered in class docs) When changing Loader source, remove old item from scene immediately. Add missing .qmlproject files Fix folderlistmodel with qt namespace Renaming "Qml Launcher" back to "QML Viewer" Rename some examples: proxyviewer -> networkaccessmanagerfactory, Regression fix for Loader anchors not working Make Qt.include() work for js files that have '.pragma library' doc fix Improve docs for Qt.quit() Prevent assignment of values (string, number, bool) to signal handlers. Make sure strings are escaped when returned via asScript. ...
| | * | | 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
| | | | |
| | * | | Regression fix for Loader anchors not workingJoona Petrell2010-05-182-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson
| | * | | Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-184-0/+33
| | | | |
| | * | | Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-186-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-10764 Reviewed-by: Aaron Kennedy
| | * | | Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-183-5/+5
| | | | | | | | | | | | | | | | | | | | Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct.
| | * | | git ignore stuffWarwick Allison2010-05-181-0/+1
| | | | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1812-14/+14
| | |\ \ \