summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/systray.py
AgeCommit message (Collapse)Author
2012-12-12tests for openvpn optionskali
and make the rest of tests pass after some changes in this branch (dirtyness in config files)
2012-11-14hide the systray icon until the firstrun wizard is completekali
Closes #762
2012-11-12moved thread code to gui/threadskali
2012-10-26stop eip connection when first run wizard startedkali
Closes #716
2012-10-26hide aboutQt menu entrykali
2012-10-26fix systray context menu.kali
Closes #761
2012-10-24last page of wizard displays the connection stepskali
2012-10-10fix for left-click on systraykali
Closes #310
2012-10-08add leap-status to main window in non-debug modekali
not very DRY but just to have it ready for rc cut.
2012-10-08Merge branch 'feature/network_check' into developkali
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py
2012-10-05fix seticon call breakage when interface dieskali
2012-10-02moved eip checks to qthread to let icon show earlykali
2012-09-20toggle connection on/offkali
2012-09-20start hidden, and toggle details window from menukali
2012-09-18set app iconkali
(shows on window, minimized icons and about dialog)
2012-09-14init iconkali
2012-09-13display about and aboutqt dialogskali
2012-09-06more generic error handler in EipConductorAppMixinkali
documentation of the Exception Hierarchy and attributes. also a bit of general cleanup around error handling in conductor. Hopefully to be polished an abstracted to leap.base with time. not all errors are converted (and the old with_errors/ignoring errors) are still there, but we should be using this style of handlers from now on. wrapping up with this pseudo-feature for now. as we work on individual features we can mimick the exceptions that are working.
2012-09-04refactor icon/iconpath dictkali
closes #331
2012-09-04add little docstrings to classeskali
2012-09-04further cleaning of main window by moving init functionskali
to their base classes. plus a bit of juggling with order.
2012-09-04actual split of classes into own moduleskali
still a bit rough, but makes everything a bit more readable.