summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qfiledialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Revert previous QFileDialog fix for SolarisSamuli Piippo2014-09-051-1/+1
* fix include of private headerMark Brand2014-05-031-1/+1
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSergio Martins2013-09-091-0/+8
* Sun CC: Fix QFileDialog compilationSergio Ahumada2013-08-161-1/+1
* Fix multiselection by CTRL-click in QFileDialog/KDE.Friedemann Kleint2013-02-211-1/+5
* Use QDir::homePath() for tilde expansionPasi Petäjäjärvi2013-01-281-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fix a crash in QFileDialog when selecting an invalid name filter.Friedemann Kleint2012-10-311-5/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-071-1/+12
* Reduces compiler warnings when compiling for WEC7jaanttil2012-02-031-0/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Amend qfiledialog INTEGRITY patchHarald Fernengel2011-11-151-1/+1
* Remove support for tilde expansion as there is no home on INTEGRITY.Rolland Dudemaine2011-11-151-0/+2
* Fix broken Solaris build (getpwnam_r usage)Iikka Eklund2011-09-221-1/+6
* Merge remote-tracking branch 'upstream/4.8' into 4.8Frederik Gladhorn2011-06-121-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Fix some issues introduced in df6713b8f55fc007796f40.Pierre Rossi2011-06-091-1/+1
* | Add tilde (both ~ and ~<userName>) expansion to QFileDialog on UNIX.Pierre Rossi2011-06-081-4/+73
|/
* Merge branch 'master-upstream'Gabriel de Dietrich2011-02-151-1/+1
|\
| * Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-041-1/+1
| |\
| | * Fix few QFileDialog static method issues in Symbian^3Miikka Heikkinen2011-02-021-1/+1
* | | Merge branch 'master-upstream' into master-waterThierry Bastian2011-01-201-2/+2
|\| |
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
| |\|
| | * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| * | fix 'QChar::QChar(char)' is deprecatedKonstantin Ritt2011-01-111-1/+1
* | | Fixed a double selection in QFileDialog when savingThierry Bastian2010-12-221-0/+1
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-9/+59
|\|
| * Corrected ASCII comparison and removed extra bracesTitta Heikkala2010-11-191-2/+1
| * Removed extra cpp and done changes based on commentsTitta Heikkala2010-11-181-6/+3
| * Correct flags for Symbian file dialogsTitta Heikkala2010-11-181-1/+1
| * Native file dialog on Symbian^3Titta Heikkala2010-11-151-9/+63
* | make QFileDialog completer return proper dirnames in rootZeno Albisser2010-10-201-1/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-221-1/+0
|\|
| * remove extra includesRitt Konstantin2010-09-211-1/+0
* | Ensure that the view loses its selection when typing in the lineeditAndy Shaw2010-07-141-1/+1
|/
* Fix QT_NO_FSCOMPLETERTasuku Suzuki2010-04-121-0/+4
* Show only one dialog when using QFileDialog on Mac.Alexis Menard2010-03-311-0/+6
* doc: Completed sentence about HideNameFilterDetailsThorbjørn Lindeijer2010-03-151-1/+2
* Doc fix. No need to put something deprecated if it's not.Alexis Menard2010-01-291-2/+1
* File dialog mode is not correctly updated in Mac (Cocoa).Prasanth Ullattil2010-01-141-6/+9
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
| |\
| | * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | | Fix completion in QFileDialog.Alexis Menard2010-01-121-0/+8
|/ /
* | Fix default filter selection when using HideNameFilterDetails option.Alexis Menard2010-01-061-15/+28
* | Make the ShowDirsOnly option work in QFileDialog.Alexis Menard2010-01-041-0/+3
|/