Summary: | Alphabetical sorting and "_" | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | mathesis <net-account> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | martin.girard5 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mathesis
2009-01-18 19:18:37 UTC
Thanks for the report, but I cannot reproduce this issue: Dolphin sorts it correctly this way: aa a_a a_b Did you check whether you've activated 'Sort by Name'? Very strange, doing what I described I have the same result than you. Nevertheless, I have an MP3 folder with (so I still have this bug): queen__radio_ga_ga.mp3 queens_of_the_stone_age__no_one_knows.mp3 queen__somebody_to_love_live.mp3 (in this order and with 'Sort by Name' - I clicked on the name column to do so). Hm, very strange: Yes, with queen... a wrong ordering is done. I'll have a look on this :-) *** Bug 191865 has been marked as a duplicate of this bug. *** SVN commit 965099 by ppenz: Added test cases for bug 191865 and 181211. The tests pass -> the root cause of the issue seems to be in the used proxy model. I'll check this during the next week... CCBUG: 191865 CCBUG: 181211 M +9 -0 kstringhandlertest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=965099 Update: This seems to be a glibc issue :-( See discussion at http://lists.kde.org/?l=kde-devel&m=124174284926086&w=2 for details... Hi Peter, Any news about this issue? I understand that KDE team cannot do so much because it is related to glibc, so who can? For KDE SC 4.5 I try to do mainly polishing in Dolphin/kdelibs and this is one top prio issue I'll try to bypass in kdelibs. Also a little bit related beside the sorting is the wrapping of filenames, that contain '_' characters... In KDE 3 the _ have been handled like spaces or dots for wrapping, in KDE 4 they are handled like letters which often leads to a bad wrapping of filenames. I'd also like to fix the wrapping. SVN commit 1093884 by ppenz: Fix sorting issues of bugs 181211 and 201101. Thanks to Todd for the patch! BUG: 201101 BUG: 181211 CCMAIL: toddrme2178@gmail.com M +11 -2 kstringhandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1093884 SVN commit 1093886 by ppenz: Backport of SVN commit 1093884 (should be part of KDE SC 4.4.1): Fix sorting issues of bugs 181211 and 201101. Thanks to Todd for the patch! CCBUG: 201101 CCBUG: 181211 CCMAIL: toddrme2178@gmail.com M +11 -2 kstringhandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1093886 |