Bug 399261

Summary: software management: provide static sorting not dynamic
Product: [openSUSE] openSUSE 11.0 Reporter: macias - <bluedzins>
Component: YaST2Assignee: Stefan Hundhammer <shundhammer>
Status: RESOLVED WONTFIX QA Contact: Jiri Srain <jsrain>
Severity: Enhancement    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: i586   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description macias - 2008-06-11 13:10:01 UTC
Example:
sort packages by status, then change the status, the whole list would be reordered.

From UI perspective this is bad, because user has to focus where he is now.

Please quit dynamic sorting, when the list is sorted (by user) keep the order till next explicit sort done by user.
Comment 1 Stefan Hundhammer 2008-06-13 14:29:51 UTC
That's a matter of how the underlying Qt widget does the sorting. We only provide the comparison function.

Sorry, can't help you here.
Comment 2 macias - 2008-06-13 14:57:18 UTC
No, because you assume you have to use sorting the way Qt does.

But you can as well read the data, sort them internally and put the data back. This way sorting only happens when user wants to reorder items, not when she/he changes the status.

Current UI makes changes very difficult.