This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cinstall ChangeLog choose.cc ini.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-03-06 05:22:00

Modified files:
	winsup/cinstall: ChangeLog choose.cc ini.h res.rc 

Log message:
	* choose.cc (paint): Modify message for nothing to download vs
	nothing to install/update based on installation method.
	(list_click): Modify to skip versions in selection process if
	installing from local directory and installation file does not exist.
	Also leaves Source Action set to N/A if the source file does not exist
	and installing from local directory.
	(check_existence): New method to check current existence of installation
	files based on selected installation method.
	(set_existence): New method to set the current existence of installation
	files based on selected installation method.
	(best_trust): Modify decision process for best trust to base decision on
	current trust selected (IE: Prev, Curr, or Test), existence of file and
	installation method selected.
	(default_trust): Add logic to capture the current trust level and the
	trust selected for the given package.
	(set_full_list): Expand decision criteria for displaying a package in
	the selection list to include file existence/non-existence and selected
	installation method.
	(build_labels): Modify criteria for label addition to include
	installation method and file existence/non-existence.
	(create_listview): Modify to establish package trust level for each
	package before setting up the display list.  Also modification to set
	current trust button as the default.
	(dialog_cmd): Set response for Prev, Curr, Test button push to perform
	a reset of the selection list in addition to setting the default trust.
	(get_package_version): New method to provide reusable code for
	determining the package version from the file name for a specified
	trust.
	(scan2): Modify to use new method get_package_version and
	also enhance handling of the build for the structures package and
	extra.
	(read_installed_db): Modify to use the new method
	get_package_version and also enhance handling of the build for the
	structures package and extra.
	(do_choose): Add additional initialization of package and extra
	structures.  Modify to use read_installed_db all the time despite
	install method.  Modify output to setup.log.full log file to increase
	readability by adding additional spacing, expanded code and available
	versions.
	* ini.h: Add new fields install_exists, source_exists and
	partial_list_display to the structure definition for package.
	* res.rc (IDD_CHOOSE): Modify choose dialog Prev, Curr, and Test
	pushbuttons by replacing with Radio Buttons thus allowing the
	operator to better determine which is selected.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.37&r2=2.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.cc.diff?cvsroot=src&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.h.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/res.rc.diff?cvsroot=src&r1=2.12&r2=2.13


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]