summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-141-0/+2
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-281-1/+1
* QFileDialog: Decouple nativeDialogInUse from QPlatformDialogHelperTor Arne Vestbø2022-11-111-4/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-11/+11
* QFileDialog: use QUrl::toString(QUrl::PreferLocalFile)Ahmad Samir2022-10-281-12/+5
* QFileDialog: split some code out of accept() to smaller functionsAhmad Samir2022-10-281-18/+31
* QFileDialog: use QString::remove() instead of mid()Ahmad Samir2022-10-281-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-15/+15
* QtWidgets: Use C string literals as keysMate Barany2022-09-261-21/+21
* QtWidgets: Use strcmp instead of equality operatorMate Barany2022-09-261-3/+1
* Doc: Fix typo in QFileDialog documentationKai Köhne2022-09-261-1/+1
* QtWidgets: Fix mismatches between string types and literalsMate Barany2022-09-231-2/+2
* Use popup() instead of exec() for file dialog's context menuMikolaj Boc2022-08-191-7/+10
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-121-8/+2
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-3/+3
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-47/+47
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-26/+26
* Document that native file dialogs might not show a titleVolker Hilsheimer2022-03-231-5/+10
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-2/+2
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-121-3/+8
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-191-0/+7
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-131-1/+1
* QFileDialogComboBox: member variable is not initializedYang Yuyin2021-08-311-8/+0
* QFileDialog: Use static const QRegularExpressionWaqar Ahmed2021-08-181-1/+1
* QFileDialog::saveFileContent crashes on acceptDong Rui2021-06-031-2/+2
* Variable is Assigned a never used value in qt_make_filter_list()Huang Jie2021-03-041-11/+4
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-01-151-0/+3
* Doc: Don’t use \note when documenting enum valuesMorten Johan Sørvig2020-12-211-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-041-4/+2
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-1/+1
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-251-2/+3
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-6/+0
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-121-68/+60
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-1/+1
* Remove leftover QT_WARNING_POPTor Arne Vestbø2020-06-291-1/+0
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-261-51/+6
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-5/+5
* Remove winrtOliver Wolff2020-06-061-3/+0
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-5/+2
|\
| * Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* | QFileDialog: fix enumeration mismatchGiuseppe D'Angelo2020-05-051-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+6
|\|