summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileDialog::setDirectory() and directory() should be symmetricShawn Rutledge2014-01-061-1/+5
* 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: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-151-78/+188
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* 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
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+5
|\
| * Fix multiselection by CTRL-click in QFileDialog/KDE.Friedemann Kleint2013-02-201-1/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-0/+7
|\|
| * Track last visited directory for native file dialogs as well.Friedemann Kleint2013-02-151-0/+7
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Use QDir::homePath() for tilde expansionPasi Petäjäjärvi2013-01-231-1/+3
|/
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-2/+2
* Made QWindowsStyle internalJ-P Nurmi2012-11-301-1/+1
* Made QMacStyle internalJ-P Nurmi2012-11-231-1/+1
* QFileDialog: Do not pass on file model root to QFileDialogOptions.Friedemann Kleint2012-11-021-13/+25
* Fix a crash in QFileDialog when selecting an invalid name filter.Friedemann Kleint2012-10-261-5/+7
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-261-2/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-071-1/+1
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Correct the QFileDialog's delete warning message.Mitch Curtis2012-09-041-3/+3
* Remove dialogs doc related warningsGabriel de Dietrich2012-08-201-1/+1
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-241-16/+2
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-101-14/+14
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-14/+14
| |\
| | * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-14/+14
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-1/+1
|/ /
* / Don't leak native dialog resourcesBradley T. Hughes2012-05-091-5/+3
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-1/+1
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-171-1/+12
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-091-1/+1
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-1/+1
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-011-1/+0
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-2/+23
* Remove many deprecated methodsLars Knoll2012-01-311-54/+3
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-311-63/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-141-94/+145
* Silence -Woverloaded-virtual warnings in QFileDialogBradley T. Hughes2011-12-121-9/+8