Commit Graph
100 Commits
Author SHA1 Message Date
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
sqlcoder e3679a99fb fix steal calcs 2010-02-03 00:48:45 +00:00
sqlcoder fece7c9147 move fpdb-error-log and HUD-error to APPDATA, renamed as fpdb-errors.txt and HUD-errors.txt to be consistent 2010-02-02 21:53:03 +00:00
sqlcoder 96d0e0f181 fix key error and add filter to logging.conf 2010-02-01 22:56:40 +00:00
sqlcoder d4248706e4 remove surplus get_logger calls, tidy up log messages some more 2010-02-01 22:31:00 +00:00
sqlcoder 86330e536a tidy up logging so that log isn't created in /fpdb/log/ unless it is being used 2010-02-01 21:03:51 +00:00
sqlcoder 7e5f63ce89 Merge branch 'master' of git://git.assembla.com/fpdboz 2010-02-01 19:49:57 +00:00
sqlcoder a06aac6da8 correct case in SQL 2010-02-01 08:22:14 +00:00
sqlcoder 9f3c5924b0 oops! missed out SQL.py from last release 2010-02-01 07:59:09 +00:00
sqlcoder e4c6419074 try to improve tourney handling in filter (now displays buyin, but this is not yet used by playerstats when fetching stats 2010-02-01 00:17:55 +00:00
sqlcoder 264b75b5b0 fix some sqlite and unicode issues (thanks to Gerko) 2010-01-31 23:46:51 +00:00
sqlcoder 002a84ba5a set rotating logs to max 5 files of 100MB each 2010-01-31 12:31:49 +00:00
sqlcoder 6f0ea2580b display dialog when .example config has been copied, this could work 'out-of-the-box' if the user already has gtk?? 2010-01-31 12:24:32 +00:00
sqlcoder bbc84fef14 comment out debug message 2010-01-31 12:22:24 +00:00
sqlcoder f7b402bcdb remove execute from permissions on some files in last commit 2010-01-31 11:27:37 +00:00
sqlcoder 5e9486aa3d config changes for logging: logs rotate and go to APPDATA, hud_config now goes in /fpdb/ if they must use it but logging.conf stays in /pyfpdb/. TODO: Some logging still into /fpdb/log/ 2010-01-31 11:25:24 +00:00
sqlcoder cc5f77e950 fix windows problem starting hud 2010-01-31 11:16:42 +00:00
sqlcoder e61fb7677c remove unicode test file as error seems to have gone away 2010-01-30 11:18:10 +00:00
sqlcoder e0c5f52d0f uncommented sqlite unicode fix (fix only tested on Windows XP, cp1252) 2010-01-30 11:11:21 +00:00