summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/eip_status.py
AgeCommit message (Collapse)Author
2013-12-06Disable Turn On EIP in tray if EIP is disabled.Ivan Alejandro
[Closes #4630]
2013-11-08Check if we have a systray to use.Ivan Alejandro
This fixes a failure when we run the first run wizard and don't have a systray ready.
2013-11-08Use custom systray that ease the tooltip use.Ivan Alejandro
- Create a custom SysTray that allows us to set services tooltips independently. - Initialize tooltip with service name at start. - Update required service status on tooltip update. [Closes #3998]
2013-11-08Use display service name instead of hardcode it.Ivan Alejandro
2013-10-30Properly log EIP status changesTomás Touceda
2013-10-15Fix pep8 violations.Ivan Alejandro
2013-10-11Show systray tooltip ON for EIP.Ivan Alejandro
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-10-02remove duplicated method definitionKali Kaneko
2013-10-01Implement new UITomás Touceda
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality)