Summary: | dolphin sorting order reverted | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Zé <mmodem00> |
Component: | view-engine: details mode | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/ab7915c8d9b901fd21422203ce770c4329edb2ad | Version Fixed In: | 4.9.0 |
Sentry Crash Report: |
Description
Zé
2012-04-25 23:47:00 UTC
> For example im using "Detaild view mode" and i have files sorted
> by date in descent order (older files are listed first),
In the descending order (= '^' not 'v') the older files are listed as last (= on the bottom of the list), not as first. So I guess you have enabled the descending order on the date-column and want to have the ascending-order when clicking on the name-column?
I just checked the default Qt-behavior and you are right: When clicking on another column always the ascending order is used - I'll fix this to stay consistent with the Qt-behavior (and old Dolphin-behavior)
I must admit that it took me 15 minutes just to find out what you really mean - please try to be more precise in the "Steps to reproduce" section: You said there "Click to for example list files by date and then click to list by Name"
... this is not correct: It should say "Assure that the the sorting is done by date in descending order, then click on the name-column". E.g. when clicking the date-column it is usually in the ascending order and hence clicking on the name-column will result in A-Z order. I'm sorry for so often nitpicking on your bug-description: You provide generally good bug-reports with issues that other people probably don't even notice, but (at least for me) they are sometimes quite difficult to understand ;-)
Git commit ab7915c8d9b901fd21422203ce770c4329edb2ad by Peter Penz. Committed on 26/04/2012 at 21:27. Pushed by ppenz into branch 'master'. Reset to ascending sort order when changing the column When changing the sort-column the sort order should always be reset to 'ascending' to by consistent with the QListView behavior. FIXED-IN: 4.9.0 M +6 -1 dolphin/src/kitemviews/private/kitemlistheaderwidget.cpp http://commits.kde.org/kde-baseapps/ab7915c8d9b901fd21422203ce770c4329edb2ad |