summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* note QFileDialog::setNameFilters() is not supported on AndroidAssam Boudjelthia2020-04-231-0/+6
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* Use correct deprecation macro, and add \since to new member functionVolker Hilsheimer2020-04-022-3/+3
* Fix deprecation warnings for QInputDialog::getDouble()Lars Knoll2020-03-262-37/+9
* Header-review: add Q_DECL_DEPRECATED_X macro to deprecated methodVolker Hilsheimer2020-03-171-1/+1
* QFileDialog: Improve default implementation of getOpenFileContent()Friedemann Kleint2020-03-121-2/+3
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-2/+2
* Remove a "### Qt 6" that I forgot to removeJan Arve Sæther2020-02-281-1/+0
* Android: QFileDialog::selectedFiles() check isLocalFile()Assam Boudjelthia2020-02-271-2/+6
* QWizard: deprecate visitedPages and add visitedIds insteadVolker Hilsheimer2020-02-272-2/+15
* QComboBox: deprecate SizeAdjustPolicy::AdjustToMinimumContentLengthVolker Hilsheimer2020-02-261-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-242-3/+7
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-222-3/+7
* | Android: QFileDialog check isLocalFile() with static functionsAssam Boudjelthia2020-02-191-9/+26
* | 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
* | 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
* | 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.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.14' into 5.15Liang Qi2020-01-091-2/+2
|\|
| * Bump copyright yearJani Heikkinen2020-01-091-2/+2
* | 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.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
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0611-124/+124
* | 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.13' into 5.14Qt Forward Merge Bot2019-10-281-2/+2
|\
| * QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
* | 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