summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-013-9/+53
* QFileSystemModel: Remove model member variable from testFriedemann Kleint2019-07-271-48/+50
* QFileSystemModel: Brush up the testFriedemann Kleint2019-07-261-142/+147
* unblacklist passing testsDaniel Smith2019-07-085-9/+21
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-142-2/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-072-2/+5
| |\
| | * Qt Widgets: Make tests pass on High DPI screens and scalingFriedemann Kleint2019-05-292-2/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-0/+2
|\| |
| * | Extend blacklisting of dirsBeforeFiles as it's flakyTony Sarajärvi2019-04-261-0/+2
* | | QFileDialog (widgets-based): Remember selection in historyFriedemann Kleint2019-04-091-0/+10
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-223-2/+18
|\|
| * Remove "insignificant" flag from qfilesystemmodel testTony Sarajärvi2019-02-213-2/+18
* | QtWidgets: mark QFileDialog functions as deprecatedChristian Ehrlicher2019-02-121-12/+12
* | Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-082-5/+5
* | QtWidgets: mark QDialog/QFileDialog functions as deprecatedChristian Ehrlicher2019-02-062-6/+6
|/
* qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-0/+5
* Remove dead codeVitaly Fanaskov2019-01-041-134/+0
* Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-031-0/+95
* tst_QMessageBox: Modernize and simplify codeVitaly Fanaskov2018-12-121-37/+36
* tst_qfilesystemmodel: Do not use nested calls of auto test functionsOliver Wolff2018-10-251-23/+56
* Remove insignificant flag from qcolordialog.proTony Sarajärvi2018-09-242-2/+6
* Blacklist a tst_QFileDialog2 test due to extreme flakiness in macOSTony Sarajärvi2018-09-151-0/+2
* Refactor tst_QFiledialog::clearLineEdit()Friedemann Kleint2018-08-241-16/+76
* tests: blacklist tst_QDialog::showFullScreen() on macOS 10.13 in CILiang Qi2018-08-221-0/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-0/+6
|\
| * Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-3/+7
|\|
| * Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-271-3/+7
* | winrt: make dialog auto tests passOliver Wolff2018-06-224-2/+21
* | Tests: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-1/+1
* | winrt: Remove qfiledialog and qmessagebox auto tests for nowOliver Wolff2018-05-281-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-244-76/+50
|\|
| * tests/auto/widgets/dialogs: Avoid unconditional qWait()sKari Oikarinen2018-05-144-76/+50
* | Stabilize tst_QFileDialog2::QTBUG4419_lineEditSelectAllKari Oikarinen2018-05-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-121-2/+0
|\|
| * Don't mark tst_QFiledialog as insignificant_testKari Oikarinen2018-04-121-2/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-111-0/+3
|\|
| * Fix tst_QFiledialog::completerKari Oikarinen2018-04-101-0/+3
* | Don’t show file dialog before calling selectFile()Morten Johan Sørvig2018-03-191-1/+0
* | Fix focusObjectDuringDestruction crashMorten Johan Sørvig2018-03-191-1/+2
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-2/+2
|\
| * Blacklist a flaky messagebox testVille Voutilainen2018-02-131-0/+2
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* | qtbase: Remove BLACKLIST files which are no longer activeChristian Ehrlicher2018-02-121-5/+0
* | QFileSystemModel/Win: Fix file system operations failing due to watchersFriedemann Kleint2018-01-261-0/+39
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-1/+28
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-1/+28
| |\|
| | * QFileSystemModel/Windows: Make file name checking case-insensitiveFriedemann Kleint2018-01-091-1/+28
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+10
|\| |