summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qmessagebox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code in QMessageBoxAxel Spoerl2023-09-121-10/+0
* Add note to QMessageBox::button() about modifying returned buttonTor Arne Vestbø2023-09-091-0/+6
* doc: Fix links to QMesssageBox::Option::DontUseNativeDialogTor Arne Vestbø2023-09-091-2/+2
* Doc: Fix \since for QMessageBox::optionsKai Köhne2023-08-171-2/+2
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-07-311-19/+18
* QMessageBox: Plumb native button clicks back to dialog's QAbstractButtonTor Arne Vestbø2023-07-311-17/+17
* QMessageBox: Emit accepted/rejected for native message boxesTor Arne Vestbø2023-07-311-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-291-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-171-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
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-8/+10
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-5/+5
* QMessageBox: fix deprecated warning about using old ctorMårten Nordheim2022-03-051-1/+1
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-2/+1
* Update copyright year to 2022Kai Köhne2022-01-041-1/+1
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-231-26/+0
* QMessageBox: read geometry from the screen the message box belongs toRichard Moe Gustavsen2021-09-231-1/+1
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-161-3/+5
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-0/+2
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-041-0/+1
* Doc: document deprecated classes in Qt WidgetsNico Vertriest2021-07-271-8/+9
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-13/+13
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-231-0/+5
* Fix coding styleFan PengCheng2021-03-261-3/+1
* Avoid a crash in QMessageBoxDetailsText, just in caseFan PengCheng2021-03-221-2/+5
* Add null pointer checkVolker Hilsheimer2021-02-241-1/+1
* Bump copyright year to 2021Kai Köhne2021-01-251-2/+2
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+2
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-1/+1
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-4/+2