summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dialog: Fall back to transient parent to make dialog window get centeredYuya Nishihara2020-12-031-1/+14
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-13/+12
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-1/+1
* Remove deprecated members from dialog classesVolker Hilsheimer2020-04-161-153/+0
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-7/+7
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-3/+3
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-0/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-0/+7
| |\
| | * Document that dialog parent relationship does not imply stacking orderTor Arne Vestbø2019-03-061-0/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-3/+3
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-071-3/+3
* | | Doc: Minor QDialog clarificationPaul Wicking2019-03-041-6/+5
|/ /
* | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-0/+3
* | QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | QtWidgets: mark QDialog/QFileDialog functions as deprecatedChristian Ehrlicher2019-02-061-1/+2
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-051-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-14/+43
|\|
| * Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-031-11/+37
| * QDialog: Pass transient parent as a parent to native dialogsAlexander Volkov2018-12-241-3/+6
* | Allow to prevent blocking of native dialogs by a proxy Qt dialogAlexander Volkov2018-10-021-0/+19
|/
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-121-0/+4
* QDialog::done(): improve the docsGiuseppe D'Angelo2018-06-071-3/+6
* Add a note to QDialog::exec() to prefer open() insteadGiuseppe D'Angelo2018-05-151-0/+7
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-8/+12
|\
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-1/+3
| * Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-7/+9
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-5/+6
|/
* Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-1/+3
* Convert features.errormessage to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-1/+3
* Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-1/+4
* Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+3
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+3
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+4
* QDialog: Fix typo in documentationhjk2017-06-121-1/+1
* Add feature.pushbuttonStephan Binner2017-03-061-1/+8
* Fix result handling in QDialog::doneSamuel Gaist2017-02-071-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+1
|\
| * Dialogs: don't create platform helpers unconditionallyJ-P Nurmi2016-08-171-1/+1
* | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+2
* | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-2/+4
| |\
| | * QDialog::adjustPosition(): Check screen numberFriedemann Kleint2016-07-261-2/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+6
| |\|
| | * QDialog::adjustPosition(): Manually set target screen before moving.Friedemann Kleint2016-05-311-0/+6
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-25/+0
|/ /