summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui
AgeCommit message (Collapse)Author
2014-04-04Do not do native menu bars in Linux for nowTomás Touceda
2014-04-02Reset checks if the provider is changed in wizard.Ivan Alejandro
Closes #5396.
2014-04-02Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5411_mail-is-not-disabled-at-first-start' into develop
2014-04-02Do not start soledad if its not provided and enabled.Ivan Alejandro
[Closes #5411]
2014-04-02Refactor check for provided and enabled services.Ivan Alejandro
Also use: `item in some_list` instead of `some_list.count(item) > 0`.
2014-04-02Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5433_unescape-logs-for-pastebin' into develop
2014-04-02Don't escape logs for pastebin. Closes #5433.Ivan Alejandro
2014-04-02Add hotkey for the Help menu. Closes #5401.Ivan Alejandro
2014-03-27Properly set menubar nativeness after setupUiTomás Touceda
2014-03-19Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/move-srpregister-to-backend' into develop
2014-03-19Move srpregister interaction to the backend.Ivan Alejandro
Also: - remove unused code. - add status attributes for srpauth responses. - split response handling - remove unneeded hack to avoid segfault emitting None
2014-03-18Catch soledad invalid token error (#5191).drebs
2014-03-13Check for DNS resolution after connecting EIP.Ivan Alejandro
[Closes #5301]
2014-03-12Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5219_srpauth-error-messages' into develop
2014-03-12Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5048_version-checks-in-wizard' into develop
2014-03-11Move login/logout success/error msgs to the GUI.Ivan Alejandro
Also refactor signals to be more granular and notify clearly if there was an error or not, then in the GUI we show the corresponding message.
2014-03-11Move error messages for the user to the GUI.Ivan Alejandro
2014-03-10Merge remote-tracking branch 'chiiph/feature/remove_qtreactor' into developKali Kaneko
2014-03-07Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/centralized-defer-cancel' into develop
2014-03-07Merge remote-tracking branch 'refs/remotes/ivan/bug/better-soledad-retry' ↵Tomás Touceda
into develop
2014-03-07Remove qtreactor dependencyTomás Touceda
2014-03-07Move all the defer cancelling to a method.Ivan Alejandro
Also add X_defer = None for the defers after being cancelled.
2014-03-07Run all the soledad bootstrap on error.Ivan Alejandro
Before this fix, if the soledad bootstrapping failed during the first download process, we retried since after that point which caused a failure.
2014-03-06Select current provider as default in eip settingsIvan Alejandro
Set as selected default for the eip preferences window the item selented in the bitmask main window. [Closes #5153]
2014-03-04double dot → ellipsisKwadroNaut
2014-02-28Do version checks in the wizard too.Ivan Alejandro
When the user choose to use an existing provider we download the provider.json again so the version checks are executed. [Closes #5048]
2014-02-27Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/fix/unread-notification-phrasing' into develop
2014-02-26Fix wrong method name for pastebin error.Ivan Alejandro
2014-02-26Show sending status in button and return raw link.Ivan Alejandro
2014-02-26Add pastebin support for upload logs.Ivan Alejandro
2014-02-26Add Pastebin button to logger window.Ivan Alejandro
Also add png image for the button and license information.
2014-02-25fix phrasing of unread mail notificationKali Kaneko
2014-02-24Connect with correct soledad_failed signal.Ivan Alejandro
2014-02-20Improve logout action and fix typo.Ivan Alejandro
Related to #5131. [Closes #4815]
2014-02-11Properly handle defer cancelling.Ivan Alejandro
- Fix issues related to "Cancel login does not work". - Move srpauth errback to mainwindow. - Add signal for provider setup cancel. - Add support to cancel the soledad defer. [Closes #4869] [Closes #4973]
2014-02-07Pep8 fixes, remove commented ipdb, group imports.Ivan Alejandro
2014-02-07Ensure IMAP flushes data to disk before quitting. Closes #5095.drebs
2014-02-05fix typosKali Kaneko
2014-02-04Update menu name in wizard.Ivan Alejandro
[Closes 4984]
2014-01-24Handle wizard close correctly. Closes #4986.Ivan Alejandro
- Refactor connection and disconnection from backend.
2014-01-23Replace provider hardcoded path with helper.Ivan Alejandro
Also reorder some imports and remove unused ones.
2014-01-22Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4488_use-existing-provider-by-default' into develop
2014-01-22Select by default the use of an existing provider.Ivan Alejandro
[Closes #4488]
2014-01-22Don't use an empty password to configure email.Ivan Alejandro
- Also add translation support for the help message. [Closes #4985]
2014-01-20Disable Advanced Key Manager import. Closes #4877.Ivan Alejandro
2014-01-14Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4530_add-in-app-help-for-mail' into develop
2014-01-14Add dialog with instructions to configure mail.Ivan Alejandro
[Closes #4530]
2014-01-14Add an extra string for the singular 'email' word.Ivan Alejandro
Client should say 1 unread email, not emails. [Closes #4952]
2014-01-13Use set_status for all messages.Ivan Alejandro
Remove set_login_status since it's a remaining code after split the login in a separated widget. [Closes #4942]
2014-01-11beautify link to downloads (make it a link)Kali Kaneko