Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-10 | svg icons! well, how about that? | elijah | |
2014-08-10 | simplify wizard instructions | elijah | |
2014-08-10 | added non-functional decorative footer | elijah | |
2014-08-10 | properly align login and logout buttons | elijah | |
2014-08-05 | Reduce height to fit on smaller resolutions. | Ivan Alejandro | |
Closes #5722. | |||
2014-08-01 | Add 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-11 | Improve how pinned providers are handled | Tomás Touceda | |
2014-06-06 | Merge remote-tracking branch 'refs/remotes/kali/feature/vpn_exit_icon' into ↵ | Tomás Touceda | |
develop | |||
2014-06-06 | add icons for the vpn exit nodes | Kali Kaneko | |
2014-06-05 | change elements naming | Kali Kaneko | |
2014-06-04 | add restore clearnet button. Closes: #5726 | Kali Kaneko | |
2014-05-08 | Fix logout button margins | Tomás Touceda | |
2014-04-22 | Use QDialog as base for AKM. | Ivan Alejandro | |
This allows the akm to be treated as a preferences dialog instead of an extra 'main window'. | |||
2014-04-02 | Add hotkey for the Help menu. Closes #5401. | Ivan Alejandro | |
2014-02-28 | Do version checks in the wizard too. | Ivan Alejandro | |
When the user choose to use an existing provider we download the provider.json again so the version checks are executed. [Closes #5048] | |||
2014-02-26 | Add Pastebin button to logger window. | Ivan Alejandro | |
Also add png image for the button and license information. | |||
2014-02-04 | Update menu name in wizard. | Ivan Alejandro | |
[Closes 4984] | |||
2014-01-22 | Select by default the use of an existing provider. | Ivan Alejandro | |
[Closes #4488] | |||
2014-01-13 | Use set_status for all messages. | Ivan Alejandro | |
Remove set_login_status since it's a remaining code after split the login in a separated widget. [Closes #4942] | |||
2013-12-13 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/4734-akm-stored-public-keys-view' into develop | |||
2013-12-13 | Add view for stored public keys. Closes #4734. | Ivan Alejandro | |
2013-12-12 | main window ui: remove unused statusbar | elijah | |
2013-12-12 | login widget: tighten spacing, get rid of non-standard font family. | elijah | |
2013-12-12 | modified 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-12-12 | move login widget to top of main window, move preference buttons to menu. | elijah | |
2013-11-14 | Add the advanced key management to the main window | Ivan Alejandro | |
2013-11-14 | Add advanced key management dialog. | Ivan Alejandro | |
2013-10-30 | Remove autostart eip option from settings panel. | Ivan Alejandro | |
[Closes #4132] | |||
2013-10-30 | Merge remote-tracking branch 'chiiph/feature/hide_unused_services' into develop | Ivan Alejandro | |
2013-10-30 | Hide unsupported services by the configured providers | Tomás Touceda | |
2013-10-30 | Align left the speed and transferred display for EIP | Tomás Touceda | |
2013-10-17 | Rename EIP to Encrypted Internet in its preference panel | Tomás Touceda | |
2013-10-14 | Improve GUI based on QA rounds | Tomás Touceda | |
2013-10-08 | Fix widget fit problem. Closes #4058. | Ivan Alejandro | |
The spacer policy was wrong. The size of the wizard had to be increased. The icon was shrinked. | |||
2013-10-03 | Add preference to set autostart EIP option. | Ivan Alejandro | |
2013-10-03 | Reorder providers combo, disable if no providers. | Ivan Alejandro | |
- Move radio buttons to get more space for the labels. - If there are no configured providers then disable the combo. | |||
2013-10-02 | Add providers combobox with configured providers. | Ivan Alejandro | |
2013-10-02 | Move echo-mode-setting to the ui file. | Ivan Alejandro | |
2013-10-01 | Implement new UI | Tomás Touceda | |
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality) | |||
2013-09-03 | Remove last page from wizard. | Ivan Alejandro | |
Also remove the globe image because is no longer needed. | |||
2013-09-02 | Fix typo, closes #3615. | Ivan Alejandro | |
2013-08-30 | Update preferences ui to select and save gateway. | Ivan Alejandro | |
2013-08-28 | Preferences: select enabled services for providers | Ivan Alejandro | |
2013-08-23 | Add password change feature. | Ivan Alejandro | |
2013-08-23 | Add preferences panel. | Ivan Alejandro | |
2013-08-23 | Remove unused resources path. | Ivan Alejandro | |
2013-08-20 | Add first draft of mail UI | Tomás Touceda | |
2013-08-13 | Set fixed size to the wizard. | Ivan Alejandro | |
2013-08-12 | Remove old resources path. | Ivan Alejandro | |
2013-08-12 | Update resources files path to match new namespace | Ivan Alejandro | |