summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-26Merge branch 'release-0.7.0'0.7.0rc20.7.0rc1Tomás Touceda
2014-09-26Revert "Fix soledad imports (#5989)."Tomás Touceda
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290.
2014-09-26Fold in changesTomás Touceda
2014-09-26Update relnotesTomás Touceda
2014-09-22Merge remote-tracking branch 'elijah/feature/prefui' into developIvan Alejandro
2014-09-22Merge remote-tracking branch 'refs/remotes/ivan/bug/python2-compat' into developTomás Touceda
2014-09-22Use python2.7 instead of python2.Ivan Alejandro
The binary `python2` is not present on Debian systems. The common denominator for Ubuntu, Debian, Arch is `python2.7` Related to #6048.
2014-09-22country flags: add default fallback xx.png flag.elijah
2014-09-19single pref win: fix problems with cleaning up closed windows (lambdas were ↵elijah
keeping the python object from getting garbage collected, and this keeps the old signal connections active)
2014-09-19single pref win: ensure proper deletion of preference window pages.elijah
2014-09-19single pref win: added shortcut to preferenceselijah
2014-09-19single pref win: minor linting & add changes fileelijah
2014-09-19single pref win: move preference window tracking to PreferencesWindowelijah
2014-09-19single pref win: clean up vpn pref error displaying & don't show dummy ↵elijah
gateways in case of error.
2014-09-19single pref win: gets the autopep8 beauty scrub.elijah
2014-09-19single pref win: moved password change UI to a separate window, opened from ↵elijah
account page in preferences.
2014-09-19single pref win: enabled/disable services via preferences window, account page.elijah
2014-09-19single pref win: move eip preferences to new combined preference window.elijah
2014-09-19Merge branch 'kali/bug/bump-bm-root-version' into developRuben Pollan
2014-09-19bump versionKali Kaneko
because we've updated it with mail fw.
2014-09-19Merge branch 'kali/use-wheels' into developRuben Pollan
2014-09-19Use wheels! yeah!Kali Kaneko
No more infinite time to re-create a virtualenv.
2014-09-17Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/6087_remove-AKM-menu' into develop
2014-09-16Hide AKM menu and disable the qt connection.Ivan Alejandro
Hide the Advaneced Key Management menu from the ui file and comment out the connection between the triggered action and the method that shows the AKM window. Closes #6087.
2014-09-16Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/6033_support-for-RTL-languages' into develop
2014-09-15Improve support for RTL languages.Ivan Alejandro
* Update transifex resource name. * Use RightToLeft layout for Arabic language. * Use better names and comments on i18n section. * Use unicode to initialize widgets with text that otherwise (str) will fail when Arabic (and most likely any other language with non-ascii characters) is used. Closes #5289, #6033.
2014-09-12Merge remote-tracking branch 'refs/remotes/meskio/bug/pkexec' into developTomás Touceda
2014-09-12Initializers needs to use PolicyChecker to get pkexec in linuxRuben Pollan
2014-09-11Merge remote-tracking branch 'meskio/feature/6040_email_firewall' into developIvan Alejandro
2014-09-11Add email firewallRuben Pollan
2014-09-08Merge remote-tracking branch 'chiiph/bug/use_token_for_eip' into developIvan Alejandro
2014-09-08Send the token when querying the EIP certTomás Touceda
2014-09-05Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/6048_python2-bitmask-root' into develop
2014-09-05Use python2 explicitly to run bitmask-root.Ivan Alejandro
Closes #6048.
2014-09-04Merge remote-tracking branch 'refs/remotes/ivan/code-logging-cleanup' into ↵Tomás Touceda
develop
2014-09-03Merge remote-tracking branch 'kali/update-locales' into developIvan Alejandro
2014-09-03Code cleanup and logging improvements.Ivan Alejandro
2014-09-03Better logging output for missing files and error.Ivan Alejandro
2014-09-03Remove unused defers.Ivan Alejandro
Also, we no longer return defers for those actions.
2014-09-03Move reactor import to the top.Ivan Alejandro
2014-09-03Don't defer action to thread here.Ivan Alejandro
We already are running the methods in a thread from the backend.
2014-09-03update en_US translation fileKali Kaneko
2014-09-03add /es/ locale to resourcesKali Kaneko
2014-09-02Merge remote-tracking branch 'bwgpro/fix_mac_system_path' into developKali Kaneko
2014-09-02Temporarily removing venv from path, to get system lib folderBruno Wagner Goncalves
2014-09-02Removed hard coded path of python app on mac platformBruno Wagner Goncalves
2014-09-01Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5866_bitmask-lock-not-removed' into develop
2014-08-28Remove /tmp/bitmask.lock on quit. Closes #5866.Ivan Alejandro
Add a platform independent release_lock helper, so all the SO dependent code goes inside the locks file. Also, do some code cleanup.
2014-08-27Merge remote-tracking branch 'ivan-github/bug/5945_not-adding-helper-files' ↵Kali Kaneko
into develop
2014-08-27Hide button / improve message on missing helpers.Ivan Alejandro
* Emit the `eip_missing_helpers` signal when the user chooses "Don't ask me again". * We emit that signal when some helper file is missing, even if the user doesn't want a warning. * Do the update of the eip enabled status with some delay to give some time the eip machine to start and do what it needs with the buttons/labels and avoid the 'hide turn on button if missing files' being overridden. Closes #5945.