summaryrefslogtreecommitdiff
path: root/src/leap/baseapp
AgeCommit message (Collapse)Author
2013-01-24all tests green againkali
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup
2013-01-24catch missing messages on last page of wizardkali
2013-01-18fix network checker attr in wizardkali
2013-01-17localize exit country if we cankali
only if we can find the geoip database, which comes with geoip-database in debian. we will have to think more about this in the future but it's nice to have now for testing.
2013-01-17osx fixed already running instance checkkali
2013-01-16handle loss of tun ifacekali
trigger only one dialog and disconnect. additional cleanup of log handling.
2013-01-15implemented abstracted layer with matching and passed callback.antialias
tests as well.
2013-01-15reads and searches for strings from openvpn logs via the management interface.antialias
2013-01-09more missed strings to be translatedkali
plus initial <de> translation.
2013-01-09icon shows when wizard endskali
2013-01-09fix provider parameter passed to network checkkali
2013-01-09rename username varkali
2012-12-27fix window not raising to front in osxkali
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