summaryrefslogtreecommitdiff
path: root/src/leap/baseapp
AgeCommit message (Collapse)Author
2012-12-17network checker launched by signalkali
fixes problem with provider domain not being defined during first run.
2012-12-12changed some values in new style eipconfigkali
2012-12-12tests for openvpn optionskali
and make the rest of tests pass after some changes in this branch (dirtyness in config files)
2012-12-10get cipher config from eip-servicekali
2012-12-10cleanup and rewrite eipconnection/openvpnconnection classeskali
2012-12-07only remove management socket when shutting downkali
Closes #1090
2012-11-28call shutdown signal from sigint_handlerkali
2012-11-28successfully catching ctrl-c but for not quitting in the correct order.antialias
2012-11-14hide the systray icon until the firstrun wizard is completekali
Closes #762
2012-11-14make the check for valid client cert the trigger for first-run-wizardkali
Closes #803 And with this we've completed all features blocking the release goal: generic client.
2012-11-12connect wizard cancel button with shutdownkali
2012-11-12fix import pathkali
2012-11-12moved thread code to gui/threadskali
2012-11-06split wizard into separate fileskali
so we don't go nuts yet.
2012-11-06new validation pages in a reusable MVC stylekali
using progress indicators inside QTableWidget
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-24sign up branch ends by triggering eip connectionkali
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-24save geometry (was badly merged)kali
2012-10-19logic for cert validation widgets in wizardkali
2012-10-11add signal to end of eip checkskali
this fixes random error on leap initialization
2012-10-10use signals to pass eip errors across threadskali
Closes #741
2012-10-10fix geometry saving for debug/regular mode.kali
Closes #732
2012-10-10fix connect/disconnect button in debug modekali
Closes #730
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-08popup dialog error when network error happenskali
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-05fix seticon call breakage when interface dieskali
2012-10-05add comments to netcheckskali
2012-10-05pep8kali
2012-10-05add menu for running wizard at willkali
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-05focus fix for wizardkali
2012-10-05wizard called from main app if not run before.kali
2012-10-05init QSettings - save window geometrykali
2012-10-02moved eip checks to qthread to let icon show earlykali
2012-10-02remove ui headerkali
2012-10-01Still some QT related problems. Hand off to kali to fix.antialias
2012-09-28Functionality to shutdown network checker when openvpn is stopped.antialias
But thread not being successfully killed.
2012-09-25First check for threaded network checks.antialias
TODO: tests.
2012-09-21added --no-provider-checks and --no-ca-verify for ease of debuggingkali
Close #604
2012-09-20Merge branch 'feature/remove-unity-checks' into developkali
2012-09-20toggle connection on/offkali
2012-09-20start hidden, and toggle details window from menukali
2012-09-20Merge branch 'develop' into feature/systray-menukali
Conflicts: src/leap/app.py
2012-09-18removed checks and changes involving systray-whitelist and unity becauseantialias
it works without them on Ubuntu 11.10 & 12.04.
2012-09-18cert verification and malformed json checkskali
2012-09-18do_branding command added to setupkali