[Installbase-cvs] installbase/lib common.tcl,1.48,common.tcl components.tcl,1.34,components.tcl cond
Status: Alpha
Brought to you by:
damonc
From: <da...@us...> - 2002-11-19 06:41:42
|
Update of /cvsroot/installbase/installbase/lib In directory sc8-pr-cvs1:/tmp/cvs-serv2638/lib Modified Files: common.tcl components.tcl conditions.tcl help.tcl install.tcl new.tcl trees.tcl uninstall.tcl unpack.tcl utils.tcl widgets.tcl windows.tcl Log Message: o installbase.tcl Added auto-updating file groups. Each file group can now be assigned a directory to check for file changes. When the auto-update is run, InstallBase will check for new and deleted files and update the file group accordingly. Added an option to run auto-update upon loading a project. Moved the load order around a little. If InstallBase cannot find a suitable platform binary, it now asks the user what platform they want to use. o Themes/Classic_Wizard/utils.tcl Added a command to register file groups and components when selecting a setup type. This gives us a running list of actively selected file groups and components for later use. o lib/common.tcl Moved several commands into the global namespace and made their names match their equivalent TclX command. o lib/components.tcl o lib/install.tcl Added 'External Program' install component to execute external programs during installation. o lib/new.tcl Store the current theme version in a new install. This will stop InstallBase from thinking a new project's theme has changed. o lib/trees.tcl Added autodir and autodirrecurse as variables to file groups. Fixed a bug where deleting files didn't decrement the size of the file group it was in. Added an entry to the right-click file menu to 'Explore' if the file group has an associated auto-update directory. The file explorer will start in this directory. o lib/utils.tcl Fixed a bug where some Solaris systems would sometime not calculate the version number properly, and InstallBase would think the user's platform binary didn't exist. Added a command to check for platform and prompt the user if no platform binary could be found. Added a command to run auto-update file group checks. o lib/utils.tcl o lib/windows.tcl Changed the options on the input window when adding new file groups. If the user has selected to be prompted when a new file group is automatically created, they now get more options than just the install directory. Couldn't generate diff; no version number found in filespec: common.tcl,1.48,common.tcl Couldn't generate diff; no version number found in filespec: components.tcl,1.34,components.tcl Couldn't generate diff; no version number found in filespec: conditions.tcl,1.7,conditions.tcl Couldn't generate diff; no version number found in filespec: help.tcl,1.24,help.tcl Couldn't generate diff; no version number found in filespec: install.tcl,1.62,install.tcl Couldn't generate diff; no version number found in filespec: new.tcl,1.23,new.tcl Couldn't generate diff; no version number found in filespec: trees.tcl,1.50,trees.tcl Couldn't generate diff; no version number found in filespec: uninstall.tcl,1.21,uninstall.tcl Couldn't generate diff; no version number found in filespec: unpack.tcl,1.27,unpack.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.124,utils.tcl Couldn't generate diff; no version number found in filespec: widgets.tcl,1.8,widgets.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.102,windows.tcl |