summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-271-0/+10
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * QFileDialog: fix overwritten filterJoerg Bornemann2015-02-131-1/+1
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-171-1/+8
* | QFileDialog: don't warn about directory url prematurlyRichard Moe Gustavsen2015-02-151-1/+1
* | QFileDialog: don't clear directory url upon showRichard Moe Gustavsen2015-02-151-4/+0
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-6/+2
* | QFileDialog::setDirectory(): remove unused local variableMaks Naumov2015-02-021-1/+0
|/
* QFileDialog: prevent section collapsing in the main selection areaGiuseppe D'Angelo2014-11-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-12/+9
|\
| * QFileDialog: save and restore all settings even if widgets not usedShawn Rutledge2014-09-011-12/+9
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-3/+1
|\|
| * QFileDialog docs: remove misleading sentence about static functionsShawn Rutledge2014-08-061-3/+1
* | QFileDialog: implement getOpenFileUrl and friends for realDavid Faure2014-08-061-87/+81
* | QFileDialog: turn workingDirectory into a QUrlDavid Faure2014-08-051-43/+63
* | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-2/+2
* | QFileDialog: emit urlsSelected+urlSelected in accept().David Faure2014-07-241-8/+13
* | QFileDialog: compile with QT_NO_URL_CAST_FROM_STRING.David Faure2014-07-091-0/+2
* | qfiledialog: clean up dead code.David Faure2014-07-091-51/+0
|/
* QFileDialog: Return empty QUrl from the static get..FileUrl() functions.Friedemann Kleint2014-05-061-3/+8
* Observe case insensitive file systems in QFileDialog::selectFile().Friedemann Kleint2014-04-291-20/+40
* Fix QFileDialog::viewMode() when using a native file dialog.David Faure2014-04-281-1/+1
* Fix crash when accessing QFileDialog::selectedFiles() before widgets exist.Friedemann Kleint2014-04-281-2/+2
* QFileDialog: documentation clarifications about file type filteringShawn Rutledge2014-03-171-2/+14
* Remove the _qt_filedialog_xxx hooksJ-P Nurmi2014-03-151-45/+4
* Don't block Key_Back in file dialogPaul Olav Tvete2014-03-141-6/+1
* QFileDialog: restore state from QSettings after creating widgetsShawn Rutledge2014-02-201-3/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+3
|\
| * QPA fix: allow setting the initially selected name filter (KDE)Dominik Haumann2014-02-081-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-1/+5
|\|
| * QFileDialog::setDirectory() and directory() should be symmetricShawn Rutledge2014-01-061-1/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-12/+21
|\|
| * Android native message dialogBogDan Vatra2013-11-091-2/+2
| * Fix QFileDialog::getSaveFilename() with a given default nameShawn Rutledge2013-11-081-9/+10
| * QFileDialog: document the consequences of being "widgetless"Shawn Rutledge2013-10-311-1/+9
* | QFileDialog: use QSignalBlockerMarc Mutz2013-10-301-2/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-78/+188
|\|
| * QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-151-78/+188
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-4/+4
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* | WinRT: Fix Widget buildsAndrew Knight2013-09-271-1/+1
|/
* QFileDialog: add MIME Type filtersDavid Faure2013-08-291-0/+70
* Add QUrl based API to QFileDialogKevin Ottens2013-07-181-6/+127
* Have QFileDialog use QUrl internallyKevin Ottens2013-07-181-19/+64
* Silently strip leading dot off QFileDialog default suffixes.Friedemann Kleint2013-05-211-0/+2
* Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-091-0/+14
* Add QUrl based static methods to QFileDialogKevin Ottens2013-04-291-0/+185