Eric Blade
99535cddbb
cleanups
2010-11-28 20:15:09 -05:00
Eric Blade
e5782dd736
some cleanups and comments
2010-11-28 20:00:56 -05:00
Eric Blade
e2b86eb239
Add --autoimport command argument
2010-11-27 19:32:28 -05:00
Eric Blade
2990e5856d
Button changes immediately after pressing it instead of waiting until the pipe is ready.
...
Terminates HUD process rather than asking it to close
2010-11-27 18:34:30 -05:00
Eric Blade
4613f64f8b
Merge branch 'master' of git://git.assembla.com/fpdboz.git
2010-10-07 07:41:19 -04:00
Worros
733b4f5594
AutoImport: Start refactor so it can run from the comand line
2010-10-07 13:02:36 +08:00
steffen123
9ce2e8939b
another change to guiautoimport
2010-10-04 16:23:21 +02:00
steffen123
e5a22b5188
remove parameter passed to a method that doesnt expect or need it (fix autoimport)
2010-10-04 16:11:17 +02:00
Eric Blade
ca967992b5
fix a comment
2010-09-27 07:11:16 -04:00
Eric Blade
b0056be03c
further fixes to get stdout working in windows again
2010-09-27 07:10:13 -04:00
Eric Blade
a98e71ad24
semi-fix stdout for hud_main in windows when running from source
2010-09-27 03:14:10 -04:00
Worros
016172f78d
L10n update: Gui*
2010-09-23 13:11:06 +08:00
sqlcoder
57aefb06e8
Merge branch 'master' of git://git.assembla.com/fpdb
2010-09-01 21:08:52 +01:00
sqlcoder
25cbc0da30
add logging
2010-09-01 21:08:13 +01:00
steffen123
168b114646
l10n: some minor string changes
2010-08-29 19:12:48 +02:00
steffen123
acfc110d03
remove remaining calls to removed config section
2010-08-23 07:28:30 +02:00
steffen123
4696c7afaf
add missing gettext import
2010-08-15 23:38:13 +02:00
steffen123
d876c250a4
gettext-ify GuiAutoImport.py
2010-08-13 04:23:11 +02:00
steffen123
794f0a0374
GUI: change hotkey to start/stop autoimport to alt+a
2010-07-17 02:45:52 +02:00
sqlcoder
c36e87a24d
big merge from steffen
2010-07-13 20:20:46 +01:00
sqlcoder
26642557a1
Merge branch 'master' of git://git.assembla.com/fpdboz
2010-07-11 15:20:41 +01:00
steffen123
178b528d3b
change calls to python2 back to python
2010-07-08 20:01:03 +02:00
Worros
4577cfbfa2
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
Conflicts:
pyfpdb/Database.py
pyfpdb/DerivedStats.py
pyfpdb/SQL.py
pyfpdb/SummaryEverleaf.py
pyfpdb/TournamentTracker.py
pyfpdb/Tourney.py
run_fpdb.py
2010-07-05 12:17:08 +08: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
steve
cd3ed9a937
fix graph export to png. More focus fixes
2010-06-27 23:21:40 +01:00
sqlcoder
6a999f4232
change shortcut key for import button so that it still works when button label is 'I M P O R T I N G'
2010-06-20 17:47:23 +01:00
sqlcoder
9b59957a9b
comment out new .close() calls to fix autoimport button
2010-06-12 11:15:55 +01:00
sqlcoder
1c897e54d5
rename HUD_main from .py to .pyw as well
2010-06-06 21:03:03 +01:00
sqlcoder
da203fbe6c
debug and refine fpdb.pyw changes for .exe version
2010-06-06 10:57:51 +01:00
Eratosthenes
bfe25b0ff2
Merge branch 'master' of git://git.assembla.com/fpdb-sql
...
Conflicts:
pyfpdb/GuiAutoImport.py
pyfpdb/py2exe_setup.py
2010-02-06 15:34:57 -05:00
Eratosthenes
120d05f9cd
Changes for py2exe exe.
2010-02-06 14:55:48 -05:00
sqlcoder
4d74437845
run HUD_main.exe if running fpdb.exe (created by py2exe)
2010-02-06 10:33:00 +00:00
Eratosthenes
8aa18b95d8
Changes to make running py2exe exe happy.
2010-02-05 23:19:58 -05:00
Eratosthenes
4df991517e
Changes to make the py2exe exe happy.
2010-02-05 23:13:53 -05:00
sqlcoder
cc5f77e950
fix windows problem starting hud
2010-01-31 11:16:42 +00:00
Eric Blade
803fcec6dc
make hud_main call with full path in windows, as has been done in unix
2010-01-28 04:45:33 -05:00
sqlcoder
11bc48e126
merge fpdb_db.py into Database.py
2010-01-26 23:54:04 +00:00
Eric Blade
67beb4bd9f
add textview to autoimport window for dropping status/info messages on, just call it's AddText func to get it there
2009-11-29 23:52:36 -05:00
Eric Blade
3e7a0ef53c
remove all occurences of assigning sys.argv
2009-11-22 16:40:56 -05:00
unknown
d008eceaef
mostly formatting cleanups
2009-11-03 15:06:48 -05:00
unknown
a6b7292943
mostly None checkings fixed (== to is != to is not)
2009-11-03 14:30:52 -05:00
Eric Blade
715b14f81a
moved 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
2009-09-11 00:12:46 -05:00
Eric Blade
9f89340881
timeout in startbutton reset resets to Stop or Start as appropriate
2009-08-16 14:30:52 -05:00
Eric Blade
d495606f2a
GuiAutoImport:
...
do_import: change label of Stop button when running an import, to provide a visual indicator
startClicked: refactor so only the Pipe Open is inside the exception handler, since that should be the only thing in there that we need to ignore an exception from.
2009-08-16 05:30:11 -05:00
eblade
f65e4e005a
aptofpdb: remove debugging print
...
guiautoimport: import traceback
fpdb_simple/GuiPlayerStats: deal with multiple sites with players with matching names
HUD_main: error file is again HUD-error not fpdb-error-log.
2009-08-06 07:23:57 -04:00
sqlcoder
cffe57dfa3
pass sql list through to importer from fpdb.py
2009-08-01 23:29:00 +01:00
sqlcoder
3b9fa3b177
add useful (hopefully) exception handler
2009-07-31 22:34:26 +01:00
sqlcoder
3352f608cf
take global lock while doing imports
2009-07-18 23:01:18 +01:00
Ray
bb633fd435
Correctly pass cl options to HUD_main in Windows.
2009-06-16 20:04:06 -04:00
Ray
b1ea38bea9
Add -c config cl option. Fpdb passes cl options to HUD.
2009-06-14 23:14:53 -04:00