Project

General

Profile

Actions

Emulator Issues #5774

closed

Sorting Problem

Added by shinra35888 over 12 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
UI
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

-The sorting button does not put games in ABC order.

-The sorting buttons should categorize the games by their systems and then put them in ABC order within their system (and not overall with both systems). That means GC games should be alphabetized separated from the WII games.

-Pressing the sort button should show Cube games first, then Wii games 2nd. Pressing it again after this should show Wii games 1st and Cube games 2nd.

Actions #1

Updated by rdragoon over 12 years ago

  • Status changed from New to Accepted
  • Issue type set to Bug
  • Category set to ui

That's not how it's supposed to work at all. If you sort by system, it'll sort that way, and then among systems, it'll sort by whatever it was last sorted by. So if you want to sort by gc and then by abc, you need to first sort by abc, then by system.

However, the primary sort is now saved, but not the secondary, so that does need to be fixed.

Actions #2

Updated by shinra35888 over 12 years ago

Ok, I see how the alphabetizing works now. So it's not possible to press the sort by system button once to have cube first and then twice to have wii first?

Actions #3

Updated by rdragoon over 12 years ago

Oh whoops, didn't notice that. No, it is not currently possible to sort by reverse system, but i'll fix that as well.

Actions #4

Updated by shinra35888 over 12 years ago

Okay, thanks for your effort :)

Actions #5

Updated by rdragoon over 12 years ago

So uh, yeah, we can't sort by platform ascending because COLUMN_PLATFORM = 0, and -0 isn't a thing. Adding a dummy column to the beginning allows it to be sorted easily enough, but then the platform icon is missing (http://code.google.com/p/dolphin-emu/source/browse/Source/Core/DolphinWX/Src/GameListCtrl.cpp#417). I'm not sure how to fix that. I'm also not sure if there's an easier/better way to fix this.

Actions #6

Updated by shinra35888 over 12 years ago

Ok, just fixing the secondary sort saving only would do if another user can't figure it out as well.

Actions #7

Updated by rdragoon over 12 years ago

http://codepad.org/zBraMX3e

That works, but not sure if certain people will object to using a blank column. If they do, then i don't know how else to fix this.

Actions #8

Updated by shinra35888 over 12 years ago

A blank column as in replacing the logo column or as in a separate empty column? People may not like it if it replaces the logos, but they may not mind if it's just an empty column apart from the logos.

Actions #9

Updated by rdragoon over 12 years ago

It's a new 0 pixel column. It doesn't change the appearance at all.

Actions #10

Updated by shinra35888 over 12 years ago

Ok, that should be cool then :)

Actions #11

Updated by rdragoon over 12 years ago

  • Status changed from Accepted to Fixed

This issue was closed by revision 4c7b63cf0e33.

Actions

Also available in: Atom PDF