austgl / transdroid

Automatically exported from code.google.com/p/transdroid
GNU General Public License v3.0
0 stars 0 forks source link

please add reverse sort order #298

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hy!

It would be great if I can sort the torrents in reverse order especially for 
"order by age".

Thanks!

Original issue reported on code.google.com by ufo...@gmail.com on 3 Mar 2011 at 12:09

GoogleCodeExporter commented 9 years ago
You can reverse the sorting by clicking on the same sort type again. Note that 
not all clients support all sort types (such as the age/date done).

Original comment by erickok@gmail.com on 3 Mar 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Thanks for the info!

But I still think that this is a bug! Because this wokrs with column headers, I 
don't think this is an intuitive, acceptable behavior of radio buttons to click 
twice for any action... It may be better to add a checkbox to the bottom of the 
sort menu, or somehow clearify the current method to users.

Original comment by ufo...@gmail.com on 3 Mar 2011 at 2:20

GoogleCodeExporter commented 9 years ago
You are right that I misuse the radiobox for something it is not designed for. 
Maybe I should just remove those and let them be buttons (like column headers 
work indeed). The header of the dialog box does tell you how it works though. 
I'll try to brush up this dialog a bit. Thanks for your input.

Original comment by erickok@gmail.com on 4 Mar 2011 at 10:01

GoogleCodeExporter commented 9 years ago
Yeah, you right, I was to lazy to read, and I don't even noticed that laziness 
:D
User's behavior... Strange to notice this on myself :)

But I think you shoul'd not remove the radio button's because they give the 
user information about witch column controls the sort, but instead you may 
change the selected one to a little arrow (i don't know it it's even possible 
without making a custom widget) or easyer, you can put an arrow besides the 
radio on the selected item. This will make the lazy users notice that these are 
virtual column headers, and can be clicked twice to change the order :) (like 
the little arrow on the real column header)

Original comment by ufo...@gmail.com on 4 Mar 2011 at 10:16