astephane

Results 11 comments of astephane

Added UTC & optional ET date/times to output of copy hand to clipboard (PokerStars format).

Added local date/time to hand-viewer (plus ability to sort).

I think that the current design of having writeHand(), writeGameLine(), writeGameTable() in the Hand class and derive the Hand class for variants severly limits extensibility of the program. IMHO, there...

That would be a very nice feature. Especially if there were an option like "bulk export". My problem is that I've lost some HH files which are in my FPDB...

Currently, Hand.handText exists but, unfortunately, its value is None.

I've finished (99%) PartyPoker export. It's pushed in my GitHub. if a field is added to the database and the original hand text is stored and retrived via Hand.handText, the...

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

Feature implemented in the release-0.41.0-rc7 branch of my GitHub fork.

Just reported to keep trace of it. I think this issue is not urgent. Also, I guess it dumps into sql text files so that the database could be re-created...

Sure, it's like a booststrap mechanism: no Qt UI packages are present, another Tk UI package is used to display in a window (usefull on Windows not so on Linux...