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 | 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-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-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 | pep8 | kali | |
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-01 | Still some QT related problems. Hand off to kali to fix. | antialias | |
2012-09-25 | First check for threaded network checks. | antialias | |
TODO: tests. | |||
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-05 | app wide logging handler | kali | |
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. | |||
2012-09-04 | first attempt at class splitting | kali | |
war on spaguetti! :D | |||
2012-08-30 | working with options only from cli | kali | |
2012-08-28 | eip_checks called from main app. | kali | |
removed "configuration" object. checks are called from conductor. | |||
2012-08-28 | fix import | kali | |
2012-08-22 | grabs a definition.json file if one isn't present. includes some basic error ↵ | antialias | |
handling and tests. uses the requests library for network interactions and mocks for simulating network states. | |||
2012-08-22 | clean imports and remove connection base method | kali | |
2012-08-21 | fix out-of-sync refactor. | kali | |
manually merge changes from the develop branch that were lost due to having branched a previous state when refactored former "conductor" class. also, moved more exceptions to its own file. | |||
2012-08-21 | fix imports + style cleaning | kali | |
2012-08-14 | Works and is now ready to write tests for. | antialias | |
2012-08-08 | check for validity of the remote_ip entry (is ip?) | kali | |
2012-08-08 | catch missing keyfile error | kali | |
2012-08-08 | check for bad permissions on vpn key files | kali | |
2012-08-07 | build default provider openvpn config. | kali | |
preparation for completion of #356, #355, #354, #182 if no default openvpn config is present, we build one with a preset template and the remote_ip of the eip service as the only input. right now we're taking it from the eip.cfg file. | |||
2012-08-03 | check also for a suitable polkit-authentication-agent running | kali | |
fix #382. | |||
2012-08-03 | stub for daemon mode; disabled by now until #383 is fixed | kali | |
2012-08-03 | pkexec check | kali | |
2012-08-02 | start with disconnected icon | kali | |
2012-07-22 | initial import | kali | |