gimick
7b9f9fb220
filters: add CAP category, and alter all/none to recognise cap(cn) games
2011-02-24 20:59:44 +00:00
Steffen Schaumburg
63f074f00f
Merge branch 'carl'
2011-02-23 16:55:49 +01:00
Steffen Schaumburg
c3b8e5affb
a couple of l10n things
2011-02-23 16:48:05 +01:00
Worros
e9f2f47726
Filters: L10n several strings
...
Part of patch from tribumarchal <boitemail25@aol.com>
2011-02-23 13:10:16 +08:00
Worros
67a36ead6c
Revert "Signed-off-by: tribumarchal <boitemail25@aol.com>"
...
This reverts commit 91a312d34c
.
2011-02-23 13:07:49 +08:00
Worros
39ddbb85c5
Merge branch 'master' of git.assembla.com:fpdboz
2011-02-23 13:05:56 +08:00
Worros
afb80457bb
Revert "Signed-off-by: tribumarchal <boitemail25@aol.com>"
...
This reverts commit 91a312d34c
.
2011-02-23 13:04:56 +08:00
Worros
757170974e
Filters: L10n several strings
...
Part of patch from tribumarchal <boitemail25@aol.com>
2011-02-23 12:32:30 +08:00
tribumarchal
91a312d34c
Signed-off-by: tribumarchal <boitemail25@aol.com>
2011-02-22 21:41:30 +01:00
Worros
99b9cb1574
Filters: Put into a scroll window
2011-02-17 13:13:40 +08:00
Chris Moore
f312fea8cc
If you only have games of a single limit type (fixed, pot, or no limit), but of more than one blind size, then you won't see the 'NL', 'PL', 'FL' checkboxes in the Limits: section of the filters. When you check the 'All' checkbox, the individual size checkboxes won't be checked, because the code relies on the 'NL', 'PL', 'FL' checkboxes being there to do it. This fixes the problem.
...
To reproduce: have only 2 hands in the database, both no limit, one 2nl and one 5nl. Click 'None' then 'All'. The 2nl and 5nl checkboxes will turn off when you click 'None' but not turn back on when you click 'All'.
2011-02-07 11:27:00 +08:00
Worros
31843deafe
Revert "calendar displays current entry value"
...
This reverts commit f78044e4c1
.
Conflicts:
pyfpdb/Filters.py
2010-11-10 16:36:58 +08:00
Worros
a4facf0c2a
Filters: Fix date defaults when no hands inserted
2010-11-10 12:46:48 +08:00
lastpoet
6e00ba9d78
add date boundaries in filters
2010-10-13 14:08:48 +08:00
lastpoet
f78044e4c1
calendar displays current entry value
...
calendar inits from db if empty
2010-10-13 14:07:16 +08:00
Worros
a125e77135
Grapher/Filters: Fix graph labels and whitespace
...
Remove some trailing whitespace from Antistffs patch.
Change format of Graph labels from:
Blah: $0.00 or Blah 0.00BB to
Blah($|BB): 0.00
2010-10-04 11:56:52 +08:00
danny
126eb0c0bc
Added graphing improvements.
2010-10-04 08:54:20 +08:00
Worros
591543d468
L10n updates: C->F
2010-09-23 00:10:32 +08:00
steffen123
3990b40e3d
Some string changes, mostly consistency to make translation easier
2010-08-29 20:35:16 +02:00
steffen123
2a69e927d2
add more missing imports and one _()
2010-08-16 01:41:25 +02:00
steffen123
b360628583
gettextify filters
2010-08-15 05:36:32 +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
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
c996a11ed6
move method from TourneyFilters to Filters
2010-07-27 18:17:25 +02:00
steffen123
337fc353c8
rename RingFilters back to Filters
2010-07-17 03:39:31 +02:00
steffen123
be671859e7
create superclasses for Gui*PlayerStats and *Filters
2010-07-11 05:58:00 +02:00
steffen123
e526501384
rename GuiPlayerStats to GuiRingPlayerStats and Filters to RingFilters
2010-07-11 05:49:58 +02:00
steffen123
97fbc7606c
another intermediate commit for tourney stats
2010-07-10 06:23:47 +02:00
steffen123
b1e41a54ec
intermediate commit on the way to tourney stats
2010-07-10 05:19:50 +02:00
steffen123
25893c9610
GuiTourneyPlayerStats (mostly copied from GuiPlayerStats) works without data
2010-07-10 02:09:58 +02:00
steffen123
178b528d3b
change calls to python2 back to python
2010-07-08 20:01:03 +02:00
steffen123
3b24fd18b2
some cleanups:
...
- updated copyright notices
- added copyright notices that were missing
- changed python to python2
- added gpl-2/3 license texts
- removed THANKS.txt file as the wiki version is more up to date
- removed empty fpdb_db.py
- added GPL2 to debian license file
2010-07-04 03:05:16 +02: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
Gerko de Roo
3716f11f06
1970-01-01 in mktime generates overflow...
2010-06-04 05:55:46 +08: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
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
074a4e751e
make sure filter releases any db locks it has
2010-02-17 19:25:04 +00:00
sqlcoder
96d0e0f181
fix key error and add filter to logging.conf
2010-02-01 22:56:40 +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
52a176fd0a
tidy up filter, add ability to refresh (eg after importing more gametypes)
2010-01-29 09:12:08 +00:00
sqlcoder
e82d276cf9
pull and merge from carl (nothing changed)
2010-01-27 08:56:51 +00:00