summaryrefslogtreecommitdiff
path: root/src/leap/app.py
AgeCommit message (Collapse)Author
2013-01-24catch missing messages on last page of wizardkali
2013-01-17osx fixed already running instance checkkali
2013-01-17(osx) detect which interface is traffic going thrukali
2012-12-27fix window not raising to front in osxkali
2012-12-20initial translation example.kali
2012-11-28call shutdown signal from sigint_handlerkali
2012-11-28successfully catching ctrl-c but for not quitting in the correct order.antialias
2012-10-26fix systray context menu.kali
Closes #761
2012-10-10fix for left-click on systraykali
Closes #310
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-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-20start hidden, and toggle details window from menukali
2012-09-18removed checks and changes involving systray-whitelist and unity becauseantialias
it works without them on Ubuntu 11.10 & 12.04.
2012-09-14init iconkali
2012-09-13display about and aboutqt dialogskali
2012-09-12checks for systray in unitykali
2012-09-05missing_pkexec error converted to "auto" error.kali
idea is that we define user messages in the exceptions, and queue them during (conductor) checks. user facing dialogs get constucted from exception attrs. if critical, log as such and exit.
2012-09-05can log to logfilekali
app.py --debug --logfile /tmp/foo.log
2012-09-05app wide logging handlerkali
2012-08-07build 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-01fileutil.which implementationkali
2012-07-22initial importkali