summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-26pep8kali
2013-03-26add leap.common as depkali
2013-03-26Add testing infrastructure to the project (again).kali
With new additions for nose: nose-progressive
2013-03-25Mark sanitation point clearly for future referenceTomás Touceda
2013-03-25Rename the openvpn exe to something more specificTomás Touceda
2013-03-25Reorder imports based on rope's recommendationsTomás Touceda
2013-03-25Add changes fileTomás Touceda
2013-03-25grp doesn't exist in windowsTomás Touceda
2013-03-25Add windows platform initializerTomás Touceda
2013-03-22Improve systray behavior with context menu and activationTomás Touceda
2013-03-22Add changes fileTomás Touceda
2013-03-22Calculate mtime in a more multiplatform wayTomás Touceda
2013-03-22Make Windows use a regular socketTomás Touceda
2013-03-22Alias cp65001 to utf-8 for WindowsTomás Touceda
2013-03-22Add Windows VPN LauncherTomás Touceda
2013-03-22Add Windows prefixerTomás Touceda
2013-03-21Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into developTomás Touceda
2013-03-21fix docstringkali
2013-03-21change development repo to leapcodekali
2013-03-21Wrap bool setting casting in a methodTomás Touceda
2013-03-21Fixes as per reviewTomás Touceda
2013-03-21Add changes fileTomá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-21add leap.common to requirementsKali Kaneko
2013-03-21update pyinstaller installKali Kaneko
2013-03-21add changes descriptionKali Kaneko
2013-03-21fix osascript invocationKali Kaneko
2013-03-21syntax fix for python 2.6Kali Kaneko
2013-03-21separate development depsKali Kaneko
so we can use them with "pip install -r requirements-dev.pip"
2013-03-21re-add osx pyinstaller build scriptsKali Kaneko
2013-03-21add darwin prefixer and launcherkali
2013-03-20Display ASSIGN_IP state correctly in the mainwindowTomás Touceda
2013-03-19move abc import to its placekali
2013-03-15remove branding remnant, add missing headerkali
2013-03-15add changes filekali
2013-03-15add external leap.common to requirementskali
and modify parse_requirements to skip it for now.
2013-03-15remove common module!kali
from now on this will live in a common repo, leap_common. We still need to add it to requirements
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-13Add removal of network checks to the changes fileTomás Touceda
2013-03-13Fix timestamp for file creationTomás Touceda
2013-03-13Always show the eip icon if the service is available and enabledTomás Touceda
2013-03-13Use a unix socket every time for nowTomás Touceda
Will need a special case for windows
2013-03-13Make the no up/down log an error instead of a warningTomás Touceda
2013-03-13Add a TODO comment to not forget improve the configured providers checkTomás Touceda
2013-03-13Make sure we always end up with the proper list of servicesTomás Touceda
2013-03-13Document checker parameter in providerbootstrapperTomás Touceda
2013-03-13Display a more related error message for https wizard checksTomás Touceda
Differentiate between SSLError and other type of errors, so to its clear when the certificate fails and when the connection fails or other kind of problems
2013-03-13Notify the user of pkexec/polkit/openvpn checksTomás Touceda
2013-03-13Add vpn already running checksTomás Touceda
2013-03-13Use expanduser instead of hardcoded stringTomás Touceda