Added first cut wxWindows Configuration Tool
authorJulian Smart <julian@anthemion.co.uk>
Thu, 12 Jun 2003 20:43:55 +0000 (20:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 12 Jun 2003 20:43:55 +0000 (20:43 +0000)
commitd7463f75f9c170c29b4965d27dccf535ac32cfde
tree6224d7ba1dd3a11a944e178b2001a6db5785af0b
parentf2c3db9d7d22b57cf64c8671afe16d6739465120
Added first cut wxWindows Configuration Tool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
130 files changed:
utils/configtool/Makefile.in [new file with mode: 0644]
utils/configtool/configs/wxwin250.wxs [new file with mode: 0644]
utils/configtool/docs/gpl.txt [new file with mode: 0644]
utils/configtool/docs/lgpl.txt [new file with mode: 0644]
utils/configtool/docs/licence.txt [new file with mode: 0644]
utils/configtool/docs/licendoc.txt [new file with mode: 0644]
utils/configtool/docs/manual/Makefile [new file with mode: 0644]
utils/configtool/docs/manual/back.bmp [new file with mode: 0644]
utils/configtool/docs/manual/back.gif [new file with mode: 0644]
utils/configtool/docs/manual/bullet.bmp [new file with mode: 0644]
utils/configtool/docs/manual/bullet.gif [new file with mode: 0644]
utils/configtool/docs/manual/configtool.tex [new file with mode: 0644]
utils/configtool/docs/manual/contents.bmp [new file with mode: 0644]
utils/configtool/docs/manual/contents.gif [new file with mode: 0644]
utils/configtool/docs/manual/copy.bmp [new file with mode: 0644]
utils/configtool/docs/manual/copy.png [new file with mode: 0644]
utils/configtool/docs/manual/cshelp.bmp [new file with mode: 0644]
utils/configtool/docs/manual/cut.bmp [new file with mode: 0644]
utils/configtool/docs/manual/cut.png [new file with mode: 0644]
utils/configtool/docs/manual/down.bmp [new file with mode: 0644]
utils/configtool/docs/manual/down.gif [new file with mode: 0644]
utils/configtool/docs/manual/forward.bmp [new file with mode: 0644]
utils/configtool/docs/manual/forward.gif [new file with mode: 0644]
utils/configtool/docs/manual/help.bmp [new file with mode: 0644]
utils/configtool/docs/manual/help.png [new file with mode: 0644]
utils/configtool/docs/manual/helpcs.png [new file with mode: 0644]
utils/configtool/docs/manual/logo.gif [new file with mode: 0644]
utils/configtool/docs/manual/new.bmp [new file with mode: 0644]
utils/configtool/docs/manual/new.png [new file with mode: 0644]
utils/configtool/docs/manual/open.bmp [new file with mode: 0644]
utils/configtool/docs/manual/open.png [new file with mode: 0644]
utils/configtool/docs/manual/paste.bmp [new file with mode: 0644]
utils/configtool/docs/manual/paste.png [new file with mode: 0644]
utils/configtool/docs/manual/redo.bmp [new file with mode: 0644]
utils/configtool/docs/manual/redo.png [new file with mode: 0644]
utils/configtool/docs/manual/save.bmp [new file with mode: 0644]
utils/configtool/docs/manual/save.png [new file with mode: 0644]
utils/configtool/docs/manual/saveas.bmp [new file with mode: 0644]
utils/configtool/docs/manual/screen01.png [new file with mode: 0644]
utils/configtool/docs/manual/tex2rtf.ini [new file with mode: 0644]
utils/configtool/docs/manual/undo.bmp [new file with mode: 0644]
utils/configtool/docs/manual/undo.png [new file with mode: 0644]
utils/configtool/docs/manual/up.bmp [new file with mode: 0644]
utils/configtool/docs/manual/up.gif [new file with mode: 0644]
utils/configtool/docs/preamble.txt [new file with mode: 0644]
utils/configtool/docs/readme-after.txt [new file with mode: 0644]
utils/configtool/docs/readme.txt [new file with mode: 0644]
utils/configtool/docs/todo.txt [new file with mode: 0644]
utils/configtool/scripts/buildapp [new file with mode: 0644]
utils/configtool/scripts/innobott.txt [new file with mode: 0644]
utils/configtool/scripts/innotop.txt [new file with mode: 0644]
utils/configtool/scripts/makeapp [new file with mode: 0644]
utils/configtool/scripts/makeinno.sh [new file with mode: 0644]
utils/configtool/scripts/makesetup.sh [new file with mode: 0644]
utils/configtool/scripts/maketarball.sh [new file with mode: 0644]
utils/configtool/scripts/setup.var [new file with mode: 0644]
utils/configtool/src/Makefile [new file with mode: 0644]
utils/configtool/src/Makefile.in [new file with mode: 0644]
utils/configtool/src/appsettings.cpp [new file with mode: 0644]
utils/configtool/src/appsettings.h [new file with mode: 0644]
utils/configtool/src/bitmaps/checked.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/checked_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/checkedfolder.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/checkedfolder_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/closedfolder.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/closedfolder_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/copy.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/cut.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/ellipsis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/folder1.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/help.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/helpcs.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/new.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/open.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/paste.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radiofolderoff.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radiofolderoff_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radiofolderon.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radiofolderon_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radiooff.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radiooff_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radioon.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/radioon_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/redo.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/save.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/unchecked.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/unchecked_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/uncheckedfolder.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/uncheckedfolder_dis.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/undo.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/wxconfigtool.ico [new file with mode: 0644]
utils/configtool/src/bitmaps/wxconfigtool.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/wxconfigtool16x16.xpm [new file with mode: 0644]
utils/configtool/src/bitmaps/wxconfigtool32x32.xpm [new file with mode: 0644]
utils/configtool/src/configitem.cpp [new file with mode: 0644]
utils/configtool/src/configitem.h [new file with mode: 0644]
utils/configtool/src/configitemselector.cpp [new file with mode: 0644]
utils/configtool/src/configitemselector.h [new file with mode: 0644]
utils/configtool/src/configtooldoc.cpp [new file with mode: 0644]
utils/configtool/src/configtooldoc.h [new file with mode: 0644]
utils/configtool/src/configtoolview.cpp [new file with mode: 0644]
utils/configtool/src/configtoolview.h [new file with mode: 0644]
utils/configtool/src/configtree.cpp [new file with mode: 0644]
utils/configtool/src/configtree.h [new file with mode: 0644]
utils/configtool/src/custompropertydialog.cpp [new file with mode: 0644]
utils/configtool/src/custompropertydialog.h [new file with mode: 0644]
utils/configtool/src/htmlparser.cpp [new file with mode: 0644]
utils/configtool/src/htmlparser.h [new file with mode: 0644]
utils/configtool/src/mainframe.cpp [new file with mode: 0644]
utils/configtool/src/mainframe.h [new file with mode: 0644]
utils/configtool/src/makefile.b32 [new file with mode: 0644]
utils/configtool/src/makefile.g95 [new file with mode: 0644]
utils/configtool/src/makefile.unx [new file with mode: 0644]
utils/configtool/src/makefile.vc [new file with mode: 0644]
utils/configtool/src/makefile.wat [new file with mode: 0644]
utils/configtool/src/makeprog.env [new file with mode: 0644]
utils/configtool/src/propeditor.cpp [new file with mode: 0644]
utils/configtool/src/propeditor.h [new file with mode: 0644]
utils/configtool/src/property.cpp [new file with mode: 0644]
utils/configtool/src/property.h [new file with mode: 0644]
utils/configtool/src/settingsdialog.cpp [new file with mode: 0644]
utils/configtool/src/settingsdialog.h [new file with mode: 0644]
utils/configtool/src/symbols.h [new file with mode: 0644]
utils/configtool/src/utils.cpp [new file with mode: 0644]
utils/configtool/src/utils.h [new file with mode: 0644]
utils/configtool/src/wxconfigtool.cpp [new file with mode: 0644]
utils/configtool/src/wxconfigtool.dsp [new file with mode: 0644]
utils/configtool/src/wxconfigtool.dsw [new file with mode: 0644]
utils/configtool/src/wxconfigtool.h [new file with mode: 0644]
utils/configtool/src/wxconfigtool.rc [new file with mode: 0644]