From 1f101bb60192ae8ad6c88e76d942dd4a88d976a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 30 Oct 2013 11:59:57 -0300 Subject: Align left the speed and transferred display for EIP --- src/leap/bitmask/gui/ui/eip_status.ui | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/leap/bitmask/gui/ui') diff --git a/src/leap/bitmask/gui/ui/eip_status.ui b/src/leap/bitmask/gui/ui/eip_status.ui index 25831118..d078ca0c 100644 --- a/src/leap/bitmask/gui/ui/eip_status.ui +++ b/src/leap/bitmask/gui/ui/eip_status.ui @@ -185,6 +185,9 @@ PointingHandCursor + + text-align: left; + 0.0 KB/s @@ -249,6 +252,9 @@ PointingHandCursor + + text-align: left; + 0.0 KB/s -- cgit v1.2.3 From 01447ca9d4867bbcafc6b4616b5ed62480883deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 30 Oct 2013 12:48:35 -0300 Subject: Hide unsupported services by the configured providers --- src/leap/bitmask/gui/ui/mainwindow.ui | 172 +++++++++++++++++++--------------- 1 file changed, 98 insertions(+), 74 deletions(-) (limited to 'src/leap/bitmask/gui/ui') diff --git a/src/leap/bitmask/gui/ui/mainwindow.ui b/src/leap/bitmask/gui/ui/mainwindow.ui index 10c77057..badd291d 100644 --- a/src/leap/bitmask/gui/ui/mainwindow.ui +++ b/src/leap/bitmask/gui/ui/mainwindow.ui @@ -75,7 +75,7 @@ 0 0 524 - 635 + 636 @@ -86,88 +86,100 @@ 0 - - - - 0 - 0 - - - - QFrame{background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(160, 160, 160, 128), stop:1 rgba(255, 255, 255, 0));} - - - - 24 + + + + 0 - - 24 + + 0 - - - - 16 - 75 - true - + + + + 0 + 0 + - background-color: rgba(255, 255, 255, 0); - - - Encrypted Internet + QFrame{background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(160, 160, 160, 128), stop:1 rgba(255, 255, 255, 0));} + + + 24 + + + 24 + + + + + + 16 + 75 + true + + + + background-color: rgba(255, 255, 255, 0); + + + Encrypted Internet + + + + + + + + 48 + 20 + + + + + + + + + + + :/images/black/32/gear.png:/images/black/32/gear.png + + + false + + + false + + + false + + + + - - - - 48 - 20 - + + + 12 - - + + 0 - - + + 12 - - - :/images/black/32/gear.png:/images/black/32/gear.png - - - false + + 0 - - false - - - false - - + - - - - 12 - - - 0 - - - 12 - - - 0 - - - @@ -253,14 +265,26 @@ background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgb - - - -1 - - - 12 - - + + + + 0 + + + 0 + + + + + -1 + + + 12 + + + + + -- cgit v1.2.3 From 0917f8fb1bdb7b77971c5770dc6ea7f1e89a9aaa Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 30 Oct 2013 15:03:14 -0300 Subject: Remove autostart eip option from settings panel. [Closes #4132] --- src/leap/bitmask/gui/ui/eippreferences.ui | 99 +++---------------------------- 1 file changed, 9 insertions(+), 90 deletions(-) (limited to 'src/leap/bitmask/gui/ui') diff --git a/src/leap/bitmask/gui/ui/eippreferences.ui b/src/leap/bitmask/gui/ui/eippreferences.ui index cc77c82e..a3050683 100644 --- a/src/leap/bitmask/gui/ui/eippreferences.ui +++ b/src/leap/bitmask/gui/ui/eippreferences.ui @@ -7,7 +7,7 @@ 0 0 435 - 273 + 144 @@ -18,7 +18,7 @@ :/images/mask-icon.png:/images/mask-icon.png - + true @@ -33,7 +33,7 @@ - &Select provider: + Select &provider: cbProvidersGateway @@ -52,7 +52,7 @@ - Save this provider settings + &Save this provider settings @@ -69,7 +69,10 @@ - Select gateway: + Select &gateway: + + + cbGateways @@ -85,76 +88,9 @@ - - - - Automatic Encrypted Internet start - - - - - - Qt::LeftToRight - - - - - - QFrame::NoFrame - - - QFrame::Plain - - - <font color='green'><b>Automatic EIP start saved!</b></font> - - - Qt::AlignCenter - - - - - - - Save auto start setting - - - - - - - Qt::LeftToRight - - - Enable Automatic start: - - - true - - - - - - - - <Select provider> - - - - - - cbAutoStartEIP - lblAutoStartEIPStatus - pbSaveAutoStartEIP - cbProvidersEIP - - - cbAutoStartEIP - cbProvidersEIP - pbSaveAutoStartEIP cbProvidersGateway cbGateways pbSaveGateway @@ -162,22 +98,5 @@ - - - cbAutoStartEIP - toggled(bool) - cbProvidersEIP - setEnabled(bool) - - - 180 - 53 - - - 238 - 53 - - - - + -- cgit v1.2.3