Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-06 | Merge remote-tracking branch 'meskio/bug/6146_release_handle_removals' into ↵ | Ivan Alejandro | |
develop | |||
2014-10-06 | Merge remote-tracking branch 'meskio/feature/keymanager_api' into develop | Ivan Alejandro | |
2014-10-06 | Merge branch 'ivan/bug/fix-broken-str' into develop | Ruben Pollan | |
2014-10-06 | Replace triple dot character with 3 dots. | Ivan Alejandro | |
The string was unicode and the conversion was troublesome, was displayed badly on transifex. | |||
2014-10-03 | Merge branch 'ivan/feature/update-i18n-strings' into develop | Ruben Pollan | |
2014-10-03 | Update i18n strings. | Ivan Alejandro | |
Exclude pinned providers and tests from the bitmask.pro generator since there is no strings to translate in there. | |||
2014-10-02 | Handle removals on the updater repo | Ruben Pollan | |
2014-09-26 | Fix soledad imports (#5989). | drebs | |
2014-09-26 | Merge branch 'release-0.7.0'0.7.0rc20.7.0rc1 | Tomás Touceda | |
2014-09-26 | Revert "Fix soledad imports (#5989)." | Tomás Touceda | |
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290. | |||
2014-09-26 | Fold in changes | Tomás Touceda | |
2014-09-26 | Update relnotes | Tomás Touceda | |
2014-09-22 | Merge remote-tracking branch 'elijah/feature/prefui' into develop | Ivan Alejandro | |
2014-09-22 | Merge remote-tracking branch 'refs/remotes/ivan/bug/python2-compat' into develop | Tomás Touceda | |
2014-09-22 | Use 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-22 | country flags: add default fallback xx.png flag. | elijah | |
2014-09-19 | single 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-19 | single pref win: ensure proper deletion of preference window pages. | elijah | |
2014-09-19 | single pref win: added shortcut to preferences | elijah | |
2014-09-19 | single pref win: minor linting & add changes file | elijah | |
2014-09-19 | single pref win: move preference window tracking to PreferencesWindow | elijah | |
2014-09-19 | single pref win: clean up vpn pref error displaying & don't show dummy ↵ | elijah | |
gateways in case of error. | |||
2014-09-19 | single pref win: gets the autopep8 beauty scrub. | elijah | |
2014-09-19 | single pref win: moved password change UI to a separate window, opened from ↵ | elijah | |
account page in preferences. | |||
2014-09-19 | single pref win: enabled/disable services via preferences window, account page. | elijah | |
2014-09-19 | single pref win: move eip preferences to new combined preference window. | elijah | |
2014-09-19 | Merge branch 'kali/bug/bump-bm-root-version' into develop | Ruben Pollan | |
2014-09-19 | bump version | Kali Kaneko | |
because we've updated it with mail fw. | |||
2014-09-19 | Merge branch 'kali/use-wheels' into develop | Ruben Pollan | |
2014-09-19 | Use wheels! yeah! | Kali Kaneko | |
No more infinite time to re-create a virtualenv. | |||
2014-09-17 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/6087_remove-AKM-menu' into develop | |||
2014-09-16 | Hide 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-16 | New keymanager API | Ruben Pollan | |
get_all_keys_in_local_db -> get_all_keys parse_openpgp_ascii_key -> None | |||
2014-09-16 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/6033_support-for-RTL-languages' into develop | |||
2014-09-15 | Improve 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-12 | Merge remote-tracking branch 'refs/remotes/meskio/bug/pkexec' into develop | Tomás Touceda | |
2014-09-12 | Initializers needs to use PolicyChecker to get pkexec in linux | Ruben Pollan | |
2014-09-11 | Merge remote-tracking branch 'meskio/feature/6040_email_firewall' into develop | Ivan Alejandro | |
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-08 | Merge remote-tracking branch 'chiiph/bug/use_token_for_eip' into develop | Ivan Alejandro | |
2014-09-08 | Send the token when querying the EIP cert | Tomás Touceda | |
2014-09-05 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/bug/6048_python2-bitmask-root' into develop | |||
2014-09-05 | Use python2 explicitly to run bitmask-root. | Ivan Alejandro | |
Closes #6048. | |||
2014-09-04 | Merge remote-tracking branch 'refs/remotes/ivan/code-logging-cleanup' into ↵ | Tomás Touceda | |
develop | |||
2014-09-03 | Merge remote-tracking branch 'kali/update-locales' into develop | Ivan Alejandro | |
2014-09-03 | Code cleanup and logging improvements. | Ivan Alejandro | |
2014-09-03 | Better logging output for missing files and error. | Ivan Alejandro | |
2014-09-03 | Remove unused defers. | Ivan Alejandro | |
Also, we no longer return defers for those actions. | |||
2014-09-03 | Move reactor import to the top. | Ivan Alejandro | |
2014-09-03 | Don't defer action to thread here. | Ivan Alejandro | |
We already are running the methods in a thread from the backend. |