Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QFileDialog : Fix filters that doesn't work if whitespaces at the end | Alexis Menard | 2009-04-15 | 1 | -0/+16 |
| | | | | | | | | The fix is basically remove the whitespaces at the end otherwise the reg exp will be wrong. Task-number: 240789 Reviewed-by: jasplin | ||||
* | Fix a crash in QFileDialog with a proxy on it. | Alexis Menard | 2009-04-03 | 1 | -0/+47 |
| | | | | | | | | | | | | 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 Knoll | 2009-03-23 | 3 | -0/+1809 |