summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qsidebar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix double entries in the sidebar of QFileDialogAlexis Menard2009-04-221-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 Menard2009-04-211-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 Knoll2009-03-231-0/+485