summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-1/+2
|\
| * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-1/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-22/+22
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
|/
* wasm: Add saveFileContent()Morten Johan Sørvig2019-08-201-0/+45
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-2/+2
|\
| * Docs: Fix the snippet lookup for QFileDialog::getOpenFileContentAlessandro Portale2019-08-121-2/+2
* | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-1/+2
* | QtWidgets: eradicate some indexed loops [needing qAsConst()]Marc Mutz2019-05-291-6/+7
* | QFileDialog (widgets-based): Remember selection in historyFriedemann Kleint2019-04-091-10/+52
|/
* QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-1/+34
* QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-17/+17
* QtWidgets: mark QFileDialog functions as deprecatedChristian Ehrlicher2019-02-121-2/+2
* wasm: add public API for local file accessMorten Johan Sørvig2019-02-071-0/+82
* QtWidgets: mark QDialog/QFileDialog functions as deprecatedChristian Ehrlicher2019-02-061-0/+4
* QFileDialog: Fix deprecation warningFriedemann Kleint2019-01-291-1/+1
* QFileDialog: Remember last visited directory correctlyFriedemann Kleint2018-12-121-0/+4
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-5/+7
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-5/+7
* | QFileDialog: Document that options need to be applied firstFriedemann Kleint2018-11-141-3/+22
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-4/+6
|\|
| * Modernize the "mimetype" featureLiang Qi2018-10-121-4/+6
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-9/+3
* | Make overloaded function appear in assistant indexJarek Kobus2018-10-011-2/+0
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-1/+1
* | QFileDialog: make QFileDialog::selectFile resolve remote dirs correctlyDavid Faure2018-08-221-3/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-13/+30
|\|
| * Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-271-13/+30
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* | Use QT_CONFIG(proxymodel) instead of QT_NO_PROXYMODELUlf Hermann2018-02-191-6/+6
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+4
|\
| * Fix native QFileDialog initial selection for remote URLsAlex Richardson2018-02-011-1/+4
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-4/+4
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-3/+5
|\|
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-2/+4
| * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-1/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
|/
* In QFileDialog delete a symlink rather than actual target it points toDongmei Wang2017-07-291-2/+1
* QFileDialog: Fix a crash occurring when deleting a fileDongmei Wang2017-07-271-2/+5
* Convert features.fscompleter to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-8/+8
* Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-11/+13
* Convert features.inputdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+0
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-3/+0
* Fix build without features.shortcutTasuku Suzuki2017-04-271-1/+3
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-2/+4
* Fix typo in apidoc.Frederik Schwarzer2017-02-171-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+1
|\
| * QFileDialog: Protect against nullptr dereferenceKevin Funk2017-02-151-1/+1
* | Improve mime type filters in QFileDialogElvis Angelaccio2017-01-061-3/+26