mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
30.03.2007 d2f99ebbca2f2a1291b780657e43dcb1bb63484d
refs
author kenneth_suter <kenneth_suter@localhost>
Wednesday, May 30, 2007 00:03 +0200
committer kenneth_suter <kenneth_suter@localhost>
Wednesday, May 30, 2007 00:03 +0200
commitd2f99ebbca2f2a1291b780657e43dcb1bb63484d
tree c6a1b952f1739c2865b857bed1b6ae2fb0d82051 tree | zip | gz
parent 3747fd80ed151b66e8a51a347c9392b7515ec86a view | diff
This commit addresses issue 1599 as well as introduces some other changes suggested by Brian after reviewing the SWAED guidelines:

- Changes how buttons appear for the install, uninstaller and upgrader. The Cancel button has been moved from the ButtonPanel to the ProgressPanel along side the progress bar for applications that are cancelable. Right now this only includes the upgrader. The installer before this commit allows the user to press a Close button which prompts the user before exiting. However the installer leaves its files behind currently when canceled so I have not implemented the 'cancelable' code as part of this commit. With this commit the installer just displays a disabled Close button while running which is enabled after progress stops (like the uninstaller).

- All applications now display a disabled Close button at the bottom which becomes enabled after the progress has finished or been canceled.

- Adds the Launch Status Panel command button to the final screen for the upgrader.

- Changes the end state inline alert from error to info when an upgrade is canceled.

5 files modified
94 ■■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 5 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 25 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ExternalTools.java 13 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java 49 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java 2 ●●● diff | view | raw | blame | history