summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/statemachines.py
AgeCommit message (Collapse)Author
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.