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
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
/
src
/
widgets
/
dialogs
/
qmessagebox.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QMessageBox: fix UB (invalid cast) in Private::setVisible()
Marc Mutz
2025-03-25
1
-6
/
+9
*
QMessageBox: really fix UB (invalid cast) in Private::canBeNativeDialog()
Marc Mutz
2025-03-23
1
-1
/
+1
*
Widgets: pass dpr to QIcon::pixmap()
Christian Ehrlicher
2024-12-29
1
-2
/
+1
*
Widgets/doc remove all \since 4.x comments in widgets/dialogs
Christian Ehrlicher
2024-08-25
1
-45
/
+0
*
Return button index for deprecated QMessageBox APIs
Tor Arne Vestbø
2024-06-05
1
-1
/
+5
*
QMessageBox: Respect explicit accept/reject after closing dialog
Tor Arne Vestbø
2024-03-14
1
-7
/
+21
*
QMessageBox: ensure setTextFormat() also apply to informative text
Wang Zichong
2024-03-14
1
-2
/
+9
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+1
*
QMessageBox: Forward helper checkbox state via lambda
Tor Arne Vestbø
2024-02-29
1
-2
/
+7
*
Clean up about Qt dialog text
Kai Köhne
2024-02-14
1
-6
/
+5
*
Remove year from generic Qt copyright information
Kai Köhne
2024-02-14
1
-1
/
+1
*
Widgets: Add missing deprecation version markers
Kai Köhne
2024-01-28
1
-4
/
+4
*
QMessageBox: Move enum static assertions to cpp file
Axel Spoerl
2024-01-25
1
-0
/
+14
*
QMessageBox: Use pmf-style connects
Christian Ehrlicher
2024-01-10
1
-20
/
+14
*
QDialogButtonBox: Fix focus chain and default button assignment
Axel Spoerl
2023-12-20
1
-1
/
+1
*
Pass correct default button in QMessageBox::showNewMessageBox()
Axel Spoerl
2023-12-20
1
-5
/
+8
*
QMessageBox: don't use a native dialog if a style sheet is active
Volker Hilsheimer
2023-12-14
1
-0
/
+1
*
Fix build with -no-feature-menu
Tasuku Suzuki
2023-11-16
1
-0
/
+2
*
QMessageBox: Detect modifications to standard button text
Tor Arne Vestbø
2023-10-31
1
-2
/
+17
*
Teach QMessageDialogOptions about default and escape buttons
Tor Arne Vestbø
2023-10-26
1
-6
/
+33
*
QMessageBox: Do last minute setup in setVisible instead of showEvent
Tor Arne Vestbø
2023-10-26
1
-6
/
+5
*
QMessageBox: Opt out of native dialog if standard buttons have menu
Tor Arne Vestbø
2023-10-25
1
-1
/
+1
*
QMessageBox: Fall back to non-native dialog if button has menu
Timur Pocheptsov
2023-10-24
1
-0
/
+8
*
Unify QDialog WA_WState_ExplicitShowHide handling
Tor Arne Vestbø
2023-10-23
1
-2
/
+0
*
Include what you need: <QPointer>
Marc Mutz
2023-10-12
1
-0
/
+1
*
Doc: Fix location of QT_REQUIRE_VERSION documentation
Kai Köhne
2023-09-22
1
-1
/
+1
*
QMessageBox::about / aboutQt - use native modal dialog on iOS
Axel Spoerl
2023-09-18
1
-6
/
+17
*
Add note to QMessageBox::button() about modifying returned button
Tor Arne Vestbø
2023-09-08
1
-0
/
+6
*
doc: Fix links to QMesssageBox::Option::DontUseNativeDialog
Tor Arne Vestbø
2023-09-08
1
-2
/
+2
*
Remove dead code in QMessageBox
Axel Spoerl
2023-09-01
1
-10
/
+0
*
Doc: Fix \since for QMessageBox::options
Kai Köhne
2023-08-16
1
-2
/
+2
*
QMessageBox: Respect clients overriding QDialog::done()
Tor Arne Vestbø
2023-06-29
1
-19
/
+18
*
QMessageBox: Plumb native button clicks back to dialog's QAbstractButton
Tor Arne Vestbø
2023-06-29
1
-17
/
+17
*
QMessageBox: Emit accepted/rejected for native message boxes
Tor Arne Vestbø
2023-06-29
1
-8
/
+8
*
QMessageBox: Set clicked button for native dialogs in clicked callback
Tor Arne Vestbø
2023-06-29
1
-11
/
+2
*
Fix missing references to 'Qt Widgets - Application Example'
Tor Arne Vestbø
2023-06-27
1
-1
/
+1
*
QMessageBox: cut out the _q_requireVersion() middle-man
Marc Mutz
2023-06-21
1
-1
/
+1
*
QMessageBox: use optional<> instead of unique_ptr
Marc Mutz
2023-06-21
1
-3
/
+3
*
QMessageBox: use %ls and qUtf6Printable()
Marc Mutz
2023-06-21
1
-1
/
+1
*
QMessageBox: Remove include of qdebug.h
Friedemann Kleint
2023-06-16
1
-0
/
+22
*
Allow disable native messagebox dialog
Thorbjørn Lund Martsum
2023-05-02
1
-0
/
+98
*
Centralize copyright information for Qt
Kai Köhne
2023-03-20
1
-1
/
+1
*
Update Copyright year to 2023
Kai Köhne
2023-03-20
1
-1
/
+1
*
Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelper
Tor Arne Vestbø
2023-03-09
1
-0
/
+11
*
Fix qtbase build when all deprecated code are disabled
Yuhang Zhao
2023-02-22
1
-2
/
+2
*
Don't override QDialog::setVisible() to implement native dialogs
Tor Arne Vestbø
2023-01-09
1
-7
/
+9
*
Rename QMessageDialogOptions::Icon to StandardIcon
Tor Arne Vestbø
2022-12-13
1
-2
/
+2
*
Modernize QMessageBox documentation and example
Tor Arne Vestbø
2022-11-18
1
-25
/
+22
*
Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelper
Tor Arne Vestbø
2022-11-16
1
-0
/
+1
*
Update QMessageBox window modality documentation
Tor Arne Vestbø
2022-11-16
1
-7
/
+16
[next]