Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double entries in the sidebar of QFileDialog | Alexis Menard | 2009-04-22 | 1 | -0/+4 |
| | | | | | | | | | The problem is QUrl == operator is case sensitive. On Windows we don't want double entries for C:\dev or c:\dev so i convert the url in lower case and compare them (on Windows only) to avoid duplicate entries. Task-number:226483 Reviewed-by:jasplin | ||||
* | There is no way to delete a invalid entry in the sidebar of QFileDialog. | Alexis Menard | 2009-04-21 | 1 | -3/+18 |
| | | | | | | | | | | | We can't remove an item in the sidebar if the bookmark is not valid (i.e. link to a non existing directory). ItemViews doesn't allow you to have disabled items and to select them at the same time, so i have implemented a delegate that paint in gray if the bookmark is invalid. So you can click on it and delete it. Task-number: 251341 Reviewed-by: jasplin | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+485 |