Update of /cvsroot/btplusplus/BT++/src/TabTrans
In directory sc8-pr-cvs1:/tmp/cvs-serv13101/src/TabTrans
Modified Files:
Grid.py Renderer.py
Log Message:
Implemented seed number control
Updated to wxPython 2.4.0.6 (false/true deprecated)
Fixed: If last torrent completed it wasn't removed from list
Fixed: Chckboxes in WT++ config not working
Added shell command to BT++.py
Added WT++ readme
Updated BT++ readme (linux setup)
Improved some html templates
Index: Grid.py
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/TabTrans/Grid.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Grid.py 9 Mar 2003 12:10:02 -0000 1.11
--- Grid.py 16 Mar 2003 01:17:58 -0000 1.12
***************
*** 34,38 ****
wxNORMAL,
wxNORMAL,
! false,
'',
wxFONTENCODING_SYSTEM ),
--- 34,38 ----
wxNORMAL,
wxNORMAL,
! False,
'',
wxFONTENCODING_SYSTEM ),
Index: Renderer.py
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/TabTrans/Renderer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Renderer.py 9 Mar 2003 12:10:02 -0000 1.5
--- Renderer.py 16 Mar 2003 01:17:58 -0000 1.6
***************
*** 18,22 ****
wxNORMAL,
wxNORMAL,
! false,
'',
wxFONTENCODING_SYSTEM )
--- 18,22 ----
wxNORMAL,
wxNORMAL,
! False,
'',
wxFONTENCODING_SYSTEM )
|