Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting arrows used incorrectly #26

Closed
hauau opened this issue Sep 29, 2016 · 2 comments
Closed

Sorting arrows used incorrectly #26

hauau opened this issue Sep 29, 2016 · 2 comments
Labels

Comments

@hauau
Copy link

hauau commented Sep 29, 2016

Wide side of sorting arrow should depict bigger values and vice versa.
Currently (V1.0 2016-08-12):
Incorrect orientation

@shundhammer
Copy link
Owner

shundhammer commented Oct 3, 2016

No. The down arrow (v) means "ascending" sort order, i.e. A-Z or 0-9, the up arrow (^) means "descending", i.e. Z-A or 9-0. That's how Qt does it (which is the underlying toolkit that QDirStat uses).

I was a bit surprised that this seems to be a topic of heated debate, for example here:

I was also surprised to hear that this appears to be different from toolkit to toolkit or from platform to platform.

Yet, QDirStat will use the standard behaviour of its underlying toolkit. And it makes sense, too: Arrow down (v) meaning "downward order", i.e. sorted from top to bottom, A-Z, 0-9; arrow up meaning "upward order", Z-A, 9-0.

I will leave the pointless philosophical discussions to the UX people who can debate about such things until kingdom come without any useful result whatsoever (been there, had to suffer from it countless times).

@shundhammer
Copy link
Owner

BTW for a simple example, try a Qt file selection box and check how it behaves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants