aboutsummaryrefslogtreecommitdiff
path: root/devel/boaconstructor
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-04-17 15:47:44 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-04-17 15:47:44 +0000
commit31bbd086c7c2f61f1efb058f43fb18e93b19a5b2 (patch)
treed90a79644bded01d53135129c5d4beffff9a3486 /devel/boaconstructor
parent12fce5e93541eb3be7594b3949a7776acb5c3696 (diff)
downloadports-31bbd086c7c2f61f1efb058f43fb18e93b19a5b2.tar.gz
ports-31bbd086c7c2f61f1efb058f43fb18e93b19a5b2.zip
Notes
Diffstat (limited to 'devel/boaconstructor')
-rw-r--r--devel/boaconstructor/Makefile23
-rw-r--r--devel/boaconstructor/distinfo2
-rw-r--r--devel/boaconstructor/pkg-plist1399
3 files changed, 915 insertions, 509 deletions
diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile
index bcd31dd8e42e..1beb579f3e7c 100644
--- a/devel/boaconstructor/Makefile
+++ b/devel/boaconstructor/Makefile
@@ -6,36 +6,31 @@
#
PORTNAME= boaconstructor
-PORTVERSION= 0.0.5
+PORTVERSION= 0.2.3
CATEGORIES= devel python
-MASTER_SITES= http://ftp1.sourceforge.net/${MASTER_SITE_SUBDIR}/ \
- ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= boa-constructor
-DISTNAME= Boa-${PORTVERSION}
+DISTNAME= boa-constructor-${PORTVERSION}.src
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A cross platform RAD GUI Building IDE for wxPython
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxc.so:${PORTSDIR}/x11-toolkits/py-wxPython
-WRKSRC= ${WRKDIR}/Boa-${PORTVERSION}
+WRKSRC= ${WRKDIR}/boa-constructor-${PORTVERSION}
USE_ZIP= yes
USE_PYTHON= yes
-
-do-configure:
- @${PERL} -pi -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \
- ${WRKSRC}/Explorer.gtk.cfg
+DATADIR= ${PREFIX}/share/Boa
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install:
- @${MKDIR} ${PREFIX}/share/Boa
- @(cd ${WRKSRC} && ${TAR} --exclude .cvsignore --exclude "*.orig" -c -f - .) \
- | (cd ${PREFIX}/share/Boa && ${TAR} --unlink -x -f -)
- @printf "#!/bin/sh\n${PYTHON_CMD} ${PREFIX}/share/Boa/Boa.py\n" \
+ @${MKDIR} ${DATADIR}
+ @${TAR} cCf ${WRKSRC} - --exclude "*.orig" . | ${TAR} xUCf ${DATADIR} -
+ @printf "#!/bin/sh\n${PYTHON_CMD} ${DATADIR}/Boa.py\n" \
> ${WRKDIR}/Boa.sh
@${INSTALL_SCRIPT} ${WRKDIR}/Boa.sh ${PREFIX}/bin/Boa
diff --git a/devel/boaconstructor/distinfo b/devel/boaconstructor/distinfo
index 2099919119c8..689ea611d018 100644
--- a/devel/boaconstructor/distinfo
+++ b/devel/boaconstructor/distinfo
@@ -1 +1 @@
-MD5 (Boa-0.0.5.zip) = a8f5f415645336ce1594159bdd8604a7
+MD5 (boa-constructor-0.2.3.src.zip) = f111e10cd11c88a63cad7b1dc6449bff
diff --git a/devel/boaconstructor/pkg-plist b/devel/boaconstructor/pkg-plist
index 616445a2c61a..a0085404b95e 100644
--- a/devel/boaconstructor/pkg-plist
+++ b/devel/boaconstructor/pkg-plist
@@ -5,10 +5,10 @@ share/Boa/About.pyo
share/Boa/AppModuleProps.py
share/Boa/AppModuleProps.pyc
share/Boa/AppModuleProps.pyo
-share/Boa/Boa.implay
share/Boa/Boa.py
share/Boa/Boa.pyc
share/Boa/Boa.pyo
+share/Boa/Boa.pyw
share/Boa/Browse.py
share/Boa/Browse.pyc
share/Boa/Browse.pyo
@@ -20,171 +20,284 @@ share/Boa/ClassBrowser.pyo
share/Boa/Companions/BaseCompanions.py
share/Boa/Companions/BaseCompanions.pyc
share/Boa/Companions/BaseCompanions.pyo
-share/Boa/Companions/BaseCompanions.umllay
+share/Boa/Companions/BasicCompanions.py
+share/Boa/Companions/BasicCompanions.pyc
+share/Boa/Companions/BasicCompanions.pyo
+share/Boa/Companions/ButtonCompanions.py
+share/Boa/Companions/ButtonCompanions.pyc
+share/Boa/Companions/ButtonCompanions.pyo
+share/Boa/Companions/ComCompanions.py
+share/Boa/Companions/ComCompanions.pyc
+share/Boa/Companions/ComCompanions.pyo
share/Boa/Companions/Companions.py
share/Boa/Companions/Companions.pyc
share/Boa/Companions/Companions.pyo
share/Boa/Companions/Constructors.py
share/Boa/Companions/Constructors.pyc
share/Boa/Companions/Constructors.pyo
-share/Boa/Companions/Constructors.umllay
+share/Boa/Companions/ContainerCompanions.py
+share/Boa/Companions/ContainerCompanions.pyc
+share/Boa/Companions/ContainerCompanions.pyo
share/Boa/Companions/DialogCompanions.py
share/Boa/Companions/DialogCompanions.pyc
share/Boa/Companions/DialogCompanions.pyo
share/Boa/Companions/EventCollections.py
share/Boa/Companions/EventCollections.pyc
share/Boa/Companions/EventCollections.pyo
-share/Boa/Companions/HelpCompanions.py
-share/Boa/Companions/HelpCompanions.pyc
-share/Boa/Companions/HelpCompanions.pyo
+share/Boa/Companions/FrameCompanions.py
+share/Boa/Companions/FrameCompanions.pyc
+share/Boa/Companions/FrameCompanions.pyo
+share/Boa/Companions/GizmoCompanions.py
+share/Boa/Companions/GizmoCompanions.pyc
+share/Boa/Companions/GizmoCompanions.pyo
+share/Boa/Companions/ListCompanions.py
+share/Boa/Companions/ListCompanions.pyc
+share/Boa/Companions/ListCompanions.pyo
share/Boa/Companions/UtilCompanions.py
share/Boa/Companions/UtilCompanions.pyc
share/Boa/Companions/UtilCompanions.pyo
-share/Boa/Companions/ZopeCompanions.py
-share/Boa/Companions/ZopeCompanions.pyc
-share/Boa/Companions/ZopeCompanions.pyo
share/Boa/Companions/__init__.py
share/Boa/Companions/__init__.pyc
share/Boa/Companions/__init__.pyo
-share/Boa/Companions/wxCompImp.implay
-share/Boa/Companions/wxCompImp.py
-share/Boa/Companions/wxCompImp.pyc
-share/Boa/Companions/wxCompImp.pyo
-share/Boa/CreationOrdDlg.py
-share/Boa/CreationOrdDlg.pyc
-share/Boa/CreationOrdDlg.pyo
share/Boa/Credits.txt
-share/Boa/CtrlAlign.py
-share/Boa/CtrlAlign.pyc
-share/Boa/CtrlAlign.pyo
-share/Boa/CtrlSize.py
-share/Boa/CtrlSize.pyc
-share/Boa/CtrlSize.pyo
+share/Boa/Debugger/BoaDebugServer.py
+share/Boa/Debugger/BoaDebugServer.pyc
+share/Boa/Debugger/BoaDebugServer.pyo
+share/Boa/Debugger/Breakpoint.py
+share/Boa/Debugger/Breakpoint.pyc
+share/Boa/Debugger/Breakpoint.pyo
+share/Boa/Debugger/ChildProcessClient.py
+share/Boa/Debugger/ChildProcessClient.pyc
+share/Boa/Debugger/ChildProcessClient.pyo
+share/Boa/Debugger/ChildProcessServer.py
+share/Boa/Debugger/ChildProcessServer.pyc
+share/Boa/Debugger/ChildProcessServer.pyo
+share/Boa/Debugger/ChildProcessServerStart.py
+share/Boa/Debugger/ChildProcessServerStart.pyc
+share/Boa/Debugger/ChildProcessServerStart.pyo
+share/Boa/Debugger/DebugClient.py
+share/Boa/Debugger/DebugClient.pyc
+share/Boa/Debugger/DebugClient.pyo
share/Boa/Debugger/Debugger.py
share/Boa/Debugger/Debugger.pyc
share/Boa/Debugger/Debugger.pyo
+share/Boa/Debugger/DebuggerControls.py
+share/Boa/Debugger/DebuggerControls.pyc
+share/Boa/Debugger/DebuggerControls.pyo
+share/Boa/Debugger/InProcessClient.py
+share/Boa/Debugger/InProcessClient.pyc
+share/Boa/Debugger/InProcessClient.pyo
+share/Boa/Debugger/IsolatedDebugger.py
+share/Boa/Debugger/IsolatedDebugger.pyc
+share/Boa/Debugger/IsolatedDebugger.pyo
+share/Boa/Debugger/RemoteClient.py
+share/Boa/Debugger/RemoteClient.pyc
+share/Boa/Debugger/RemoteClient.pyo
+share/Boa/Debugger/RemoteDialog.py
+share/Boa/Debugger/RemoteDialog.pyc
+share/Boa/Debugger/RemoteDialog.pyo
+share/Boa/Debugger/RemoteServer.py
+share/Boa/Debugger/RemoteServer.pyc
+share/Boa/Debugger/RemoteServer.pyo
+share/Boa/Debugger/Tasks.py
+share/Boa/Debugger/Tasks.pyc
+share/Boa/Debugger/Tasks.pyo
+share/Boa/Debugger/ZopeBreakpoint.zip
+share/Boa/Debugger/ZopeScriptDebugServer.py
+share/Boa/Debugger/ZopeScriptDebugServer.pyc
+share/Boa/Debugger/ZopeScriptDebugServer.pyo
share/Boa/Debugger/__init__.py
share/Boa/Debugger/__init__.pyc
share/Boa/Debugger/__init__.pyo
-share/Boa/Docs/1x1.GIF
-share/Boa/Docs/Boa.jpg
-share/Boa/Docs/CVSFolder.jpg
-share/Boa/Docs/CommandLine.html
-share/Boa/Docs/ComponentNotes.html
-share/Boa/Docs/Components/Anchors.jpg
-share/Boa/Docs/Components/AnchorsStretched.jpg
-share/Boa/Docs/Components/wxNoteBook.jpg
-share/Boa/Docs/Components/wxSplitterWindow.jpg
-share/Boa/Docs/Components/wxToolBar.jpg
-share/Boa/Docs/Debug.JPG
-share/Boa/Docs/Debugger.html
-share/Boa/Docs/Debugger.jpg
-share/Boa/Docs/Designer-small.jpg
-share/Boa/Docs/Designer.html
-share/Boa/Docs/Designer.jpg
-share/Boa/Docs/Editor.html
-share/Boa/Docs/Editor.jpg
-share/Boa/Docs/Explorer.html
-share/Boa/Docs/Glossary.html
-share/Boa/Docs/Guide/README
-share/Boa/Docs/Guide/image/Boa1.png
-share/Boa/Docs/Guide/image/Boa2.png
-share/Boa/Docs/Guide/image/Boa21.png
-share/Boa/Docs/Guide/image/Boa22b.png
-share/Boa/Docs/Guide/image/Boa23a.png
-share/Boa/Docs/Guide/image/Boa23b.png
-share/Boa/Docs/Guide/image/Boa23c.png
-share/Boa/Docs/Guide/image/Boa23d.png
-share/Boa/Docs/Guide/image/Boa24a.png
-share/Boa/Docs/Guide/image/Boa24b.png
-share/Boa/Docs/Guide/image/Boa24c.png
-share/Boa/Docs/Guide/image/Boa24d.png
-share/Boa/Docs/Guide/image/Boa24e.png
-share/Boa/Docs/Guide/image/Boa24f.png
-share/Boa/Docs/Guide/image/Boa25.png
-share/Boa/Docs/Guide/image/Boa26.png
-share/Boa/Docs/Guide/image/Boa27.png
-share/Boa/Docs/Guide/image/Boa3.png
-share/Boa/Docs/Guide/image/Boa4.png
-share/Boa/Docs/Guide/image/Boa5.png
-share/Boa/Docs/Guide/image/Boa6.png
-share/Boa/Docs/Guide/image/Boa7.png
-share/Boa/Docs/Guide/image/Boa8.png
-share/Boa/Docs/Guide/image/Cancel.jpg
-share/Boa/Docs/Guide/image/Designer.jpg
-share/Boa/Docs/Guide/image/Editor.jpg
-share/Boa/Docs/Guide/image/Help.jpg
-share/Boa/Docs/Guide/image/Inspector.jpg
-share/Boa/Docs/Guide/image/Palette.jpg
-share/Boa/Docs/Guide/image/Post.jpg
-share/Boa/Docs/Guide/image/Preferences.jpg
-share/Boa/Docs/Guide/index.html
-share/Boa/Docs/Guide/node1.html
-share/Boa/Docs/Guide/node2.html
-share/Boa/Docs/Guide/node21.html
-share/Boa/Docs/Guide/node22.html
-share/Boa/Docs/Guide/node23.html
-share/Boa/Docs/Guide/node24.html
-share/Boa/Docs/Guide/node25.html
-share/Boa/Docs/Guide/node26.html
-share/Boa/Docs/Guide/node27.html
-share/Boa/Docs/Guide/node3.html
-share/Boa/Docs/Guide/node31.html
-share/Boa/Docs/Guide/node4.html
-share/Boa/Docs/Guide/node5.html
-share/Boa/Docs/Guide/node6.html
-share/Boa/Docs/Guide/node7.html
-share/Boa/Docs/Guide/node8.html
-share/Boa/Docs/Help.html
-share/Boa/Docs/Help.jpg
-share/Boa/Docs/Inspector.html
-share/Boa/Docs/Inspector.jpg
-share/Boa/Docs/Keys.html
-share/Boa/Docs/LayoutAnchors.html
-share/Boa/Docs/MixingSource.html
-share/Boa/Docs/Palette.html
-share/Boa/Docs/Palette.jpg
-share/Boa/Docs/Philosophy.html
-share/Boa/Docs/WindowLayout.html
-share/Boa/Docs/Zope.html
-share/Boa/Docs/contents.gif
-share/Boa/Docs/dot.gif
+share/Boa/Debugger/test.py
+share/Boa/Debugger/test.pyc
+share/Boa/Debugger/test.pyo
+share/Boa/Debugger/testrpc.py
+share/Boa/Debugger/testrpc.pyc
+share/Boa/Debugger/testrpc.pyo
+share/Boa/Docs/boa/apphelp/Anchors.jpg
+share/Boa/Docs/boa/apphelp/AnchorsStretched.jpg
+share/Boa/Docs/boa/apphelp/Boa.jpg
+share/Boa/Docs/boa/apphelp/CVS.html
+share/Boa/Docs/boa/apphelp/CVSFolder.jpg
+share/Boa/Docs/boa/apphelp/CommandLine.html
+share/Boa/Docs/boa/apphelp/ComponentNotes.html
+share/Boa/Docs/boa/apphelp/Debug.jpg
+share/Boa/Docs/boa/apphelp/DebugBrowse.png
+share/Boa/Docs/boa/apphelp/DebugFullSpeed.png
+share/Boa/Docs/boa/apphelp/Debugger.html
+share/Boa/Docs/boa/apphelp/Debugger.jpg
+share/Boa/Docs/boa/apphelp/Designer-small.jpg
+share/Boa/Docs/boa/apphelp/Designer.html
+share/Boa/Docs/boa/apphelp/Designer.jpg
+share/Boa/Docs/boa/apphelp/Editor.html
+share/Boa/Docs/boa/apphelp/Editor.jpg
+share/Boa/Docs/boa/apphelp/Explorer.html
+share/Boa/Docs/boa/apphelp/ExtendingBoa.html
+share/Boa/Docs/boa/apphelp/Glossary.html
+share/Boa/Docs/boa/apphelp/Help.html
+share/Boa/Docs/boa/apphelp/Help.jpg
+share/Boa/Docs/boa/apphelp/Inspector.html
+share/Boa/Docs/boa/apphelp/Inspector.jpg
+share/Boa/Docs/boa/apphelp/Keys.html
+share/Boa/Docs/boa/apphelp/LayoutAnchors.html
+share/Boa/Docs/boa/apphelp/MixingSource.html
+share/Boa/Docs/boa/apphelp/NonASCII.html
+share/Boa/Docs/boa/apphelp/Palette.html
+share/Boa/Docs/boa/apphelp/Palette.jpg
+share/Boa/Docs/boa/apphelp/Philosophy.html
+share/Boa/Docs/boa/apphelp/Preferences.html
+share/Boa/Docs/boa/apphelp/RemainingMilestones.html
+share/Boa/Docs/boa/apphelp/ShellDebug.png
+share/Boa/Docs/boa/apphelp/ShellIntegration.html
+share/Boa/Docs/boa/apphelp/WindowLayout.html
+share/Boa/Docs/boa/apphelp/Zope.html
+share/Boa/Docs/boa/apphelp/apphelp.hhc
+share/Boa/Docs/boa/apphelp/apphelp.hhk
+share/Boa/Docs/boa/apphelp/apphelp.hhp
+share/Boa/Docs/boa/apphelp/contents.gif
+share/Boa/Docs/boa/apphelp/dot.gif
+share/Boa/Docs/boa/apphelp/index.html
+share/Boa/Docs/boa/guide/guide.hhc
+share/Boa/Docs/boa/guide/guide.hhk
+share/Boa/Docs/boa/guide/guide.hhp
+share/Boa/Docs/boa/guide/image/Boa1.png
+share/Boa/Docs/boa/guide/image/Boa2.png
+share/Boa/Docs/boa/guide/image/Boa21.png
+share/Boa/Docs/boa/guide/image/Boa22b.png
+share/Boa/Docs/boa/guide/image/Boa23a.png
+share/Boa/Docs/boa/guide/image/Boa23b.png
+share/Boa/Docs/boa/guide/image/Boa23c.png
+share/Boa/Docs/boa/guide/image/Boa23d.png
+share/Boa/Docs/boa/guide/image/Boa24a.png
+share/Boa/Docs/boa/guide/image/Boa24b.png
+share/Boa/Docs/boa/guide/image/Boa24c.png
+share/Boa/Docs/boa/guide/image/Boa24d.png
+share/Boa/Docs/boa/guide/image/Boa24e.png
+share/Boa/Docs/boa/guide/image/Boa24f.png
+share/Boa/Docs/boa/guide/image/Boa25.png
+share/Boa/Docs/boa/guide/image/Boa26.png
+share/Boa/Docs/boa/guide/image/Boa27.png
+share/Boa/Docs/boa/guide/image/Boa3.png
+share/Boa/Docs/boa/guide/image/Boa4.png
+share/Boa/Docs/boa/guide/image/Boa5.png
+share/Boa/Docs/boa/guide/image/Boa6.png
+share/Boa/Docs/boa/guide/image/Boa7.png
+share/Boa/Docs/boa/guide/image/Boa8.png
+share/Boa/Docs/boa/guide/image/Cancel.jpg
+share/Boa/Docs/boa/guide/image/Designer.jpg
+share/Boa/Docs/boa/guide/image/Editor.jpg
+share/Boa/Docs/boa/guide/image/Help.jpg
+share/Boa/Docs/boa/guide/image/Inspector.jpg
+share/Boa/Docs/boa/guide/image/Palette.jpg
+share/Boa/Docs/boa/guide/image/Post.jpg
+share/Boa/Docs/boa/guide/image/Preferences.jpg
+share/Boa/Docs/boa/guide/index.html
+share/Boa/Docs/boa/guide/node1.html
+share/Boa/Docs/boa/guide/node2.html
+share/Boa/Docs/boa/guide/node21.html
+share/Boa/Docs/boa/guide/node22.html
+share/Boa/Docs/boa/guide/node23.html
+share/Boa/Docs/boa/guide/node24.html
+share/Boa/Docs/boa/guide/node25.html
+share/Boa/Docs/boa/guide/node26.html
+share/Boa/Docs/boa/guide/node27.html
+share/Boa/Docs/boa/guide/node3.html
+share/Boa/Docs/boa/guide/node31.html
+share/Boa/Docs/boa/guide/node4.html
+share/Boa/Docs/boa/guide/node5.html
+share/Boa/Docs/boa/guide/node6.html
+share/Boa/Docs/boa/guide/node7.html
+share/Boa/Docs/boa/guide/node8.html
+share/Boa/Docs/boa/icons/blank.gif
+share/Boa/Docs/boa/icons/contents.gif
+share/Boa/Docs/boa/icons/index.gif
+share/Boa/Docs/boa/icons/modules.gif
+share/Boa/Docs/boa/icons/next.gif
+share/Boa/Docs/boa/icons/previous.gif
+share/Boa/Docs/boa/icons/up.gif
+share/Boa/Docs/cache/readme.txt
share/Boa/Docs/gpl.txt
-share/Boa/Docs/icons/README
-share/Boa/Docs/icons/blank.gif
-share/Boa/Docs/icons/contents.gif
-share/Boa/Docs/icons/index.gif
-share/Boa/Docs/icons/modules.gif
-share/Boa/Docs/icons/next.gif
-share/Boa/Docs/icons/previous.gif
-share/Boa/Docs/icons/up.gif
-share/Boa/Docs/index.html
-share/Boa/Docs/spot-small.GIF
share/Boa/Docs/tips.txt
+share/Boa/Docs/wxDocStrings.msh
share/Boa/Editor.py
share/Boa/Editor.pyc
share/Boa/Editor.pyo
-share/Boa/EditorModels.py
-share/Boa/EditorModels.pyc
-share/Boa/EditorModels.pyo
-share/Boa/EditorModels.umllay
+share/Boa/EditorUtils.py
+share/Boa/EditorUtils.pyc
+share/Boa/EditorUtils.pyo
share/Boa/ErrorStack.py
share/Boa/ErrorStack.pyc
share/Boa/ErrorStack.pyo
share/Boa/ErrorStackFrm.py
share/Boa/ErrorStackFrm.pyc
share/Boa/ErrorStackFrm.pyo
+share/Boa/Examples/ContextHelp.py
+share/Boa/Examples/ContextHelp.pyc
+share/Boa/Examples/ContextHelp.pyo
+share/Boa/Examples/Everything.py
+share/Boa/Examples/Everything.pyc
+share/Boa/Examples/Everything.pyo
+share/Boa/Examples/advanced/AttrMixins/AttrMixinFrame.py
+share/Boa/Examples/advanced/AttrMixins/AttrMixinFrame.pyc
+share/Boa/Examples/advanced/AttrMixins/AttrMixinFrame.pyo
+share/Boa/Examples/advanced/AttrMixins/AttrMixins.py
+share/Boa/Examples/advanced/AttrMixins/AttrMixins.pyc
+share/Boa/Examples/advanced/AttrMixins/AttrMixins.pyo
+share/Boa/Examples/advanced/CustomClasses/wxFrame1.py
+share/Boa/Examples/advanced/CustomClasses/wxFrame1.pyc
+share/Boa/Examples/advanced/CustomClasses/wxFrame1.pyo
+share/Boa/Examples/advanced/FramePanels/wxApp1.py
+share/Boa/Examples/advanced/FramePanels/wxApp1.pyc
+share/Boa/Examples/advanced/FramePanels/wxApp1.pyo
+share/Boa/Examples/advanced/FramePanels/wxFrame1.py
+share/Boa/Examples/advanced/FramePanels/wxFrame1.pyc
+share/Boa/Examples/advanced/FramePanels/wxFrame1.pyo
+share/Boa/Examples/advanced/FramePanels/wxPanel1.py
+share/Boa/Examples/advanced/FramePanels/wxPanel1.pyc
+share/Boa/Examples/advanced/FramePanels/wxPanel1.pyo
+share/Boa/Examples/advanced/FramePanels/wxPanel2.py
+share/Boa/Examples/advanced/FramePanels/wxPanel2.pyc
+share/Boa/Examples/advanced/FramePanels/wxPanel2.pyo
+share/Boa/Examples/advanced/FramePanels/wxPanel3.py
+share/Boa/Examples/advanced/FramePanels/wxPanel3.pyc
+share/Boa/Examples/advanced/FramePanels/wxPanel3.pyo
+share/Boa/Examples/advanced/SpecialAttributes/wxFrame1.py
+share/Boa/Examples/advanced/SpecialAttributes/wxFrame1.pyc
+share/Boa/Examples/advanced/SpecialAttributes/wxFrame1.pyo
+share/Boa/Examples/frames/wxApp1.py
+share/Boa/Examples/frames/wxApp1.pyc
+share/Boa/Examples/frames/wxApp1.pyo
+share/Boa/Examples/frames/wxFrame1.py
+share/Boa/Examples/frames/wxFrame1.pyc
+share/Boa/Examples/frames/wxFrame1.pyo
+share/Boa/Examples/frames/wxFrame2.py
+share/Boa/Examples/frames/wxFrame2.pyc
+share/Boa/Examples/frames/wxFrame2.pyo
+share/Boa/Examples/frames/wxFrame3.py
+share/Boa/Examples/frames/wxFrame3.pyc
+share/Boa/Examples/frames/wxFrame3.pyo
+share/Boa/Examples/i18n.py
+share/Boa/Examples/i18n.pyc
+share/Boa/Examples/i18n.pyo
share/Boa/Examples/layout/AnchorsInBoa.py
share/Boa/Examples/layout/AnchorsInBoa.pyc
share/Boa/Examples/layout/AnchorsInBoa.pyo
-share/Boa/Examples/layout/ConstraintsInBoa.py
-share/Boa/Examples/layout/ConstraintsInBoa.pyc
-share/Boa/Examples/layout/ConstraintsInBoa.pyo
+share/Boa/Examples/layout/SashLayout.py
+share/Boa/Examples/layout/SashLayout.pyc
+share/Boa/Examples/layout/SashLayout.pyo
share/Boa/Examples/layout/SizersInBoa.py
share/Boa/Examples/layout/SizersInBoa.pyc
share/Boa/Examples/layout/SizersInBoa.pyo
-share/Boa/Examples/notebook/Boa.bmp
-share/Boa/Examples/notebook/README
+share/Boa/Examples/mdi/wxApp1.py
+share/Boa/Examples/mdi/wxApp1.pyc
+share/Boa/Examples/mdi/wxApp1.pyo
+share/Boa/Examples/mdi/wxMDIChildFrame1.py
+share/Boa/Examples/mdi/wxMDIChildFrame1.pyc
+share/Boa/Examples/mdi/wxMDIChildFrame1.pyo
+share/Boa/Examples/mdi/wxMDIParentFrame1.py
+share/Boa/Examples/mdi/wxMDIParentFrame1.pyc
+share/Boa/Examples/mdi/wxMDIParentFrame1.pyo
share/Boa/Examples/notebook/wxApp1.py
share/Boa/Examples/notebook/wxApp1.pyc
share/Boa/Examples/notebook/wxApp1.pyo
@@ -194,15 +307,26 @@ share/Boa/Examples/notebook/wxDialog1.pyo
share/Boa/Examples/notebook/wxFrame1.py
share/Boa/Examples/notebook/wxFrame1.pyc
share/Boa/Examples/notebook/wxFrame1.pyo
+share/Boa/Examples/wxGrid.py
+share/Boa/Examples/wxGrid.pyc
+share/Boa/Examples/wxGrid.pyo
+share/Boa/Examples/xrc/wxXrcPanel.py
+share/Boa/Examples/xrc/wxXrcPanel.pyc
+share/Boa/Examples/xrc/wxXrcPanel.pyo
share/Boa/Explorer.gtk.cfg
share/Boa/Explorer.msw.cfg
-share/Boa/Explorer.umllay
share/Boa/Explorers/CVSExplorer.py
share/Boa/Explorers/CVSExplorer.pyc
share/Boa/Explorers/CVSExplorer.pyo
share/Boa/Explorers/CVSResults.py
share/Boa/Explorers/CVSResults.pyc
share/Boa/Explorers/CVSResults.pyo
+share/Boa/Explorers/DAVExplorer.py
+share/Boa/Explorers/DAVExplorer.pyc
+share/Boa/Explorers/DAVExplorer.pyo
+share/Boa/Explorers/EditorExplorer.py
+share/Boa/Explorers/EditorExplorer.pyc
+share/Boa/Explorers/EditorExplorer.pyo
share/Boa/Explorers/Explorer.py
share/Boa/Explorers/Explorer.pyc
share/Boa/Explorers/Explorer.pyo
@@ -215,21 +339,24 @@ share/Boa/Explorers/FTPExplorer.pyo
share/Boa/Explorers/FileExplorer.py
share/Boa/Explorers/FileExplorer.pyc
share/Boa/Explorers/FileExplorer.pyo
+share/Boa/Explorers/PrefsExplorer.py
+share/Boa/Explorers/PrefsExplorer.pyc
+share/Boa/Explorers/PrefsExplorer.pyo
share/Boa/Explorers/SSHExplorer.py
share/Boa/Explorers/SSHExplorer.pyc
share/Boa/Explorers/SSHExplorer.pyo
share/Boa/Explorers/ZipExplorer.py
share/Boa/Explorers/ZipExplorer.pyc
share/Boa/Explorers/ZipExplorer.pyo
-share/Boa/Explorers/ZopeExplorer.py
-share/Boa/Explorers/ZopeExplorer.pyc
-share/Boa/Explorers/ZopeExplorer.pyo
share/Boa/Explorers/__init__.py
share/Boa/Explorers/__init__.pyc
share/Boa/Explorers/__init__.pyo
share/Boa/Explorers/scrm.py
share/Boa/Explorers/scrm.pyc
share/Boa/Explorers/scrm.pyo
+share/Boa/ExternalLib/BasicAuthTransport.py
+share/Boa/ExternalLib/BasicAuthTransport.pyc
+share/Boa/ExternalLib/BasicAuthTransport.pyo
share/Boa/ExternalLib/ConfigParser.py
share/Boa/ExternalLib/ConfigParser.pyc
share/Boa/ExternalLib/ConfigParser.pyo
@@ -239,111 +366,158 @@ share/Boa/ExternalLib/Cyclops.pyo
share/Boa/ExternalLib/PythonInterpreter.py
share/Boa/ExternalLib/PythonInterpreter.pyc
share/Boa/ExternalLib/PythonInterpreter.pyo
+share/Boa/ExternalLib/Signature.py
+share/Boa/ExternalLib/Signature.pyc
+share/Boa/ExternalLib/Signature.pyo
+share/Boa/ExternalLib/WebDAV/App_Common.py
+share/Boa/ExternalLib/WebDAV/App_Common.pyc
+share/Boa/ExternalLib/WebDAV/App_Common.pyo
+share/Boa/ExternalLib/WebDAV/__init__.py
+share/Boa/ExternalLib/WebDAV/__init__.pyc
+share/Boa/ExternalLib/WebDAV/__init__.pyo
+share/Boa/ExternalLib/WebDAV/client.py
+share/Boa/ExternalLib/WebDAV/client.pyc
+share/Boa/ExternalLib/WebDAV/client.pyo
+share/Boa/ExternalLib/WebDAV/common.py
+share/Boa/ExternalLib/WebDAV/common.pyc
+share/Boa/ExternalLib/WebDAV/common.pyo
+share/Boa/ExternalLib/WebDAV/httplib.py
+share/Boa/ExternalLib/WebDAV/httplib.pyc
+share/Boa/ExternalLib/WebDAV/httplib.pyo
share/Boa/ExternalLib/__init__.py
share/Boa/ExternalLib/__init__.pyc
share/Boa/ExternalLib/__init__.pyo
+share/Boa/ExternalLib/babeliser.py
+share/Boa/ExternalLib/babeliser.pyc
+share/Boa/ExternalLib/babeliser.pyo
share/Boa/ExternalLib/buttons.py
share/Boa/ExternalLib/buttons.pyc
share/Boa/ExternalLib/buttons.pyo
+share/Boa/ExternalLib/ddeconn.py
+share/Boa/ExternalLib/ddeconn.pyc
+share/Boa/ExternalLib/ddeconn.pyo
share/Boa/ExternalLib/ndiff.py
share/Boa/ExternalLib/ndiff.pyc
share/Boa/ExternalLib/ndiff.pyo
+share/Boa/ExternalLib/pychecker_custom.py
+share/Boa/ExternalLib/pychecker_custom.pyc
+share/Boa/ExternalLib/pychecker_custom.pyo
+share/Boa/ExternalLib/pylint.py
+share/Boa/ExternalLib/pylint.pyc
+share/Boa/ExternalLib/pylint.pyo
share/Boa/ExternalLib/reindent.py
share/Boa/ExternalLib/reindent.pyc
share/Boa/ExternalLib/reindent.pyo
+share/Boa/ExternalLib/xmlrpclib.py
+share/Boa/ExternalLib/xmlrpclib.pyc
+share/Boa/ExternalLib/xmlrpclib.pyo
+share/Boa/ExternalLib/xmlrpcserver.py
+share/Boa/ExternalLib/xmlrpcserver.pyc
+share/Boa/ExternalLib/xmlrpcserver.pyo
share/Boa/ExternalLib/zipfile.py
share/Boa/ExternalLib/zipfile.pyc
share/Boa/ExternalLib/zipfile.pyo
share/Boa/FileDlg.py
share/Boa/FileDlg.pyc
share/Boa/FileDlg.pyo
+share/Boa/FindReplaceDlg.py
+share/Boa/FindReplaceDlg.pyc
+share/Boa/FindReplaceDlg.pyo
+share/Boa/FindReplaceEngine.py
+share/Boa/FindReplaceEngine.pyc
+share/Boa/FindReplaceEngine.pyo
+share/Boa/FindResults.py
+share/Boa/FindResults.pyc
+share/Boa/FindResults.pyo
share/Boa/GCFrame.py
share/Boa/GCFrame.pyc
share/Boa/GCFrame.pyo
share/Boa/HTMLCyclops.py
share/Boa/HTMLCyclops.pyc
share/Boa/HTMLCyclops.pyo
+share/Boa/HTMLResponse.py
+share/Boa/HTMLResponse.pyc
+share/Boa/HTMLResponse.pyo
share/Boa/Help.py
share/Boa/Help.pyc
share/Boa/Help.pyo
share/Boa/ImageStore.py
share/Boa/ImageStore.pyc
share/Boa/ImageStore.pyo
-share/Boa/Images/CvsPics/AFile.bmp
-share/Boa/Images/CvsPics/Add.bmp
-share/Boa/Images/CvsPics/AddBinary.bmp
-share/Boa/Images/CvsPics/BinaryFile.bmp
-share/Boa/Images/CvsPics/Branch.bmp
-share/Boa/Images/CvsPics/Commit.bmp
-share/Boa/Images/CvsPics/ConflictingFile.bmp
-share/Boa/Images/CvsPics/Diff.bmp
-share/Boa/Images/CvsPics/Dir.bmp
-share/Boa/Images/CvsPics/File.bmp
-share/Boa/Images/CvsPics/IgnoredDir.bmp
-share/Boa/Images/CvsPics/IgnoredFile.bmp
-share/Boa/Images/CvsPics/Log.bmp
-share/Boa/Images/CvsPics/MissingDir.bmp
-share/Boa/Images/CvsPics/MissingFile.bmp
-share/Boa/Images/CvsPics/ModifiedBinaryFile.bmp
-share/Boa/Images/CvsPics/ModifiedDir.bmp
-share/Boa/Images/CvsPics/ModifiedFile.bmp
-share/Boa/Images/CvsPics/Remove.bmp
-share/Boa/Images/CvsPics/Status.bmp
-share/Boa/Images/CvsPics/Tag.bmp
-share/Boa/Images/CvsPics/UnknownDir.bmp
-share/Boa/Images/CvsPics/UnknownFile.bmp
-share/Boa/Images/CvsPics/Untag.bmp
-share/Boa/Images/CvsPics/Update.bmp
-share/Boa/Images/Debug/Blank.bmp
-share/Boa/Images/Debug/Breakpoint-blue.bmp
-share/Boa/Images/Debug/Breakpoint-cyan.bmp
-share/Boa/Images/Debug/Breakpoint-gray.bmp
-share/Boa/Images/Debug/Breakpoint-green.bmp
-share/Boa/Images/Debug/Breakpoint-magenta.bmp
-share/Boa/Images/Debug/Breakpoint-red.bmp
-share/Boa/Images/Debug/Breakpoint-yellow.bmp
-share/Boa/Images/Debug/Breakpoints.bmp
-share/Boa/Images/Debug/Breakpoints2.bmp
-share/Boa/Images/Debug/Compile.bmp
-share/Boa/Images/Debug/Debug.bmp
-share/Boa/Images/Debug/Debug2.bmp
-share/Boa/Images/Debug/DebugBrowse.bmp
-share/Boa/Images/Debug/Globals.bmp
-share/Boa/Images/Debug/Locals.bmp
-share/Boa/Images/Debug/Out.bmp
-share/Boa/Images/Debug/Output.bmp
-share/Boa/Images/Debug/Over.bmp
-share/Boa/Images/Debug/Profile.bmp
-share/Boa/Images/Debug/Run.bmp
-share/Boa/Images/Debug/RunApp.bmp
-share/Boa/Images/Debug/SourceTrace-Off.bmp
-share/Boa/Images/Debug/Stack.bmp
-share/Boa/Images/Debug/Step.bmp
-share/Boa/Images/Debug/Stop.bmp
-share/Boa/Images/Debug/Stop2.bmp
-share/Boa/Images/Debug/Stop3.bmp
-share/Boa/Images/Debug/Watches.bmp
-share/Boa/Images/Editor/AddToApp.bmp
-share/Boa/Images/Editor/Callees.bmp
-share/Boa/Images/Editor/Callers.bmp
-share/Boa/Images/Editor/Close.bmp
-share/Boa/Images/Editor/GotoLine.bmp
-share/Boa/Images/Editor/Imports.bmp
-share/Boa/Images/Editor/Open.bmp
-share/Boa/Images/Editor/OpenAll.bmp
-share/Boa/Images/Editor/OpenFromApp.bmp
-share/Boa/Images/Editor/Refresh.bmp
-share/Boa/Images/Editor/RemoveFromApp.bmp
-share/Boa/Images/Editor/RunToCursor.bmp
-share/Boa/Images/Editor/Save.bmp
-share/Boa/Images/Editor/SaveAll.bmp
-share/Boa/Images/Editor/SaveAs.bmp
-share/Boa/Images/Editors/Collection/delete.bmp
-share/Boa/Images/Editors/Collection/deleteY.bmp
-share/Boa/Images/Editors/Collection/down.bmp
-share/Boa/Images/Editors/Collection/new.bmp
-share/Boa/Images/Editors/Collection/newY.bmp
-share/Boa/Images/Editors/Collection/up.bmp
+share/Boa/Images/CvsPics/AFile.png
+share/Boa/Images/CvsPics/Add.png
+share/Boa/Images/CvsPics/AddBinary.png
+share/Boa/Images/CvsPics/BinaryFile.png
+share/Boa/Images/CvsPics/Branch.png
+share/Boa/Images/CvsPics/Commit.png
+share/Boa/Images/CvsPics/ConflictingFile.png
+share/Boa/Images/CvsPics/Diff.png
+share/Boa/Images/CvsPics/Dir.png
+share/Boa/Images/CvsPics/File.png
+share/Boa/Images/CvsPics/IgnoredDir.png
+share/Boa/Images/CvsPics/IgnoredFile.png
+share/Boa/Images/CvsPics/Log.png
+share/Boa/Images/CvsPics/MissingDir.png
+share/Boa/Images/CvsPics/MissingFile.png
+share/Boa/Images/CvsPics/ModifiedBinaryFile.png
+share/Boa/Images/CvsPics/ModifiedDir.png
+share/Boa/Images/CvsPics/ModifiedFile.png
+share/Boa/Images/CvsPics/Remove.png
+share/Boa/Images/CvsPics/Status.png
+share/Boa/Images/CvsPics/Tag.png
+share/Boa/Images/CvsPics/UnknownDir.png
+share/Boa/Images/CvsPics/UnknownFile.png
+share/Boa/Images/CvsPics/Untag.png
+share/Boa/Images/CvsPics/Update.png
+share/Boa/Images/Debug/Blank.png
+share/Boa/Images/Debug/Breakpoint-blue.png
+share/Boa/Images/Debug/Breakpoint-cyan.png
+share/Boa/Images/Debug/Breakpoint-gray.png
+share/Boa/Images/Debug/Breakpoint-green.png
+share/Boa/Images/Debug/Breakpoint-magenta.png
+share/Boa/Images/Debug/Breakpoint-red.png
+share/Boa/Images/Debug/Breakpoint-yellow.png
+share/Boa/Images/Debug/Breakpoints.png
+share/Boa/Images/Debug/Compile.png
+share/Boa/Images/Debug/Debug.png
+share/Boa/Images/Debug/DebugBrowse.png
+share/Boa/Images/Debug/DebugFullSpeed.png
+share/Boa/Images/Debug/Err.png
+share/Boa/Images/Debug/Globals.png
+share/Boa/Images/Debug/Locals.png
+share/Boa/Images/Debug/Out.png
+share/Boa/Images/Debug/Output.png
+share/Boa/Images/Debug/Over.png
+share/Boa/Images/Debug/Pause.png
+share/Boa/Images/Debug/Profile.png
+share/Boa/Images/Debug/Run.png
+share/Boa/Images/Debug/RunApp.png
+share/Boa/Images/Debug/ShellDebug.png
+share/Boa/Images/Debug/SourceTrace-Off.png
+share/Boa/Images/Debug/SplitOrient.png
+share/Boa/Images/Debug/Stack.png
+share/Boa/Images/Debug/Step.png
+share/Boa/Images/Debug/Stop.png
+share/Boa/Images/Debug/Watches.png
+share/Boa/Images/Editor/AddToApp.png
+share/Boa/Images/Editor/Callees.png
+share/Boa/Images/Editor/Callers.png
+share/Boa/Images/Editor/Close.png
+share/Boa/Images/Editor/CloseView.png
+share/Boa/Images/Editor/Explorer.png
+share/Boa/Images/Editor/GotoLine.png
+share/Boa/Images/Editor/Imports.png
+share/Boa/Images/Editor/Open.png
+share/Boa/Images/Editor/OpenAll.png
+share/Boa/Images/Editor/OpenFromApp.png
+share/Boa/Images/Editor/RecentFiles.png
+share/Boa/Images/Editor/Refresh.png
+share/Boa/Images/Editor/RemoveFromApp.png
+share/Boa/Images/Editor/RunToCursor.png
+share/Boa/Images/Editor/Save.png
+share/Boa/Images/Editor/SaveAll.png
+share/Boa/Images/Editor/SaveAs.png
+share/Boa/Images/Editor/Shell.png
share/Boa/Images/Icons/Bevel.ico
share/Boa/Images/Icons/Boa.ico
share/Boa/Images/Icons/ClassBrowser.ico
@@ -353,300 +527,417 @@ share/Boa/Images/Icons/Designer.ico
share/Boa/Images/Icons/Editor.ico
share/Boa/Images/Icons/Help.ico
share/Boa/Images/Icons/Inspector.ico
+share/Boa/Images/Icons/OutputError.ico
share/Boa/Images/Icons/PythonHelp.ico
-share/Boa/Images/Icons/anvil.bmp
share/Boa/Images/Icons/wxWinHelp.ico
-share/Boa/Images/Inspector/Cancel.bmp
-share/Boa/Images/Inspector/Post.bmp
-share/Boa/Images/Inspector/Up.bmp
-share/Boa/Images/Inspector/wxNullBitmap.bmp
-share/Boa/Images/Modules/Bitmap_s.bmp
-share/Boa/Images/Modules/Config_s.bmp
-share/Boa/Images/Modules/Cpp_s.bmp
-share/Boa/Images/Modules/Drive_s.bmp
-share/Boa/Images/Modules/FolderBookmark_s.bmp
-share/Boa/Images/Modules/FolderOpen_s.bmp
-share/Boa/Images/Modules/FolderUp_s.bmp
-share/Boa/Images/Modules/Folder_cyan.bmp
-share/Boa/Images/Modules/Folder_cyan_s.bmp
-share/Boa/Images/Modules/Folder_green_s.bmp
-share/Boa/Images/Modules/Folder_s.bmp
-share/Boa/Images/Modules/Folder_white.bmp
-share/Boa/Images/Modules/InfoBlock.bmp
-share/Boa/Images/Modules/Module_s.bmp
-share/Boa/Images/Modules/Package_s.bmp
-share/Boa/Images/Modules/Setup_s.bmp
-share/Boa/Images/Modules/Text_s.bmp
-share/Boa/Images/Modules/Unknown_s.bmp
-share/Boa/Images/Modules/ZipFile_s.bmp
-share/Boa/Images/Modules/ZopeExport_s.bmp
-share/Boa/Images/Modules/wxApp_s.bmp
-share/Boa/Images/Modules/wxDialog_s.bmp
-share/Boa/Images/Modules/wxFrame_s.bmp
-share/Boa/Images/Modules/wxMDIChildFrame_s.bmp
-share/Boa/Images/Modules/wxMDIParentFrame_s.bmp
-share/Boa/Images/Modules/wxMiniFrame_s.bmp
-share/Boa/Images/Palette/CommonDialog.bmp
-share/Boa/Images/Palette/Component.bmp
-share/Boa/Images/Palette/DTMLDocument.bmp
-share/Boa/Images/Palette/DTMLMethod.bmp
-share/Boa/Images/Palette/ExternalMethod.bmp
-share/Boa/Images/Palette/File.bmp
-share/Boa/Images/Palette/Folder.bmp
-share/Boa/Images/Palette/Gray/Component.bmp
-share/Boa/Images/Palette/Gray/DTMLDocument.bmp
-share/Boa/Images/Palette/Gray/DTMLMethod.bmp
-share/Boa/Images/Palette/Gray/ExternalMethod.bmp
-share/Boa/Images/Palette/Gray/File.bmp
-share/Boa/Images/Palette/Gray/Folder.bmp
-share/Boa/Images/Palette/Gray/Image.bmp
-share/Boa/Images/Palette/Gray/MailHost.bmp
-share/Boa/Images/Palette/Gray/Module.bmp
-share/Boa/Images/Palette/Gray/Package.bmp
-share/Boa/Images/Palette/Gray/PythonMethod.bmp
-share/Boa/Images/Palette/Gray/SQLMethod.bmp
-share/Boa/Images/Palette/Gray/Setup.bmp
-share/Boa/Images/Palette/Gray/Text.bmp
-share/Boa/Images/Palette/Gray/UserFolder.bmp
-share/Boa/Images/Palette/Gray/ZCatalog.bmp
-share/Boa/Images/Palette/Gray/wxAcceleratorTable.bmp
-share/Boa/Images/Palette/Gray/wxApp.bmp
-share/Boa/Images/Palette/Gray/wxBitmapButton.bmp
-share/Boa/Images/Palette/Gray/wxButton.bmp
-share/Boa/Images/Palette/Gray/wxCalendarCtrl.bmp
-share/Boa/Images/Palette/Gray/wxCheckBox.bmp
-share/Boa/Images/Palette/Gray/wxCheckListBox.bmp
-share/Boa/Images/Palette/Gray/wxChoice.bmp
-share/Boa/Images/Palette/Gray/wxColorDialog.bmp
-share/Boa/Images/Palette/Gray/wxComboBox.bmp
-share/Boa/Images/Palette/Gray/wxDialog.bmp
-share/Boa/Images/Palette/Gray/wxDirDialog.bmp
-share/Boa/Images/Palette/Gray/wxDropTarget.bmp
-share/Boa/Images/Palette/Gray/wxFileDialog.bmp
-share/Boa/Images/Palette/Gray/wxFileDropTarget.bmp
-share/Boa/Images/Palette/Gray/wxFontDialog.bmp
-share/Boa/Images/Palette/Gray/wxFrame.bmp
-share/Boa/Images/Palette/Gray/wxGauge.bmp
-share/Boa/Images/Palette/Gray/wxGenBitmapButton.bmp
-share/Boa/Images/Palette/Gray/wxGenBitmapToggleButton.bmp
-share/Boa/Images/Palette/Gray/wxGenButton.bmp
-share/Boa/Images/Palette/Gray/wxGenToggleButton.bmp
-share/Boa/Images/Palette/Gray/wxGrid.bmp
-share/Boa/Images/Palette/Gray/wxHtmlWindow.bmp
-share/Boa/Images/Palette/Gray/wxImageList.bmp
-share/Boa/Images/Palette/Gray/wxListBox.bmp
-share/Boa/Images/Palette/Gray/wxListCtrl.bmp
-share/Boa/Images/Palette/Gray/wxMDIChildFrame.bmp
-share/Boa/Images/Palette/Gray/wxMDIParentFrame.bmp
-share/Boa/Images/Palette/Gray/wxMainMenu.bmp
-share/Boa/Images/Palette/Gray/wxMenu.bmp
-share/Boa/Images/Palette/Gray/wxMenuBar.bmp
-share/Boa/Images/Palette/Gray/wxMessageDialog.bmp
-share/Boa/Images/Palette/Gray/wxMiniFrame.bmp
-share/Boa/Images/Palette/Gray/wxNotebook.bmp
-share/Boa/Images/Palette/Gray/wxOpenDialog.bmp
-share/Boa/Images/Palette/Gray/wxPageSetupDialog.bmp
-share/Boa/Images/Palette/Gray/wxPanel.bmp
-share/Boa/Images/Palette/Gray/wxPrintDialog.bmp
-share/Boa/Images/Palette/Gray/wxRadioBox.bmp
-share/Boa/Images/Palette/Gray/wxRadioButton.bmp
-share/Boa/Images/Palette/Gray/wxSashLayoutWindow.bmp
-share/Boa/Images/Palette/Gray/wxSashWindow.bmp
-share/Boa/Images/Palette/Gray/wxScrollBar.bmp
-share/Boa/Images/Palette/Gray/wxScrolledWindow.bmp
-share/Boa/Images/Palette/Gray/wxSingleChoiceDialog.bmp
-share/Boa/Images/Palette/Gray/wxSlider.bmp
-share/Boa/Images/Palette/Gray/wxSpinButton.bmp
-share/Boa/Images/Palette/Gray/wxSpinCtrl.bmp
-share/Boa/Images/Palette/Gray/wxSplitterWindow.bmp
-share/Boa/Images/Palette/Gray/wxStaticBitmap.bmp
-share/Boa/Images/Palette/Gray/wxStaticBox.bmp
-share/Boa/Images/Palette/Gray/wxStaticLine.bmp
-share/Boa/Images/Palette/Gray/wxStaticText.bmp
-share/Boa/Images/Palette/Gray/wxStatusBar.bmp
-share/Boa/Images/Palette/Gray/wxStyledTextCtrl.bmp
-share/Boa/Images/Palette/Gray/wxTextCtrl.bmp
-share/Boa/Images/Palette/Gray/wxTextDropTarget.bmp
-share/Boa/Images/Palette/Gray/wxTextEntryDialog.bmp
-share/Boa/Images/Palette/Gray/wxTimer.bmp
-share/Boa/Images/Palette/Gray/wxToolBar.bmp
-share/Boa/Images/Palette/Gray/wxTreeCtrl.bmp
-share/Boa/Images/Palette/Image.bmp
-share/Boa/Images/Palette/MailHost.bmp
-share/Boa/Images/Palette/Module.bmp
-share/Boa/Images/Palette/Package.bmp
-share/Boa/Images/Palette/PythonMethod.bmp
-share/Boa/Images/Palette/SQLMethod.bmp
-share/Boa/Images/Palette/Setup.bmp
-share/Boa/Images/Palette/Text.bmp
-share/Boa/Images/Palette/UserFolder.bmp
-share/Boa/Images/Palette/ZCatalog.bmp
-share/Boa/Images/Palette/wxAcceleratorTable.bmp
-share/Boa/Images/Palette/wxApp.bmp
-share/Boa/Images/Palette/wxBitmapButton.bmp
-share/Boa/Images/Palette/wxButton.bmp
-share/Boa/Images/Palette/wxCalendarCtrl.bmp
-share/Boa/Images/Palette/wxCheckBox.bmp
-share/Boa/Images/Palette/wxCheckListBox.bmp
-share/Boa/Images/Palette/wxChoice.bmp
-share/Boa/Images/Palette/wxColorDialog.bmp
-share/Boa/Images/Palette/wxComboBox.bmp
-share/Boa/Images/Palette/wxDialog.bmp
-share/Boa/Images/Palette/wxDirDialog.bmp
-share/Boa/Images/Palette/wxFileDialog.bmp
-share/Boa/Images/Palette/wxFileDropTarget.bmp
-share/Boa/Images/Palette/wxFontDialog.bmp
-share/Boa/Images/Palette/wxFrame.bmp
-share/Boa/Images/Palette/wxGauge.bmp
-share/Boa/Images/Palette/wxGenBitmapButton.bmp
-share/Boa/Images/Palette/wxGenBitmapToggleButton.bmp
-share/Boa/Images/Palette/wxGenButton.bmp
-share/Boa/Images/Palette/wxGenToggleButton.bmp
-share/Boa/Images/Palette/wxGrid.bmp
-share/Boa/Images/Palette/wxHtmlWindow.bmp
-share/Boa/Images/Palette/wxImageList.bmp
-share/Boa/Images/Palette/wxListBox.bmp
-share/Boa/Images/Palette/wxListCtrl.bmp
-share/Boa/Images/Palette/wxMDIChildFrame.bmp
-share/Boa/Images/Palette/wxMDIParentFrame.bmp
-share/Boa/Images/Palette/wxMenu.bmp
-share/Boa/Images/Palette/wxMenuBar.bmp
-share/Boa/Images/Palette/wxMessageDialog.bmp
-share/Boa/Images/Palette/wxMiniFrame.bmp
-share/Boa/Images/Palette/wxNotebook.bmp
-share/Boa/Images/Palette/wxOGL.bmp
-share/Boa/Images/Palette/wxPageSetupDialog.bmp
-share/Boa/Images/Palette/wxPanel.bmp
-share/Boa/Images/Palette/wxPrintDialog.bmp
-share/Boa/Images/Palette/wxRadioBox.bmp
-share/Boa/Images/Palette/wxRadioButton.bmp
-share/Boa/Images/Palette/wxSashLayoutWindow.bmp
-share/Boa/Images/Palette/wxSashWindow.bmp
-share/Boa/Images/Palette/wxScrollBar.bmp
-share/Boa/Images/Palette/wxScrolledWindow.bmp
-share/Boa/Images/Palette/wxSingleChoiceDialog.bmp
-share/Boa/Images/Palette/wxSlider.bmp
-share/Boa/Images/Palette/wxSpinButton.bmp
-share/Boa/Images/Palette/wxSpinCtrl.bmp
-share/Boa/Images/Palette/wxSplitterWindow.bmp
-share/Boa/Images/Palette/wxStaticBitmap.bmp
-share/Boa/Images/Palette/wxStaticBox.bmp
-share/Boa/Images/Palette/wxStaticLine.bmp
-share/Boa/Images/Palette/wxStaticText.bmp
-share/Boa/Images/Palette/wxStatusBar.bmp
-share/Boa/Images/Palette/wxStyledTextCtrl.bmp
-share/Boa/Images/Palette/wxTextCtrl.bmp
-share/Boa/Images/Palette/wxTextDropTarget.bmp
-share/Boa/Images/Palette/wxTextEntryDialog.bmp
-share/Boa/Images/Palette/wxTimer.bmp
-share/Boa/Images/Palette/wxToolBar.bmp
-share/Boa/Images/Palette/wxTreeCtrl.bmp
+share/Boa/Images/Inspector/Cancel.png
+share/Boa/Images/Inspector/Post.png
+share/Boa/Images/Inspector/Up.png
+share/Boa/Images/Inspector/wxNullBitmap.png
+share/Boa/Images/Modules/Bitmap_s.png
+share/Boa/Images/Modules/Config_s.png
+share/Boa/Images/Modules/Cpp_s.png
+share/Boa/Images/Modules/DAVNetDrive_s.png
+share/Boa/Images/Modules/DriveFolder_s.png
+share/Boa/Images/Modules/Drive_s.png
+share/Boa/Images/Modules/Editor_s.png
+share/Boa/Images/Modules/FTPNetDrive_s.png
+share/Boa/Images/Modules/FolderBookmark_s.png
+share/Boa/Images/Modules/FolderOpen_s.png
+share/Boa/Images/Modules/FolderUp_s.png
+share/Boa/Images/Modules/Folder_cyan.png
+share/Boa/Images/Modules/Folder_cyan_s.png
+share/Boa/Images/Modules/Folder_green_s.png
+share/Boa/Images/Modules/Folder_s.png
+share/Boa/Images/Modules/InfoBlock.png
+share/Boa/Images/Modules/InternalFile_s.png
+share/Boa/Images/Modules/InvisibleFolder_s.png
+share/Boa/Images/Modules/Module_s.png
+share/Boa/Images/Modules/NetDrive_s.png
+share/Boa/Images/Modules/OpenEditorModels_s.png
+share/Boa/Images/Modules/Package_s.png
+share/Boa/Images/Modules/PrefsFolder_s.png
+share/Boa/Images/Modules/PythonApplication_s.png
+share/Boa/Images/Modules/PythonBinary_s.png
+share/Boa/Images/Modules/SSHNetDrive_s.png
+share/Boa/Images/Modules/Setup_s.png
+share/Boa/Images/Modules/Text_s.png
+share/Boa/Images/Modules/Unknown_s.png
+share/Boa/Images/Modules/WebDocHTML_s.png
+share/Boa/Images/Modules/WebDocXML_s.png
+share/Boa/Images/Modules/WebDoc_s.png
+share/Boa/Images/Modules/ZipFile_s.png
+share/Boa/Images/Modules/ZopeConn_s.png
+share/Boa/Images/Modules/ZopeExport_s.png
+share/Boa/Images/Modules/wxApp_s.png
+share/Boa/Images/Modules/wxDialog_s.png
+share/Boa/Images/Modules/wxForm_s.png
+share/Boa/Images/Modules/wxFramePanel_s.png
+share/Boa/Images/Modules/wxFrame_s.png
+share/Boa/Images/Modules/wxMDIChildFrame_s.png
+share/Boa/Images/Modules/wxMDIParentFrame_s.png
+share/Boa/Images/Modules/wxMiniFrame_s.png
+share/Boa/Images/Modules/wxPopupTransientWindow_s.png
+share/Boa/Images/Modules/wxPopupWindow_s.png
+share/Boa/Images/Palette/AcrobatPdf.png
+share/Boa/Images/Palette/ComComponent.png
+share/Boa/Images/Palette/ComModule.png
+share/Boa/Images/Palette/CommonDialog.png
+share/Boa/Images/Palette/Component.png
+share/Boa/Images/Palette/Config.png
+share/Boa/Images/Palette/Cpp.png
+share/Boa/Images/Palette/DTMLDocument.png
+share/Boa/Images/Palette/DTMLMethod.png
+share/Boa/Images/Palette/ExternalMethod.png
+share/Boa/Images/Palette/File.png
+share/Boa/Images/Palette/Folder.png
+share/Boa/Images/Palette/GadflyDA.png
+share/Boa/Images/Palette/HTML.png
+share/Boa/Images/Palette/IEWebBrowser.png
+share/Boa/Images/Palette/Image.png
+share/Boa/Images/Palette/MailHost.png
+share/Boa/Images/Palette/MakePy-Dialog.png
+share/Boa/Images/Palette/Module.png
+share/Boa/Images/Palette/Package.png
+share/Boa/Images/Palette/PythonApp.png
+share/Boa/Images/Palette/PythonScript.png
+share/Boa/Images/Palette/SQLMethod.png
+share/Boa/Images/Palette/Setup.png
+share/Boa/Images/Palette/Text.png
+share/Boa/Images/Palette/User.png
+share/Boa/Images/Palette/UserFolder.png
+share/Boa/Images/Palette/Version.png
+share/Boa/Images/Palette/XML.png
+share/Boa/Images/Palette/ZCatalog.png
+share/Boa/Images/Palette/wxAcceleratorTable.png
+share/Boa/Images/Palette/wxApp.png
+share/Boa/Images/Palette/wxBitmapButton.png
+share/Boa/Images/Palette/wxButton.png
+share/Boa/Images/Palette/wxCaret.png
+share/Boa/Images/Palette/wxCheckBox.png
+share/Boa/Images/Palette/wxCheckListBox.png
+share/Boa/Images/Palette/wxChoice.png
+share/Boa/Images/Palette/wxColorDialog.png
+share/Boa/Images/Palette/wxComboBox.png
+share/Boa/Images/Palette/wxContextHelpButton.png
+share/Boa/Images/Palette/wxCursor.png
+share/Boa/Images/Palette/wxDialog.png
+share/Boa/Images/Palette/wxDirDialog.png
+share/Boa/Images/Palette/wxDropTarget.png
+share/Boa/Images/Palette/wxDynamicSashWindow.png
+share/Boa/Images/Palette/wxEditableListBox.png
+share/Boa/Images/Palette/wxFileDialog.png
+share/Boa/Images/Palette/wxFileDropTarget.png
+share/Boa/Images/Palette/wxFontDialog.png
+share/Boa/Images/Palette/wxFrame.png
+share/Boa/Images/Palette/wxFramePanel.png
+share/Boa/Images/Palette/wxGauge.png
+share/Boa/Images/Palette/wxGenBitmapButton.png
+share/Boa/Images/Palette/wxGenBitmapTextButton.png
+share/Boa/Images/Palette/wxGenBitmapTextToggleButton.png
+share/Boa/Images/Palette/wxGenBitmapToggleButton.png
+share/Boa/Images/Palette/wxGenButton.png
+share/Boa/Images/Palette/wxGenToggleButton.png
+share/Boa/Images/Palette/wxGenericDirCtrl.png
+share/Boa/Images/Palette/wxGrid.png
+share/Boa/Images/Palette/wxHtmlWindow.png
+share/Boa/Images/Palette/wxImageList.png
+share/Boa/Images/Palette/wxLEDNumberCtrl.png
+share/Boa/Images/Palette/wxListBox.png
+share/Boa/Images/Palette/wxListCtrl.png
+share/Boa/Images/Palette/wxMDIChildFrame.png
+share/Boa/Images/Palette/wxMDIParentFrame.png
+share/Boa/Images/Palette/wxMainMenu.png
+share/Boa/Images/Palette/wxMenu.png
+share/Boa/Images/Palette/wxMenuBar.png
+share/Boa/Images/Palette/wxMessageDialog.png
+share/Boa/Images/Palette/wxMiniFrame.png
+share/Boa/Images/Palette/wxNotebook.png
+share/Boa/Images/Palette/wxOGL.png
+share/Boa/Images/Palette/wxOpenDialog.png
+share/Boa/Images/Palette/wxPageSetupDialog.png
+share/Boa/Images/Palette/wxPanel.png
+share/Boa/Images/Palette/wxPopupTransientWindow.png
+share/Boa/Images/Palette/wxPopupWindow.png
+share/Boa/Images/Palette/wxPrintDialog.png
+share/Boa/Images/Palette/wxRadioBox.png
+share/Boa/Images/Palette/wxRadioButton.png
+share/Boa/Images/Palette/wxSashLayoutWindow.png
+share/Boa/Images/Palette/wxSashWindow.png
+share/Boa/Images/Palette/wxScrollBar.png
+share/Boa/Images/Palette/wxScrolledWindow.png
+share/Boa/Images/Palette/wxSingleChoiceDialog.png
+share/Boa/Images/Palette/wxSlider.png
+share/Boa/Images/Palette/wxSpinButton.png
+share/Boa/Images/Palette/wxSpinCtrl.png
+share/Boa/Images/Palette/wxSplitterWindow.png
+share/Boa/Images/Palette/wxStaticBitmap.png
+share/Boa/Images/Palette/wxStaticBox.png
+share/Boa/Images/Palette/wxStaticLine.png
+share/Boa/Images/Palette/wxStaticText.png
+share/Boa/Images/Palette/wxStatusBar.png
+share/Boa/Images/Palette/wxStockCursor.png
+share/Boa/Images/Palette/wxStyledTextCtrl.png
+share/Boa/Images/Palette/wxTextCtrl.png
+share/Boa/Images/Palette/wxTextDropTarget.png
+share/Boa/Images/Palette/wxTextEntryDialog.png
+share/Boa/Images/Palette/wxTimer-old.png
+share/Boa/Images/Palette/wxTimer.png
+share/Boa/Images/Palette/wxToggleButton.png
+share/Boa/Images/Palette/wxToolBar.png
+share/Boa/Images/Palette/wxTreeCtrl.png
+share/Boa/Images/Palette/wxWindow.png
share/Boa/Images/Shared/Boa.jpg
-share/Boa/Images/Shared/BoaLogo.bmp
-share/Boa/Images/Shared/Bookmark.bmp
-share/Boa/Images/Shared/ClassBrowser.bmp
-share/Boa/Images/Shared/CloseWindow.bmp
-share/Boa/Images/Shared/Compose.bmp
-share/Boa/Images/Shared/Copy.bmp
-share/Boa/Images/Shared/CustomHelp.bmp
-share/Boa/Images/Shared/Cut.bmp
-share/Boa/Images/Shared/Cyclops.bmp
-share/Boa/Images/Shared/Delete.bmp
-share/Boa/Images/Shared/DeleteItem.bmp
-share/Boa/Images/Shared/Designer.bmp
-share/Boa/Images/Shared/Editor.bmp
-share/Boa/Images/Shared/Find.bmp
-share/Boa/Images/Shared/FindAgain.bmp
-share/Boa/Images/Shared/Help.bmp
-share/Boa/Images/Shared/Home.bmp
-share/Boa/Images/Shared/Inherit.bmp
-share/Boa/Images/Shared/Inspector.bmp
-share/Boa/Images/Shared/NewItem.bmp
-share/Boa/Images/Shared/Next.bmp
-share/Boa/Images/Shared/Paste.bmp
-share/Boa/Images/Shared/Preferences.bmp
-share/Boa/Images/Shared/Previous.bmp
-share/Boa/Images/Shared/Print.bmp
-share/Boa/Images/Shared/PythonHelp.bmp
+share/Boa/Images/Shared/BoaLogo.png
+share/Boa/Images/Shared/Bookmark.png
+share/Boa/Images/Shared/ClassBrowser.png
+share/Boa/Images/Shared/CloseWindow.png
+share/Boa/Images/Shared/Compose.png
+share/Boa/Images/Shared/ContextHelp.png
+share/Boa/Images/Shared/Copy.png
+share/Boa/Images/Shared/CopyHelp.png
+share/Boa/Images/Shared/CustomHelp.png
+share/Boa/Images/Shared/Cut.png
+share/Boa/Images/Shared/Cyclops.png
+share/Boa/Images/Shared/Delete.png
+share/Boa/Images/Shared/DeleteItem.png
+share/Boa/Images/Shared/Designer.png
+share/Boa/Images/Shared/DropDownThin.png
+share/Boa/Images/Shared/Editor.png
+share/Boa/Images/Shared/Error.png
+share/Boa/Images/Shared/Find.png
+share/Boa/Images/Shared/FindAgain.png
+share/Boa/Images/Shared/Help.png
+share/Boa/Images/Shared/Home.png
+share/Boa/Images/Shared/Info.png
+share/Boa/Images/Shared/Inherit.png
+share/Boa/Images/Shared/Inspector.png
+share/Boa/Images/Shared/NewItem.png
+share/Boa/Images/Shared/Next.png
+share/Boa/Images/Shared/Paste.png
+share/Boa/Images/Shared/Preferences.png
+share/Boa/Images/Shared/PrefsSTCStyles.png
+share/Boa/Images/Shared/Previous.png
+share/Boa/Images/Shared/Print.png
+share/Boa/Images/Shared/PythonHelp.png
share/Boa/Images/Shared/PythonPowered.gif
-share/Boa/Images/Shared/Redo.bmp
-share/Boa/Images/Shared/Undo.bmp
-share/Boa/Images/Shared/ZopeExport.bmp
-share/Boa/Images/Shared/ZopeImport.bmp
-share/Boa/Images/Shared/cancel.bmp
-share/Boa/Images/Shared/down.bmp
-share/Boa/Images/Shared/ellipsis.bmp
-share/Boa/Images/Shared/open.bmp
-share/Boa/Images/Shared/post.bmp
-share/Boa/Images/Shared/up.bmp
+share/Boa/Images/Shared/Redo.png
+share/Boa/Images/Shared/SCM.png
+share/Boa/Images/Shared/SCMPause.png
+share/Boa/Images/Shared/SCMStart.png
+share/Boa/Images/Shared/SCMStop.png
+share/Boa/Images/Shared/SmallPost.png
+share/Boa/Images/Shared/SystemObj.png
+share/Boa/Images/Shared/SystemObjBroken.png
+share/Boa/Images/Shared/SystemObjDisabled.png
+share/Boa/Images/Shared/SystemObjOrdered.png
+share/Boa/Images/Shared/SystemObjPending.png
+share/Boa/Images/Shared/Traceback.png
+share/Boa/Images/Shared/Traceback1.png
+share/Boa/Images/Shared/Undo.png
+share/Boa/Images/Shared/Warning.png
+share/Boa/Images/Shared/ZopeExport.png
+share/Boa/Images/Shared/ZopeImport.png
+share/Boa/Images/Shared/cancel.png
+share/Boa/Images/Shared/down.png
+share/Boa/Images/Shared/ellipsis.png
+share/Boa/Images/Shared/open.png
+share/Boa/Images/Shared/post.png
+share/Boa/Images/Shared/up.png
share/Boa/Images/Shared/wxPyButton.png
share/Boa/Images/Shared/wxWinButton.png
-share/Boa/Images/Shared/wxWinHelp.bmp
-share/Boa/Images/Views/Explore/attribute.bmp
-share/Boa/Images/Views/Explore/class.bmp
-share/Boa/Images/Views/Explore/event.bmp
-share/Boa/Images/Views/Explore/function.bmp
-share/Boa/Images/Views/Explore/method.bmp
-share/Boa/Images/Views/Hierarchy/inherit.bmp
-share/Boa/Images/Views/Hierarchy/inherit2.bmp
-share/Boa/Images/Views/Hierarchy/inherit_base.bmp
-share/Boa/Images/Views/Hierarchy/inherit_outside.bmp
-share/Boa/Images/Views/UML/attribute.bmp
-share/Boa/Images/Views/UML/method.bmp
-share/Boa/Images/Zope/ControlPanel_icon.bmp
-share/Boa/Images/Zope/Folder_icon.bmp
-share/Boa/Images/Zope/Image_icon.bmp
-share/Boa/Images/Zope/InstalledProduct_icon.bmp
-share/Boa/Images/Zope/ProductFolder_icon.bmp
-share/Boa/Images/Zope/System_obj.bmp
-share/Boa/Images/Zope/UserFolder_icon.bmp
-share/Boa/Images/Zope/ZopeExport.bmp
-share/Boa/Images/Zope/Zope_connection.bmp
-share/Boa/Images/Zope/close.bmp
-share/Boa/Images/Zope/copy_url.bmp
-share/Boa/Images/Zope/delete.bmp
-share/Boa/Images/Zope/download.bmp
-share/Boa/Images/Zope/dtmldoc.bmp
-share/Boa/Images/Zope/new.bmp
-share/Boa/Images/Zope/new_connection.bmp
-share/Boa/Images/Zope/new_doc.bmp
-share/Boa/Images/Zope/new_folder.bmp
-share/Boa/Images/Zope/open.bmp
-share/Boa/Images/Zope/upload.bmp
-share/Boa/Images/Zope/upload_doc.bmp
-share/Boa/Images/Zope/upload_new_doc.bmp
+share/Boa/Images/Shared/wxWinHelp.png
+share/Boa/Images/Views/Explore/attribute.png
+share/Boa/Images/Views/Explore/class.png
+share/Boa/Images/Views/Explore/dottedline.png
+share/Boa/Images/Views/Explore/event.png
+share/Boa/Images/Views/Explore/function.png
+share/Boa/Images/Views/Explore/global.png
+share/Boa/Images/Views/Explore/method.png
+share/Boa/Images/Views/Hierarchy/inherit.png
+share/Boa/Images/Views/Hierarchy/inherit_base.png
+share/Boa/Images/Views/Hierarchy/inherit_outside.png
+share/Boa/Images/Views/UML/attribute.png
+share/Boa/Images/Views/UML/method.png
+share/Boa/Images/Views/bfish.gif
+share/Boa/Images/ZOA/BaseClass.png
+share/Boa/Images/ZOA/ControlPanel_icon.png
+share/Boa/Images/ZOA/DatabaseManagement_icon.png
+share/Boa/Images/ZOA/DebugManager_icon.png
+share/Boa/Images/ZOA/EmailField.png
+share/Boa/Images/ZOA/Factory_icon.png
+share/Boa/Images/ZOA/File.png
+share/Boa/Images/ZOA/Folder.png
+share/Boa/Images/ZOA/FolderOpen.png
+share/Boa/Images/ZOA/HelpTopic_icon.png
+share/Boa/Images/ZOA/Image.png
+share/Boa/Images/ZOA/InstalledProduct_icon.png
+share/Boa/Images/ZOA/MailHost.png
+share/Boa/Images/ZOA/Methods_icon.png
+share/Boa/Images/ZOA/Permission_icon.png
+share/Boa/Images/ZOA/ProductFolder_icon.png
+share/Boa/Images/ZOA/ProductHelp_icon.png
+share/Boa/Images/ZOA/Product_icon.png
+share/Boa/Images/ZOA/PythonScript.png
+share/Boa/Images/ZOA/SmallZopeLogo.png
+share/Boa/Images/ZOA/StringField.png
+share/Boa/Images/ZOA/UserFolder_icon.png
+share/Boa/Images/ZOA/User_icon.png
+share/Boa/Images/ZOA/VersionManagement_icon.png
+share/Boa/Images/ZOA/ViewInBrowser.png
+share/Boa/Images/ZOA/Vocabulary.png
+share/Boa/Images/ZOA/ZCatalog.png
+share/Boa/Images/ZOA/ZClass_Icon.png
+share/Boa/Images/ZOA/Zope.png
+share/Boa/Images/ZOA/ZopePageTemplate.png
+share/Boa/Images/ZOA/attribute.png
+share/Boa/Images/ZOA/broken.png
+share/Boa/Images/ZOA/common.png
+share/Boa/Images/ZOA/datamgr.png
+share/Boa/Images/ZOA/davlocked.png
+share/Boa/Images/ZOA/db.png
+share/Boa/Images/ZOA/dtmldoc.png
+share/Boa/Images/ZOA/dtmlmethod.png
+share/Boa/Images/ZOA/error.png
+share/Boa/Images/ZOA/extmethod.png
+share/Boa/Images/ZOA/idmgr.png
+share/Boa/Images/ZOA/sqlmethod.png
+share/Boa/Images/ZOA/unknown.png
+share/Boa/Images/ZOA/upload_doc.png
+share/Boa/Images/ZOA/version.png
share/Boa/Infofields.py
share/Boa/Infofields.pyc
share/Boa/Infofields.pyo
share/Boa/Inspector.py
share/Boa/Inspector.pyc
share/Boa/Inspector.pyo
-share/Boa/Inspector.umllay
+share/Boa/KeyDefsDlg.py
+share/Boa/KeyDefsDlg.pyc
+share/Boa/KeyDefsDlg.pyo
share/Boa/ModRunner.py
share/Boa/ModRunner.pyc
share/Boa/ModRunner.pyo
+share/Boa/Models/CPPSupport.py
+share/Boa/Models/CPPSupport.pyc
+share/Boa/Models/CPPSupport.pyo
+share/Boa/Models/ConfigSupport.py
+share/Boa/Models/ConfigSupport.pyc
+share/Boa/Models/ConfigSupport.pyo
+share/Boa/Models/Controllers.py
+share/Boa/Models/Controllers.pyc
+share/Boa/Models/Controllers.pyo
+share/Boa/Models/EditorHelper.py
+share/Boa/Models/EditorHelper.pyc
+share/Boa/Models/EditorHelper.pyo
+share/Boa/Models/EditorModels.py
+share/Boa/Models/EditorModels.pyc
+share/Boa/Models/EditorModels.pyo
+share/Boa/Models/HTMLSupport.py
+share/Boa/Models/HTMLSupport.pyc
+share/Boa/Models/HTMLSupport.pyo
+share/Boa/Models/PythonControllers.py
+share/Boa/Models/PythonControllers.pyc
+share/Boa/Models/PythonControllers.pyo
+share/Boa/Models/PythonEditorModels.py
+share/Boa/Models/PythonEditorModels.pyc
+share/Boa/Models/PythonEditorModels.pyo
+share/Boa/Models/XMLSupport.py
+share/Boa/Models/XMLSupport.pyc
+share/Boa/Models/XMLSupport.pyo
+share/Boa/Models/__init__.py
+share/Boa/Models/__init__.pyc
+share/Boa/Models/__init__.pyo
+share/Boa/Models/wxPythonControllers.py
+share/Boa/Models/wxPythonControllers.pyc
+share/Boa/Models/wxPythonControllers.pyo
+share/Boa/Models/wxPythonEditorModels.py
+share/Boa/Models/wxPythonEditorModels.pyc
+share/Boa/Models/wxPythonEditorModels.pyo
+share/Boa/PKG-INFO
share/Boa/Palette.py
share/Boa/Palette.pyc
share/Boa/Palette.pyo
-share/Boa/Palette.umllay
share/Boa/PaletteMapping.py
share/Boa/PaletteMapping.pyc
share/Boa/PaletteMapping.pyo
-share/Boa/PhonyApp.py
-share/Boa/PhonyApp.pyc
-share/Boa/PhonyApp.pyo
+share/Boa/PaletteStore.py
+share/Boa/PaletteStore.pyc
+share/Boa/PaletteStore.pyo
+share/Boa/Plug-ins/AppTimeTrack.plug-in.py
+share/Boa/Plug-ins/AppTimeTrack.plug-in.pyc
+share/Boa/Plug-ins/AppTimeTrack.plug-in.pyo
+share/Boa/Plug-ins/CustomModuleInfo.plug-in.py
+share/Boa/Plug-ins/CustomModuleInfo.plug-in.pyc
+share/Boa/Plug-ins/CustomModuleInfo.plug-in.pyo
+share/Boa/Plug-ins/ExtraZopeCompanions.plug-in.py
+share/Boa/Plug-ins/ExtraZopeCompanions.plug-in.pyc
+share/Boa/Plug-ins/ExtraZopeCompanions.plug-in.pyo
+share/Boa/Plug-ins/ImageEditor.plug-in.py
+share/Boa/Plug-ins/ImageEditor.plug-in.pyc
+share/Boa/Plug-ins/ImageEditor.plug-in.pyo
+share/Boa/Plug-ins/Images/EditBitmap.png
+share/Boa/Plug-ins/Images/Modules/Java_s.png
+share/Boa/Plug-ins/Images/Modules/LinkApp_s.png
+share/Boa/Plug-ins/Images/Modules/Pascal_s.png
+share/Boa/Plug-ins/Images/Modules/Pyrex_s.png
+share/Boa/Plug-ins/Images/Modules/ZopePageTemplate_s.png
+share/Boa/Plug-ins/Images/Palette/Bitmap.png
+share/Boa/Plug-ins/Images/Palette/FormulatorField.png
+share/Boa/Plug-ins/Images/Palette/FormulatorForm.png
+share/Boa/Plug-ins/Images/Palette/Java.png
+share/Boa/Plug-ins/Images/Palette/LinkApp.png
+share/Boa/Plug-ins/Images/Palette/LocalFS.png
+share/Boa/Plug-ins/Images/Palette/Pascal.png
+share/Boa/Plug-ins/Images/Palette/Pyrex.png
+share/Boa/Plug-ins/Images/Palette/PythonMethod.png
+share/Boa/Plug-ins/Images/Palette/TransparentFolder.png
+share/Boa/Plug-ins/Images/Palette/XrcPanel.png
+share/Boa/Plug-ins/Images/Palette/ZODBCDA.png
+share/Boa/Plug-ins/Images/Palette/ZopePageTemplate.png
+share/Boa/Plug-ins/Images/Palette/wxCalendarCtrl.png
+share/Boa/Plug-ins/Images/Palette/wxStaticTextCtrl.png
+share/Boa/Plug-ins/Images/Palette/wxXmlResource.png
+share/Boa/Plug-ins/Images/ZOA/FormulatorField.png
+share/Boa/Plug-ins/Images/ZOA/FormulatorForm.png
+share/Boa/Plug-ins/Images/ZOA/ZopePageTemplate.png
+share/Boa/Plug-ins/Images/ZOA/fs.png
+share/Boa/Plug-ins/Images/ZOA/pymethod.png
+share/Boa/Plug-ins/JavaSupport.plug-in.py
+share/Boa/Plug-ins/JavaSupport.plug-in.pyc
+share/Boa/Plug-ins/JavaSupport.plug-in.pyo
+share/Boa/Plug-ins/LinkAppSupport.plug-in.py
+share/Boa/Plug-ins/LinkAppSupport.plug-in.pyc
+share/Boa/Plug-ins/LinkAppSupport.plug-in.pyo
+share/Boa/Plug-ins/PascalSupport.plug-in.py
+share/Boa/Plug-ins/PascalSupport.plug-in.pyc
+share/Boa/Plug-ins/PascalSupport.plug-in.pyo
+share/Boa/Plug-ins/ProdFormulator.plug-in.py
+share/Boa/Plug-ins/ProdFormulator.plug-in.pyc
+share/Boa/Plug-ins/ProdFormulator.plug-in.pyo
+share/Boa/Plug-ins/ProdPageTemplates.plug-in.py
+share/Boa/Plug-ins/ProdPageTemplates.plug-in.pyc
+share/Boa/Plug-ins/ProdPageTemplates.plug-in.pyo
+share/Boa/Plug-ins/PyrexSupport.plug-in.py
+share/Boa/Plug-ins/PyrexSupport.plug-in.pyc
+share/Boa/Plug-ins/PyrexSupport.plug-in.pyo
+share/Boa/Plug-ins/RegExplorer.plug-in.py
+share/Boa/Plug-ins/RegExplorer.plug-in.pyc
+share/Boa/Plug-ins/RegExplorer.plug-in.pyo
+share/Boa/Plug-ins/UserCompanions.plug-in.py
+share/Boa/Plug-ins/UserCompanions.plug-in.pyc
+share/Boa/Plug-ins/UserCompanions.plug-in.pyo
+share/Boa/Plug-ins/XRCSupport.plug-in.py
+share/Boa/Plug-ins/XRCSupport.plug-in.pyc
+share/Boa/Plug-ins/XRCSupport.plug-in.pyo
+share/Boa/Plug-ins/__init__.plug-in.py
+share/Boa/Plug-ins/__init__.plug-in.pyc
+share/Boa/Plug-ins/__init__.plug-in.pyo
+share/Boa/Plug-ins/stc-java.rc.cfg
+share/Boa/Plug-ins/stc-pascal.rc.cfg
+share/Boa/Plug-ins/stc-pyrex.rc.cfg
share/Boa/Preferences.py
share/Boa/Preferences.pyc
share/Boa/Preferences.pyo
-share/Boa/PrefsGTK.py
-share/Boa/PrefsGTK.pyc
-share/Boa/PrefsGTK.pyo
-share/Boa/PrefsKeys.py
-share/Boa/PrefsKeys.pyc
-share/Boa/PrefsKeys.pyo
-share/Boa/PrefsMSW.py
-share/Boa/PrefsMSW.pyc
-share/Boa/PrefsMSW.pyo
share/Boa/ProcessProgressDlg.py
share/Boa/ProcessProgressDlg.pyc
share/Boa/ProcessProgressDlg.pyo
@@ -662,35 +953,46 @@ share/Boa/PropEdit/PropertyEditors.pyo
share/Boa/PropEdit/__init__.py
share/Boa/PropEdit/__init__.pyc
share/Boa/PropEdit/__init__.pyo
-share/Boa/README.TXT
+share/Boa/README.txt
share/Boa/RTTI.py
share/Boa/RTTI.pyc
share/Boa/RTTI.pyo
share/Boa/RunCyclops.py
share/Boa/RunCyclops.pyc
share/Boa/RunCyclops.pyo
-share/Boa/Scripts/BuildImage.py
-share/Boa/Scripts/BuildImage.pyc
-share/Boa/Scripts/BuildImage.pyo
-share/Boa/Scripts/HelpScrpt.py
-share/Boa/Scripts/HelpScrpt.pyc
-share/Boa/Scripts/HelpScrpt.pyo
share/Boa/Search.py
share/Boa/Search.pyc
share/Boa/Search.pyo
share/Boa/ShellEditor.py
share/Boa/ShellEditor.pyc
share/Boa/ShellEditor.pyo
-share/Boa/Todo.txt
+share/Boa/Tests.py
+share/Boa/Tests.pyc
+share/Boa/Tests.pyo
+share/Boa/TranslateDlg.py
+share/Boa/TranslateDlg.pyc
+share/Boa/TranslateDlg.pyo
share/Boa/Utils.py
share/Boa/Utils.pyc
share/Boa/Utils.pyo
share/Boa/Views/AppViews.py
share/Boa/Views/AppViews.pyc
share/Boa/Views/AppViews.pyo
+share/Boa/Views/ClipboardPlus.py
+share/Boa/Views/ClipboardPlus.pyc
+share/Boa/Views/ClipboardPlus.pyo
share/Boa/Views/CollectionEdit.py
share/Boa/Views/CollectionEdit.pyc
share/Boa/Views/CollectionEdit.pyo
+share/Boa/Views/CreationOrdDlg.py
+share/Boa/Views/CreationOrdDlg.pyc
+share/Boa/Views/CreationOrdDlg.pyo
+share/Boa/Views/CtrlAlign.py
+share/Boa/Views/CtrlAlign.pyc
+share/Boa/Views/CtrlAlign.pyo
+share/Boa/Views/CtrlSize.py
+share/Boa/Views/CtrlSize.pyc
+share/Boa/Views/CtrlSize.pyo
share/Boa/Views/DataView.py
share/Boa/Views/DataView.pyc
share/Boa/Views/DataView.pyo
@@ -709,7 +1011,6 @@ share/Boa/Views/InspectableViews.pyo
share/Boa/Views/OGLViews.py
share/Boa/Views/OGLViews.pyc
share/Boa/Views/OGLViews.pyo
-share/Boa/Views/OGLViews.umllay
share/Boa/Views/ObjCollection.py
share/Boa/Views/ObjCollection.pyc
share/Boa/Views/ObjCollection.pyo
@@ -719,12 +1020,21 @@ share/Boa/Views/ProfileView.pyo
share/Boa/Views/PySourceView.py
share/Boa/Views/PySourceView.pyc
share/Boa/Views/PySourceView.pyo
+share/Boa/Views/STCStyleEditor.py
+share/Boa/Views/STCStyleEditor.pyc
+share/Boa/Views/STCStyleEditor.pyo
share/Boa/Views/SelectionTags.py
share/Boa/Views/SelectionTags.pyc
share/Boa/Views/SelectionTags.pyo
+share/Boa/Views/SourceViews.py
+share/Boa/Views/SourceViews.pyc
+share/Boa/Views/SourceViews.pyo
share/Boa/Views/StyledTextCtrls.py
share/Boa/Views/StyledTextCtrls.pyc
share/Boa/Views/StyledTextCtrls.pyo
+share/Boa/Views/XMLView.py
+share/Boa/Views/XMLView.pyc
+share/Boa/Views/XMLView.pyo
share/Boa/Views/__init__.py
share/Boa/Views/__init__.pyc
share/Boa/Views/__init__.pyo
@@ -740,9 +1050,6 @@ share/Boa/ZopeLib/DateTime/DateTimeZone.pyo
share/Boa/ZopeLib/DateTime/__init__.py
share/Boa/ZopeLib/DateTime/__init__.pyc
share/Boa/ZopeLib/DateTime/__init__.pyo
-share/Boa/ZopeLib/DateTime/ts_regex.py
-share/Boa/ZopeLib/DateTime/ts_regex.pyc
-share/Boa/ZopeLib/DateTime/ts_regex.pyo
share/Boa/ZopeLib/ExtMethDlg.py
share/Boa/ZopeLib/ExtMethDlg.pyc
share/Boa/ZopeLib/ExtMethDlg.pyo
@@ -755,15 +1062,86 @@ share/Boa/ZopeLib/LoginDialog.pyo
share/Boa/ZopeLib/PropDlg.py
share/Boa/ZopeLib/PropDlg.pyc
share/Boa/ZopeLib/PropDlg.pyo
+share/Boa/ZopeLib/ZoaClient.py
+share/Boa/ZopeLib/ZoaClient.pyc
+share/Boa/ZopeLib/ZoaClient.pyo
+share/Boa/ZopeLib/ZopeCompanions.py
+share/Boa/ZopeLib/ZopeCompanions.pyc
+share/Boa/ZopeLib/ZopeCompanions.pyo
+share/Boa/ZopeLib/ZopeEditorModels.py
+share/Boa/ZopeLib/ZopeEditorModels.pyc
+share/Boa/ZopeLib/ZopeEditorModels.pyo
+share/Boa/ZopeLib/ZopeExplorer.py
+share/Boa/ZopeLib/ZopeExplorer.pyc
+share/Boa/ZopeLib/ZopeExplorer.pyo
share/Boa/ZopeLib/ZopeFTP.py
share/Boa/ZopeLib/ZopeFTP.pyc
share/Boa/ZopeLib/ZopeFTP.pyo
+share/Boa/ZopeLib/ZopeFindDlg.py
+share/Boa/ZopeLib/ZopeFindDlg.pyc
+share/Boa/ZopeLib/ZopeFindDlg.pyo
+share/Boa/ZopeLib/ZopeViews.py
+share/Boa/ZopeLib/ZopeViews.pyc
+share/Boa/ZopeLib/ZopeViews.pyo
share/Boa/ZopeLib/__init__.py
share/Boa/ZopeLib/__init__.pyc
share/Boa/ZopeLib/__init__.pyo
+share/Boa/ZopeLib/zoa/breakpoint.py
+share/Boa/ZopeLib/zoa/breakpoint.pyc
+share/Boa/ZopeLib/zoa/breakpoint.pyo
+share/Boa/ZopeLib/zoa/docsrc.py
+share/Boa/ZopeLib/zoa/filteredmetatypes.py
+share/Boa/ZopeLib/zoa/find.py
+share/Boa/ZopeLib/zoa/iconpath.py
+share/Boa/ZopeLib/zoa/items.py
+share/Boa/ZopeLib/zoa/metatype.py
+share/Boa/ZopeLib/zoa/metatypes.py
+share/Boa/ZopeLib/zoa/objectids.py
+share/Boa/ZopeLib/zoa/ownerinfo.py
+share/Boa/ZopeLib/zoa/properties.py
+share/Boa/ZopeLib/zoa/props/DBAdapter.py
+share/Boa/ZopeLib/zoa/props/DTMLMethod.py
+share/Boa/ZopeLib/zoa/props/ExternalMethod.py
+share/Boa/ZopeLib/zoa/props/Formulator/Field.py
+share/Boa/ZopeLib/zoa/props/Formulator/Form.py
+share/Boa/ZopeLib/zoa/props/Formulator/GroupedFields.py
+share/Boa/ZopeLib/zoa/props/Formulator/move_field.py
+share/Boa/ZopeLib/zoa/props/MailHost.py
+share/Boa/ZopeLib/zoa/props/PageTemplate.py
+share/Boa/ZopeLib/zoa/props/SQLMethod.py
+share/Boa/ZopeLib/zoa/props/SiteErrorLog.py
+share/Boa/ZopeLib/zoa/props/User.py
+share/Boa/ZopeLib/zoa/proxyroles.py
+share/Boa/ZopeLib/zoa/subobj_.py
+share/Boa/ZopeLib/zoa/undo.py
+share/Boa/ZopeLib/zoa/version.py
share/Boa/__version__.py
share/Boa/__version__.pyc
share/Boa/__version__.pyo
+share/Boa/bcrtl/__init__.py
+share/Boa/bcrtl/__init__.pyc
+share/Boa/bcrtl/__init__.pyo
+share/Boa/bcrtl/activex/IE.py
+share/Boa/bcrtl/activex/IE.pyc
+share/Boa/bcrtl/activex/IE.pyo
+share/Boa/bcrtl/activex/__init__.py
+share/Boa/bcrtl/activex/__init__.pyc
+share/Boa/bcrtl/activex/__init__.pyo
+share/Boa/bcrtl/activex/acrobat.py
+share/Boa/bcrtl/activex/acrobat.pyc
+share/Boa/bcrtl/activex/acrobat.pyo
+share/Boa/bcrtl/user/ExampleST.py
+share/Boa/bcrtl/user/ExampleST.pyc
+share/Boa/bcrtl/user/ExampleST.pyo
+share/Boa/bcrtl/user/StaticTextCtrl.py
+share/Boa/bcrtl/user/StaticTextCtrl.pyc
+share/Boa/bcrtl/user/StaticTextCtrl.pyo
+share/Boa/bcrtl/user/__init__.py
+share/Boa/bcrtl/user/__init__.pyc
+share/Boa/bcrtl/user/__init__.pyo
+share/Boa/makepydialog.py
+share/Boa/makepydialog.pyc
+share/Boa/makepydialog.pyo
share/Boa/methodparse.py
share/Boa/methodparse.pyc
share/Boa/methodparse.pyo
@@ -773,6 +1151,19 @@ share/Boa/moduleparse.pyo
share/Boa/popen2import.py
share/Boa/popen2import.pyc
share/Boa/popen2import.pyo
+share/Boa/prefs.gtk.rc.py
+share/Boa/prefs.gtk.rc.pyc
+share/Boa/prefs.gtk.rc.pyo
+share/Boa/prefs.msw.rc.py
+share/Boa/prefs.msw.rc.pyc
+share/Boa/prefs.msw.rc.pyo
+share/Boa/prefs.rc.py
+share/Boa/prefs.rc.py.rej
+share/Boa/prefs.rc.pyc
+share/Boa/prefs.rc.pyo
+share/Boa/prefskeys.rc.py
+share/Boa/prefskeys.rc.pyc
+share/Boa/prefskeys.rc.pyo
share/Boa/properties.py
share/Boa/properties.pyc
share/Boa/properties.pyo
@@ -785,40 +1176,60 @@ share/Boa/sender.pyo
share/Boa/sourceconst.py
share/Boa/sourceconst.pyc
share/Boa/sourceconst.pyo
+share/Boa/stc-styles.rc.cfg
share/Boa/wxNamespace.py
share/Boa/wxNamespace.pyc
share/Boa/wxNamespace.pyo
+@dirrm share/Boa/bcrtl/user
+@dirrm share/Boa/bcrtl/activex
+@dirrm share/Boa/bcrtl
+@dirrm share/Boa/ZopeLib/zoa/props/Formulator
+@dirrm share/Boa/ZopeLib/zoa/props
+@dirrm share/Boa/ZopeLib/zoa
@dirrm share/Boa/ZopeLib/DateTime
@dirrm share/Boa/ZopeLib
@dirrm share/Boa/Views
-@dirrm share/Boa/Scripts
@dirrm share/Boa/PropEdit
-@dirrm share/Boa/Images/Zope
+@dirrm share/Boa/Plug-ins/Images/ZOA
+@dirrm share/Boa/Plug-ins/Images/Palette
+@dirrm share/Boa/Plug-ins/Images/Modules
+@dirrm share/Boa/Plug-ins/Images
+@dirrm share/Boa/Plug-ins
+@dirrm share/Boa/Models
+@dirrm share/Boa/Images/ZOA
@dirrm share/Boa/Images/Views/UML
@dirrm share/Boa/Images/Views/Hierarchy
@dirrm share/Boa/Images/Views/Explore
@dirrm share/Boa/Images/Views
@dirrm share/Boa/Images/Shared
-@dirrm share/Boa/Images/Palette/Gray
@dirrm share/Boa/Images/Palette
@dirrm share/Boa/Images/Modules
@dirrm share/Boa/Images/Inspector
@dirrm share/Boa/Images/Icons
-@dirrm share/Boa/Images/Editors/Collection
-@dirrm share/Boa/Images/Editors
@dirrm share/Boa/Images/Editor
@dirrm share/Boa/Images/Debug
@dirrm share/Boa/Images/CvsPics
@dirrm share/Boa/Images
+@dirrm share/Boa/ExternalLib/WebDAV
@dirrm share/Boa/ExternalLib
@dirrm share/Boa/Explorers
+@dirrm share/Boa/Examples/xrc
@dirrm share/Boa/Examples/notebook
+@dirrm share/Boa/Examples/mdi
@dirrm share/Boa/Examples/layout
+@dirrm share/Boa/Examples/frames
+@dirrm share/Boa/Examples/advanced/SpecialAttributes
+@dirrm share/Boa/Examples/advanced/FramePanels
+@dirrm share/Boa/Examples/advanced/CustomClasses
+@dirrm share/Boa/Examples/advanced/AttrMixins
+@dirrm share/Boa/Examples/advanced
@dirrm share/Boa/Examples
-@dirrm share/Boa/Docs/icons
-@dirrm share/Boa/Docs/Guide/image
-@dirrm share/Boa/Docs/Guide
-@dirrm share/Boa/Docs/Components
+@dirrm share/Boa/Docs/cache
+@dirrm share/Boa/Docs/boa/icons
+@dirrm share/Boa/Docs/boa/guide/image
+@dirrm share/Boa/Docs/boa/guide
+@dirrm share/Boa/Docs/boa/apphelp
+@dirrm share/Boa/Docs/boa
@dirrm share/Boa/Docs
@dirrm share/Boa/Debugger
@dirrm share/Boa/Companions