From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28639 invoked by alias); 17 Dec 2003 21:03:20 -0000 Mailing-List: contact rhdb-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-cvs-owner@sources.redhat.com Received: (qmail 28530 invoked by uid 9437); 17 Dec 2003 21:02:59 -0000 Date: Wed, 17 Dec 2003 21:03:00 -0000 Message-ID: <20031217210259.28528.qmail@sources.redhat.com> From: djee@sources.redhat.com To: rhdb-cvs@sources.redhat.com Subject: src/rhdb/installer ChangeLog com/redhat/rhdb/i ... X-SW-Source: 2003-q4/txt/msg00026.txt.bz2 List-Id: CVSROOT: /cvs/rhdb Module name: src Changes by: djee@sourceware.org 2003-12-17 21:02:58 Modified files: rhdb/installer : ChangeLog rhdb/installer/com/redhat/rhdb/installer: Config.java InstallMainPage.java Installer.java PreInstallCheckPage.java rhdb/installer/com/redhat/rhdb/installer/resources: InstallerResources.java Resources.java.in rhdb/installer/com/redhat/rhdb/installer/util: PreInstallDryInstallCheck.java RPM42PackageCategory.java Added files: rhdb/installer/com/redhat/rhdb/installer: InstallerSplashScreen.java Log message: 2003-12-17 David Jee * com/redhat/rhdb/installer/Config.java: Add private fields display and shell. (constructor): New arguments - display and shell. (initialize): DryInstallCheck now takes display and shell as arguments. * com/redhat/rhdb/installer/InstallMainPage.java: Instead of displaying the splash screen here, display a welcome message instead. Splash screen is displayed elsewhere now. * com/redhat/rhdb/installer/Installer.java (init): Center the shell on the screen. Display splash screen while initializing config, which takes a while. * com/redhat/rhdb/installer/InstallerSplashScreen.java: New file. Displays a splash screen image. * com/redhat/rhdb/installer/PreInstallCheckPage.java: Obtaining the package category should be done inside the waitAndCheck thread, to guarantee that we're working with the latest selected category. * com/redhat/rhdb/installer/resources/InstallerResources.java: New resources for main page welcome message, and dry install failure message. * com/redhat/rhdb/installer/resources/Resources.java.in: Ditto. * com/redhat/rhdb/installer/util/PreInstallDryInstallCheck.java: Add new private methods, display and shell. (constructor): Takes in two new arguments, display and shell, used to display the error dialog. (performCheck): Display an error dialog in case of an exception. * com/redhat/rhdb/installer/util/RPM42PackageCategory.java (getRPMOptions): Change test-install's rpm option, from "--quiet" to "-v". This matches the actual install command more closely. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/ChangeLog.diff?cvsroot=rhdb&r1=1.11&r2=1.12 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/InstallerSplashScreen.java.diff?cvsroot=rhdb&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/Config.java.diff?cvsroot=rhdb&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/InstallMainPage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/Installer.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PreInstallCheckPage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/InstallerResources.java.diff?cvsroot=rhdb&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/Resources.java.in.diff?cvsroot=rhdb&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/PreInstallDryInstallCheck.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/RPM42PackageCategory.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2