Summary: | testing: group by file does not work correctly | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Anders Lund <anderslund> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmanuelpescosta099 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/735c046ddac45f729e52dda38f7152b62c304bb3 | Version Fixed In: | 4.10.5 |
Sentry Crash Report: | |||
Attachments: | screenshot of my grouped view |
Description
Anders Lund
2012-12-20 23:34:40 UTC
Created attachment 75946 [details]
screenshot of my grouped view
This bug also happens when sorting/grouping by name is enabled Review-Request: https://git.reviewboard.kde.org/r/109471/ 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 310705 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 |