Commit Graph

3055 Commits

Author SHA1 Message Date
steffen123
5f2921263a Added a minimal readme 2010-06-26 08:38:37 +02:00
steffen123
eab41b1519 Merge branch 'master' of git://git.assembla.com/fpdboz 2010-06-25 11:03:46 +02:00
steffen123
0477c73801 changed TourneyTypes as discussed, some currency-related fixes
I haven't expanded all queries etc. to include the new fields
    as that code is not currently used by anything and can be
    expanded as needed
2010-06-25 11:02:01 +02:00
Worros
06e5e5ec26 Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-06-25 16:22:38 +08:00
steffen123
465f081c69 Updated and improved ebuild.
It doesnt actually install fpdb atm, I'll bring that back another time.
2010-06-25 15:24:59 +08:00
steffen123
eaa184614a Added warning to keep history files to start screen. 2010-06-25 15:24:38 +08:00
steffen123
90ff0559b3 Added warning to keep history files to start screen. 2010-06-25 08:16:56 +02:00
steffen123
806b71b963 Updated and improved ebuild.
It doesnt actually install fpdb atm, I'll bring that back another time.
2010-06-25 07:17:32 +02:00
gimick
b4463b2e92 fix new bug - prefs cancel button not working 2010-06-24 23:33:43 +01:00
gimick
0de6d20340 fix focus of warning when editing prefs if any notebook tabs open 2010-06-24 22:47:42 +01:00
gimick
bd440f3008 Merge branch 'master' of git://git.assembla.com/fpdboz 2010-06-24 21:41:16 +01:00
gimick
5b1bb5f5f9 fix focus issues if task switching to fpdb when popups are open 2010-06-24 21:34:50 +01:00
steffen123
8a2f881b61 split TourneyTypes.rebuyOrAddon to rebuy and addOn 2010-06-22 22:27:10 +02:00
steffen123
e0a42bab8e more modifications for TourneysPlayers changes 2010-06-22 21:45:22 +02:00
steffen123
58da99c86c removed 2 ancient unusued methods and updated TourneysPlayers
tested bulk import for PS and FTP, player stats and positional stats
also fixed a little bug that sqlite created HandsPlayers.actionString
	with type REAL instead of VARCHAR
2010-06-22 21:05:33 +02:00
gimick
6324ad0c93 Set version to 0.20-pre1 - to indicate snapshot for the initial python26 .exe build 2010-06-22 12:03:00 +08:00
gimick
5dd0915f15 add walkthrough of py2exe for python26/fpdb0.20 2010-06-22 12:02:32 +08:00
gimick
304ea7419d fpdb.exe + python 2.6 crash at runtime, needs gio 2010-06-22 12:00:41 +08:00
steffen123
64597cf0a5 fix silly mistake i made when changing start screen text 2010-06-22 12:00:37 +08:00
steffen123
085a269fbe changed start page text 2010-06-22 11:15:22 +08:00
steffen123
7bda305143 removed outdated documentation and moved license files 2010-06-22 11:14:29 +08:00
steffen123
752676c68e removed two obselete files from utils 2010-06-22 11:12:22 +08:00
steffen123
1ed18ec265 minor spelling correction 2010-06-22 11:12:06 +08:00
gimick
14146f58d7 Set version to 0.20-pre1 - to indicate snapshot for the initial python26 .exe build 2010-06-22 00:46:09 +01:00
gimick
0e92e34085 add walkthrough of py2exe for python26/fpdb0.20 2010-06-22 00:35:04 +01:00
gimick
180f93ba4d fpdb.exe + python 2.6 crash at runtime, needs gio 2010-06-22 00:17:38 +01:00
steffen123
e46b0b7a0f renamed tourneyplayers to tourneysplayers in a few places 2010-06-21 17:12:20 +02:00
steffen123
e6fd3afbba renamed totalRebuys/AddOns to totalRebuyCount/AddOnCount 2010-06-21 16:45:15 +02:00
steffen123
d83c68d578 fix silly mistake i made when changing start screen text 2010-06-21 15:54:32 +02:00
steffen123
cfcec2182e removed fields from Tourneys
buyinChips, rebuyChips, addonChips, rebuyAmount, addonAmount and koBounty
2010-06-21 15:48:22 +02:00
steffen123
e244a5d502 minor spelling correction 2010-06-21 15:41:45 +02:00
steffen123
d207261c82 Merge branch 'master' of git://git.assembla.com/fpdboz
removed pyfpdb/fpdb.py
2010-06-21 14:02:08 +02:00
steffen123
0cd213b602 removed two obselete files from utils 2010-06-21 13:42:23 +02:00
steffen123
9f9fdb7abf removed outdated documentation and moved license files 2010-06-21 13:13:19 +02:00
steffen123
ad95038edb changed start page text 2010-06-21 13:00:09 +02:00
Worros
5720012b3b Actually remove fpdb.py 2010-06-21 18:44:38 +08:00
Worros
77211cd4be Revert change to HUD_main window 2010-06-21 18:44:04 +08:00
Worros
cf4e80cfa3 Add new test file, delete fpdb.py 2010-06-21 18:42:15 +08:00
Worros
d6f2cd4e83 Add utf8 encoding line to fpdb.pyw 2010-06-21 18:41:31 +08:00
Worros
cf2b913592 make CLI parameters to run_fpdb.py and fpdb.py work again
Conflicts:

	pyfpdb/fpdb.py
	run_fpdb.py
2010-06-21 14:49:56 +08:00
Worros
79a6aa8f48 Merge branch 'master' of git://github.com/kangaderoo/fpdb-kangaderoo 2010-06-21 14:45:03 +08:00
steffen123
9008d616a7 changed run_fpdb.py permissions to executable 2010-06-21 13:43:59 +08:00
steffen123
35e7db570c moved test_Python* to root folder so they don't collide with py.test and because it fits better there anyways 2010-06-21 13:43:43 +08:00
steffen123
3d8a38e59a renamed test scripts to make their purpose clearer 2010-06-21 13:43:24 +08:00
steffen123
6f8fe4a68c expanded explanation of vpip 2010-06-21 13:42:53 +08:00
Worros
6902bf8150 FTP Stud steal examples.
Stud steal examples provided by Cardvark on 2+2
2010-06-21 13:12:52 +08:00
steffen123
51a51dc892 readd warning dialogue to restart after recreate
after loosing it in merge
2010-06-21 12:44:29 +08:00
Worros
d647a3a5ec Adjust author names on request 2010-06-21 12:44:13 +08:00
steffen123
8e65370027 make CLI parameters to run_fpdb.py and fpdb.py work again 2010-06-20 18:09:17 +02:00
steffen123
5f240aabb7 readd warning dialogue to restart after recreate
after loosing it in merge
2010-06-20 18:07:44 +02:00