This is the mail archive of the rhdb-cvs@sources.redhat.com mailing list for the RHDB 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]

src/rhdb/installer ChangeLog com/redhat/rhdb/i ...


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  <djee@redhat.com>
	
	* 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


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