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

jvergara
27.51.2007 ceef7ba098240a8b10aee4f36d1653795652481c
refs
author jvergara <jvergara@localhost>
Friday, April 27, 2007 16:51 +0200
committer jvergara <jvergara@localhost>
Friday, April 27, 2007 16:51 +0200
commitceef7ba098240a8b10aee4f36d1653795652481c
tree 48262e3c35a4b23093684e69dba24e93379b684d tree | zip | gz
parent 535613fb5fd9a2e33c5d5717dd17a2afaf2139ff view | diff
Move some of the panels specific of the installer to the package org.opends.quicksetup.installer.ui.

Made a small change in the code of the quicksetup panels to display the "Loading" message only on those panels th
at really require it (this modifications avoids unnecessary flickering).

Update the code of the status panel to reflect the changes in terms of naming and the names of the attributes (th
e terminology has changed from synchronization to replication).

Add some of the code required to handle the ADS and some of the panels to configure replication during setup (how
ever this is not visible to the user). The panels reflect the design made by Brian.

13 files added
5 files renamed
29 files modified
6702 ■■■■■ changed files
opends/build.xml 22 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContext.java 1917 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContextException.java 176 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java 100 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 90 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/SuffixDescriptor.java 151 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/InstallerHelper.java 7 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Step.java 14 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserData.java 236 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/AuthenticationData.java 139 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/DataReplicationOptions.java 116 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/GlobalAdministratorOptions.java 76 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 1 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 1088 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/NewSuffixOptions.java 147 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/SuffixesToReplicateOptions.java 155 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 36 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/DataOptionsPanel.java 102 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/DataReplicationPanel.java 540 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/GlobalAdministratorPanel.java 324 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallReviewPanel.java 115 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallWelcomePanel.java 5 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SecurityOptionsDialog.java 13 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SelectAliasDialog.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/ServerSettingsPanel.java 7 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java 530 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 43 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 96 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java 40 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java 40 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 47 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java 17 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java 11 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java 84 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 1 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java 8 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/UpgraderReviewPanel.java 10 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/HtmlProgressMessageFormatter.java 16 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 1 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java 20 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConfigFromFile.java 64 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConfigFromLDAP.java 38 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusCli.java 4 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties 6 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ui/DatabasesTableModel.java 38 ●●●● diff | view | raw | blame | history