fpdb/pyfpdb
2010-07-15 01:58:54 +02:00
..
regression-test-files Add new test file, delete fpdb.py 2010-06-21 18:42:15 +08:00
AbsoluteToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
AlchemyFacilities.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
AlchemyMappings.py DB: renamed Hands.handStart to Hands.startTime for consistency 2010-07-11 08:05:54 +02:00
AlchemyTables.py DB: renamed Hands.handStart to Hands.startTime for consistency 2010-07-11 08:05:54 +02:00
Anonymise.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
BetfairToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
CarbonToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
Card.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Cards01.png Signed-off-by: fpdb-mme <jUrner@arcor.de> 2009-10-25 00:13:35 +02:00
Cards0-HMHUD.png new cards file 2009-03-10 20:31:09 -04:00
Charset.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Configuration.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Database.py IMAP: fix a silly mistake I made earlier 2010-07-15 01:53:46 +02:00
DerivedStats.py DB: remove default row for TT, allow HP.ttId to be NULL and remove default 2010-07-15 01:18:36 +02:00
EverleafToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
Exceptions.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Filters.py create superclasses for Gui*PlayerStats and *Filters 2010-07-11 05:58:00 +02:00
fpdb_import.py autoimport passes filenames to fpdb_import as unicode, so make bulk import do this as well so that add_import_file() always gets same type 2010-07-13 23:12:50 +01:00
fpdb.pyw rename ImapSummaries to ImapFetcher to better reflect its scope 2010-07-15 01:53:22 +02:00
FulltiltToFpdb.py stop it from dying on fpdb summary files (by commenting out the whole section) 2010-07-09 01:10:06 +02:00
GuiAutoImport.py big merge from steffen 2010-07-13 20:20:46 +01:00
GuiBulkImport.py make it record source of lock holding, print if required 2010-07-10 20:10:04 +02:00
GuiDatabase.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
GuiGraphViewer.py rename GuiPlayerStats to GuiRingPlayerStats and Filters to RingFilters 2010-07-11 05:49:58 +02:00
GuiLogView.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
GuiPlayerStats.py create superclasses for Gui*PlayerStats and *Filters 2010-07-11 05:58:00 +02:00
GuiPositionalStats.py CLEANUP: remove FpdbSQLQueries as its been migrated elsewhere 2010-07-11 14:49:19 +02:00
GuiPrefs.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
GuiRingPlayerStats.py create superclasses for Gui*PlayerStats and *Filters 2010-07-11 05:58:00 +02:00
GuiSessionViewer.py CLEANUP: remove FpdbSQLQueries as its been migrated elsewhere 2010-07-11 14:49:19 +02:00
GuiTableViewer.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
GuiTourneyPlayerStats.py TPS: display limitType and category 2010-07-13 20:21:05 +02:00
Hand.py rename DB.createOrUpdateTourneyType to createTourneyType since TTs are static 2010-07-14 21:07:19 +02:00
HandHistory.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
HandHistoryConverter.py REFACTOR: move timezone changing method to HHC so it can used by other parsers 2010-07-13 20:37:06 +02:00
Hello.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
HUD_config.test.xml Aggression freq, aggression factor and Overall CBET added 2010-06-16 17:21:49 +02:00
HUD_config.xml.example expand config example with the new email section 2010-07-09 01:20:31 +02:00
HUD_main.pyw change calls to python2 back to python 2010-07-08 20:01:03 +02:00
HUD_run_me.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Hud.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
ImapFetcher.py rename ImapSummaries to ImapFetcher to better reflect its scope 2010-07-15 01:53:22 +02:00
interlocks.py make it record source of lock holding, print if required 2010-07-10 20:10:04 +02:00
logging.conf fix key error and add filter to logging.conf 2010-02-01 22:56:40 +00:00
makeexe.bat add bat/py for making an exe. exe errors with "can't find module cairo". no idea how to fix. 2009-08-04 16:20:14 -04:00
makeexe.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Mucked.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
OnGameToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
Options.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
P5sResultsParser.py Add a new sample file for parsing website results. 2010-07-06 16:13:25 +08:00
PartyPokerToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
PokerStarsSummary.py TOURNEY: fix category recording for PS summary import 2010-07-15 01:58:54 +02:00
PokerStarsToFpdb.py REFACTOR: move timezone changing method to HHC so it can used by other parsers 2010-07-13 20:37:06 +02:00
py2exe_setup.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
RingFilters.py comment out debug msg 2010-07-13 21:22:40 +01:00
SQL.py DB: remove default row for TT, allow HP.ttId to be NULL and remove default 2010-07-15 01:18:36 +02:00
Stats.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Summaries.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
SummaryEverleaf.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
Tables_Demo.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Tables.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
TableWindow.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_Betfair.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_Database.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_Everleaf.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_FullTilt.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_PokerStars.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
TournamentTracker.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
TourneyFilters.py create superclasses for Gui*PlayerStats and *Filters 2010-07-11 05:58:00 +02:00
TourneySummary.py TOURNEY: DB.createOrUpdateTourney fills in missing fields now 2010-07-14 22:36:07 +02:00
UltimateBetToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
upd_indexes.sql Signed-off-by: fpdb-mme <jUrner@arcor.de> 2009-10-25 00:13:35 +02:00
Win2dayToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
windows_make_bats.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
WinTables.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
XTables.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00