Chaz
c2cda3bf87
Added sessionTimeout Import field to Configuration.py and the Hud_config files. Default set to 30 minutes to start a new session
2010-12-04 17:33:57 -05:00
Chaz
cbd6aa242e
Added the 'cacheSessions' config option
2010-12-02 00:35:18 -05:00
Worros
c0b1b8b8a7
Config: Add summaryImporter element to hhc
2010-11-10 11:50:29 +08:00
Worros
1a80509bdf
Config: Fix breakage from previous patch
...
PF3 was accidentally changed to PF9
2010-10-06 10:59:06 +08:00
Worros
3ecd014e0d
Grapher, Configuration: Fix whitespace breakage.
2010-10-06 10:53:07 +08:00
lastpoet
e303123dfe
explain defaults
2010-10-05 15:42:05 +01:00
Worros
353a7d96eb
Config: Fix import ordering
...
L10n change caused:
File "/home/carlos/Projects/fpdb/fpdboz/pyfpdb/Charset.py", line 25, in <module>
import Configuration
File "/home/carlos/Projects/fpdb/fpdboz/pyfpdb/Configuration.py", line 30
from __future__ import with_statement
SyntaxError: from __future__ imports must occur at the beginning of the file
Who knew?
2010-09-23 11:27:06 +08:00
Worros
1b15e665e0
L10n update - Absolute->Config
2010-09-22 23:51:56 +08:00
Chaz
5cf0cf58a1
Updated saveActions default to False
2010-09-22 02:57:51 -04:00
sqlcoder
e02f2e61ef
make sure new variables are set
2010-09-01 21:20:22 +01:00
Worros
7aeb5e4531
Merge branch 'master' of git://git.assembla.com/fpdb-sql
2010-09-01 11:08:04 +08:00
sqlcoder
9704cd7fe5
routines to store site list in config
2010-08-31 22:34:48 +01:00
steffen123
8efa4d5a9c
slightly improve error message
2010-08-29 20:46:01 +02:00
sqlcoder
bf8b826bbc
copy any missing parts of config from .example
2010-08-29 12:46:22 +01:00
sqlcoder
536adad477
merge from Steffen/Carl
2010-08-29 00:05:22 +01:00
sqlcoder
01c7e37bae
implement Add button in Database dialog (sqlite only)
2010-08-28 18:11:35 +01:00
sqlcoder
4954299061
add default attribute to appropriate database element if missing
2010-08-26 21:24:40 +01:00
steffen123
62bd04661a
fix typo in config example and .py
2010-08-26 20:08:34 +02:00
steffen123
0cc5865ba1
config: expand general section as discussed on ML, add defaults for it
2010-08-23 03:56:07 +02:00
steffen123
a4e3d0c514
a missing gettextification from a recent patch
2010-08-22 05:02:22 +02:00
steffen123
ccec828867
add config sections for RawHands/Tourneys
2010-08-22 04:36:23 +02:00
steffen123
fa6da55618
remove table viewer config handling from code
2010-08-22 04:18:00 +02:00
steffen123
09f3205e77
update email config section as discussed on ML
2010-08-22 01:30:33 +02:00
steffen123
508958f89d
Merge branch 'mika'
2010-08-18 04:22:59 +02:00
Mika Bostrom
f18cc00c0d
Move sample copying after fallback test
...
Only try to copy the example HUD_config.xml after fallback has been
tested against, and even then only on platform where the debian path can
exist
2010-08-17 08:18:46 +03:00
Mika Bostrom
c49565fcb1
Fix config file copying for debian package
...
If there is no config file in ~/.fpdb/ copy it from the package's
/usr/share path
2010-08-17 07:56:00 +03:00
steffen123
b08cb18c0e
remove debug print; add import to Config; gettextify tables
2010-08-15 21:09:18 +02:00
steffen123
d6d3d8f0ce
gettext-ify Configuration
2010-08-14 02:16:34 +02:00
Worros
4e9c32ed84
Configuration: Make new gui_cash_stats have sane defaults when missing from config
2010-08-12 22:52:12 +08:00
steffen123
59f8bb1a70
GuiImapFetcher can save config
2010-08-10 04:44:35 +02:00
steffen123
6e654e5075
allow multiple email configs, start of nicer GUI for it
2010-08-10 03:28:57 +02:00
Worros
8f596d11af
Config: Add the hint of providing defaults for the new config element
...
Adds a new function to Config to provide a complete list of Gui stat cols.
Still needs test to see if the element actually exists in the config
2010-08-04 17:28:38 +08:00
sqlcoder
09dba1001e
Merge branch 'master' of git://git.assembla.com/fpdb
2010-07-31 20:55:50 +01:00
sqlcoder
66cbf49cdc
store column info for cash stats in config. Can now enhance gui to let user change column choices
2010-07-31 20:55:29 +01:00
steffen123
4510268bc8
teach windows how to handle non-ASCII usernames
2010-07-30 00:51:47 +02:00
sqlcoder
61fb3df695
some work on guidatabase and turn it on
2010-07-19 21:36:45 +01:00
steffen123
a463d82f5b
IMAP: add two more fields to config
2010-07-17 03:48:21 +02:00
steffen123
c23a1388fc
GUI: HUD configurator fully working, dont even need to restart fpdb
2010-07-17 00:23:48 +02:00
steffen123
f56a003242
GUI: start of HUD stat configurator: select parameters
2010-07-15 03:32:10 +02:00
steffen123
178b528d3b
change calls to python2 back to python
2010-07-08 20:01:03 +02:00
steffen123
c6b6f8a788
many not really separable changes for IMAP import and associated cleaning
...
- deactivated use of TourneySummary (short: TS) from HHC and subclasses
- menu entry for IMAP import
- converted ImapSummaries (short: IS) to use the config file
- IS now optionally supports non-SSL and can run on folders other than INBOX
- removed gametypes and getGameTypeAsString from TS method as identical one is in Hand
- some other stuff
2010-07-08 19:46:25 +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
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
757c241241
move HH_bulk_path from general section to hhBulkPath in import section
2010-03-21 12:19:55 +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
Eratosthenes
5c0e4cb0c2
Use correct dirs for database and log.
2010-02-25 20:28:41 -05:00
Eratosthenes
b15a51d42e
Merge branch 'master' of git://git.assembla.com/fpdb-sql
2010-02-25 10:16:22 -05:00
Eratosthenes
38535b4ece
Merge branch 'master' of git://git.assembla.com/fpdb-sql
2010-02-22 11:46:56 -05:00
sqlcoder
09801cd00e
first go at db maintenance window, turned off for now
2010-02-20 18:59:49 +00:00