summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Don't mark tst_QFiledialog as insignificant_testKari Oikarinen2018-04-121-2/+0
* Fix tst_QFiledialog::completerKari Oikarinen2018-04-101-0/+3
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+10
| |\|
| | * tst_QFileSystemModel: Stabilize readOnly(), sortPersistentIndex()Friedemann Kleint2017-11-301-2/+10
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-1/+22
|\| |
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+20
| |\|
| | * QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-0/+20
* | | Remove references to obsolete platformsJake Petroules2017-11-051-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\|
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-172-3/+3
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-052-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-8/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-8/+8
| |\|
| | * Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-8/+8
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-5/+5
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-3/+3
|/ /
* | Blacklist tst_QMessageBox::defaultButton on osx ciMorten Johan Sørvig2017-08-221-0/+2
* | Ignore tests that fail on OpenNebulaFrederik Gladhorn2017-08-031-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+16
|\|
| * Ignore hanging tst_qinputdialog::getInt/getDouble() test on macOS 10.12Simon Hausmann2017-08-021-0/+16
* | Implement setDoubleStep for QInputDialogAndy Shaw2017-07-111-0/+43
|/
* macOS: Blacklist tst_QProgressDialog::autoShow()Friedemann Kleint2017-07-021-2/+2
* Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-2/+3
* winrt: Fix tst_QDialog::showFullScreenOliver Wolff2017-06-191-1/+1
* QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-301-1/+33
* tst_QFiledialog: use escape to close dialogs instead of timerMitch Curtis2017-05-301-5/+2
* Windows: Fix tst_QFileDialog2::completionOnLevelAfterRoot()Friedemann Kleint2017-04-291-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-1/+72
|\
| * QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-062-1/+72
* | Improve mime type filters in QFileDialogElvis Angelaccio2017-01-061-0/+30
|/
* tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-303-5/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-4/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-4/+6
| |\
| | * Stabilize tst_QFileDialog2::task143519_deleteAndRenameActionBehavior()Friedemann Kleint2016-11-151-4/+6
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-15/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-15/+4
| |\|
| | * tst_QFileSystemModel::specialFiles(): Remove Windows partsFriedemann Kleint2016-11-141-15/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-46/+60
|\| |