Commit Graph
100 Commits
Author SHA1 Message Date
steffen123 0776b8ef25 Merge branch 'gimick' 2010-08-02 12:47:25 +02:00
steffen123 d3f7583174 correct license info in about dialogue 2010-08-02 12:05:49 +02:00
steffen123 ddf69015cb add MIT license and notice 2010-08-02 11:53:02 +02:00
steffen123 0c4ce1b655 remove license menu entry as that info is in the about dialogue 2010-08-02 11:18:44 +02:00
steffen123 ed239668c0 fix pgsql index and foreign key drops 2010-07-31 23:55:05 +02:00
steffen123 b4ff46ec4f fix typo in pgsql raiseFirstInChance 2010-07-31 22:31:55 +02:00
steffen123 c136f7a2dc fix pgsql table creation 2010-07-31 22:27:24 +02:00
steffen123 4394cebbff adapt ebuild to work with snapshots too 2010-07-31 20:30:35 +02:00
steffen123 a493e22c54 Merge branch 'carl' 2010-07-30 13:33:11 +02:00
steffen123 f407b70419 Merge branch 'sqlcoder' 2010-07-30 02:50:07 +02:00
steffen123 4510268bc8 teach windows how to handle non-ASCII usernames 2010-07-30 00:51:47 +02:00
steffen123 216c9f2714 increase DB version for sqlcoder's recent DB change 2010-07-29 17:31:40 +02:00
steffen123 5e67459c24 add readme for gentoo users, add pytz dependency 2010-07-29 16:55:13 +02:00
steffen123 2329128c91 courtesy of Ferki: fix archive format change, remove unnecessary echos 2010-07-29 16:46:32 +02:00
steffen123 a02d16841d clean up ebuilds 2010-07-29 16:45:17 +02:00
steffen123 792a2aec4f finally fix the DST handling properly using pytz 2010-07-29 16:18:05 +02:00
steffen123 5721b5b23c Merge branch 'carl' 2010-07-29 14:39:34 +02:00
steffen123 872bf2fa28 correct version number 2010-07-29 14:24:23 +02:00
steffen123 f74d5b14ca Merge branch 'gimick' 2010-07-28 12:20:04 +02:00
steffen123 acbe15fadd remove another near-duplicate from TourneyFilters 2010-07-27 19:14:23 +02:00
steffen123 0266a707ac move method from TourneyFilters to Filters 2010-07-27 19:07:14 +02:00
steffen123 3f4c5d45e8 for fear of repeating myself, removed another dupe from TourneyFilters 2010-07-27 18:54:40 +02:00
steffen123 31aa76abc9 and another dupe from TourneyFilters.. 2010-07-27 18:44:06 +02:00
steffen123 fd4e421ca3 remove another dupe from TourneyFilters 2010-07-27 18:41:51 +02:00
steffen123 e006db3a2d move 2 more methods from TourneyFilters to Filters 2010-07-27 18:35:38 +02:00
steffen123 c5ae1e785b remove another method from TF - this was only an almost-dupe 2010-07-27 18:33:01 +02:00
steffen123 9781cd1d87 yet more dupe removal from TourneyFilters 2010-07-27 18:31:35 +02:00
steffen123 90c81cb4ee move method from TF to F 2010-07-27 18:25:27 +02:00
steffen123 9006a7f45b remove another dupe method from TourneyFilters 2010-07-27 18:24:07 +02:00
steffen123 84df9ad567 remove more duplicate methods from TourneyFilters 2010-07-27 18:21:43 +02:00
steffen123 c996a11ed6 move method from TourneyFilters to Filters 2010-07-27 18:17:25 +02:00
steffen123 20ebd040c1 remove some methods in TourneyFilters that are identical in Filters 2010-07-27 18:16:46 +02:00
steffen123 e0b194ddf0 minor cleanup 2010-07-27 17:43:47 +02:00
steffen123 77a3b0b8cb Merge branch 'master' of git://repo.or.cz/fpbd-bostik 2010-07-27 16:39:09 +02:00
steffen123 5b432bcd99 GUI: remove obselete and broken table viewer 2010-07-27 15:48:19 +02:00
steffen123 71df9b06dd HUD: make it work again after my previous overzealous removal of HP.TTid 2010-07-23 04:45:57 +02:00
steffen123 1f933563ee EVERLEAF: add comment where to get tourney info 2010-07-23 04:03:35 +02:00
steffen123 7f25cf6da8 DB: allow NULL for TT.currency/buyin/fee for when this info is not available 2010-07-23 04:00:25 +02:00
steffen123 a2243c8542 EVERLEAF: remove comment about converting to ET - we do not want to do that! 2010-07-23 03:55:45 +02:00
steffen123 de8b9e89c5 FTP: fix import 2010-07-23 02:07:49 +02:00
steffen123 3759af4902 GUI: update version indicator to include "plus git" again 2010-07-22 22:59:53 +02:00
steffen123 4eefd15175 GUI: update version for snapshot 2010-07-22 21:18:55 +02:00
steffen123 61034680fe GUI: indicate that TPS is only for mysql right now 2010-07-22 21:18:20 +02:00
steffen123 ad28168d02 DB/TOUR: remove HandsPlayers.tourneyTypeId 2010-07-22 21:03:01 +02:00
steffen123 b73ee36602 Merge branch 'sqlcoder' 2010-07-22 20:28:25 +02:00
steffen123 7063bc8905 TOURNEY: stop it from creating new TT for each tourney 2010-07-22 20:23:27 +02:00
steffen123 a6c43cdca7 TOUR: a trivial fix, a trivial change, and a few debug prints 2010-07-22 19:26:11 +02:00
steffen123 85200e8dd5 PKG/GENTOO: many improvements from ferki, update to 0.20.1 2010-07-22 03:46:11 +02:00
steffen123 d169733adf GUI: update version display for -git 2010-07-22 02:23:07 +02:00
steffen123 fe345c7cf3 Merge branch 'master' of git://github.com/kangaderoo/fpdb-kangaderoo
Conflicts:
	pyfpdb/FulltiltToFpdb.py

