installbase-cvs Mailing List for InstallBase (Page 10)
Status: Alpha
Brought to you by:
damonc
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(110) |
Jul
(19) |
Aug
(94) |
Sep
(36) |
Oct
(28) |
Nov
(26) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(9) |
Feb
|
Mar
(128) |
Apr
(9) |
May
|
Jun
(14) |
Jul
|
Aug
(8) |
Sep
(6) |
Oct
(7) |
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <da...@us...> - 2002-10-17 09:45:13
|
Update of /cvsroot/installbase/installbase/Binaries/Windows In directory usw-pr-cvs1:/tmp/cvs-serv4659/Binaries/Windows Modified Files: freewrap.exe Log Message: o lib/windows.tcl o lib/help.tcl Added the option to specify the web browser to use when browsing help files. The default, 'Internal Browser', will use InstallBase's internal browser. o lib/common.tcl Fixed some bugs in uninstalling directories. o lib/utils.tcl Fixed a bug that would cause errors while loading a project if no .installbaserc file existed. o lib/help/VirtualDirectories.html o lib/help/VirtualText.html Finished up the last of making the help files generic and easily readable by any web browser. Couldn't generate diff; no version number found in filespec: freewrap.exe,1.16,freewrap.exe |
From: <da...@us...> - 2002-10-17 09:45:06
|
Update of /cvsroot/installbase/installbase In directory usw-pr-cvs1:/tmp/cvs-serv4659 Modified Files: ChangeLog TODO.txt installbase.tcl Log Message: o lib/windows.tcl o lib/help.tcl Added the option to specify the web browser to use when browsing help files. The default, 'Internal Browser', will use InstallBase's internal browser. o lib/common.tcl Fixed some bugs in uninstalling directories. o lib/utils.tcl Fixed a bug that would cause errors while loading a project if no .installbaserc file existed. o lib/help/VirtualDirectories.html o lib/help/VirtualText.html Finished up the last of making the help files generic and easily readable by any web browser. Couldn't generate diff; no version number found in filespec: ChangeLog,1.88,ChangeLog Couldn't generate diff; no version number found in filespec: TODO.txt,1.103,TODO.txt Couldn't generate diff; no version number found in filespec: installbase.tcl,1.62,installbase.tcl |
From: <da...@us...> - 2002-10-16 01:11:54
|
Update of /cvsroot/installbase/installbase/lib In directory usw-pr-cvs1:/tmp/cvs-serv6763/lib Modified Files: editor.tcl trees.tcl utils.tcl windows.tcl Log Message: o lib/editor.tcl Cleaned up the editor's look a little. Centered upon creation. o lib/trees.tcl Change a lot of the selection, check and uncheck code in the Component and Setup Type trees. A double-click now checks and unchecks a selected node. Added 'Check' and 'Uncheck' options to the right-click menu under the Component and Setup Type trees that will check and uncheck a range of nodes at once. Added selection commands to the right-click menus for the Component and Setup Type menus. o lib/utils.tcl Fixed a bug that was removing the last character of a string in the editor. o lib/windows.tcl Added a bunch of menu options for the Component and Setup Type menus. Couldn't generate diff; no version number found in filespec: editor.tcl,1.7,editor.tcl Couldn't generate diff; no version number found in filespec: trees.tcl,1.49,trees.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.116,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.94,windows.tcl |
From: <da...@us...> - 2002-10-16 01:11:54
|
Update of /cvsroot/installbase/installbase In directory usw-pr-cvs1:/tmp/cvs-serv6763 Modified Files: ChangeLog TODO.txt Log Message: o lib/editor.tcl Cleaned up the editor's look a little. Centered upon creation. o lib/trees.tcl Change a lot of the selection, check and uncheck code in the Component and Setup Type trees. A double-click now checks and unchecks a selected node. Added 'Check' and 'Uncheck' options to the right-click menu under the Component and Setup Type trees that will check and uncheck a range of nodes at once. Added selection commands to the right-click menus for the Component and Setup Type menus. o lib/utils.tcl Fixed a bug that was removing the last character of a string in the editor. o lib/windows.tcl Added a bunch of menu options for the Component and Setup Type menus. Couldn't generate diff; no version number found in filespec: ChangeLog,1.87,ChangeLog Couldn't generate diff; no version number found in filespec: TODO.txt,1.102,TODO.txt |
From: <da...@us...> - 2002-10-14 12:24:50
|
Update of /cvsroot/installbase/installbase/lib/help In directory usw-pr-cvs1:/tmp/cvs-serv18909/lib/help Modified Files: CompWrappedApplication.html VirtualText.html Log Message: o installbase.tcl Added option to prompt for directories when adding new file groups. Require BWidget 1.4.2 (which doesn't really exist, it's ours). o Binaries/Windows/freewrap.exe Added a new freeWrap binary for Windows that fixes a bug that would occur when adding shortcuts with foreign characters in the path. Added some new Windows commands which will be used later. o Theme/Classic_Wizard/install.cfg Added a new property to some of the panes to specify which buttons to be displayed in the pane. o Themes/Classic_Wizard/install.cfg o Themes/Classic_Wizard/text.tcl Added a new text field for each button in the panes. o Themes/Classic_Wizard/windows.tcl Removed specific options to NavButtons commands throughout. These are now specified through the pane options. o lib/common.tcl NavButtons now checks for the Buttons property for a window. Windows registry keys are now logged with their values as well. When uninstalling a Windows registry key, the value will be removed, and if the key is empty, it will be removed as well. o lib/components.tcl Added an option to Wrapped Applications to remove InstallBase components from the wrapped application. Added the ability to uninstall a specific value of a Windows registry key. o lib/install.tcl Fixed a bug where Windows XP installs were failing trying to obtain user information during initialization. o lib/trees.tcl Added 'Add as Wrapped Application' option to File Group menu. o lib/uninstall.tcl Added a specific command for each component to be uninstalled. This is now used as a common command during uninstallation and installation cleanup. o lib/utils.tcl Added option to prompt for directories when adding new file groups. o lib/windows.tcl Made the project preferences frame a single procedure to be called in several places. o lib/BWidget/tree.tcl Fixed a bug in tree selection that was created by Tcl 8.4 somehow. Couldn't generate diff; no version number found in filespec: CompWrappedApplication.html,1.2,CompWrappedApplication.html Couldn't generate diff; no version number found in filespec: VirtualText.html,1.2,VirtualText.html |
From: <da...@us...> - 2002-10-14 12:24:50
|
Update of /cvsroot/installbase/installbase/lib In directory usw-pr-cvs1:/tmp/cvs-serv18909/lib Modified Files: common.tcl components.tcl install.tcl trees.tcl uninstall.tcl unpack.tcl utils.tcl windows.tcl Log Message: o installbase.tcl Added option to prompt for directories when adding new file groups. Require BWidget 1.4.2 (which doesn't really exist, it's ours). o Binaries/Windows/freewrap.exe Added a new freeWrap binary for Windows that fixes a bug that would occur when adding shortcuts with foreign characters in the path. Added some new Windows commands which will be used later. o Theme/Classic_Wizard/install.cfg Added a new property to some of the panes to specify which buttons to be displayed in the pane. o Themes/Classic_Wizard/install.cfg o Themes/Classic_Wizard/text.tcl Added a new text field for each button in the panes. o Themes/Classic_Wizard/windows.tcl Removed specific options to NavButtons commands throughout. These are now specified through the pane options. o lib/common.tcl NavButtons now checks for the Buttons property for a window. Windows registry keys are now logged with their values as well. When uninstalling a Windows registry key, the value will be removed, and if the key is empty, it will be removed as well. o lib/components.tcl Added an option to Wrapped Applications to remove InstallBase components from the wrapped application. Added the ability to uninstall a specific value of a Windows registry key. o lib/install.tcl Fixed a bug where Windows XP installs were failing trying to obtain user information during initialization. o lib/trees.tcl Added 'Add as Wrapped Application' option to File Group menu. o lib/uninstall.tcl Added a specific command for each component to be uninstalled. This is now used as a common command during uninstallation and installation cleanup. o lib/utils.tcl Added option to prompt for directories when adding new file groups. o lib/windows.tcl Made the project preferences frame a single procedure to be called in several places. o lib/BWidget/tree.tcl Fixed a bug in tree selection that was created by Tcl 8.4 somehow. Couldn't generate diff; no version number found in filespec: common.tcl,1.45,common.tcl Couldn't generate diff; no version number found in filespec: components.tcl,1.31,components.tcl Couldn't generate diff; no version number found in filespec: install.tcl,1.58,install.tcl Couldn't generate diff; no version number found in filespec: trees.tcl,1.48,trees.tcl Couldn't generate diff; no version number found in filespec: uninstall.tcl,1.17,uninstall.tcl Couldn't generate diff; no version number found in filespec: unpack.tcl,1.26,unpack.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.115,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.93,windows.tcl |
From: <da...@us...> - 2002-10-14 12:24:50
|
Update of /cvsroot/installbase/installbase/lib/BWidget In directory usw-pr-cvs1:/tmp/cvs-serv18909/lib/BWidget Modified Files: pkgIndex.tcl tree.tcl Log Message: o installbase.tcl Added option to prompt for directories when adding new file groups. Require BWidget 1.4.2 (which doesn't really exist, it's ours). o Binaries/Windows/freewrap.exe Added a new freeWrap binary for Windows that fixes a bug that would occur when adding shortcuts with foreign characters in the path. Added some new Windows commands which will be used later. o Theme/Classic_Wizard/install.cfg Added a new property to some of the panes to specify which buttons to be displayed in the pane. o Themes/Classic_Wizard/install.cfg o Themes/Classic_Wizard/text.tcl Added a new text field for each button in the panes. o Themes/Classic_Wizard/windows.tcl Removed specific options to NavButtons commands throughout. These are now specified through the pane options. o lib/common.tcl NavButtons now checks for the Buttons property for a window. Windows registry keys are now logged with their values as well. When uninstalling a Windows registry key, the value will be removed, and if the key is empty, it will be removed as well. o lib/components.tcl Added an option to Wrapped Applications to remove InstallBase components from the wrapped application. Added the ability to uninstall a specific value of a Windows registry key. o lib/install.tcl Fixed a bug where Windows XP installs were failing trying to obtain user information during initialization. o lib/trees.tcl Added 'Add as Wrapped Application' option to File Group menu. o lib/uninstall.tcl Added a specific command for each component to be uninstalled. This is now used as a common command during uninstallation and installation cleanup. o lib/utils.tcl Added option to prompt for directories when adding new file groups. o lib/windows.tcl Made the project preferences frame a single procedure to be called in several places. o lib/BWidget/tree.tcl Fixed a bug in tree selection that was created by Tcl 8.4 somehow. Couldn't generate diff; no version number found in filespec: pkgIndex.tcl,1.1,pkgIndex.tcl Couldn't generate diff; no version number found in filespec: tree.tcl,1.1,tree.tcl |
From: <da...@us...> - 2002-10-14 12:24:49
|
Update of /cvsroot/installbase/installbase/Themes/Classic_Wizard In directory usw-pr-cvs1:/tmp/cvs-serv18909/Themes/Classic_Wizard Modified Files: install.cfg text.tcl utils.tcl windows.tcl Log Message: o installbase.tcl Added option to prompt for directories when adding new file groups. Require BWidget 1.4.2 (which doesn't really exist, it's ours). o Binaries/Windows/freewrap.exe Added a new freeWrap binary for Windows that fixes a bug that would occur when adding shortcuts with foreign characters in the path. Added some new Windows commands which will be used later. o Theme/Classic_Wizard/install.cfg Added a new property to some of the panes to specify which buttons to be displayed in the pane. o Themes/Classic_Wizard/install.cfg o Themes/Classic_Wizard/text.tcl Added a new text field for each button in the panes. o Themes/Classic_Wizard/windows.tcl Removed specific options to NavButtons commands throughout. These are now specified through the pane options. o lib/common.tcl NavButtons now checks for the Buttons property for a window. Windows registry keys are now logged with their values as well. When uninstalling a Windows registry key, the value will be removed, and if the key is empty, it will be removed as well. o lib/components.tcl Added an option to Wrapped Applications to remove InstallBase components from the wrapped application. Added the ability to uninstall a specific value of a Windows registry key. o lib/install.tcl Fixed a bug where Windows XP installs were failing trying to obtain user information during initialization. o lib/trees.tcl Added 'Add as Wrapped Application' option to File Group menu. o lib/uninstall.tcl Added a specific command for each component to be uninstalled. This is now used as a common command during uninstallation and installation cleanup. o lib/utils.tcl Added option to prompt for directories when adding new file groups. o lib/windows.tcl Made the project preferences frame a single procedure to be called in several places. o lib/BWidget/tree.tcl Fixed a bug in tree selection that was created by Tcl 8.4 somehow. Couldn't generate diff; no version number found in filespec: install.cfg,1.9,install.cfg Couldn't generate diff; no version number found in filespec: text.tcl,1.8,text.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.17,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.28,windows.tcl |
From: <da...@us...> - 2002-10-14 12:24:49
|
Update of /cvsroot/installbase/installbase/Binaries/Windows In directory usw-pr-cvs1:/tmp/cvs-serv18909/Binaries/Windows Modified Files: freewrap.exe Log Message: o installbase.tcl Added option to prompt for directories when adding new file groups. Require BWidget 1.4.2 (which doesn't really exist, it's ours). o Binaries/Windows/freewrap.exe Added a new freeWrap binary for Windows that fixes a bug that would occur when adding shortcuts with foreign characters in the path. Added some new Windows commands which will be used later. o Theme/Classic_Wizard/install.cfg Added a new property to some of the panes to specify which buttons to be displayed in the pane. o Themes/Classic_Wizard/install.cfg o Themes/Classic_Wizard/text.tcl Added a new text field for each button in the panes. o Themes/Classic_Wizard/windows.tcl Removed specific options to NavButtons commands throughout. These are now specified through the pane options. o lib/common.tcl NavButtons now checks for the Buttons property for a window. Windows registry keys are now logged with their values as well. When uninstalling a Windows registry key, the value will be removed, and if the key is empty, it will be removed as well. o lib/components.tcl Added an option to Wrapped Applications to remove InstallBase components from the wrapped application. Added the ability to uninstall a specific value of a Windows registry key. o lib/install.tcl Fixed a bug where Windows XP installs were failing trying to obtain user information during initialization. o lib/trees.tcl Added 'Add as Wrapped Application' option to File Group menu. o lib/uninstall.tcl Added a specific command for each component to be uninstalled. This is now used as a common command during uninstallation and installation cleanup. o lib/utils.tcl Added option to prompt for directories when adding new file groups. o lib/windows.tcl Made the project preferences frame a single procedure to be called in several places. o lib/BWidget/tree.tcl Fixed a bug in tree selection that was created by Tcl 8.4 somehow. Couldn't generate diff; no version number found in filespec: freewrap.exe,1.15,freewrap.exe |
From: <da...@us...> - 2002-10-14 12:24:48
|
Update of /cvsroot/installbase/installbase In directory usw-pr-cvs1:/tmp/cvs-serv18909 Modified Files: ChangeLog TODO.txt installbase.tcl Log Message: o installbase.tcl Added option to prompt for directories when adding new file groups. Require BWidget 1.4.2 (which doesn't really exist, it's ours). o Binaries/Windows/freewrap.exe Added a new freeWrap binary for Windows that fixes a bug that would occur when adding shortcuts with foreign characters in the path. Added some new Windows commands which will be used later. o Theme/Classic_Wizard/install.cfg Added a new property to some of the panes to specify which buttons to be displayed in the pane. o Themes/Classic_Wizard/install.cfg o Themes/Classic_Wizard/text.tcl Added a new text field for each button in the panes. o Themes/Classic_Wizard/windows.tcl Removed specific options to NavButtons commands throughout. These are now specified through the pane options. o lib/common.tcl NavButtons now checks for the Buttons property for a window. Windows registry keys are now logged with their values as well. When uninstalling a Windows registry key, the value will be removed, and if the key is empty, it will be removed as well. o lib/components.tcl Added an option to Wrapped Applications to remove InstallBase components from the wrapped application. Added the ability to uninstall a specific value of a Windows registry key. o lib/install.tcl Fixed a bug where Windows XP installs were failing trying to obtain user information during initialization. o lib/trees.tcl Added 'Add as Wrapped Application' option to File Group menu. o lib/uninstall.tcl Added a specific command for each component to be uninstalled. This is now used as a common command during uninstallation and installation cleanup. o lib/utils.tcl Added option to prompt for directories when adding new file groups. o lib/windows.tcl Made the project preferences frame a single procedure to be called in several places. o lib/BWidget/tree.tcl Fixed a bug in tree selection that was created by Tcl 8.4 somehow. Couldn't generate diff; no version number found in filespec: ChangeLog,1.86,ChangeLog Couldn't generate diff; no version number found in filespec: TODO.txt,1.101,TODO.txt Couldn't generate diff; no version number found in filespec: installbase.tcl,1.61,installbase.tcl |
From: <da...@us...> - 2002-10-10 03:38:23
|
Update of /cvsroot/installbase/installbase/lib/help In directory usw-pr-cvs1:/tmp/cvs-serv3222/lib/help Modified Files: About.html VirtualDirectories.html Added Files: ModifyFile.html Log Message: o installbase.tcl Added option to cleanup a cancelled install. o Themes/Classic_Wizard/utils.tcl When an install is cancelled, we need to call ::MPI::CancelInstall to make it official. o Theme/Classic_Wizard/windows.tcl Added new virtual text for the User Information pane in the Classic Wizard: <UserName>, <UserCompany> and <UserSerial>. o lib/common.tcl Added functions to cleanup a cancelled install. Changed the way DirIsWritable works slightly. Should give more accurate results on Windows. Added <Temp> as a virtual directory to use InstallBase's temporary directory during installation. o lib/help.tcl Help can be called with a window and tab. o lib/install.tcl Added some code to setup default user information under Windows. o lib/trees.tcl Added some catches due to some erroneous errors under 8.4. o lib/utils.tcl Fixed a bug where building main.tcl only would cause InstallBase to think it was still building when it wasn't. Added a check to see if a build was in progress before closing a project. o lib/windows.tcl Cleaned up transience on all of the windows in the builder. There were some inconsistencies with Tcl 8.4. The delete key now deletes install components. Couldn't generate diff; no version number found in filespec: ModifyFile.html,NONE,ModifyFile.html Couldn't generate diff; no version number found in filespec: About.html,1.4,About.html Couldn't generate diff; no version number found in filespec: VirtualDirectories.html,1.3,VirtualDirectories.html |
Update of /cvsroot/installbase/installbase/lib In directory usw-pr-cvs1:/tmp/cvs-serv3222/lib Modified Files: common.tcl help.tcl install.tcl trees.tcl uninstall.tcl unpack.tcl utils.tcl windows.tcl Log Message: o installbase.tcl Added option to cleanup a cancelled install. o Themes/Classic_Wizard/utils.tcl When an install is cancelled, we need to call ::MPI::CancelInstall to make it official. o Theme/Classic_Wizard/windows.tcl Added new virtual text for the User Information pane in the Classic Wizard: <UserName>, <UserCompany> and <UserSerial>. o lib/common.tcl Added functions to cleanup a cancelled install. Changed the way DirIsWritable works slightly. Should give more accurate results on Windows. Added <Temp> as a virtual directory to use InstallBase's temporary directory during installation. o lib/help.tcl Help can be called with a window and tab. o lib/install.tcl Added some code to setup default user information under Windows. o lib/trees.tcl Added some catches due to some erroneous errors under 8.4. o lib/utils.tcl Fixed a bug where building main.tcl only would cause InstallBase to think it was still building when it wasn't. Added a check to see if a build was in progress before closing a project. o lib/windows.tcl Cleaned up transience on all of the windows in the builder. There were some inconsistencies with Tcl 8.4. The delete key now deletes install components. Couldn't generate diff; no version number found in filespec: common.tcl,1.44,common.tcl Couldn't generate diff; no version number found in filespec: help.tcl,1.20,help.tcl Couldn't generate diff; no version number found in filespec: install.tcl,1.57,install.tcl Couldn't generate diff; no version number found in filespec: trees.tcl,1.47,trees.tcl Couldn't generate diff; no version number found in filespec: uninstall.tcl,1.16,uninstall.tcl Couldn't generate diff; no version number found in filespec: unpack.tcl,1.25,unpack.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.114,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.92,windows.tcl |
From: <da...@us...> - 2002-10-10 03:38:22
|
Update of /cvsroot/installbase/installbase/Themes/Classic_Wizard In directory usw-pr-cvs1:/tmp/cvs-serv3222/Themes/Classic_Wizard Modified Files: utils.tcl windows.tcl Log Message: o installbase.tcl Added option to cleanup a cancelled install. o Themes/Classic_Wizard/utils.tcl When an install is cancelled, we need to call ::MPI::CancelInstall to make it official. o Theme/Classic_Wizard/windows.tcl Added new virtual text for the User Information pane in the Classic Wizard: <UserName>, <UserCompany> and <UserSerial>. o lib/common.tcl Added functions to cleanup a cancelled install. Changed the way DirIsWritable works slightly. Should give more accurate results on Windows. Added <Temp> as a virtual directory to use InstallBase's temporary directory during installation. o lib/help.tcl Help can be called with a window and tab. o lib/install.tcl Added some code to setup default user information under Windows. o lib/trees.tcl Added some catches due to some erroneous errors under 8.4. o lib/utils.tcl Fixed a bug where building main.tcl only would cause InstallBase to think it was still building when it wasn't. Added a check to see if a build was in progress before closing a project. o lib/windows.tcl Cleaned up transience on all of the windows in the builder. There were some inconsistencies with Tcl 8.4. The delete key now deletes install components. Couldn't generate diff; no version number found in filespec: utils.tcl,1.16,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.27,windows.tcl |
From: <da...@us...> - 2002-10-10 03:38:22
|
Update of /cvsroot/installbase/installbase In directory usw-pr-cvs1:/tmp/cvs-serv3222 Modified Files: ChangeLog TODO.txt installbase.tcl Log Message: o installbase.tcl Added option to cleanup a cancelled install. o Themes/Classic_Wizard/utils.tcl When an install is cancelled, we need to call ::MPI::CancelInstall to make it official. o Theme/Classic_Wizard/windows.tcl Added new virtual text for the User Information pane in the Classic Wizard: <UserName>, <UserCompany> and <UserSerial>. o lib/common.tcl Added functions to cleanup a cancelled install. Changed the way DirIsWritable works slightly. Should give more accurate results on Windows. Added <Temp> as a virtual directory to use InstallBase's temporary directory during installation. o lib/help.tcl Help can be called with a window and tab. o lib/install.tcl Added some code to setup default user information under Windows. o lib/trees.tcl Added some catches due to some erroneous errors under 8.4. o lib/utils.tcl Fixed a bug where building main.tcl only would cause InstallBase to think it was still building when it wasn't. Added a check to see if a build was in progress before closing a project. o lib/windows.tcl Cleaned up transience on all of the windows in the builder. There were some inconsistencies with Tcl 8.4. The delete key now deletes install components. Couldn't generate diff; no version number found in filespec: ChangeLog,1.85,ChangeLog Couldn't generate diff; no version number found in filespec: TODO.txt,1.100,TODO.txt Couldn't generate diff; no version number found in filespec: installbase.tcl,1.60,installbase.tcl |
From: <da...@us...> - 2002-09-28 01:10:26
|
Update of /cvsroot/installbase/installbase/lib/help In directory usw-pr-cvs1:/tmp/cvs-serv8896/lib/help Modified Files: About.html ApplicationInformation.html FileGroups.html InstallComponents.html InstallPanes.html header.html index.html Log Message: o installbase.tcl Moved the InstallBase theme into the preferences array. o lib/components.tcl Added buttons to move components in the Install Components list. o lib/convert.tcl If a version doesn't exist for a particular install theme, we'll assume it's a user-saved install theme and not attempt to convert it. o lib/utils.tcl Fixed a bug where the order of install panes wasn't respected during installation. Fixed a bug where the order of install panes wasn't saved with the project. Re-wrote user preference routines to read and write the preferences array. o lib/windows.tcl Fixed a bug where the "Install Project Wizard" could be renamed. Added buttons to move components in the Install Components list. o lib/help/ Updated help documents to be more generic so that they can potentially work in any web browser. o lib/help/About.tcl Added credits to the about help. o lib/Tablelist Upgraded to Tablelist 2.8. Couldn't generate diff; no version number found in filespec: About.html,1.3,About.html Couldn't generate diff; no version number found in filespec: ApplicationInformation.html,1.2,ApplicationInformation.html Couldn't generate diff; no version number found in filespec: FileGroups.html,1.3,FileGroups.html Couldn't generate diff; no version number found in filespec: InstallComponents.html,1.4,InstallComponents.html Couldn't generate diff; no version number found in filespec: InstallPanes.html,1.2,InstallPanes.html Couldn't generate diff; no version number found in filespec: header.html,1.1,header.html Couldn't generate diff; no version number found in filespec: index.html,1.4,index.html |
From: <da...@us...> - 2002-09-28 01:10:26
|
Update of /cvsroot/installbase/installbase/lib/Tablelist In directory usw-pr-cvs1:/tmp/cvs-serv8896/lib/Tablelist Modified Files: COPYRIGHT.txt pkgIndex.tcl tablelist.tcl Log Message: o installbase.tcl Moved the InstallBase theme into the preferences array. o lib/components.tcl Added buttons to move components in the Install Components list. o lib/convert.tcl If a version doesn't exist for a particular install theme, we'll assume it's a user-saved install theme and not attempt to convert it. o lib/utils.tcl Fixed a bug where the order of install panes wasn't respected during installation. Fixed a bug where the order of install panes wasn't saved with the project. Re-wrote user preference routines to read and write the preferences array. o lib/windows.tcl Fixed a bug where the "Install Project Wizard" could be renamed. Added buttons to move components in the Install Components list. o lib/help/ Updated help documents to be more generic so that they can potentially work in any web browser. o lib/help/About.tcl Added credits to the about help. o lib/Tablelist Upgraded to Tablelist 2.8. Couldn't generate diff; no version number found in filespec: COPYRIGHT.txt,1.1,COPYRIGHT.txt Couldn't generate diff; no version number found in filespec: pkgIndex.tcl,1.1,pkgIndex.tcl Couldn't generate diff; no version number found in filespec: tablelist.tcl,1.1,tablelist.tcl |
Update of /cvsroot/installbase/installbase/lib In directory usw-pr-cvs1:/tmp/cvs-serv8896/lib Modified Files: components.tcl convert.tcl utils.tcl windows.tcl Added Files: tablelistInstallBase.tcl Log Message: o installbase.tcl Moved the InstallBase theme into the preferences array. o lib/components.tcl Added buttons to move components in the Install Components list. o lib/convert.tcl If a version doesn't exist for a particular install theme, we'll assume it's a user-saved install theme and not attempt to convert it. o lib/utils.tcl Fixed a bug where the order of install panes wasn't respected during installation. Fixed a bug where the order of install panes wasn't saved with the project. Re-wrote user preference routines to read and write the preferences array. o lib/windows.tcl Fixed a bug where the "Install Project Wizard" could be renamed. Added buttons to move components in the Install Components list. o lib/help/ Updated help documents to be more generic so that they can potentially work in any web browser. o lib/help/About.tcl Added credits to the about help. o lib/Tablelist Upgraded to Tablelist 2.8. Couldn't generate diff; no version number found in filespec: tablelistInstallBase.tcl,NONE,tablelistInstallBase.tcl Couldn't generate diff; no version number found in filespec: components.tcl,1.30,components.tcl Couldn't generate diff; no version number found in filespec: convert.tcl,1.3,convert.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.113,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.91,windows.tcl |
Update of /cvsroot/installbase/installbase/lib/Tablelist/scripts In directory usw-pr-cvs1:/tmp/cvs-serv8896/lib/Tablelist/scripts Modified Files: mwutil.tcl repair.tcl tablelistSortByColumn.tcl tablelistWidget.tcl tclIndex Log Message: o installbase.tcl Moved the InstallBase theme into the preferences array. o lib/components.tcl Added buttons to move components in the Install Components list. o lib/convert.tcl If a version doesn't exist for a particular install theme, we'll assume it's a user-saved install theme and not attempt to convert it. o lib/utils.tcl Fixed a bug where the order of install panes wasn't respected during installation. Fixed a bug where the order of install panes wasn't saved with the project. Re-wrote user preference routines to read and write the preferences array. o lib/windows.tcl Fixed a bug where the "Install Project Wizard" could be renamed. Added buttons to move components in the Install Components list. o lib/help/ Updated help documents to be more generic so that they can potentially work in any web browser. o lib/help/About.tcl Added credits to the about help. o lib/Tablelist Upgraded to Tablelist 2.8. Couldn't generate diff; no version number found in filespec: mwutil.tcl,1.1,mwutil.tcl Couldn't generate diff; no version number found in filespec: repair.tcl,1.1,repair.tcl Couldn't generate diff; no version number found in filespec: tablelistSortByColumn.tcl,1.1,tablelistSortByColumn.tcl Couldn't generate diff; no version number found in filespec: tablelistWidget.tcl,1.2,tablelistWidget.tcl Couldn't generate diff; no version number found in filespec: tclIndex,1.1,tclIndex |
From: <da...@us...> - 2002-09-28 01:10:26
|
Update of /cvsroot/installbase/installbase In directory usw-pr-cvs1:/tmp/cvs-serv8896 Modified Files: ChangeLog TODO.txt installbase.tcl Log Message: o installbase.tcl Moved the InstallBase theme into the preferences array. o lib/components.tcl Added buttons to move components in the Install Components list. o lib/convert.tcl If a version doesn't exist for a particular install theme, we'll assume it's a user-saved install theme and not attempt to convert it. o lib/utils.tcl Fixed a bug where the order of install panes wasn't respected during installation. Fixed a bug where the order of install panes wasn't saved with the project. Re-wrote user preference routines to read and write the preferences array. o lib/windows.tcl Fixed a bug where the "Install Project Wizard" could be renamed. Added buttons to move components in the Install Components list. o lib/help/ Updated help documents to be more generic so that they can potentially work in any web browser. o lib/help/About.tcl Added credits to the about help. o lib/Tablelist Upgraded to Tablelist 2.8. Couldn't generate diff; no version number found in filespec: ChangeLog,1.84,ChangeLog Couldn't generate diff; no version number found in filespec: TODO.txt,1.99,TODO.txt Couldn't generate diff; no version number found in filespec: installbase.tcl,1.59,installbase.tcl |
From: <da...@us...> - 2002-09-23 19:32:34
|
Update of /cvsroot/installbase/installbase/lib In directory usw-pr-cvs1:/tmp/cvs-serv1211/lib Modified Files: new.tcl trees.tcl utils.tcl windows.tcl Log Message: o lib/new.tcl Fixed a bug that was causing new projects to fail. o lib/trees.tcl Fixed a bug that would cause new file group additions to fail. o lib/utils.tcl Fixed a bug that would cause several things to fail if Windows was not a platform in an install. Added a preference to select the file explorer used in the file group tab. o lib/windows.tcl Added a preferences window under the "File" menu. Moved InstallBase theme selection into the preferences window. Couldn't generate diff; no version number found in filespec: new.tcl,1.21,new.tcl Couldn't generate diff; no version number found in filespec: trees.tcl,1.46,trees.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.112,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.90,windows.tcl |
From: <da...@us...> - 2002-09-23 19:32:33
|
Update of /cvsroot/installbase/installbase In directory usw-pr-cvs1:/tmp/cvs-serv1211 Modified Files: ChangeLog TODO.txt installbase.tcl Log Message: o lib/new.tcl Fixed a bug that was causing new projects to fail. o lib/trees.tcl Fixed a bug that would cause new file group additions to fail. o lib/utils.tcl Fixed a bug that would cause several things to fail if Windows was not a platform in an install. Added a preference to select the file explorer used in the file group tab. o lib/windows.tcl Added a preferences window under the "File" menu. Moved InstallBase theme selection into the preferences window. Couldn't generate diff; no version number found in filespec: ChangeLog,1.83,ChangeLog Couldn't generate diff; no version number found in filespec: TODO.txt,1.98,TODO.txt Couldn't generate diff; no version number found in filespec: installbase.tcl,1.58,installbase.tcl |
From: <da...@us...> - 2002-09-13 04:34:01
|
Update of /cvsroot/installbase/installbase/Binaries/i386-FreeBSD-4/static In directory usw-pr-cvs1:/tmp/cvs-serv10646/static Removed Files: freewrap Log Message: Removing old files. Couldn't generate diff; no version number found in filespec: freewrap,1.14,freewrap |
From: <da...@us...> - 2002-09-13 04:34:01
|
Update of /cvsroot/installbase/installbase/Binaries/i386-FreeBSD-4/tkhtml2.0 In directory usw-pr-cvs1:/tmp/cvs-serv10646/tkhtml2.0 Removed Files: pkgIndex.tcl tkhtml.so Log Message: Removing old files. Couldn't generate diff; no version number found in filespec: pkgIndex.tcl,1.1,pkgIndex.tcl Couldn't generate diff; no version number found in filespec: tkhtml.so,1.3,tkhtml.so |
From: <da...@us...> - 2002-09-13 04:33:58
|
Update of /cvsroot/installbase/installbase/Binaries/i586-Linux/dynamic In directory usw-pr-cvs1:/tmp/cvs-serv11183/dynamic Removed Files: freewrap Log Message: Removing old files. Couldn't generate diff; no version number found in filespec: freewrap,1.13,freewrap |
From: <da...@us...> - 2002-09-13 04:33:56
|
Update of /cvsroot/installbase/installbase/Binaries/i586-Linux/tkdnd In directory usw-pr-cvs1:/tmp/cvs-serv11183/tkdnd Removed Files: libtkdnd1.0.so pkgIndex.tcl tkdnd.tcl Log Message: Removing old files. Couldn't generate diff; no version number found in filespec: libtkdnd1.0.so,1.1,libtkdnd1.0.so Couldn't generate diff; no version number found in filespec: pkgIndex.tcl,1.1,pkgIndex.tcl Couldn't generate diff; no version number found in filespec: tkdnd.tcl,1.1,tkdnd.tcl |