Commit Graph
100 Commits
Author SHA1 Message Date
sqlcoder 1688dfc991 add ability to display different columns in summary and position breakdown. Next job is to add this info to config and build a column config dialog. Also set height of top stat pane better. 2010-07-30 01:00:31 +01:00
sqlcoder 9c5581caf0 rename stealattempt fields to raisefirstin and derive accordingly 2010-07-27 22:27:18 +01:00
sqlcoder 61fb3df695 some work on guidatabase and turn it on 2010-07-19 21:36:45 +01:00
sqlcoder 2a0fbcca4c clear auto import player cache when re-creating db 2010-07-18 16:21:27 +01:00
sqlcoder 73b7729530 quit no longer needed now importer cache is being cleared (may need to clear auto import player cache as well?) 2010-07-18 16:17:40 +01:00
sqlcoder 3657327566 clear player cache when recreating database 2010-07-14 21:07:20 +01:00
sqlcoder 397e87b800 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
sqlcoder b07505d367 tidy up closedown 2010-07-13 21:23:32 +01:00
sqlcoder 6661610429 comment out debug msg 2010-07-13 21:22:40 +01:00
sqlcoder d78d69e9f4 miss out fl/pl/nl checkbox if no relevant hands 2010-07-13 21:19:18 +01:00
sqlcoder 02e1a71592 fix broken graphing 2010-07-13 20:21:34 +01:00
sqlcoder c36e87a24d big merge from steffen 2010-07-13 20:20:46 +01:00
sqlcoder b52110d45f change tabs to spaces 2010-07-11 19:00:27 +01:00
sqlcoder 45fa170758 comment out close of fpdb after db recreate, I don't see how it helps 2010-07-11 18:53:26 +01:00
sqlcoder 1d263c8139 fix call to db.connected() 2010-07-11 18:36:45 +01:00
sqlcoder 26642557a1 Merge branch 'master' of git://git.assembla.com/fpdboz 2010-07-11 15:20:41 +01:00
sqlcoder e34092b175 Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-06-26 18:08:27 +01:00
sqlcoder 6a999f4232 change shortcut key for import button so that it still works when button label is 'I M P O R T I N G' 2010-06-20 17:47:23 +01:00
sqlcoder d6f3bed1d4 fix comment error in example hud config and call sys.exit() if the error is still there instead of exit() 2010-06-14 22:52:23 +01:00
sqlcoder 9b59957a9b comment out new .close() calls to fix autoimport button 2010-06-12 11:15:55 +01:00
sqlcoder 92aab5e80b fix new call to get_site_parameters() 2010-06-12 11:15:02 +01:00
sqlcoder 7205ac78d3 change legend position in graph, 'best' seems to use top right for me sometimes when upper left seems the obvious place to put it 2010-06-11 21:09:04 +01:00
sqlcoder bf5f24fb6b add xshift/yshift config to move menu window on hud 2010-06-11 21:03:53 +01:00
sqlcoder fbefe1e611 try to wrap long lines in config file, attributes are still sorted into alpha order :-( 2010-06-09 22:46:17 +01:00
sqlcoder 5803933ba0 update py2exe instructions 2010-06-09 20:58:05 +01:00
sqlcoder d26b0f3a9f another python -> pythonw change 2010-06-07 21:59:01 +01:00
sqlcoder fb811ca388 minor heading change in Preferences dialog 2010-06-07 21:58:04 +01:00
sqlcoder 8e0fb78570 further refinements to .py -> .pyw and python -> pythonw change 2010-06-07 19:29:59 +01:00
sqlcoder 1c897e54d5 rename HUD_main from .py to .pyw as well 2010-06-06 21:03:03 +01:00
sqlcoder 1aafe79b4a fix name of list indexes query 2010-06-06 13:21:21 +01:00
sqlcoder b7a7af37d5 minor whitespace change 2010-06-06 13:20:39 +01:00
sqlcoder da203fbe6c debug and refine fpdb.pyw changes for .exe version 2010-06-06 10:57:51 +01:00
sqlcoder 9421f045dd put output file from .exe startup in higher directory 2010-06-06 09:29:46 +01:00
sqlcoder 544a682891 rename fpdb.py to fpdb.pyw makes it run smoother from .exe (no dos window) 2010-06-06 09:01:26 +01:00
sqlcoder 30d5cf56ca Merge branch 'master' of git://git.assembla.com/fpdboz 2010-06-05 16:54:18 +01:00
sqlcoder 397ae8bbcd show site name in error message if match failed 2010-06-05 16:53:48 +01:00
sqlcoder c265df2ffa Merge branch 'master' of git://git.assembla.com/fpdboz 2010-04-15 21:28:31 +01:00
sqlcoder 757c241241 move HH_bulk_path from general section to hhBulkPath in import section 2010-03-21 12:19:55 +00:00
sqlcoder e87e6294c8 return time in filter dates, adjusted using day_start from general config, update playerstats to use this 2010-03-21 11:40:32 +00:00
sqlcoder a478331988 change button name to differentiate from filter refresh 2010-03-20 18:20:40 +00:00
sqlcoder 395f80eac6 fix sqlite position stats again 2010-03-20 18:12:23 +00:00
sqlcoder b8a4d97ed6 add guesstimate of daylight savings time to UTC conversion (Stars doesn't tell us if DST or not) 2010-03-16 22:32:31 +00:00
sqlcoder c2d05cdfbb Merge branch 'master' of git://git.assembla.com/fpdboz 2010-03-15 21:51:50 +00:00
sqlcoder ef36e260e5 prepare for change to store time in UTC 2010-03-15 21:51:39 +00:00
sqlcoder a4a4eaa87b add general section to configuration. currently includes default bulk import path and start of day offset 2010-03-15 21:48:25 +00:00
sqlcoder a10f7c144e allow log viewer to view all 4 log/error files 2010-03-09 22:36:03 +00:00
sqlcoder 88670a6a2d Merge branch 'master' of git@github.com:sqlcoder/fpdb-sql 2010-03-09 21:47:02 +00:00
sqlcoder 6117eb64c8 remember separator position when refresh is clicked 2010-03-08 22:47:44 +00:00
sqlcoder 04acf25416 don't display headings for bottom table when it can't be calculated 2010-03-08 22:32:09 +00:00
sqlcoder 2e83e91ba5 add having clause to sqlite version of guistats query 2010-03-08 22:31:07 +00:00
sqlcoder 14a7784124 oops, forgot to add this in earlier commit 2010-02-28 08:53:44 +00:00
sqlcoder 6a6d1b1b2c fix 3bet stat (was being set to false if someone else 4bet) 2010-02-27 18:41:30 +00:00
sqlcoder 4ed82b1f18 comment out DEBUG print 2010-02-27 15:47:24 +00:00
sqlcoder daeee37b6b default dbname option is overriding 'default=true' selection in config file 2010-02-27 13:56:19 +00:00
sqlcoder 70bb9d687d add commented out 'explain query plan' to go with previous commit 2010-02-25 20:57:28 +00:00
sqlcoder 134a13bf29 create indexes on hudcache in sqlite 2010-02-25 20:43:15 +00:00
sqlcoder a26dfa09f2 automation: prompt for gtk dir location and copy files and dirs - resulting dir should be ready for distribution (once zipped up) 2010-02-24 22:21:13 +00:00
sqlcoder 6ac76d2d9b remove earlier bracket change that screwed stats up - it seemed necessary then but I can't figure out why now 2010-02-24 21:25:19 +00:00
sqlcoder 09801cd00e first go at db maintenance window, turned off for now 2010-02-20 18:59:49 +00:00
sqlcoder 141b88ecfd stop hudcache updating again when importing duplicate hands 2010-02-20 17:49:03 +00:00
sqlcoder ebf2205859 display popup if error parsing config file 2010-02-20 10:27:58 +00:00
sqlcoder 0cafb75c59 finish previous undo 2010-02-17 23:29:50 +00:00
sqlcoder c31a2f6cef undo earlier 're-fix' that broke things 2010-02-17 21:44:05 +00:00
sqlcoder 55b6e1ee92 change button text 2010-02-17 21:18:38 +00:00
sqlcoder 074a4e751e make sure filter releases any db locks it has 2010-02-17 19:25:04 +00:00
sqlcoder 797f04aaab fix problem with position stats in sqlite 2010-02-16 23:13:12 +00:00
sqlcoder 78dc7ab468 improve sawshowdown stat 2010-02-15 23:37:34 +00:00
sqlcoder 4993b6619e improve position set routine to cover folding to BB and missing SB 2010-02-15 22:57:59 +00:00
sqlcoder feeb70594a re-fix steal stats 2010-02-15 22:54:02 +00:00
sqlcoder 0ea95363fa only use M.Nk format for hand numbers > 10000 2010-02-14 23:29:20 +00:00
sqlcoder 6026d5bcb3 PokerStarsToFpdb.py 2010-02-14 23:27:34 +00:00
sqlcoder d637c2a89c improve steal calc 2010-02-14 23:26:47 +00:00
sqlcoder 6814538594 a wtsd fix, but figures looks further out if anything now. see riterman in FLHE_6max_sawflop_wrong.txt for an example where street1seen is still not set 2010-02-14 12:50:44 +00:00
sqlcoder 65a0c36781 use original config instance, improve hero_id handling (think this fixes auto-import empty db problem?) 2010-02-13 17:26:47 +00:00
sqlcoder 906c9e0bc9 tighten up logging in hud 2010-02-12 08:18:42 +00:00
sqlcoder a93562c229 make fpdb and hud write separate log files, refine py2exe some more 2010-02-10 23:33:50 +00:00
sqlcoder 0449c06e29 Merge branch 'master' of git://git.assembla.com/free_poker_tools 2010-02-10 19:39:01 +00:00
sqlcoder b55c6023c7 add info to log about major errors 2010-02-10 19:38:44 +00:00
sqlcoder 4e89b1b000 more py2exe refinements 2010-02-09 22:54:04 +00:00
sqlcoder d3cb41bed1 do rename to pyfpdb, user still needs to move it into fpdb-0.12... dir manually 2010-02-09 09:14:36 +00:00
sqlcoder 6df8bddc62 undo stupid param name change (need to change all the calls as well if doing it) 2010-02-08 23:38:18 +00:00
sqlcoder 333ae224d4 add some comments 2010-02-08 23:02:08 +00:00
sqlcoder 7294d2e5c0 make sure log dir is created, refine py2exe operation 2010-02-08 22:43:15 +00:00
sqlcoder 9201364055 fix bugs in error reporting (not helpful if the error logging causes errors\!) 2010-02-07 11:21:50 +00:00
sqlcoder fbeaa5590f move run_fpdb.bat up a directory to /fpdb/ 2010-02-07 01:06:36 +00:00
sqlcoder ef26c05181 be more tolerant of errors when translating for gui, add encode exception handlers 2010-02-06 23:12:11 +00:00
sqlcoder 4ecd713dab forgot to add the new .bat file 2010-02-06 21:29:17 +00:00
sqlcoder f1d4f08d1c trivial change to output dir name 2010-02-06 19:00:30 +00:00
sqlcoder a3ec32b7b9 change print to log 2010-02-06 18:59:33 +00:00
sqlcoder 8b28427ff9 use log instead of print 2010-02-06 18:46:27 +00:00
sqlcoder d9fddd6595 miniscule print change 2010-02-06 18:07:48 +00:00
sqlcoder d25611dd38 get py2exe working better - nice :-) 2010-02-06 18:07:00 +00:00
sqlcoder 49e4a7db69 change a few prints to logs 2010-02-06 18:06:21 +00:00
sqlcoder 1e832952dd add newline in error reporting message 2010-02-06 15:55:32 +00:00
sqlcoder 752e5ad088 make sure fpdb icon works in py2exe 2010-02-06 12:27:15 +00:00
sqlcoder 4d74437845 run HUD_main.exe if running fpdb.exe (created by py2exe) 2010-02-06 10:33:00 +00:00
sqlcoder 4a0fcd62a0 sqlite seems to perform ok for me 2010-02-06 10:28:17 +00:00
sqlcoder ef2a8aca14 remove duplicate db calls which were slowing the hud down 2010-02-04 23:37:45 +00:00
sqlcoder 4d45bd39d3 make enabled sites come first in drop-down (i.e. more chance of the default being the one you want) 2010-02-04 23:08:09 +00:00
sqlcoder 864454f31c change 2 commits to 1, may help sqlite stop locking up 2010-02-03 01:03:36 +00:00