summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/advanced_key_management.py
AgeCommit message (Collapse)Author
2014-10-07Fix typos on strings and remove unused button.Ivan Alejandro
This was reported by the user 'strel' on transifex.
2014-05-28Refactor cleanup and move Keymanager to backend.Ivan Alejandro
2014-05-21Move soledad password change to backend.Ivan Alejandro
Also cleanup soledad usage in the GUI.
2014-04-22Show specific note for providers not supporting mx.Ivan Alejandro
Also add a helper method to disable the ui and show a message.
2014-04-22Use 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-01-20Disable Advanced Key Manager import. Closes #4877.Ivan Alejandro
2013-12-13Add view for stored public keys. Closes #4734.Ivan Alejandro
2013-11-14Add advanced key management dialog.Ivan Alejandro