summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/ui/eip_status.ui
AgeCommit message (Collapse)Author
2014-08-12fix missing country flagselijah
2014-08-11used 22x22 pixel icons instead of 24x24 pixel icons (since ubuntu needs 22 ↵elijah
anyway)
2014-08-11temporarily switch back to using png iconselijah
2014-08-10svg icons! well, how about that?elijah
2014-08-01Add cancel button for EIP connection.kali
Closes: #4035 This falls in the "quick" workaround category. A proper state machine that extends the four basic connection states is hence needed. We have to accomodate design to have a connection-oriented state machine in the backend (I would favor a twisted protocol for this), and a more lightweight one that conducts the gui-level changes (ie, change the actions / buttons / labels accordingly). Since this "cancel" functionality has been long postponed, I chose to do one more ugly hack here, that is, show and hide dance with a button that just calls the bitmask-root to kill the vpn process. It should work well enough until we get to the reorganization needed for a clean process control for eip.
2014-06-06Merge remote-tracking branch 'refs/remotes/kali/feature/vpn_exit_icon' into ↵Tomás Touceda
develop
2014-06-06add icons for the vpn exit nodesKali Kaneko
2014-06-05change elements namingKali Kaneko
2014-06-04add restore clearnet button. Closes: #5726Kali Kaneko
2013-12-12modified eip widget: change font to look better when under login widget, ↵elijah
tightened spacing, moved upload and download icons to the buttons themselves, get rid of extra left whitespace padding on bandwidth status.
2013-10-30Align left the speed and transferred display for EIPTomás Touceda
2013-10-14Improve GUI based on QA roundsTomás Touceda
2013-10-01Implement new UITomás Touceda
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality)