summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\|
| | * QFileDialog: Fix single-click activationPalo Kisa2016-04-271-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-2/+2
|\| |
| * | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-061-2/+2
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-10/+2
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-03-011-4/+4
|\| |
| * | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-4/+4
* | | Q{File,Font,Color,Message}DialogOptions are no value classesMarc Mutz2016-03-011-1/+1
|/ /
* | QtWidgets: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-241-1/+1
* | QFileDialogOptions: Expose default name filter setting.Friedemann Kleint2016-02-221-4/+2
* | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-171-9/+4
|\ \
| * | Use QVector instead of QList for sizeof(T) > sizeof(void*)Sérgio Martins2016-02-141-1/+1
| * | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-8/+3
* | | Add attribute Qt::AA_DontUseNativeDialogs.Friedemann Kleint2016-02-171-3/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-17/+17
|\|