Update of /cvsroot/installbase/installbase/lib/help
In directory usw-pr-cvs1:/tmp/cvs-serv31521/lib/help
Modified Files:
Tutorial.html
Log Message:
o Themes/Classic_Wizard/install.cfg
Added an option to display file groups in the custom setup pane.
Added tree.tcl as a file to handle tree widgets.
o Themes/Classic_Wizard/listbox.tcl
Removed the BWidget headers, leaving on the listbox commands.
o Themes/Classic_Wizard/listbox.tcl
o Themes/Classic_Wizard/windows.tcl
Re-wrote the way component and file group checks are handled in
the custom setup pane.
Selecting components and file groups will now properly update the
size required field based on the selection. Previously, if the
same file group existed in two different components, and both
components were checked, the size would reflect two copies of the
file group.
Added a Finish button to the view readme window.
o lib/common.tcl
Added an option to display the console while installing under
Windows.
Fixed a bug where InstallBase would try to cleanup an install
that it hadn't even started installing.
o lib/help.tcl
Added some commands to handle images in help documentation.
Added a command to handle the HTML title tag and adjust the
title of the help window accordingly.
o lib/install.tcl
Changed the way components and file groups in a custom setup
are recognized and installed.
Fixed a bug where if a file group were selected more than once,
files would be installed more than once. Now, files only
install once regardless of how many times a particular file
group is selected.
Removed blank.zip from InstallBase. With the new ::freewrap::wrap
command, it is superfluous. This will decrease the size of all
installs by 100k.
Cleaned up all the code that used blank.zip.
o lib/utils.tcl
Added IncludeBWidgetHeaders proc to determine if the install
we're building needs some standard BWidget header files. This
makes including BWidgets in installs really easy by simply
copying the file containing the widget you want.
Fixed a bug where components and file groups were being ordered
incorrectly in an install.
o lib/windows.tcl
Added a menu option under the Help menu to go right to the tutorial.
Added an option under Windows to show the Tcl console during
installation for debugging purposes.
Couldn't generate diff; no version number found in filespec: Tutorial.html,1.1,Tutorial.html
|