From 7511d3ffe98602c979a80972e0ba67b2a0e54310 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 3 Sep 2013 15:30:53 -0300 Subject: Remove last page from wizard. Also remove the globe image because is no longer needed. --- LICENSE | 6 -- changes/feature-3616_remove-last-page-from-wizard | 1 + data/images/Globe.png | Bin 22470 -> 0 bytes src/leap/bitmask/gui/ui/wizard.ui | 91 ---------------------- src/leap/bitmask/gui/wizard.py | 3 +- 5 files changed, 2 insertions(+), 99 deletions(-) create mode 100644 changes/feature-3616_remove-last-page-from-wizard delete mode 100644 data/images/Globe.png diff --git a/LICENSE b/LICENSE index bfd516bd..bca70598 100644 --- a/LICENSE +++ b/LICENSE @@ -686,12 +686,6 @@ License: GNU General Public License - http://en.wikipedia.org/wiki/GNU_General_P WebSite: http://wefunction.com/ IconPackage: WooFunction icon pack - http://www.iconspedia.com/pack/woofunction-icons-4136/ --- -data/images/Globe.png - -Author: Everaldo Coelho -License: LGPL - http://www.gnu.org/licenses/lgpl.html -WebSite: http://www.everaldo.com/ ---- data/images/oxygen-icons/ The following icons were created based on 'mail-unread.png' from oxygen: diff --git a/changes/feature-3616_remove-last-page-from-wizard b/changes/feature-3616_remove-last-page-from-wizard new file mode 100644 index 00000000..cc02c02c --- /dev/null +++ b/changes/feature-3616_remove-last-page-from-wizard @@ -0,0 +1 @@ + o Remove last page from wizard. Closes #3616. diff --git a/data/images/Globe.png b/data/images/Globe.png deleted file mode 100644 index 7549433b..00000000 Binary files a/data/images/Globe.png and /dev/null differ diff --git a/src/leap/bitmask/gui/ui/wizard.ui b/src/leap/bitmask/gui/ui/wizard.ui index 570c01a9..2a412784 100644 --- a/src/leap/bitmask/gui/ui/wizard.ui +++ b/src/leap/bitmask/gui/ui/wizard.ui @@ -740,97 +740,6 @@ - - - Congratulations! - - - You have successfully configured Bitmask. - - - 6 - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - :/images/mask-icon.png - - - - - - - - 0 - 0 - - - - - - - :/images/Globe.png - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - diff --git a/src/leap/bitmask/gui/wizard.py b/src/leap/bitmask/gui/wizard.py index ac0f032f..e004e6cf 100644 --- a/src/leap/bitmask/gui/wizard.py +++ b/src/leap/bitmask/gui/wizard.py @@ -52,7 +52,6 @@ class Wizard(QtGui.QWizard): SETUP_PROVIDER_PAGE = 3 REGISTER_USER_PAGE = 4 SERVICES_PAGE = 5 - FINISH_PAGE = 6 WEAK_PASSWORDS = ("123456", "qweasd", "qwerty", "password") @@ -144,7 +143,7 @@ class Wizard(QtGui.QWizard): self.page(self.REGISTER_USER_PAGE).setButtonText( QtGui.QWizard.CommitButton, self.tr("&Next >")) - self.page(self.FINISH_PAGE).setButtonText( + self.page(self.SERVICES_PAGE).setButtonText( QtGui.QWizard.FinishButton, self.tr("Connect")) # XXX: Temporary removal for enrollment policy -- cgit v1.2.3