summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qmessagebox
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-5/+0
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-091-0/+10
* macOS: Add dialog helper for native message boxesTor Arne Vestbø2022-11-151-0/+35
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* tst_qmessagebox: port away from deprecated methodsIvan Solovev2022-08-241-12/+14
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Test is not flaky any longerDimitrios Apostolou2022-08-101-4/+0
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-2/+11
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-041-0/+23
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-231-0/+9
* Remove the qmake project filesJoerg Bornemann2021-01-071-6/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-3/+3
* Remove winrtOliver Wolff2020-06-061-2/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-10/+6
|\
| * Stabilize and rename tst_qmessagebox::expandDetails_QTBUG_32473Shawn Rutledge2020-03-121-10/+6
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* | Regenerate tests/auto/widgets/dialogsAlexandru Croitor2019-11-131-2/+15
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-4/+2
|\|
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-4/+2
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-1/+5
|\|
| * unblacklist passing testsDaniel Smith2019-07-081-1/+5
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-171/+131
|\|
| * 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
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+6
|/
* 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
* | winrt: make dialog auto tests passOliver Wolff2018-06-221-0/+2
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * Blacklist a flaky messagebox testVille Voutilainen2018-02-131-0/+2
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+2
|\ \
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-2/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/ /
* | 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
|/
* QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-4/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-118/+126
|\
| * QMessageBox test: Refactor closing dialogs.Friedemann Kleint2015-11-051-118/+126