summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsidebar
Commit message (Collapse)AuthorAgeFilesLines
* Prevent duplicate entries in the sidebar when the paths are the sameAndy2009-05-141-2/+7
| | | | | | | | | If two urls were added to the sidebar that only differed in how they referenced the added url (i.e. /foo/bar/. and /foo/bar) then only one entry should appear. Task-number: 253532 Reviewed-by: Alexis
* Fix double entries in the sidebar of QFileDialogAlexis Menard2009-04-221-0/+26
| | | | | | | | | 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
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+208