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 geturl.cc install.cc


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-11-01 16:50:20

Modified files:
	winsup/cinstall: ChangeLog geturl.cc install.cc 

Log message:
	2001-11-02  Pavel Tsekov  <ptsekov@syntrex.com>
	
	* geturl.cc (is_showing): Remove.
	(is_local_install): New static variable. Controls whether the
	progress dialog and the supporting thread will be created.
	(dialog_proc): Return TRUE to WM_INITDIALOG as specified by the WIN32 API.
	(init_dialog): Remove usage of SetForegroundWindow and is_showing.
	This prevents the progress dialog to gain control over the
	application and fixes the "setup.exe going to background" problem.
	(progress): Use is_local_install.
	(get_url_to_string): Set is_local_install.
	(dismiss_url_status_dialog): Use is_local_install.
	* install.cc (dialog_proc): Return TRUE as specified in WIN32 API.
	(init_dialog): Remove usage of SetForegroundWindow.
	This prevents the progress dialog to gain control over the
	application and fixes the "setup.exe going to background" problem.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.116&r2=2.117
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.cc.diff?cvsroot=src&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/install.cc.diff?cvsroot=src&r1=2.20&r2=2.21


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