Commit Graph

16385 Commits

Author SHA1 Message Date
Philipp Hörist 0dbb3eb1d5 Fix comparison-with-callable pylint errors 2019-04-07 18:48:51 +02:00
Philipp Hörist c8815a9230 Fix no-else-raise pylint errors 2019-04-07 18:40:32 +02:00
Philipp Hörist 30f850b567 Fix no-else-return pylint errors 2019-04-07 18:26:29 +02:00
Philipp Hörist b09f94dabd Fix simplifiable-if-expression pylint errors 2019-04-07 18:22:45 +02:00
Philipp Hörist 47dae61e21 Fix unnecessary-pass pylint errors 2019-04-07 18:20:15 +02:00
Philipp Hörist 3b2211776c Fix unused-import pylint errors 2019-04-07 18:14:54 +02:00
Philipp Hörist 45ac229fb1 Fix pylint errors 2019-04-07 17:35:19 +02:00
Philipp Hörist 32168c60f5 Fix license header 2019-04-07 17:11:30 +02:00
Philipp Hörist 797a9518ea Remove unused variable 2019-04-07 00:27:13 +02:00
Philipp Hörist ed011da59e Add new Ad-Hoc Command dialog 2019-04-07 00:06:56 +02:00
Philipp Hörist 06848eaeaf Add option to make DataFormWidget read-only 2019-04-06 23:20:30 +02:00
Philipp Hörist ac6eae8965 Fix import 2019-04-05 22:56:13 +02:00
Philipp Hörist f1642e5327 Iterate safely over dict
Fixes #9633
2019-04-05 21:57:18 +02:00
Philipp Hörist 0b9aeb0100 Windows: Fix version comparison
Fixes #9643
2019-04-05 21:49:49 +02:00
Philipp Hörist 03cc3379d5 CertificateDialog: Dont fail on None values
Some attributes of the certificate can yield None
2019-04-05 21:38:32 +02:00
Daniel Brötzmann 318ae4e9d4 Rework InvitationReceivedDialog 2019-04-05 20:08:00 +02:00
Philipp Hörist 239ab1455b Refactor Software Version
- Simplify modules because nbxmpp handles more stuff
2019-04-05 19:44:30 +02:00
Philipp Hörist 471d9ca043 Windows: Dont override format region settings 2019-04-05 19:43:01 +02:00
Philipp Hörist 0678272774 Dont send invalid presence show value 2019-04-05 19:40:14 +02:00
Daniel Brötzmann 4d43eacfd0 Rework Certificate dialog 2019-04-05 17:19:35 +02:00
Daniel Brötzmann a48610632e Only show avatar Save As menu if sha not None 2019-04-03 09:08:53 +02:00
Daniel Brötzmann e83a246703 Rework SubscriptionRequestWindow 2019-04-02 19:49:57 +02:00
Philipp Hörist 139156ba5e FeaturesDialog: Replace python-dbus for avahi 2019-03-31 21:52:22 +02:00
André Apitzsch 16bbe31df6 Update dependency check for avahi support 2019-03-31 19:17:34 +02:00
Daniel Brötzmann a7bc6dc530 Add monospace formatted fingerprint to encryption tooltip 2019-03-28 20:54:04 +01:00
Philipp Hörist ae29c937ba ChatControl: Use NewConfirmationDialog 2019-03-27 23:36:55 +01:00
Philipp Hörist f838c2faa2 MUC: Use NewConfirmationDialog for file transfer 2019-03-27 23:36:55 +01:00
Daniel Brötzmann 2080495efc Ask whether to disconnect when disabling account
Fixes #8938
2019-03-27 22:24:46 +01:00
Daniel Brötzmann 74ed71f57e Rework HTTPUpload dialog 2019-03-27 00:40:46 +01:00
Philipp Hörist 760b94f27f Add NewConfirmationCheckDialog 2019-03-27 00:14:00 +01:00
Philipp Hörist 4c062bf93d Call show() on new dialogs
- run() was removed from the dialog because it blocks
2019-03-26 23:53:12 +01:00
Philipp Hörist bbada2ecd4 Improve NewConfirmationDialog
- Add setting for modal/non-modal
- Add default transient
- Dont call run() it only returns after response
2019-03-26 23:49:45 +01:00
Philipp Hörist ca037665ca Remove unused imports 2019-03-26 21:55:51 +01:00
Philipp Hörist acd9f67d92 HistoryManager: Use NewConfirmationDialog 2019-03-26 21:47:18 +01:00
Philipp Hörist 21aa352a34 Refactor NewConfirmationDialog 2019-03-26 20:19:50 +01:00
Philipp Hörist 1551ffa0b4 Correctly get the total screen geometry
get_root_window() does not work on Wayland

Fixes #9637
2019-03-25 23:09:06 +01:00
Philipp Hörist 8201688684 Move imports to the top 2019-03-25 22:26:55 +01:00
Philipp Hörist 7a5d791beb Refactor restoring roster position 2019-03-25 22:20:19 +01:00
Philipp Hörist a9efde136b Refactor saving roster position
- Dont save roster position on Wayland
2019-03-25 22:20:19 +01:00
Daniel Brötzmann b6e7f5c6d2 Format OMEMO fingerprint in tooltip 2019-03-25 21:00:40 +01:00
Philipp Hörist 4acf36c97b Add method to determine window manager 2019-03-25 20:11:53 +01:00
Daniel Brötzmann f6e113c0b6 Update look of Remove account dialog 2019-03-25 20:11:33 +01:00
Daniel Brötzmann 52111cd1b3 Improve dark theme colors 2019-03-24 15:33:37 +01:00
Daniel Brötzmann a988d2e250 Flatpak: Disable install from ZIP 2019-03-24 15:33:03 +01:00
Dominion 0de04b1ae9 Add server blabber.im to servers.json 2019-03-22 10:09:46 +01:00
André Apitzsch fd46fcab64 Flatpak: Update runtime version to 3.32 2019-03-21 00:29:45 +01:00
André Apitzsch c2be5372bd Flatpak: Fix cryptography build 2019-03-21 00:29:00 +01:00
Malte Leip ae4c98cbb2
Show trust level for incoming encrypted messages 2019-03-20 20:50:49 +01:00
André Apitzsch 5af7fbd428 Flatpak: Update dependencies 2019-03-17 00:12:00 +01:00
André Apitzsch ab6623d7bd Flatpak: Fix access to GnuPG keys
Fixes gajim/gajim-plugins#386
2019-03-17 00:11:33 +01:00