summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qmessagebox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-231-1/+1
|\
| * Update copyright year to 2022Kai Köhne2022-01-061-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-1/+1
|\|
| * Add null pointer checkVolker Hilsheimer2021-04-191-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-01-261-20/+20
* QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-261-4/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-0/+6
|\
| * Doc: Fix ButtonRole enum docs for QMessageBox and QDialogButtonBoxTopi Reinio2020-01-171-0/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+2
|\|
| * Bump copyright yearJani Heikkinen2020-01-091-2/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-28/+28
|/
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-8/+3
* Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-051-7/+7
* Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-4/+38
|\
| * Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-031-4/+38
* | Bump copyright year to 2019Kai Koehne2018-12-181-1/+1
|/
* Add translator's comment to the copyright noteFriedemann Kleint2018-11-231-2/+3
* Fix message about licensing options in the About Qt boxVitaly Fanaskov2018-11-191-1/+1
* Change the wording for license type in the About Qt boxVitaly Fanaskov2018-11-111-3/+3
* Make overloaded function appear in assistant indexJarek Kobus2018-10-011-2/+0
* Doc: fix minor issues in QMessageBox docsShawn Rutledge2018-09-291-3/+3
* Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-251-4/+19
* Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10
* Bump copyright yearJani Heikkinen2018-02-211-1/+1
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-11/+15
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-11/+15
| |\
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
| | * Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-11/+13
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
|/ /
* / Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-1/+2
|/
* Convert features.textbrowser to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-1/+0
* Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-4/+0
* Fix build without features.shortcutTasuku Suzuki2017-04-271-1/+1
* Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-2/+2
* Fix build with -no-feature-texteditPaul Olav Tvete2017-01-251-0/+4
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-10/+10
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-9/+9
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-9/+9
| | |\
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-9/+9
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-1/+1
| | |\|
| | | * Fix typo in QMessageBox documentationMitch Curtis2016-08-021-1/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-4/+1
|\| |