e4969820b8Merge branch 'master' of git://trac-git.assembla.com/fpdb-sql
Mika Bostrom
2009-09-30 20:27:17 +0300
2b7a42bf1dfix bug for tourneys in new code, modify part of hud menu to use checkmenuitems
sqlcoder
2009-09-29 23:34:52 +0100
432c24173eMerge branch 'master' of git://trac-git.assembla.com/fpdb-sql
Mika Bostrom
2009-09-29 09:11:33 +0300
16f8fffd68add separate hud config for user and allow some user config in HUD menu (opponents still only via editing HUD_main.py)
sqlcoder
2009-09-28 23:59:17 +0100
5260f5c384Merge branch 'master' of git://trac-git.assembla.com/fpdb-sql
Mika Bostrom
2009-09-28 18:07:08 +0300
cb9a972edaadd aggregation options to hud menu
sqlcoder
2009-09-28 00:51:09 +0100
db861292a5use False for boolean so it works in postgres as well as mysql
sqlcoder
2009-09-27 23:42:00 +0100
d6414d211ballow separate hud options on each table and add aggregate options to main table menu
sqlcoder
2009-09-27 21:23:00 +0100
7f47a753dbcosmetic change to comment
sqlcoder
2009-09-27 21:21:26 +0100
8353d0739bimprove hudcache recalc when db is empty and avoid mysql long int problem
sqlcoder
2009-09-27 13:36:45 +0100
01c33c26f8fix tourneytypes insert for postgres again
sqlcoder
2009-09-27 12:47:21 +0100
8d01caa30ftry to work around Everleaf problem where winning hole cards not always shown - derive from winning hand where possible
sqlcoder
2009-09-27 12:21:22 +0100
6f75719fferefine hero's player id derivation in empty db's
sqlcoder
2009-09-27 02:06:07 +0100
c1711c4e2erefine new date option on hudcache rebuild
sqlcoder
2009-09-27 01:42:26 +0100
b054a9c09afix params when creating Database instance
sqlcoder
2009-09-27 00:06:06 +0100
e75d915120allow hudcache rebuild to only start Hero's stats from chosen date :-)
sqlcoder
2009-09-26 23:32:44 +0100
518fd9e039merge from Eric
sqlcoder
2009-09-26 11:45:05 +0100
ea74862a5astart changes to allow different hud choices for hero and opponents
sqlcoder
2009-09-26 11:30:12 +0100
3d301718aecreate/alter unique indexes and change inserts into tourneytypes and tourneysplayers
sqlcoder
2009-09-25 23:10:58 +0100
c519756a49look for sqlite db in 'database' dir, create dir first if required
sqlcoder
2009-09-25 20:18:13 +0100
a67830d92e2 changes: move recognisePlayerIDs from fpdb_simple into Database, and make index on siteTourneyNo on Tourneys table unique and refine store_tourneys function to handle this
sqlcoder
2009-09-23 23:03:34 +0100
6f536d29e7Fix import on PostgreSQL
Mika Bostrom
2009-09-24 07:08:32 +0300
daeefd7d8ahide regular exception when closing hud
sqlcoder
2009-09-23 23:04:38 +0100
23f56ea2ae2 changes: move recognisePlayerIDs from fpdb_simple into Database, and make index on siteTourneyNo on Tourneys table unique and refine store_tourneys function to handle this
sqlcoder
2009-09-23 23:03:34 +0100
df71dcf2c7Fix knockout variable type
Mika Bostrom
2009-09-23 23:44:57 +0300
00f8b34fffSimplify database creation
Mika Bostrom
2009-09-23 23:36:17 +0300
9944f8ac1bMerge branch 'master' of git://git.assembla.com/fpdb-sql
grindi
2009-09-23 13:05:16 +0400
e0df04e6c6Merge branch 'master' of git://git.assembla.com/fpdb-eric
grindi
2009-09-23 13:05:00 +0400
a20bfe0921Merge branch 'master' of git://git.assembla.com/fpdb-sql
Worros
2009-09-23 13:22:45 +0800
4e361e383cMerge branch 'master' of git://repo.or.cz/fpbd-bostik
Worros
2009-09-23 13:22:35 +0800
e080ec3fd1further fix to tourneytypes insert for postgres
sqlcoder
2009-09-22 22:08:42 +0100
455e92e6f6fix tourneytypes insert for postgres
sqlcoder
2009-09-22 22:04:05 +0100
05267db38ai hate git, i hate git, yes i do
Eric Blade
2009-09-16 01:36:34 -0500
fbceb6d7afbypass the changes made in readBlinds which somehow broke the hell out of stuff
Eric Blade
2009-09-16 01:28:28 -0500
7ed5d0972euse with..as for file reading/writing, as we don't need 2.4 compat anyway right?
Eric Blade
2009-09-16 00:13:42 -0500
ded05cb290put the regex search back into the try: in FT readBlinds() because it broke FL games somehow
Eric Blade
2009-09-16 00:54:29 -0500
2095f3c899use with..as for file reading/writing, as we don't need 2.4 compat anyway right?
Eric Blade
2009-09-16 00:13:42 -0500
0938afb882FTtoFPDB: readBlinds: cleanup exception handler also deal with finishPositions not being accurate, by printing a message to that effect, instead of crashing an import
Eric Blade
2009-09-15 23:32:23 -0500
ba1513847bclean up exception handling in Configuration and imports in GuiGraphViewer
Eric Blade
2009-09-15 23:30:59 -0500
bcecf643f2cleanup imports section and spacing in fpdb_db
Eric Blade
2009-09-15 22:10:37 -0500
ba663c231ccleanups
Eric Blade
2009-09-15 22:04:37 -0500
a566d52b9acleaning cleaning cleaning.. keep them coders cleaning.. cleaning cleaning cleaning..
Eric Blade
2009-09-15 21:26:10 -0500
23acfbd642deal with KeyErrors in update() in a vaguely intelligent fashion
Eric Blade
2009-09-15 21:25:26 -0500
2790a623afimport, code, exception cleanups
Eric Blade
2009-09-15 21:07:31 -0500
e4772dcb74init vars used in load_clicked, comment out the exception handler that was single handedly stopping virtually all errors in the import process from showing up
Eric Blade
2009-09-15 21:06:43 -0500
a1783a37cbreflow init_hud_stat_vars exception handling
Eric Blade
2009-09-15 21:04:00 -0500
d6c5309aa3clean up some module import code in fpdb_import
Eric Blade
2009-09-15 20:10:18 -0500
8b19750b1f== None to is None (PEP 8, Style Guide for Python Code)
Eric Blade
2009-09-15 19:27:25 -0500
4374b6c810remove Database:__init__ parameters for db_name and game, as there was a comment right next to them # db_name and game not used anymore
Eric Blade
2009-09-15 18:49:34 -0500
b0616a7d2cas soon as a stat window is clicked on, with any button, bring it forward. this seems to almost completely solve the insane focus-wobbling in windows
Eric Blade
2009-09-13 15:08:23 -0500
7b56653a7bMerge branch 'master' of git://git.assembla.com/free_poker_tools
grindi
2009-09-13 13:31:49 +0400
16d53f1502Patch for HUD and FTP tourneys
PassThePeas
2009-09-12 23:14:55 +0200
e69cbc30eaMerge branch 'master' of git://git.assembla.com/fpt_fpdb
Ray
2009-09-11 10:05:22 -0400
bd3f73bd58Merge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-09-11 10:05:08 -0400
2b0c59eee9Merge branch 'master' of git://git.assembla.com/fpdboz
Ray
2009-09-11 10:04:57 -0400
7283d09b4dreplace "trying *codepage*" message to console with an error message only if none of our specified codepages is successful
Eric Blade
2009-09-11 00:38:20 -0500
715b14f81amoved timeout_add that calls do_import outside of the for loop, so it's only created once per autoimport start, not once per site. fix addImportFile to ignore files that don't exist (not sure how they'd get there, but just in case), fixed exception looking for fpdb_simple.DuplicateError to look in it's actual location at Exceptions.DuplicateError
Eric Blade
2009-09-11 00:12:46 -0500
1f9dd8f8e9HHC/fpdb_import: throw in some calls to gtk.main_iteration(False)
Eric Blade
2009-09-09 22:10:55 -0500
993199c010add sqlcoder to about
Eric Blade
2009-09-09 21:04:38 -0500
705210a96duse the "proper" gtk.AboutDialog() for About ... meh
Eric Blade
2009-09-09 20:57:16 -0500
345e328795Add Set HH Archive Directory option to Import menu on main, call it if user selects "no" on "create hh directory" prompt
Eric Blade
2009-09-09 20:26:44 -0500