summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/statemachines.py
AgeCommit message (Collapse)Author
2016-04-19pep8/flake8Kali Kaneko
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.
2014-07-16Code style fixes.Ivan Alejandro
2014-05-30Check openvpn bin path before starting openvpnTomás Touceda
2014-05-29display restart error after SIGTERM[soft,tls-error]Kali Kaneko
- fix tls-error: is SIGTERM now - connect to connection-died signal - display error to user
2014-05-29fix non-existing logged_userKali Kaneko
caused by a bad rebase.
2014-05-29refactor eip start/stop control to conductorKali Kaneko
and cleanup a little bit of the signal mess.
2014-04-25Enable eip action after disconnecting.Ivan Alejandro
If you don't give root access to EIP, e.g. cancel guisudo dialog, the eip does not start, the button is enabled but not the action. This change fixes that issue.
2013-11-06Various minor OSX fixesTomás Touceda
2013-10-30Properly log EIP status changesTomás Touceda
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-09-30add connection_died transition to connecting->off tooKali Kaneko
2013-09-30add connection_aborted signal to state machineKali Kaneko
2013-09-20State Machine Builder and eip connection machineKali Kaneko
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it.