Summary: | Dolphin: wrong sorting of files and folders in expanded details view | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | oscar.0 |
Component: | view-engine: details mode | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.2 | |
Sentry Crash Report: | |||
Attachments: | inaccurate representation of tree structure |
Description
oscar.0
2012-03-20 14:48:37 UTC
Created attachment 69763 [details]
inaccurate representation of tree structure
error appeared after update from KDE 4.7 to 4.8.1 Thanks for the report, but I cannot reproduce the issue with 4.8.1. There has been a sorting issue in Dolphin from KDE 4.8.0 - are you sure you have the 4.8.1 packages and not 4.8.0 (also from Dolphin)? (In reply to comment #3) > Thanks for the report, but I cannot reproduce the issue with 4.8.1. There > has been a sorting issue in Dolphin from KDE 4.8.0 - are you sure you have > the 4.8.1 packages and not 4.8.0 (also from Dolphin)? "rpm -q -f /usr/bin/dolphin" gives me "kde-baseapps-4.8.1-1.fc16.x86_64" After trying a lot of things I could reproduce the issue: It seems you have disabled the "[ ] Folders First" setting - at least when disabling it I can reproduce the problem. Please let us know if this is really the case... Thanks! (In reply to comment #5) Thank you very much for investigating the issue so quickly. > After trying a lot of things I could reproduce the issue: It seems you have > disabled the "[ ] Folders First" setting - at least when disabling it I can > reproduce the problem. Please let us know if this is really the case... > Thanks! Yes, this is the case. Git commit 7120e0166dc886e0a7fcbe03b8b5fb46137b5e75 by Peter Penz. Committed on 20/03/2012 at 23:28. Pushed by ppenz into branch 'KDE/4.8'. Fix sorting-issue when "Sort folders first" is disabled The comparison of expanded trees may not assume that directories are always sorted first and must respect the "Sort folders first" setting. The sorting-unittest has been extended by a sub-tree and the usecase of bug 296437. The already deactivated test for KFileItemModel::expandedParentsCountCompare() has been completely removed as it has been replaced by testSorting(). FIXED-IN: 4.8.2 M +6 -4 dolphin/src/kitemviews/kfileitemmodel.cpp M +45 -59 dolphin/src/tests/kfileitemmodeltest.cpp http://commits.kde.org/kde-baseapps/7120e0166dc886e0a7fcbe03b8b5fb46137b5e75 Git commit 1b0b0d181d47bf2445ab55a48cc07e0ba39f689d by Peter Penz. Committed on 20/03/2012 at 23:28. Pushed by ppenz into branch 'master'. Fix sorting-issue when "Sort folders first" is disabled The comparison of expanded trees may not assume that directories are always sorted first and must respect the "Sort folders first" setting. The sorting-unittest has been extended by a sub-tree and the usecase of bug 296437. The already deactivated test for KFileItemModel::expandedParentsCountCompare() has been completely removed as it has been replaced by testSorting(). FIXED-IN: 4.8.2 M +6 -4 dolphin/src/kitemviews/kfileitemmodel.cpp M +45 -59 dolphin/src/tests/kfileitemmodeltest.cpp http://commits.kde.org/kde-baseapps/1b0b0d181d47bf2445ab55a48cc07e0ba39f689d |