summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/advanced_key_management.py
AgeCommit message (Collapse)Author
2016-02-25[feat] use fingerprint instead of key_id to address keysRuben Pollan
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other.
2015-01-28Remove all the Slot() decorators.Ivan Alejandro
This causes (on certain scenarios) the app to segfault and it is really hard to debug.
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