summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-133-2/+14
|\
| * Deprecate one overload of QInputDialog::getDouble() for 5.15Jan Arve Sæther2020-02-122-1/+13
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
| |\
| | * Convert two QDateTime::toString() usages to QLocale::toString()Edward Welbourne2020-01-301-1/+1
* | | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-101-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-283-8/+6
|\| |
| * | Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
| * | QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-262-6/+4
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | | Sync behavior and documentation of QFoo::setItemDelegate()Christian Ehrlicher2020-01-241-0/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-191-0/+6
|\| |
| * | 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.15' into devQt Forward Merge Bot2020-01-162-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-152-2/+4
| |\|
| | * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-142-2/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+2
| |\|
| | * Bump copyright yearJani Heikkinen2020-01-091-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-5/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-1/+1
| |\|
| | * QFileInfoGatherer: don't pass empty list to QFileSystemWatcherChristian Ehrlicher2019-12-231-1/+1
| * | Remove some uses of QImage::setAlphaChannelAllan Sandfeld Jensen2019-12-191-3/+2
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-7/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-7/+10
| |\|
| | * Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-061-7/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0911-124/+124
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0611-124/+124
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-256-7/+8
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-205-6/+6
| * | Don't insert multiple names for the same roleLars Knoll2019-11-051-1/+2
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-281-2/+2
| |\
| | * QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-252-3/+9
|/ /
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-105/+75
|\|
| * QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-251-4/+18
| * QWizard: Use member initialization in private classesFriedemann Kleint2019-09-241-101/+57
* | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-3/+7
|\|
| * QWizard/AeroStyle: Fix condition introduced by previous fixFriedemann Kleint2019-09-191-3/+4
| * QWizard/AeroStyle: Fix crash when Qt::AA_NativeWindows is setFriedemann Kleint2019-09-181-1/+4
* | QFileDialog: Fix volume name display on WindowsFriedemann Kleint2019-09-101-11/+28
* | QFileSystemModel: Fix naming of Option enumerationFriedemann Kleint2019-09-022-6/+6
* | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-0/+46
|\ \
| * | wasm: Add saveFileContent()Morten Johan Sørvig2019-08-202-0/+46
* | | Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-233-30/+32
|/ /
* | QFileSystemModel: Add optionsFriedemann Kleint2019-08-142-0/+120
* | QFileInfoGatherer: Make it possible to turn off file watchingFriedemann Kleint2019-08-132-30/+107
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-132-3/+3
|\|