gimick
3fd2b2f838
Import: Show progress bar during bulk import
2010-09-04 12:30:43 +01:00
Worros
7aeb5e4531
Merge branch 'master' of git://git.assembla.com/fpdb-sql
2010-09-01 11:08:04 +08:00
sqlcoder
06b34e8648
clarify difference between site and filter to allow 2 sites from same network, prompt to add site to db if missing
2010-08-31 22:44:41 +01:00
steffen123
f6d5d2f9fc
fpdb.pyw: remove unneeded unused method
2010-08-29 20:35:33 +02:00
steffen123
3990b40e3d
Some string changes, mostly consistency to make translation easier
2010-08-29 20:35:16 +02:00
steffen123
168b114646
l10n: some minor string changes
2010-08-29 19:12:48 +02:00
steffen123
693dfb4e19
update GUI version string to 0.20.906 plus git
2010-08-29 14:25:44 +02:00
steffen123
ee20cbbcc1
some small GUI string improvements
2010-08-29 14:21:49 +02:00
steffen123
ef576cf213
update version to 0.20.906
2010-08-27 00:00:42 +02:00
steffen123
76f60e3592
include fpdb version in GUI version listing
2010-08-26 18:32:01 +02:00
steffen123
de9d48cc6a
remove menu entry for set handhistory archive directory
2010-08-25 14:55:37 +02:00
steffen123
fdfefc753f
update GUI version string to git again
2010-08-25 11:50:36 +02:00
steffen123
f2fe4b0ce7
update version string in GUI
2010-08-25 08:06:12 +02:00
steffen123
abe5934e0c
add note about viewers broken on pgsql to GUI
2010-08-25 06:46:52 +02:00
steffen123
fa6da55618
remove table viewer config handling from code
2010-08-22 04:18:00 +02:00
steffen123
96f547b3df
fix typo in fpdb.iconify
2010-08-21 18:32:46 +02:00
Mika Bostrom
bf2eaa772c
Fix window visibility
...
This fixes the FPDB main window visibility with window managers that use
workspaces instead of virtual desktop(s). On such a system the
application receives WINDOW_STATE_ICONIFIED event when the workspace is
switched. This hides the window.
It wouldn't be too big a problem if the window wouldn't occasionally get
stuck in a "hide-me-loop", where any attempt to unhide/present the
window again triggers the hide routine. The two state events, _ICONIFIED
and _WITHDRAWN are not the same or even mutually exclusive. As such the
old event mask test simply did not cover all the possibilities.
Also, the property 'visible' does not necessarily match reality. It can
be set to true for iconified windows, and false to a visible window. So
a better solution is to not rely on the property, but just track the
wanted visibility state in our own code.
After this simple refactoring, the application window finally seems to
behave properly. [Also, widget.present() automatically calls .show(), so
we can kill one redundant operation.]
2010-08-21 14:24:34 +03:00
steffen123
199929b2d0
a couple of l10n related fixes to fpdb.pyw
2010-08-17 23:30:15 +02:00
steffen123
b08cb18c0e
remove debug print; add import to Config; gettextify tables
2010-08-15 21:09:18 +02:00
steffen123
b4317bba2a
auto-detect language
2010-08-15 20:50:49 +02:00
steffen123
d703d0ca7a
Merge branch 'master' into l10n
...
Conflicts:
pyfpdb/fpdb.pyw
2010-08-13 05:01:01 +02:00
steffen123
d601ecde5b
add translators wanted notice to start screen
2010-08-13 04:36:22 +02:00
steffen123
4aba116b9a
allow py27 on windows
2010-08-13 04:10:13 +02:00
steffen123
69dba72040
final _() for fpdb.pyw
2010-08-13 04:09:28 +02:00
steffen123
fe1c9aed70
remove another useless method from fpdb.pyw
2010-08-13 03:51:51 +02:00
steffen123
8b0d1d28bc
more _() in fpdb.pyw
2010-08-13 03:51:03 +02:00
steffen123
bfac6f9985
remove unimplemented and unneeded dia_licensing
2010-08-13 03:47:48 +02:00
steffen123
d1942218d6
more _() for fpdb.pyw
2010-08-13 03:47:00 +02:00
steffen123
9c60a7f8b9
remove now useless method not_implemented
2010-08-13 03:39:50 +02:00
steffen123
05500cf4bd
more _() markings for l10n
2010-08-13 03:28:27 +02:00
steffen123
92435dd714
the first translation in fpdb! i did a few strings and hardcoded the language to de_DE just for testing.
...
this is more a proof of concept
2010-08-13 02:49:01 +02:00
sqlcoder
be7705226d
improve handling of missing / unavailable db errors
2010-08-12 22:16:27 +01:00
steffen123
4a3869395c
note that positional stats doesnt work on sqlite in menu
2010-08-12 20:30:22 +02:00
steffen123
4bcc622efa
The commented out gettext in fpdb.pyw and HHC should work, but doesnt
...
I tried having those lines in a plain script but same problem - translation file not found
2010-08-12 20:23:36 +02:00
steffen123
6e654e5075
allow multiple email configs, start of nicer GUI for it
2010-08-10 03:28:57 +02:00
steffen123
c5bd036b6e
add tourney viewer that displays info from TT and T, but not yet TP
2010-08-09 23:22:58 +02:00
Eratosthenes
edce06c5cb
Merge branch 'master' of git://git.assembla.com/fpdb
2010-08-04 17:39:00 -04:00
steffen123
8b3131eb9e
update GUI version to indicate git
2010-08-02 22:35:31 +02:00
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
gimick
841cb85f0b
bump version numbers
2010-07-30 22:52:03 +01:00
steffen123
872bf2fa28
correct version number
2010-07-29 14:24:23 +02:00
steffen123
5b432bcd99
GUI: remove obselete and broken table viewer
2010-07-27 15:48:19 +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
b73ee36602
Merge branch 'sqlcoder'
2010-07-22 20:28:25 +02:00
Eratosthenes
902a4ad722
Merge branch 'master' of git://git.assembla.com/fpdb
...
Conflicts:
pyfpdb/FulltiltToFpdb.py
2010-07-21 22:45:14 -04:00