[Checkins] SVN: z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/ Some more info's, TODOs

Adam Groszer adamg at fw.hu
Sat Oct 28 11:51:09 EDT 2006


Log message for revision 70943:
  Some more info's, TODOs

Changed:
  U   z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/INSTALL.txt
  U   z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/README.txt
  A   z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/TODO.txt
  U   z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/main.py

-=-
Modified: z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/INSTALL.txt
===================================================================
--- z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/INSTALL.txt	2006-10-28 14:03:12 UTC (rev 70942)
+++ z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/INSTALL.txt	2006-10-28 15:51:08 UTC (rev 70943)
@@ -2,12 +2,12 @@
 INSTALL
 =======
 
-Just a quick overview, feel free to enhance this documentation or corret my
+Just a quick overview, feel free to enhance this documentation or correct my
 typos! Additional to a working Zope3 project, you need the following software:
 
-- wxPython
+- wxPython (tested with 2.6.3.3)
 
-- Wax
+- Wax (tested with 0.3.33)
 
 
 Resources
@@ -31,7 +31,7 @@
 Notes
 -----
 
-Right now the wxPython version 2.6 is used. Teh newer version doesn't work on
+Right now the wxPython version 2.6 is used. The newer version doesn't work on
 my windows box, because there is a mess in the wxPython library. I guess they
 changed import wxPython to import wx and right now not all subpackages are 
 ported to this naming. Adam, should we switch to wxPythn version 2.7 or does 

Modified: z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/README.txt
===================================================================
--- z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/README.txt	2006-10-28 14:03:12 UTC (rev 70942)
+++ z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/README.txt	2006-10-28 15:51:08 UTC (rev 70943)
@@ -2,10 +2,13 @@
 README
 ======
 
-The ZODB Browser is a wx python client application which can visualize the 
+The ZODB Browser is a wxPython client application which can visualize the 
 ZODB internals. After starting the ZODB Browser, you can open a Data.fs and
 traverse the database objects in a tree view.
 
+The tool operates in READ ONLY mode. It is meant as a debugging aid for
+sysadmins.
+
 A big thank you goes to Adam Groszer, which started this great work at the 
 Swiss Easter Sprint. Feel free to ask on the zope3-dev at zope.org mailinglist
 if you have question.

Added: z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/TODO.txt
===================================================================
--- z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/TODO.txt	2006-10-28 14:03:12 UTC (rev 70942)
+++ z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/TODO.txt	2006-10-28 15:51:08 UTC (rev 70943)
@@ -0,0 +1,17 @@
+=====
+TODOs
+=====
+
+- Clean up the MDI UI -- wax is not tops with that
+  Maybe switch to wx.aui when 2.7 will be stable
+
+- Implement different openers
+  - for ZEO
+  - directoryStorage
+  - what else?
+
+- Implement the `transaction` view
+  That shows the transactions list, something like fstest.py
+
+- Implement `open new tree from here`
+  That opens a new window setting the current object as root
\ No newline at end of file


Property changes on: z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/TODO.txt
___________________________________________________________________
Name: svn:keywords
   + Date Author Id Revision
Name: svn:eol-style
   + native

Modified: z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/main.py
===================================================================
--- z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/main.py	2006-10-28 14:03:12 UTC (rev 70942)
+++ z3c.zodbbrowser/sandbox/src/z3c/zodbbrowser/main.py	2006-10-28 15:51:08 UTC (rev 70943)
@@ -97,7 +97,6 @@
         #self.Close()
         while True:
             chld = self.GetActiveChild()
-            brk()
             if chld:
                 print 'close1'
                 chld.Close()



More information about the Checkins mailing list