philroberts / FPDB-for-OSX

Free Poker DataBase development, with a focus on OSX.
http://fpdb.sf.net
56 stars 21 forks source link

GuiHandViewer: can only order by Bet/Net/Won #35

Open astephane opened 7 years ago

astephane commented 7 years ago

In hand viewer, hand rows can only be ordered by Bet, Net, Won columns and not by HandId etc.

I think more sorting criterion would be usefull, especially hand-id, game type, stake, street0 etc. (and date which I'm adding).

This has been locked in the code [1] [2].

[1] http://github.com/philroberts/FPDB-for-OSX/blob/qtfork/pyfpdb/GuiHandViewer.py#L115 [2] http://github.com/philroberts/FPDB-for-OSX/blob/qtfork/pyfpdb/GuiHandViewer.py#L250

astephane commented 7 years ago

Added ability to sort by date and hand-id in hand-viewer.