index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
widgets
/
dialogs
/
qmessagebox
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-17
1
-5
/
+0
*
Don't override QDialog::setVisible() to implement native dialogs
Tor Arne Vestbø
2023-01-09
1
-0
/
+10
*
macOS: Add dialog helper for native message boxes
Tor Arne Vestbø
2022-11-15
1
-0
/
+35
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
tst_qmessagebox: port away from deprecated methods
Ivan Solovev
2022-08-24
1
-12
/
+14
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Test is not flaky any longer
Dimitrios Apostolou
2022-08-10
1
-4
/
+0
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
Tests: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
macOS: Don't show QMessageBox::about(Qt) as modal windows
Tor Arne Vestbø
2021-09-09
1
-2
/
+11
*
QMessageBox: Reset clickedButton for each invocation of the dialog
Tor Arne Vestbø
2021-09-04
1
-0
/
+23
*
Mark obsolete QMessageBox members as deprecated
Volker Hilsheimer
2021-04-23
1
-0
/
+9
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-6
/
+0
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+5
*
Fix compiler warnings from QKeyCombination
Lars Knoll
2020-09-28
1
-2
/
+2
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-09-23
1
-1
/
+1
*
Remove most compiler warnings about missing overrides
Lars Knoll
2020-09-11
1
-1
/
+2
*
CMake: Regenerate tests with new qt_ prefixed APIs
Alexandru Croitor
2020-07-09
1
-1
/
+1
*
Use QList instead of QVector in widgets tests
Jarek Kobus
2020-06-25
1
-3
/
+3
*
Remove winrt
Oliver Wolff
2020-06-06
1
-2
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-10
/
+6
|
\
|
*
Stabilize and rename tst_qmessagebox::expandDetails_QTBUG_32473
Shawn Rutledge
2020-03-12
1
-10
/
+6
*
|
Regenerate projects one last time before merge
wip/cmake
Alexandru Croitor
2020-02-12
1
-3
/
+2
*
|
Regenerate tests/auto/widgets/dialogs
Alexandru Croitor
2019-11-13
1
-2
/
+15
*
|
Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake
Alexandru Croitor
2019-10-11
1
-4
/
+2
|
\
|
|
*
Update for failures only on dev branch. Use general platform names
Daniel Smith
2019-08-19
1
-4
/
+2
*
|
Merge branch 'wip/qt6' into wip/cmake
Alexandru Croitor
2019-08-15
1
-1
/
+5
|
\
|
|
*
unblacklist passing tests
Daniel Smith
2019-07-08
1
-1
/
+5
*
|
Merge commit 'dev' into 'wip/cmake-merge'
Tobias Hunger
2019-04-16
1
-171
/
+131
|
\
|
|
*
Remove dead code
Vitaly Fanaskov
2019-01-04
1
-134
/
+0
|
*
Respect roles of buttons added to QMessageBox
Vitaly Fanaskov
2019-01-03
1
-0
/
+95
|
*
tst_QMessageBox: Modernize and simplify code
Vitaly Fanaskov
2018-12-12
1
-37
/
+36
*
|
Begin port of qtbase to CMake
Simon Hausmann
2018-11-01
1
-0
/
+6
|
/
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-08-16
1
-0
/
+6
|
\
|
*
Make QMessageBox window with the detailed text closable
Alexander Volkov
2018-08-14
1
-0
/
+6
*
|
winrt: make dialog auto tests pass
Oliver Wolff
2018-06-22
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-1
/
+1
|
\
|
*
Blacklist a flaky messagebox test
Ville Voutilainen
2018-02-13
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-10-17
1
-2
/
+2
|
\
\
|
*
|
Ensure result of all QTest::qWaitFor are verified
Tor Arne Vestbø
2017-10-05
1
-2
/
+2
*
|
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-4
/
+4
*
|
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
|
/
/
*
|
Blacklist tst_QMessageBox::defaultButton on osx ci
Morten Johan Sørvig
2017-08-22
1
-0
/
+2
*
|
Ignore tests that fail on OpenNebula
Frederik Gladhorn
2017-08-03
1
-0
/
+6
|
/
*
QtWidgets: Remove Windows CE.
Friedemann Kleint
2016-04-07
1
-4
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-21
1
-17
/
+12
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-11-18
1
-118
/
+126
|
\
|
*
QMessageBox test: Refactor closing dialogs.
Friedemann Kleint
2015-11-05
1
-118
/
+126
[next]