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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog choose.h desktop.cc desktop.h ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-09-21 02:36:47

Modified files:
	.              : ChangeLog choose.h desktop.cc desktop.h 
	                 download.cc install.cc localdir.h main.cc 
	                 net.cc net.h proppage.cc proppage.h root.cc 
	                 root.h site.cc site.h source.cc source.h 
	                 splash.h state.cc state.h threebar.h 

Log message:
	2002-09-21  Robert Collins  <rbtcollins@hotmail.com>
	
	* choose.h: Add OnUnattended method.
	* desktop.cc (DesktopSetupPage::OnInit): Allow fine grained
	control via command line options.
	(DesktopSetupPage::OnUnattended): Implement.
	(DesktopSetupPage::OnMessageApp): Implement.
	* desktop.h (DesktopSetupPage::OnUnattended): declare.
	(DesktopSetupPage::OnMessageApp): Ditto.
	* download.cc (do_download_thread): Support unattended mode.
	* install.cc (do_install_thread): Ditto.
	* localdir.h: Ditto.
	* main.cc (main): Ditto.
	* net.cc (NetPage::OnUnattended): Ditto.
	* net.h (NetPage::OnUnattended): Declare.
	* proppage.cc (PropertyPage::DialogProc): Support unattended mode.
	* proppage.h (PropertyPage::OnUnattended): Declare.
	* root.cc (RootPage::OnInit): Support unattended mode.
	(RootPage::OnUnattended): Implement.
	* root.h (RootPage::OnUnattended): Declare.
	* site.cc (register_saved_site): Extract Method from get_saved_sites.
	(get_saved_sites): Remove common code for adding a site.
	(SitePage::OnInit): Support unattended mode.
	(SitePage::OnUnattended): Implement.
	* site.h (SitePage::OnUnattended): Declare.
	* source.cc (SourcePage::OnActivate): Support unattended mode.
	(SourcePage::OnUnattended): Implement.
	* source.h (SourcePage::OnUnattended): Declare.
	* splash.h (SplashPage::OnUnattended): Declare.
	* state.cc (unattended_mode): Declare.
	* state.h (unattended_mode): Declare.
	* threebar.h (ThreeBarProgressPage::OnUnattended): New method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.279&r2=2.280
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.h.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.32&r2=2.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/desktop.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.33&r2=2.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.51&r2=2.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/localdir.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.18&r2=2.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/net.cc.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/net.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/proppage.cc.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/proppage.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/root.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/root.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.cc.diff?cvsroot=cygwin-apps&r1=2.22&r2=2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.h.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/source.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/source.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/splash.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/state.cc.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/state.h.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/threebar.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4


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