conflict had obvious resolution
2010-07-22 01:11:52 +02:00
steffen123 7c3c0a26f4 Merge branch 'gimick' 2010-07-18 02:06:07 +02:00
steffen123 dfacdbea7a Merge branch 'sqlcoder' 2010-07-18 02:03:40 +02:00
steffen123 f0d9ae0cc6 DUMP: add expected file for empty DB 2010-07-17 05:14:05 +02:00
steffen123 7f2364cf1d DUMP: change format slightly 2010-07-17 05:13:38 +02:00
steffen123 139dfbafb5 CLEANUP: move dump db file saving stuff into fpdb.pyw 2010-07-17 05:11:09 +02:00
steffen123 71108cdc9b TOURNEY: since we can detect added amount, set it to 0 if we dont 2010-07-17 04:37:15 +02:00
steffen123 a463d82f5b IMAP: add two more fields to config 2010-07-17 03:48:21 +02:00
steffen123 337fc353c8 rename RingFilters back to Filters 2010-07-17 03:39:31 +02:00
steffen123 7f2f630186 GUI: add some warnings and further info to HUD configurator 2010-07-17 03:09:55 +02:00
steffen123 59294a7b94 TIMES: record Hands.importTime as UTC instead of localtime 2010-07-17 03:01:09 +02:00
steffen123 794f0a0374 GUI: change hotkey to start/stop autoimport to alt+a 2010-07-17 02:45:52 +02:00
steffen123 656986826f TOURNEY: record added/addedCurrency 2010-07-17 02:35:02 +02:00
steffen123 90ceafda6d DB: Added TT.added, addedCurrency 2010-07-17 02:19:12 +02:00
steffen123 c23a1388fc GUI: HUD configurator fully working, dont even need to restart fpdb 2010-07-17 00:23:48 +02:00
steffen123 5bf7937f9e CLEANUP: remove trivial commented out method 2010-07-16 21:57:32 +02:00
steffen123 ef91cb5ad1 GUI: HudConfigurator displays all stats now and reads selections 2010-07-16 21:56:44 +02:00
steffen123 66ac9b27d6 comment out some broken code, add TODO for it 2010-07-16 21:33:36 +02:00
steffen123 d95fcfe5d0 GUI: HudConfigurator shows combo boxes for stats 2010-07-16 21:00:29 +02:00
steffen123 f6232004ad PSS: PS summary import now supports non-ascii playernames in sqlite 2010-07-16 20:37:53 +02:00
steffen123 71f8fb5ef1 GUI: have default selections and fix locking in HudConfigurator 2010-07-16 20:32:01 +02:00
steffen123 a1f422cbe4 GUI: second HudConfigurator dia with grid for comboboxes 2010-07-16 20:27:43 +02:00
steffen123 bda435ec34 EBUILD: add lots of improvements from ferki to ebuild 2010-07-16 05:07:30 +02:00
steffen123 f56a003242 GUI: start of HUD stat configurator: select parameters 2010-07-15 03:32:10 +02:00
steffen123 a8edb976f8 FTP: fix to make it store Hand.startTime as UTC rather than ET 2010-07-15 02:19:58 +02:00
steffen123 d65b6e55c8 TOURNEY: fix recording of Hands.tourneyId, allow it to be NULL 2010-07-15 02:08:59 +02:00
steffen123 18dc3f29ff TOURNEY: fix category recording for PS summary import 2010-07-15 01:58:54 +02:00
steffen123 10a94fa441 IMAP: fix a silly mistake I made earlier 2010-07-15 01:53:46 +02:00
steffen123 3d37006bbc rename ImapSummaries to ImapFetcher to better reflect its scope 2010-07-15 01:53:22 +02:00
steffen123 32ae817a2a remove IMAPEmailFetcher as ImapSummaries has a superset of features 2010-07-15 01:49:04 +02:00
steffen123 9e004e8962 DB: remove default row for TT, allow HP.ttId to be NULL and remove default 2010-07-15 01:18:36 +02:00
steffen123 ebf16c6aa9 TOURNEY: store HandsPlayers.tourneysPlayersId 2010-07-15 00:27:57 +02:00
steffen123 6a8f3ff68b TOURNEY: createOrUpdateTourneysPlayers now updates fields as needed 2010-07-14 23:05:37 +02:00
steffen123 ced3e8ac72 TOURNEY: rename a query 2010-07-14 22:44:10 +02:00
steffen123 85cc5a5471 TOURNEY: DB.createOrUpdateTourney fills in missing fields now 2010-07-14 22:36:07 +02:00
steffen123 40088d6cf3 rename DB.createOrUpdateTourneyType to createTourneyType since TTs are static 2010-07-14 21:07:19 +02:00
steffen123 2734dcb85a GUI: mention mailing lists on start page 2010-07-14 20:58:37 +02:00
steffen123 2bd11661e3 for now revert "comment out close of fpdb after db recreate, I don't see how it helps"
I could reproduce the bug so until its fixed I want to keep the quit-on-recreate
This reverts commit 45fa170758.
2010-07-14 18:54:31 +02:00
steffen123 79043988c2 Merge branch 'sqlcoder' 2010-07-14 18:52:33 +02:00
steffen123 5cd78b608b DB: add TourneyTypes.rebuyFee and addOnFee 2010-07-14 01:49:55 +02:00
steffen123 35bb8a4490 POLISH: add notice about time to dump DB 2010-07-14 01:48:08 +02:00
steffen123 1329101794 POLISH: add notice about long time to recreate dialogue 2010-07-14 01:46:32 +02:00
steffen123 256d027eca PSS: calculates timezone out of start and end time now 2010-07-13 21:17:40 +02:00
steffen123 522a745ead REFACTOR: move timezone changing method to HHC so it can used by other parsers 2010-07-13 20:37:06 +02:00
steffen123 b8968591c5 TPS: display limitType and category 2010-07-13 20:21:05 +02:00
steffen123 8ebea1a5ce PSS: now records game category and limit type
Not for mixed games - again, I need examples
2010-07-13 20:17:15 +02:00
steffen123 8db0445d71 IMAP: close server connection when done 2010-07-13 18:04:53 +02:00
steffen123 d4e54e6aae POLISH: it can now quit when it wasn't able to connect to DB 2010-07-13 18:04:26 +02:00
steffen123 1d571cabee windows: by sqlcoder, fixes importing files with greek characters 2010-07-12 18:04:30 +02:00
steffen123 c3077d5d66 Merge carls latest fixes 2010-07-12 16:53:14 +02:00
steffen123 d208d627a4 stop sqlite&postgres from doing except _mysql....
sqlite gives another error on quit unfortunately
2010-07-12 16:48:12 +02:00