summaryrefslogtreecommitdiff
path: root/src/leap/app.py
AgeCommit message (Collapse)Author
2013-07-16Force cleanlooks style on KDETomás Touceda
2013-07-12Redirect output to the logger. Closes #3134.Ivan Alejandro
Redirects: - the standard output - the standard error - the twisted log output to the logger.
2013-07-01Fix Main Window briefly display on first start.Ivan Alejandro
Closes Bug #2954. On first start, before displaying the Wizard, the Main Window briefly showed up.
2013-06-15working openvpn termination: SIGTERM, then SIGKILL.kali
Closes: #2753
2013-06-03Integrate checker with appIvan Alejandro
2013-05-29Integrate LoggerWindow with clientIvan Alejandro
2013-05-17use qtreactor so twisted is driven by qt main loopkali
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function.
2013-04-12Add --danger option to not validate the first hop of certificatesTomas Touceda
This is intended to be used while testing, not in production
2013-04-10remove duplicated ensure_serverkali
2013-04-10detection of multiple instances using flock.kali
sending RAISE_WINDOW leap event if we are not the main instance.
2013-04-10Move ensure server to the very beginningTomas Touceda
Also, fix documentation for a slot and mini-refactor a method for improved translations.
2013-03-22Alias cp65001 to utf-8 for WindowsTomás Touceda
2013-03-21Handle configuration and paths in a standalone wayTomás Touceda
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way.
2013-03-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-11Finish up translation supportTomás Touceda
Also: - Add spanish translations - Fix an issue when disabling autologin
2013-03-08Add version handlingTomás Touceda
2013-03-08Add translation supportTomás Touceda
Also: - Make OpenVPN use a random port every time - Logout in parallel so the UI doesn't block - Add the WAIT status from OpenVPN to the mainwindow displays - Support non-unix sockets in the LinuxVPNLauncher
2013-03-06Add general appTomás Touceda
2013-03-06Remove everything to start from scratchTomás Touceda
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