Commit Graph
3401 Commits
Author SHA1 Message Date
Gerko de Roo 9b9fbaa236 Merge branch 'master' of git://git.assembla.com/fpdb-sql.git 2010-08-29 20:02:10 +02:00
Mika Bostrom cf1d8fb5e8 Add comment on decimal place override 2010-08-29 20:00:16 +02:00
Mika Bostrom a75ba5a288 Return "hard" NA for missing/incalculable stats
It makes very little sense to do a format string for nothing but zeroes
in case of unknown values. Simply return a set of 'NA' strings in place
of usual stats. This makes the error cases consistent throughout
Stats.py
2010-08-29 20:00:06 +02:00
Mika Bostrom 8265d9fc6e Remove trailing percent symbols from HUD values
The values that are displayed in the HUD box included the '%' symbol if
these values were percentages. This clutters the HUD for those who don't
need such extra characters.

This patch removes the trailing '%' from result[1]. The default
formatting for HUD values is '%3.1f' and if decimal places need to be
changed, the code for those is now simpler. A user who wishes to show a
percent symbol after any given stat value, can edit HUD_config.xml and
assign such stats the hudsuffix="%" attribute.

This patch also changes the way the tooltip strings are constructed.
Instead of appending the percent symbol to generated string, the '%' is
now generated in place by the format-string stanza '%%'.
2010-08-29 19:59:58 +02:00
sqlcoder bf8b826bbc copy any missing parts of config from .example 2010-08-29 12:46:22 +01:00
sqlcoder 8f91adc513 add log definition 2010-08-29 12:39:54 +01:00
sqlcoder 536adad477 merge from Steffen/Carl 2010-08-29 00:05:22 +01:00
sqlcoder 6e3953e774 add hand ID to warning message 2010-08-28 23:57:04 +01:00
sqlcoder 593006318a more refinements to OnGame parser 2010-08-28 23:49:37 +01:00
sqlcoder 01c7e37bae implement Add button in Database dialog (sqlite only) 2010-08-28 18:11:35 +01:00
Gerko de Roo f5fd58a554 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git 2010-08-28 18:18:44 +02:00
Gerko de Roo 0716b866a5 Merge branch 'master' of git://git.assembla.com/fpdb.git 2010-08-28 18:16:04 +02:00
Gerko de Roo 62892c80dc Merge branch 'master' of git://git.assembla.com/fpdboz.git 2010-08-28 18:14:41 +02:00
Eratosthenes ad3c6516cd PartyPokerToFpdb: Try again to fix STT HUD. 2010-08-28 09:25:41 -04:00
Erki Ferenc 861edf954e l10n: updated Hungarian translation
This includes
1. a fix for a missing %s in a translated string which makes HUD failing to start when Hungarian locale is active
2. another potential string formatting mistake
3. various minor fixes, mainly typos
2010-08-28 12:58:17 +02:00
Worros 3eb4f057bc THP: Add 'support' for other sites 2010-08-28 16:43:05 +08:00
Eratosthenes 004dd80fc2 PartyPokerToFpdb: Allow HUD to find STTs. 2010-08-27 10:53:33 -04:00
Worros de9c0d9ba6 Stars: Minor refactor to readHandInfo
Make the readHandInfo function throw an exception if either of the regexes used fails to match
2010-08-27 14:44:19 +08:00
Eratosthenes 6b978b8290 Remove obsolete and unused Tables.py. 2010-08-27 11:14:36 +08:00
Eratosthenes f5db60f23b Get rid of obsolete import of obsolete Tables.py. 2010-08-27 11:14:22 +08:00
Eratosthenes bbb21b4b4d FulltiltToFpdb: Throw exception when HandInfo reg ex doesn't match. 2010-08-27 11:14:02 +08:00
Eratosthenes eef5fd28e8 FulltiltToFpdb: Throw exception when HandInfo reg ex doesn't match. 2010-08-26 22:52:16 -04:00
Eratosthenes 96d1ffe4fa Remove obsolete and unused Tables.py. 2010-08-26 22:48:06 -04:00
Eratosthenes c664dfbbe3 Get rid of obsolete import of obsolete Tables.py. 2010-08-26 22:47:30 -04:00
steffen123 ef576cf213 update version to 0.20.906 2010-08-27 00:00:42 +02:00
gimick a28b0d8dbb py2exe: restructure - .906 locale changes, now builds in packaging/windows 2010-08-26 22:11:42 +01:00
sqlcoder 4954299061 add default attribute to appropriate database element if missing 2010-08-26 21:24:40 +01:00
steffen123 62bd04661a fix typo in config example and .py 2010-08-26 20:08:34 +02:00
steffen123 1e998f4780 l10n: cola skipped this mo file 2010-08-26 18:54:43 +02:00
steffen123 8222fa9328 l10n: update all po/mo files, scripts 2010-08-26 18:54:15 +02:00
Erki Ferenc cd4880ec80 Merge branch 'l10n' 2010-08-26 18:36:43 +02:00
Erki Ferenc 46354a37e7 Merge branch 'master' of git://git.assembla.com/fpdb 2010-08-26 18:32:26 +02:00
steffen123 76f60e3592 include fpdb version in GUI version listing 2010-08-26 18:32:01 +02:00
steffen123 6505334ac6 Merge branch 'carl' 2010-08-26 18:20:38 +02:00
steffen123 93573ac519 start of german translation 2010-08-26 18:19:58 +02:00
steffen123 28aaa5366d revert recent change of Hand.py to fix FTP 2010-08-26 18:17:22 +02:00
Worros 6d2de998c8 FTP: fix type hand.maxSeats to maxseats 2010-08-27 00:09:18 +08:00
Erki Ferenc 264f4da365 l10n: cleaned up Hungarian menu shortcuts 2010-08-26 16:16:34 +02:00
Worros 94ab295804 PKR: Fix some regexes 2010-08-26 11:25:21 +08:00
Worros 159384db17 PKR: Add a PKR HHC
Doesn't actualy work as yet, but the primary regexes are done.
2010-08-26 10:28:37 +08:00
Worros 6a823a430c Hand: Add PKR to sites lookup 2010-08-26 10:27:40 +08:00
Erki Ferenc 3272d0c7a9 Anonymised and cleaned up regression test files for PartyPoker
The "blind is forced allin" situation file has been splitted into two files as the sample hands were played on different days and on different limits.
2010-08-25 23:56:02 +02:00
steffen123 de9d48cc6a remove menu entry for set handhistory archive directory 2010-08-25 14:55:37 +02:00
Erki Ferenc b8ad153f91 l10n: updated Hungarian translation 2010-08-25 14:25:53 +02:00
steffen123 cd70d491c6 remove duplicate example config section 2010-08-25 13:42:00 +02:00
steffen123 73f50fff12 l10n: update PO/MO files 2010-08-25 13:36:12 +02:00
Erki Ferenc 1821e16eb1 l10n: revised Hungarian translation file
Just replaced some words and expressions here and there to a more fitting one.
2010-08-25 13:21:31 +02:00
steffen123 fdfefc753f update GUI version string to git again 2010-08-25 11:50:36 +02:00
steffen123 56c3de7072 make git always store HUD_config.xml.example with windows line ending 2010-08-25 11:49:08 +02:00
steffen123 f2fe4b0ce7 update version string in GUI 2010-08-25 08:06:12 +02:00