summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't accept QFileDialog when disabled item is activatedKeith Kyzivat2024-03-211-2/+3
* Doc: Mention AA_DontUseNativeDialogs in QFileDialogKai Köhne2024-02-191-4/+7
* QFileDialog: Use pmf-style connectsChristian Ehrlicher2024-01-101-113/+136
* Add parent arg to QFileDialog::getOpenFileContent and saveFileContentChris Von Bargen2023-12-281-14/+19
* Doc: Improve documentation for QFileDialog::OptionKai Köhne2023-12-281-23/+27
* Doc: Fix linking to QFileDialog::NativeFileDialogKai Köhne2023-12-191-2/+2
* Doc: Review and improve QFileDialog documentationInkamari Harjula2023-12-141-120/+123
* Doc: Add AcceptMode info to DontConfirmOverwriteSafiyyah Moosa2023-12-131-1/+2
* Unify QDialog WA_WState_ExplicitShowHide handlingTor Arne Vestbø2023-10-231-5/+0
* dialogs: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-061-18/+30
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-281-2/+2
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-2/+1
* QFileDialog: refactor a static helperAhmad Samir2023-06-051-12/+20
* QFileDialog: use ::sysconf() to get initial passwd struct buffer sizeAhmad Samir2023-06-051-4/+6
* QFileDialog: split a static helperAhmad Samir2023-06-051-20/+25
* Misc.: fix narrowing conversion warnings with explicit cast to intAhmad Samir2023-06-051-7/+8
* Misc.: fix narrowing conversion warningsAhmad Samir2023-06-051-20/+18
* FileDialog: Use well-known DeleteOnClose instead of custom lambdaMikolaj Boc2023-04-181-12/+2
* 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