[Installbase-cvs] installbase/Themes/Classic_Wizard install.cfg,1.10,install.cfg listbox.tcl,1.1.1.1
Status: Alpha
Brought to you by:
damonc
From: <da...@us...> - 2002-10-25 17:32:01
|
Update of /cvsroot/installbase/installbase/Themes/Classic_Wizard In directory usw-pr-cvs1:/tmp/cvs-serv31521/Themes/Classic_Wizard Modified Files: install.cfg listbox.tcl utils.tcl windows.tcl 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: install.cfg,1.10,install.cfg Couldn't generate diff; no version number found in filespec: listbox.tcl,1.1.1.1,listbox.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.18,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.29,windows.tcl |