Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | more missed strings to be translated | kali | |
plus initial <de> translation. | |||
2012-12-27 | fix window not raising to front in osx | kali | |
2012-12-17 | network checker launched by signal | kali | |
fixes problem with provider domain not being defined during first run. | |||
2012-12-12 | tests for openvpn options | kali | |
and make the rest of tests pass after some changes in this branch (dirtyness in config files) | |||
2012-11-14 | hide the systray icon until the firstrun wizard is complete | kali | |
Closes #762 | |||
2012-11-12 | moved thread code to gui/threads | kali | |
2012-10-26 | stop eip connection when first run wizard started | kali | |
Closes #716 | |||
2012-10-26 | hide aboutQt menu entry | kali | |
2012-10-26 | fix systray context menu. | kali | |
Closes #761 | |||
2012-10-24 | last page of wizard displays the connection steps | kali | |
2012-10-10 | fix for left-click on systray | kali | |
Closes #310 | |||
2012-10-08 | add leap-status to main window in non-debug mode | kali | |
not very DRY but just to have it ready for rc cut. | |||
2012-10-08 | Merge branch 'feature/network_check' into develop | kali | |
Conflicts: src/leap/baseapp/mainwindow.py src/leap/eip/tests/test_checks.py | |||
2012-10-05 | fix seticon call breakage when interface dies | kali | |
2012-10-02 | moved eip checks to qthread to let icon show early | kali | |
2012-09-20 | toggle connection on/off | kali | |
2012-09-20 | start hidden, and toggle details window from menu | kali | |
2012-09-18 | set app icon | kali | |
(shows on window, minimized icons and about dialog) | |||
2012-09-14 | init icon | kali | |
2012-09-13 | display about and aboutqt dialogs | kali | |
2012-09-06 | more generic error handler in EipConductorAppMixin | kali | |
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-04 | refactor icon/iconpath dict | kali | |
closes #331 | |||
2012-09-04 | add little docstrings to classes | kali | |
2012-09-04 | further cleaning of main window by moving init functions | kali | |
to their base classes. plus a bit of juggling with order. | |||
2012-09-04 | actual split of classes into own modules | kali | |
still a bit rough, but makes everything a bit more readable. |