installbase-cvs Mailing List for InstallBase (Page 2)
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
|
Update of /cvsroot/installbase/installbase/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv32132/lib
Modified Files:
common.tcl components.tcl trees.tcl unpack.tcl utils.tcl
widgets.tcl windows.tcl
Log Message:
o lib/common.tcl
Fixed setting of versions during installation.
Moved more functionality into the File class.
o lib/components.tcl
Fixed listbox selection in the components list.
o lib/trees.tcl
Removed variables for autodir and autodirrecurse.
Clicking the image in a file tree works like a check now.
o lib/unpack.tcl
Rewrote the handling of unpacking files to use the internal
class mechanisms.
o lib/utils.tcl
We no longer save the FileInfo array to installs, all the info
is contained in the File class.
o lib/widgets.tcl
All comboboxes have the auto-complete feature turned on by default.
Couldn't generate diff; no version number found in filespec: common.tcl,1.77,common.tcl
Couldn't generate diff; no version number found in filespec: components.tcl,1.38,components.tcl
Couldn't generate diff; no version number found in filespec: trees.tcl,1.57,trees.tcl
Couldn't generate diff; no version number found in filespec: unpack.tcl,1.34,unpack.tcl
Couldn't generate diff; no version number found in filespec: utils.tcl,1.155,utils.tcl
Couldn't generate diff; no version number found in filespec: widgets.tcl,1.15,widgets.tcl
Couldn't generate diff; no version number found in filespec: windows.tcl,1.117,windows.tcl
|
|
From: <da...@us...> - 2003-06-23 20:17:40
|
Update of /cvsroot/installbase/installbase
In directory sc8-pr-cvs1:/tmp/cvs-serv32132
Modified Files:
ChangeLog TODO.txt
Log Message:
o lib/common.tcl
Fixed setting of versions during installation.
Moved more functionality into the File class.
o lib/components.tcl
Fixed listbox selection in the components list.
o lib/trees.tcl
Removed variables for autodir and autodirrecurse.
Clicking the image in a file tree works like a check now.
o lib/unpack.tcl
Rewrote the handling of unpacking files to use the internal
class mechanisms.
o lib/utils.tcl
We no longer save the FileInfo array to installs, all the info
is contained in the File class.
o lib/widgets.tcl
All comboboxes have the auto-complete feature turned on by default.
Couldn't generate diff; no version number found in filespec: ChangeLog,1.118,ChangeLog
Couldn't generate diff; no version number found in filespec: TODO.txt,1.124,TODO.txt
|
|
From: <da...@us...> - 2003-06-06 01:05:08
|
Update of /cvsroot/installbase/installbase/lib/Icons
In directory sc8-pr-cvs1:/tmp/cvs-serv12949/lib/Icons
Modified Files:
tkIcons.installbase
Log Message:
o lib/common.tcl
CreateDir and CreateDirTree now track directories in an array
in order to speed things up a bit.
Removed the FileManifest command. It's no longer necessary.
Added a File class to handle files during installation.
o lib/editor.tcl
o lib/help.tcl
Removed a pack statement that would cause a hang in ScrolledWindow.
o lib/install.tcl
Added some error-checking while processing files.
Command-line arguments in an icon are now subst'd before
storing to the file.
KDE and Gnome desktop icons are now created with the .desktop file
extension.
o lib/trees.tcl
o lib/utils.tcl
Completely changed the way file groups are handled. A directory
is now added as a sub-node of the file group, and the user can
select which files / sub-directories to include or exclude from
the install.
o lib/unpack.tcl
Many file functions are now contained within the File class.
Added an error check for divide-by-zero case in progress update.
o lib/utils.tcl
Removed all catch { unset } commands in favor of -nocomplain.
GetFileList now returns the contents of a proc to be stored
with the install that initializes all the files in an install
by creating their respective objects.
Removed specific icons with checks in favor of creating checked
images on loading.
o lib/windows.tcl
Removed some packs that would cause a hang in ScrolledWindows.
o lib/Icons/tkIcons.installbase
Removed specific icons with checks in favor of creating checked
images on loading.
Couldn't generate diff; no version number found in filespec: tkIcons.installbase,1.4,tkIcons.installbase
|
Update of /cvsroot/installbase/installbase/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv12949/lib
Modified Files:
common.tcl editor.tcl help.tcl install.tcl trees.tcl
unpack.tcl utils.tcl windows.tcl
Log Message:
o lib/common.tcl
CreateDir and CreateDirTree now track directories in an array
in order to speed things up a bit.
Removed the FileManifest command. It's no longer necessary.
Added a File class to handle files during installation.
o lib/editor.tcl
o lib/help.tcl
Removed a pack statement that would cause a hang in ScrolledWindow.
o lib/install.tcl
Added some error-checking while processing files.
Command-line arguments in an icon are now subst'd before
storing to the file.
KDE and Gnome desktop icons are now created with the .desktop file
extension.
o lib/trees.tcl
o lib/utils.tcl
Completely changed the way file groups are handled. A directory
is now added as a sub-node of the file group, and the user can
select which files / sub-directories to include or exclude from
the install.
o lib/unpack.tcl
Many file functions are now contained within the File class.
Added an error check for divide-by-zero case in progress update.
o lib/utils.tcl
Removed all catch { unset } commands in favor of -nocomplain.
GetFileList now returns the contents of a proc to be stored
with the install that initializes all the files in an install
by creating their respective objects.
Removed specific icons with checks in favor of creating checked
images on loading.
o lib/windows.tcl
Removed some packs that would cause a hang in ScrolledWindows.
o lib/Icons/tkIcons.installbase
Removed specific icons with checks in favor of creating checked
images on loading.
Couldn't generate diff; no version number found in filespec: common.tcl,1.76,common.tcl
Couldn't generate diff; no version number found in filespec: editor.tcl,1.12,editor.tcl
Couldn't generate diff; no version number found in filespec: help.tcl,1.28,help.tcl
Couldn't generate diff; no version number found in filespec: install.tcl,1.72,install.tcl
Couldn't generate diff; no version number found in filespec: trees.tcl,1.56,trees.tcl
Couldn't generate diff; no version number found in filespec: unpack.tcl,1.33,unpack.tcl
Couldn't generate diff; no version number found in filespec: utils.tcl,1.154,utils.tcl
Couldn't generate diff; no version number found in filespec: windows.tcl,1.116,windows.tcl
|
|
From: <da...@us...> - 2003-06-06 01:05:07
|
Update of /cvsroot/installbase/installbase
In directory sc8-pr-cvs1:/tmp/cvs-serv12949
Modified Files:
ChangeLog TODO.txt
Log Message:
o lib/common.tcl
CreateDir and CreateDirTree now track directories in an array
in order to speed things up a bit.
Removed the FileManifest command. It's no longer necessary.
Added a File class to handle files during installation.
o lib/editor.tcl
o lib/help.tcl
Removed a pack statement that would cause a hang in ScrolledWindow.
o lib/install.tcl
Added some error-checking while processing files.
Command-line arguments in an icon are now subst'd before
storing to the file.
KDE and Gnome desktop icons are now created with the .desktop file
extension.
o lib/trees.tcl
o lib/utils.tcl
Completely changed the way file groups are handled. A directory
is now added as a sub-node of the file group, and the user can
select which files / sub-directories to include or exclude from
the install.
o lib/unpack.tcl
Many file functions are now contained within the File class.
Added an error check for divide-by-zero case in progress update.
o lib/utils.tcl
Removed all catch { unset } commands in favor of -nocomplain.
GetFileList now returns the contents of a proc to be stored
with the install that initializes all the files in an install
by creating their respective objects.
Removed specific icons with checks in favor of creating checked
images on loading.
o lib/windows.tcl
Removed some packs that would cause a hang in ScrolledWindows.
o lib/Icons/tkIcons.installbase
Removed specific icons with checks in favor of creating checked
images on loading.
Couldn't generate diff; no version number found in filespec: ChangeLog,1.117,ChangeLog
Couldn't generate diff; no version number found in filespec: TODO.txt,1.123,TODO.txt
|
Update of /cvsroot/installbase/installbase/lib/BWidget In directory sc8-pr-cvs1:/tmp/cvs-serv8104 Modified Files: bitmap.tcl combobox.tcl dialog.tcl dragsite.tcl dropsite.tcl dynhelp.tcl entry.tcl label.tcl labelentry.tcl labelframe.tcl listbox.tcl mainframe.tcl notebook.tcl pagesmgr.tcl passwddlg.tcl progressbar.tcl scrollframe.tcl scrollview.tcl scrollw.tcl spinbox.tcl tree.tcl utils.tcl widget.tcl xpm2image.tcl Log Message: Updating to BWidgets 1.6. Couldn't generate diff; no version number found in filespec: bitmap.tcl,1.2,bitmap.tcl Couldn't generate diff; no version number found in filespec: combobox.tcl,1.2,combobox.tcl Couldn't generate diff; no version number found in filespec: dialog.tcl,1.2,dialog.tcl Couldn't generate diff; no version number found in filespec: dragsite.tcl,1.2,dragsite.tcl Couldn't generate diff; no version number found in filespec: dropsite.tcl,1.2,dropsite.tcl Couldn't generate diff; no version number found in filespec: dynhelp.tcl,1.2,dynhelp.tcl Couldn't generate diff; no version number found in filespec: entry.tcl,1.2,entry.tcl Couldn't generate diff; no version number found in filespec: label.tcl,1.2,label.tcl Couldn't generate diff; no version number found in filespec: labelentry.tcl,1.2,labelentry.tcl Couldn't generate diff; no version number found in filespec: labelframe.tcl,1.2,labelframe.tcl Couldn't generate diff; no version number found in filespec: listbox.tcl,1.3,listbox.tcl Couldn't generate diff; no version number found in filespec: mainframe.tcl,1.2,mainframe.tcl Couldn't generate diff; no version number found in filespec: notebook.tcl,1.2,notebook.tcl Couldn't generate diff; no version number found in filespec: pagesmgr.tcl,1.2,pagesmgr.tcl Couldn't generate diff; no version number found in filespec: passwddlg.tcl,1.2,passwddlg.tcl Couldn't generate diff; no version number found in filespec: progressbar.tcl,1.2,progressbar.tcl Couldn't generate diff; no version number found in filespec: scrollframe.tcl,1.2,scrollframe.tcl Couldn't generate diff; no version number found in filespec: scrollview.tcl,1.2,scrollview.tcl Couldn't generate diff; no version number found in filespec: scrollw.tcl,1.2,scrollw.tcl Couldn't generate diff; no version number found in filespec: spinbox.tcl,1.2,spinbox.tcl Couldn't generate diff; no version number found in filespec: tree.tcl,1.4,tree.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.2,utils.tcl Couldn't generate diff; no version number found in filespec: widget.tcl,1.2,widget.tcl Couldn't generate diff; no version number found in filespec: xpm2image.tcl,1.2,xpm2image.tcl |
Update of /cvsroot/installbase/installbase/lib/Tablelist/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv3918/scripts Modified Files: mwutil.tcl tablelistEdit.tcl tablelistMove.tcl tablelistWidget.tcl Removed Files: tablelistEditcell.tcl Log Message: Updating to Tablelist 3.2. Couldn't generate diff; no version number found in filespec: mwutil.tcl,1.3,mwutil.tcl Couldn't generate diff; no version number found in filespec: tablelistEdit.tcl,1.1,tablelistEdit.tcl Couldn't generate diff; no version number found in filespec: tablelistMove.tcl,1.1,tablelistMove.tcl Couldn't generate diff; no version number found in filespec: tablelistWidget.tcl,1.4,tablelistWidget.tcl Couldn't generate diff; no version number found in filespec: tablelistEditcell.tcl,1.1,tablelistEditcell.tcl |
|
From: <da...@us...> - 2003-06-06 00:39:40
|
Update of /cvsroot/installbase/installbase/lib/Tablelist In directory sc8-pr-cvs1:/tmp/cvs-serv3918 Modified Files: pkgIndex.tcl tablelist.tcl Log Message: Updating to Tablelist 3.2. Couldn't generate diff; no version number found in filespec: pkgIndex.tcl,1.3,pkgIndex.tcl Couldn't generate diff; no version number found in filespec: tablelist.tcl,1.3,tablelist.tcl |
|
From: <da...@us...> - 2003-06-06 00:31:53
|
Update of /cvsroot/installbase/installbase/lib/BWidget In directory sc8-pr-cvs1:/tmp/cvs-serv863 Removed Files: README.txt Log Message: Removing some BWidget files we don't really care about. Couldn't generate diff; no version number found in filespec: README.txt,1.1,README.txt |
Update of /cvsroot/installbase/installbase/lib/BWidget In directory sc8-pr-cvs1:/tmp/cvs-serv759 Removed Files: aclocal.m4 ChangeLog CHANGES.txt configure.in Makefile.in Log Message: Removing some BWidget files we don't really care about. Couldn't generate diff; no version number found in filespec: aclocal.m4,1.1,aclocal.m4 Couldn't generate diff; no version number found in filespec: ChangeLog,1.2,ChangeLog Couldn't generate diff; no version number found in filespec: CHANGES.txt,1.1,CHANGES.txt Couldn't generate diff; no version number found in filespec: configure.in,1.2,configure.in Couldn't generate diff; no version number found in filespec: Makefile.in,1.2,Makefile.in |
|
From: <da...@us...> - 2003-06-06 00:30:20
|
Update of /cvsroot/installbase/installbase/lib In directory sc8-pr-cvs1:/tmp/cvs-serv32739 Removed Files: fileclass.tcl tablelistInstallBase.tcl Log Message: Removing now-superfluous files. Couldn't generate diff; no version number found in filespec: fileclass.tcl,1.1,fileclass.tcl Couldn't generate diff; no version number found in filespec: tablelistInstallBase.tcl,1.1,tablelistInstallBase.tcl |
|
From: <da...@us...> - 2003-04-06 02:37:07
|
Update of /cvsroot/installbase/installbase/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv15437/lib
Modified Files:
common.tcl install.tcl main.tcl utils.tcl
Log Message:
o lib/common.tcl
Re-wrote handling of the TclKit Manifest in order to pick up
anything new in the future.
o lib/utils.tcl
Added a check for when a project is loading to prevent double
loading by clicking on accident.
Couldn't generate diff; no version number found in filespec: common.tcl,1.75,common.tcl
Couldn't generate diff; no version number found in filespec: install.tcl,1.71,install.tcl
Couldn't generate diff; no version number found in filespec: main.tcl,1.14,main.tcl
Couldn't generate diff; no version number found in filespec: utils.tcl,1.153,utils.tcl
|
|
From: <da...@us...> - 2003-04-06 02:37:06
|
Update of /cvsroot/installbase/installbase
In directory sc8-pr-cvs1:/tmp/cvs-serv15437
Modified Files:
ChangeLog
Log Message:
o lib/common.tcl
Re-wrote handling of the TclKit Manifest in order to pick up
anything new in the future.
o lib/utils.tcl
Added a check for when a project is loading to prevent double
loading by clicking on accident.
Couldn't generate diff; no version number found in filespec: ChangeLog,1.116,ChangeLog
|
|
From: <da...@us...> - 2003-04-05 23:25:12
|
Update of /cvsroot/installbase/installbase/lib/Conditions
In directory sc8-pr-cvs1:/tmp/cvs-serv32002/lib/Conditions
Modified Files:
HasGnomeDesktop.tcl HasKDEDesktop.tcl
Log Message:
o Themes/Classic_Wizard/uninstall/windows.tcl
Fixed exit bug on uninstall start up.
o lib/install.tcl
Added conditions to unpack build.
Couldn't generate diff; no version number found in filespec: HasGnomeDesktop.tcl,1.1,HasGnomeDesktop.tcl
Couldn't generate diff; no version number found in filespec: HasKDEDesktop.tcl,1.1,HasKDEDesktop.tcl
|
|
From: <da...@us...> - 2003-04-05 23:25:12
|
Update of /cvsroot/installbase/installbase/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv32002/lib
Modified Files:
common.tcl install.tcl
Log Message:
o Themes/Classic_Wizard/uninstall/windows.tcl
Fixed exit bug on uninstall start up.
o lib/install.tcl
Added conditions to unpack build.
Couldn't generate diff; no version number found in filespec: common.tcl,1.74,common.tcl
Couldn't generate diff; no version number found in filespec: install.tcl,1.70,install.tcl
|
|
From: <da...@us...> - 2003-04-05 23:25:12
|
Update of /cvsroot/installbase/installbase/Themes/Classic_Wizard/uninstall
In directory sc8-pr-cvs1:/tmp/cvs-serv32002/Themes/Classic_Wizard/uninstall
Modified Files:
windows.tcl
Log Message:
o Themes/Classic_Wizard/uninstall/windows.tcl
Fixed exit bug on uninstall start up.
o lib/install.tcl
Added conditions to unpack build.
Couldn't generate diff; no version number found in filespec: windows.tcl,1.4,windows.tcl
|
|
From: <da...@us...> - 2003-04-05 23:25:12
|
Update of /cvsroot/installbase/installbase
In directory sc8-pr-cvs1:/tmp/cvs-serv32002
Modified Files:
ChangeLog
Log Message:
o Themes/Classic_Wizard/uninstall/windows.tcl
Fixed exit bug on uninstall start up.
o lib/install.tcl
Added conditions to unpack build.
Couldn't generate diff; no version number found in filespec: ChangeLog,1.115,ChangeLog
|
|
From: <da...@us...> - 2003-04-05 03:16:00
|
Update of /cvsroot/installbase/installbase/lib/help In directory sc8-pr-cvs1:/tmp/cvs-serv6285/lib/help Modified Files: About.html Log Message: Updated version in CVS to 1.0a6. Couldn't generate diff; no version number found in filespec: About.html,1.7,About.html |
|
From: <da...@us...> - 2003-04-05 03:15:59
|
Update of /cvsroot/installbase/installbase/lib In directory sc8-pr-cvs1:/tmp/cvs-serv6285/lib Modified Files: convert.tcl main.tcl utils.tcl Log Message: Updated version in CVS to 1.0a6. Couldn't generate diff; no version number found in filespec: convert.tcl,1.5,convert.tcl Couldn't generate diff; no version number found in filespec: main.tcl,1.13,main.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.152,utils.tcl |
|
From: <da...@us...> - 2003-04-05 03:15:58
|
Update of /cvsroot/installbase/installbase In directory sc8-pr-cvs1:/tmp/cvs-serv6285 Modified Files: TODO.txt Log Message: Updated version in CVS to 1.0a6. Couldn't generate diff; no version number found in filespec: TODO.txt,1.122,TODO.txt |
|
From: <da...@us...> - 2003-03-29 21:26:35
|
Update of /cvsroot/installbase/installbase/lib In directory sc8-pr-cvs1:/tmp/cvs-serv31359 Modified Files: common.tcl Log Message: Fixed divide-by-zero bug in build. Couldn't generate diff; no version number found in filespec: common.tcl,1.73,common.tcl |
|
From: <da...@us...> - 2003-03-29 18:57:56
|
Update of /cvsroot/installbase/installbase/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv972/lib
Modified Files:
bwidget.tcl common.tcl utils.tcl
Log Message:
o Themes/Classic_Wizard/install/windows.tcl
A tree doesn't have a -font option.
o lib/common.tcl
Fixed divide-by-zero bug in build.
o lib/bwidget.tcl
Added the DynamicHelp::include proc for the new tree and listbox
in BWidgets.
Couldn't generate diff; no version number found in filespec: bwidget.tcl,1.5,bwidget.tcl
Couldn't generate diff; no version number found in filespec: common.tcl,1.72,common.tcl
Couldn't generate diff; no version number found in filespec: utils.tcl,1.151,utils.tcl
|
|
From: <da...@us...> - 2003-03-29 18:57:56
|
Update of /cvsroot/installbase/installbase
In directory sc8-pr-cvs1:/tmp/cvs-serv972
Modified Files:
ChangeLog
Log Message:
o Themes/Classic_Wizard/install/windows.tcl
A tree doesn't have a -font option.
o lib/common.tcl
Fixed divide-by-zero bug in build.
o lib/bwidget.tcl
Added the DynamicHelp::include proc for the new tree and listbox
in BWidgets.
Couldn't generate diff; no version number found in filespec: ChangeLog,1.114,ChangeLog
|
|
From: <da...@us...> - 2003-03-29 18:57:56
|
Update of /cvsroot/installbase/installbase/Themes/Classic_Wizard/install
In directory sc8-pr-cvs1:/tmp/cvs-serv972/Themes/Classic_Wizard/install
Modified Files:
windows.tcl
Log Message:
o Themes/Classic_Wizard/install/windows.tcl
A tree doesn't have a -font option.
o lib/common.tcl
Fixed divide-by-zero bug in build.
o lib/bwidget.tcl
Added the DynamicHelp::include proc for the new tree and listbox
in BWidgets.
Couldn't generate diff; no version number found in filespec: windows.tcl,1.5,windows.tcl
|
|
From: <da...@us...> - 2003-03-28 21:35:24
|
Update of /cvsroot/installbase/installbase/lib In directory sc8-pr-cvs1:/tmp/cvs-serv5255 Modified Files: common.tcl install.tcl utils.tcl windows.tcl Log Message: Some preliminary work. Couldn't generate diff; no version number found in filespec: common.tcl,1.71,common.tcl Couldn't generate diff; no version number found in filespec: install.tcl,1.69,install.tcl Couldn't generate diff; no version number found in filespec: utils.tcl,1.150,utils.tcl Couldn't generate diff; no version number found in filespec: windows.tcl,1.115,windows.tcl |