summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-222-3/+7
* Convert two QDateTime::toString() usages to QLocale::toString()Edward Welbourne2020-01-301-1/+1
* Doc: Fix ButtonRole enum docs for QMessageBox and QDialogButtonBoxTopi Reinio2020-01-171-0/+6
* Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-142-2/+4
* Bump copyright yearJani Heikkinen2020-01-091-2/+2
* QFileInfoGatherer: don't pass empty list to QFileSystemWatcherChristian Ehrlicher2019-12-231-1/+1
* Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-061-7/+10
* 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
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-132-3/+3
|\|
| * Docs: Fix the snippet lookup for QFileDialog::getOpenFileContentAlessandro Portale2019-08-121-2/+2
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-1/+1
| |\
| | * QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-1/+1
* | | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-1/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| |\|
| | * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | | QFileSystemModel: Improve class structureFriedemann Kleint2019-07-094-54/+32
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-287-11/+11
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8
* | | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-8/+3
* | | QtWidgets: eradicate some indexed loops [needing qAsConst()]Marc Mutz2019-05-292-8/+8
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-0/+3
| |\|
| | * Don't try to retranslate strings for native color dialogsTor Arne Vestbø2019-05-161-0/+3
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-1/+1
* | | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | | QRegExp include cleanupSamuel Gaist2019-04-191-0/+5
* | | QFileDialog (widgets-based): Remember selection in historyFriedemann Kleint2019-04-092-11/+63
* | | QStyle/QWidget: Avoid repetitive invocation of QStyleHelper::dpiScaled()Friedemann Kleint2019-04-082-6/+8
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | | Windows code: Replace deprecated QVariant APIFriedemann Kleint2019-04-051-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-5/+5
|\ \ \