This is the mail archive of the cygwin-apps-cvs 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 choose.cc choose.h main.cc proppage.cc s ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	davek@sourceware.org	2010-02-15 00:45:02

Modified files:
	.              : choose.cc choose.h main.cc proppage.cc state.cc 
	                 state.h ChangeLog 

Log message:
	* choose.cc (ChooserPage::PlaceDialog): Only skip resizing window
	in fully-unattended mode, not chooser-only mode.
	(ChooserPage::OnUnattended): Return appropriate status to run page
	or not according to kind of unattended mode.
	* choose.h (ChooserPage::OnUnattended): Remove inline implementation
	and retain prototype only.
	* main.cc (PackageManagerOption): New boolean option.
	(main): Take it into account when setting unattended_mode.
	* proppage.cc (PropertyPage::DialogProc): Use new enum type when
	setting unattended_mode.
	* state.cc (unattended_mode): Change from bool to enum attend_mode.
	* state.h (enum attend_mode): Declare new enum type.
	(unattended_mode): Update extern declaration to use it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.153&r2=2.154
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/choose.h.diff?cvsroot=cygwin-apps&r1=2.39&r2=2.40
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.62&r2=2.63
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/proppage.cc.diff?cvsroot=cygwin-apps&r1=2.18&r2=2.19
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/state.cc.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/state.h.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.682&r2=2.683


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