From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5742 invoked by alias); 18 Dec 2003 23:10:58 -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 5275 invoked by uid 9437); 18 Dec 2003 23:10:37 -0000 Date: Thu, 18 Dec 2003 23:10:00 -0000 Message-ID: <20031218231037.5271.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/msg00028.txt.bz2 List-Id: CVSROOT: /cvs/rhdb Module name: src Changes by: djee@sourceware.org 2003-12-18 23:10:37 Modified files: rhdb/installer : ChangeLog rhdb/installer/com/redhat/rhdb/installer: InstallProgressPage.java InstallerSplashScreen.java rhdb/installer/com/redhat/rhdb/installer/util: PackageCategory.java PreInstallDryInstallCheck.java RPM42PackageCategory.java rhdb/installer/images: rhdbinstaller.jpg Log message: 2003-12-18 David Jee * com/redhat/rhdb/installer/InstallProgressPage.java: (createControl): Split the install action into two phases - first, fake the install of already-installed packages, and second, do the actual install of new packages. * com/redhat/rhdb/installer/InstallerSplashScreen.java: Use GridLayout instead of FormLayout. * com/redhat/rhdb/installer/util/PackageCategory.java: New abstract methods, getAlreadyInstalledPackages and getNotAlreadyInstalledPackages. * com/redhat/rhdb/installer/util/PreInstallDryInstallCheck.java: (performCheck): When checking for errors, skip over "already installed" variety. * com/redhat/rhdb/installer/util/RPM42PackageCategory.java: (getAlreadyInstalledPackages): New method. Determine the packages which have already been installed on this machine. (getNotAlreadyInstalledPackages): New method. Determine the packages which have not already been installed on this machine. * images/rhdbinstaller.jpg: Get rid of the gray bar at the top. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/ChangeLog.diff?cvsroot=rhdb&r1=1.13&r2=1.14 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/InstallProgressPage.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/InstallerSplashScreen.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/PackageCategory.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/util/PreInstallDryInstallCheck.java.diff?cvsroot=rhdb&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/RPM42PackageCategory.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/images/rhdbinstaller.jpg.diff?cvsroot=rhdb&r1=1.2&r2=1.3