summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qmessagebox.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMessageBox: Respect explicit accept/reject after closing dialogTor Arne Vestbø2024-03-141-7/+21
* QMessageBox: ensure setTextFormat() also apply to informative textWang Zichong2024-03-141-2/+9
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QMessageBox: Forward helper checkbox state via lambdaTor Arne Vestbø2024-02-291-2/+7
* Clean up about Qt dialog textKai Köhne2024-02-141-6/+5
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-1/+1
* Widgets: Add missing deprecation version markersKai Köhne2024-01-281-4/+4
* QMessageBox: Move enum static assertions to cpp fileAxel Spoerl2024-01-251-0/+14
* QMessageBox: Use pmf-style connectsChristian Ehrlicher2024-01-101-20/+14
* QDialogButtonBox: Fix focus chain and default button assignmentAxel Spoerl2023-12-201-1/+1
* Pass correct default button in QMessageBox::showNewMessageBox()Axel Spoerl2023-12-201-5/+8
* QMessageBox: don't use a native dialog if a style sheet is activeVolker Hilsheimer2023-12-141-0/+1
* Fix build with -no-feature-menuTasuku Suzuki2023-11-161-0/+2
* QMessageBox: Detect modifications to standard button textTor Arne Vestbø2023-10-311-2/+17
* Teach QMessageDialogOptions about default and escape buttonsTor Arne Vestbø2023-10-261-6/+33
* QMessageBox: Do last minute setup in setVisible instead of showEventTor Arne Vestbø2023-10-261-6/+5
* QMessageBox: Opt out of native dialog if standard buttons have menuTor Arne Vestbø2023-10-251-1/+1
* QMessageBox: Fall back to non-native dialog if button has menuTimur Pocheptsov2023-10-241-0/+8
* Unify QDialog WA_WState_ExplicitShowHide handlingTor Arne Vestbø2023-10-231-2/+0
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+1
* Doc: Fix location of QT_REQUIRE_VERSION documentationKai Köhne2023-09-221-1/+1
* QMessageBox::about / aboutQt - use native modal dialog on iOSAxel Spoerl2023-09-181-6/+17
* Add note to QMessageBox::button() about modifying returned buttonTor Arne Vestbø2023-09-081-0/+6
* doc: Fix links to QMesssageBox::Option::DontUseNativeDialogTor Arne Vestbø2023-09-081-2/+2
* Remove dead code in QMessageBoxAxel Spoerl2023-09-011-10/+0
* Doc: Fix \since for QMessageBox::optionsKai Köhne2023-08-161-2/+2
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-06-291-19/+18
* QMessageBox: Plumb native button clicks back to dialog's QAbstractButtonTor Arne Vestbø2023-06-291-17/+17
* QMessageBox: Emit accepted/rejected for native message boxesTor Arne Vestbø2023-06-291-8/+8
* QMessageBox: Set clicked button for native dialogs in clicked callbackTor Arne Vestbø2023-06-291-11/+2
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-1/+1
* QMessageBox: cut out the _q_requireVersion() middle-manMarc Mutz2023-06-211-1/+1
* QMessageBox: use optional<> instead of unique_ptrMarc Mutz2023-06-211-3/+3
* QMessageBox: use %ls and qUtf6Printable()Marc Mutz2023-06-211-1/+1
* QMessageBox: Remove include of qdebug.hFriedemann Kleint2023-06-161-0/+22
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-021-0/+98
* Centralize copyright information for QtKai Köhne2023-03-201-1/+1
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-091-0/+11
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-221-2/+2
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-091-7/+9
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-131-2/+2
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-181-25/+22
* Plumb QMessageBox::iconPixmap() to QPlatformMessageDialogHelperTor Arne Vestbø2022-11-161-0/+1
* Update QMessageBox window modality documentationTor Arne Vestbø2022-11-161-7/+16
* QMessageBox: Reflect native dialog visibility via QWidget stateTor Arne Vestbø2022-11-151-0/+17
* QMessageBox: Resolve button title from button role if title is emptyTor Arne Vestbø2022-11-151-0/+30
* QMessageBox: Don't add details button to native dialog helperTor Arne Vestbø2022-11-111-2/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Move docs for QT_REQUIRE_VERSION to qmessagebox.cppSona Kurazyan2022-09-221-0/+19