Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | hide the systray icon until the firstrun wizard is complete | kali | |
Closes #762 | |||
2012-11-14 | make the check for valid client cert the trigger for first-run-wizard | kali | |
Closes #803 And with this we've completed all features blocking the release goal: generic client. | |||
2012-11-12 | connect wizard cancel button with shutdown | kali | |
2012-11-12 | fix import path | kali | |
2012-11-12 | moved thread code to gui/threads | kali | |
2012-11-06 | split wizard into separate files | kali | |
so we don't go nuts yet. | |||
2012-11-06 | new validation pages in a reusable MVC style | kali | |
using progress indicators inside QTableWidget | |||
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-24 | sign up branch ends by triggering eip connection | kali | |
still need to bind signals properly, and block on the validation process until we receive the "connected" signal. but the basic flow is working again, i.e, user should be able to remove the .config/leap folder and get all the needed info from the provider. | |||
2012-10-24 | save geometry (was badly merged) | kali | |
2012-10-19 | logic for cert validation widgets in wizard | kali | |
2012-10-11 | add signal to end of eip checks | kali | |
this fixes random error on leap initialization | |||
2012-10-10 | use signals to pass eip errors across threads | kali | |
Closes #741 | |||
2012-10-10 | fix geometry saving for debug/regular mode. | kali | |
Closes #732 | |||
2012-10-10 | fix connect/disconnect button in debug mode | kali | |
Closes #730 | |||
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-08 | popup dialog error when network error happens | kali | |
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds. | |||
2012-10-05 | fix seticon call breakage when interface dies | kali | |
2012-10-05 | add comments to netchecks | kali | |
2012-10-05 | pep8 | kali | |
2012-10-05 | add menu for running wizard at will | kali | |
it's still buggy in that it does not bother to stop the ongoing checks or connection. we should take care of that soon. | |||
2012-10-05 | focus fix for wizard | kali | |
2012-10-05 | wizard called from main app if not run before. | kali | |
2012-10-05 | init QSettings - save window geometry | kali | |
2012-10-02 | moved eip checks to qthread to let icon show early | kali | |
2012-10-02 | remove ui header | kali | |
2012-10-01 | Still some QT related problems. Hand off to kali to fix. | antialias | |
2012-09-28 | Functionality to shutdown network checker when openvpn is stopped. | antialias | |
But thread not being successfully killed. | |||
2012-09-25 | First check for threaded network checks. | antialias | |
TODO: tests. | |||
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
2012-09-20 | Merge branch 'feature/remove-unity-checks' into develop | kali | |
2012-09-20 | toggle connection on/off | kali | |
2012-09-20 | start hidden, and toggle details window from menu | kali | |
2012-09-20 | Merge branch 'develop' into feature/systray-menu | kali | |
Conflicts: src/leap/app.py | |||
2012-09-18 | removed checks and changes involving systray-whitelist and unity because | antialias | |
it works without them on Ubuntu 11.10 & 12.04. | |||
2012-09-18 | cert verification and malformed json checks | kali | |
2012-09-18 | do_branding command added to setup | 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 | fix race condition on app init | kali | |
still fragile; sometimes the qt app inits faster and make the send command miss the not yet created managemente socket. | |||
2012-09-13 | remove debug logging | kali | |
2012-09-13 | display about and aboutqt dialogs | kali | |
2012-09-12 | add openvpn-verb option to cli. | kali | |
Closes #534. accepts int [1-6] that get passed to openvpn invocation. We should filter out the polling "state"/"status" commands from the log if we want it to be real useful. | |||
2012-09-12 | pep8 | kali | |
2012-09-12 | checks for systray in unity | kali | |