aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into ↵Simon Hausmann2013-07-261-0/+1
|\ | | | | | | | | | | merge Change-Id: I5824a3eb624b325de10acfd5109c4c1bdabcf780
| * Mark tst_dialogs insignificant in win alsoSimo Fält2013-07-221-0/+1
| | | | | | | | | | | | Task-number: QTBUG-30513 Change-Id: Ib7b2f7f710be223aeb572061757cd8acd6d6852e Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/ | | | | Change-Id: Ieda9267e296acf6392a5461f4cfb9233a7a409a0 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Mark tst_dialogs insignificant to stop geting CI failuresShawn Rutledge2013-04-041-0/+2
| | | | | | Task-number: QTBUG-30513 Change-Id: I625ff99e2e2e31b58fd219cf9736f262098d2664 Reviewed-by: David Faure (KDE) <faure@kde.org>
* Skip flaky FileDialog modality testShawn Rutledge2013-03-221-3/+4
| | | | | | | | It's been failing in CI, not just on MacOS Change-Id: Iba3ff400c0b8b6b0cc9a7c6bddd710d3f0e78964 Reviewed-by: David Faure (KDE) <faure@kde.org> Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
* adding QtQuick.Dialogs, with FileDialog implementationShawn Rutledge2013-03-043-0/+206
This will obsolete the QFileDialogItem in desktop components and be available to all QtQuick applications. The QML FileDialog type is dynamically defined in the plugin by detecting which implementation will work on the current platform. Change-Id: I073c7a84bff6c02cf592dc46822a5a4b9c9bcaea Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>