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 ChangeLog


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	jturney@sourceware.org	2010-07-29 13:12:01

Modified files:
	.              : ChangeLog 

Log message:
	* resource.h (IDD_POSTINSTALL, IDC_POSTINSTALL_EDIT):  Add
	resource identifiers for postinstall results page.
	* res.rc (IDD_POSTINSTALL): Add dialog resource for postinstall
	results page.
	* postinstallresults.h: New file.
	* postinstallresults.cc: New file.
	* main.cc (main_display): Add a PostInstallResultsPage to the
	wizard.
	* Makefile.am (setup_SOURCES): Add new files.
	* threebar.cc (OnMessageApp): Allow WM_APP_POSTINSTALL_THREAD_COMPLETE
	to select the next page shown.
	* postinstall.cc (do_postinstall_thread)
	(do_postinstall_reflector): Collect results of running scripts
	and compose a reporting message which we pass to the postinstall
	results page.  Select postinstall results page next if there are
	results to show, otherwise desktop setup page as before.
	* script.cc (run): Don't rename as .done scripts which didn't run
	successfully.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.703&r2=2.704


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