summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QFileDialog: Only focus file name edit when becoming visibleTor Arne Vestbø2017-01-041-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+3
| |\
| | * iOS: link photo lib plugin based on Info.plist contentsRichard Moe Gustavsen2016-10-261-0/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+2
| |\|
| | * QFileDialog: add missing break statements in switch in labelText()Marc Mutz2016-10-121-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-2/+4
| |\|
| | * Q(Color|File)Dialog: Fix several UBs (invalid cast/member call) in Private::c...Marc Mutz2016-09-241-2/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-3/+2
|\| |
| * | Doc: Remove references to Windows CE in Qt WidgetsVenugopal Shivashankar2016-08-221-2/+1
| * | Dialogs: don't create platform helpers unconditionallyJ-P Nurmi2016-08-171-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-5/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-5/+5
| |\|