From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26621 invoked by alias); 29 Jul 2010 13:12:02 -0000 Received: (qmail 26442 invoked by uid 9795); 29 Jul 2010 13:12:01 -0000 Date: Thu, 29 Jul 2010 13:12:00 -0000 Message-ID: <20100729131201.26437.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: setup ChangeLog Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00012.txt.bz2 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