summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/mainwindow.py
AgeCommit message (Expand)Author
2013-03-06Remove everything to start from scratchTomás Touceda
2013-01-24catch missing messages on last page of wizardkali
2013-01-09icon shows when wizard endskali
2013-01-09fix provider parameter passed to network checkkali
2013-01-09rename username varkali
2012-12-17network checker launched by signalkali
2012-12-10get cipher config from eip-servicekali
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
2012-11-14make the check for valid client cert the trigger for first-run-wizardkali
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
2012-11-06new validation pages in a reusable MVC stylekali
2012-10-26stop eip connection when first run wizard startedkali
2012-10-26fix systray context menu.kali
2012-10-24last page of wizard displays the connection stepskali
2012-10-24sign up branch ends by triggering eip connectionkali
2012-10-24save geometry (was badly merged)kali
2012-10-11add signal to end of eip checkskali
2012-10-10use signals to pass eip errors across threadskali
2012-10-10fix geometry saving for debug/regular mode.kali
2012-10-10fix connect/disconnect button in debug modekali
2012-10-08add leap-status to main window in non-debug modekali
2012-10-08Merge branch 'feature/network_check' into developkali
2012-10-08popup dialog error when network error happenskali
2012-10-05pep8kali
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-01Still some QT related problems. Hand off to kali to fix.antialias
2012-09-25First check for threaded network checks.antialias
2012-09-06more generic error handler in EipConductorAppMixinkali
2012-09-05app wide logging handlerkali
2012-09-04add little docstrings to classeskali
2012-09-04further cleaning of main window by moving init functionskali
2012-09-04actual split of classes into own moduleskali
2012-09-04first attempt at class splittingkali
2012-08-30working with options only from clikali
2012-08-28eip_checks called from main app.kali
2012-08-28fix importkali
2012-08-22grabs a definition.json file if one isn't present. includes some basic error ...antialias
2012-08-22clean imports and remove connection base methodkali
2012-08-21fix out-of-sync refactor.kali
2012-08-21fix imports + style cleaningkali
2012-08-14Works and is now ready to write tests for.antialias
2012-08-08check for validity of the remote_ip entry (is ip?)kali