summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qfiledialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a crash in QFileDialog with a proxy on it.Alexis Menard2009-04-031-4/+23
| | | | | | | | | | | | The main problem is that enterDirectory received a QModelIndex that can be a proxy index and not a source index if there is a proxy set on the QFileDialog. This fix basically discover some other crashes in the completer. The problem was that we didn't apply the proxy to the completer too. So we basically messed up source and proxy indexes. Both have a proxy set now and convert the model indexes if needed. Task-number:250194 Reviewed-by:jasplin
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+3299