summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/passwordwindow.py
AgeCommit message (Collapse)Author
2016-04-19[feature] add email panel to preferenceselijah
2015-09-21[bug] fix typo on backend nameIvan Alejandro
2015-09-18[bug] track soledad ready state on a shared placeIvan Alejandro
Connecting to the `soledad_bootstrap_finished` signal is not enough since the password change window is created after the signal is emitted, that way we were not able to tell when soledad is ready to be used. - Resolves: #7474
2015-09-18[bug] correctly return expected value for methods that check servicesKali Kaneko
these methods were returning None, and therefore breaking soledad password change (since it checks whether mail is enabled before changing soledad pass after srp pass change). - Resolves: #7470
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-09-19single pref win: fix problems with cleaning up closed windows (lambdas were ↵elijah
keeping the python object from getting garbage collected, and this keeps the old signal connections active)
2014-09-19single pref win: gets the autopep8 beauty scrub.elijah
2014-09-19single pref win: moved password change UI to a separate window, opened from ↵elijah
account page in preferences.