This is the mail archive of the cygwin-cvs@sources.redhat.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 download.cc getu ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-02-27 04:27:58

Modified files:
	winsup/cinstall: ChangeLog download.cc geturl.cc geturl.h res.rc 
	                 resource.h 

Log message:
	Changes by Brian Keener <bkeener@thesoftwaresource.com>
	
	* download.cc (do_download): Add new variables total_download_bytes and
	total_download_bytes_sofar for download progress meter.  Add loop
	to accumulate the total bytes to download from the selected packages.
	* geturl.cc: Add state.h and diskfull.h to include list.  Add new
	variables gw_iprogress, gw_pprogress, gw_progress_text,
	gw_pprogress_text, and gw_iprogress_text to allow for addition of
	total packages download progress meter and disk full percent
	progress meter.  Add variables total_download_bytes and
	total_download_bytes_sofar for use by progress meters.
	(dialog_proc): Add new variables gw_iprogress, gw_pprogress,
	gw_progress_text, gw_pprogress_text, and gw_iprogress_text to
	allow for addition of total packages download progress meter and disk
	full percent progress meter.
	(init_dialog): Ditto.
	(progress): Ditto.
	(get_url_to_file): Ditto.
	* geturl.h: Add external definition for total_download_bytes and
	total_download_bytes_sofar.
	* res.rc: Add two additional progress meters (IDC_DLS_IPROGRESS)
	and (IDC_DLS_PPROGRESS) and three text objects (IDC_DLS_PROGRESS_TEXT)
	and (IDC_DLS_IPROGRESS_TEXT, IDC_DLS_PPROGRESS_TEXT) for use in the
	download meters.
	* resource.h: Add new fields for progress meters and text and update
	_APS_NEXT_CONTROL_VALUE.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.36&r2=2.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/download.cc.diff?cvsroot=src&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.h.diff?cvsroot=src&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/res.rc.diff?cvsroot=src&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/resource.h.diff?cvsroot=src&r1=2.8&r2=2.9


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