Summary: | Choosing to sort by file type enables sorting by name at first attempt | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Alexander Kandaurov <aakandaurov> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/735c046ddac45f729e52dda38f7152b62c304bb3 | Version Fixed In: | 4.10.5 |
Sentry Crash Report: |
Description
Alexander Kandaurov
2012-11-26 12:03:56 UTC
Thanks, I can confirm this problem. Git commit 735c046ddac45f729e52dda38f7152b62c304bb3 by Frank Reininghaus. Committed on 18/06/2013 at 17:39. Pushed by freininghaus into branch 'KDE/4.10'. Ensure that the "Sort by Type" setting is respected Before this commit, switching from, e.g., "Sort by Name" to "Sort by Type" sometimes had no effect until the view was refreshed. The problem was that the re-sorting was triggered before the type information was actually added to the model. Related: bug 312014 FIXED-IN: 4.10.5 REVIEW: 111004 M +3 -3 dolphin/src/kitemviews/kfileitemmodel.cpp M +42 -1 dolphin/src/tests/kfileitemmodeltest.cpp http://commits.kde.org/kde-baseapps/735c046ddac45f729e52dda38f7152b62c304bb3 |