Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
e483fb7c by wurstsalat at 2021-09-05T18:17:06+02:00
Settings: Remove remember_opened_chat_controls
- - - - -
b5a186a0 by wurstsalat at 2021-09-05T18:18:08+02:00
Settings: Remove show_contacts_number
- - - - -
ef2ba3ec by wurstsalat at 2021-09-05T18:24:37+02:00
Settings: Remove ctrl_tab_go_to_next_composing
- - - - -
1 changed file:
- gajim/common/setting_values.py
Changes:
=====================================
gajim/common/setting_values.py
=====================================
@@ -101,12 +101,10 @@ class _ACCOUNT_DEFAULT:
'hide_chat_banner': False,
'hide_groupchat_occupants_list': False,
'chat_merge_consecutive_nickname': False,
- 'ctrl_tab_go_to_next_composing': True,
'metacontacts_enabled': False,
'confirm_metacontacts': '',
'confirm_block': '',
'enable_negative_priority': False,
- 'show_contacts_number': True,
'max_conversation_lines': 500,
'shell_like_completion': False,
'audio_input_device': 'autoaudiosrc ! volume name=gajim_vol',
@@ -121,7 +119,6 @@ class _ACCOUNT_DEFAULT:
'stun_server': '',
'global_proxy': '',
'ignore_incoming_attention': False,
- 'remember_opened_chat_controls': True,
'positive_184_ack': False,
'use_keyring': True,
'remote_commands': False,
@@ -397,17 +394,14 @@ class _ACCOUNT_DEFAULT:
'hide_chat_banner': _('Hides the banner in a 1:1 chat window.'),
'hide_groupchat_occupants_list': _('Hides the group chat participants
list in a group chat window.'),
'chat_merge_consecutive_nickname': _('In a chat, show the nickname at
the beginning of a line only when it\'s not the same person talking as in the
previous message.'),
- 'ctrl_tab_go_to_next_composing': _('Ctrl+Tab switches to the next
composing tab when there are no tabs with messages pending.'),
'confirm_metacontacts': _('Show a confirmation dialog to create
metacontacts? Empty string means never show the dialog.'),
'confirm_block': _('Show a confirmation dialog to block a contact?
Empty string means never show the dialog.'),
'enable_negative_priority': _('If enabled, you will be able to set a
negative priority to your account in the Accounts window. BE CAREFUL, when you
are logged in with a negative priority, you will NOT receive any message from
your server.'),
- 'show_contacts_number': _('If enabled, Gajim will show both the number
of online and total contacts in account rows as well as in group rows.'),
'max_conversation_lines': _('Maximum number of lines that are printed
in conversations. Oldest lines are cleared.'),
'shell_like_completion': _('If enabled, completion in group chats will
be like a shell auto-completion.'),
'use_stun_server': _('If enabled, Gajim will try to use a STUN server
when using Jingle. The one in \'stun_server\' option, or the one given by the
XMPP server.'),
'stun_server': _('STUN server to use when using Jingle'),
'ignore_incoming_attention': _('If enabled, Gajim will ignore incoming
attention requests (\'wizz\').'),
- 'remember_opened_chat_controls': _('If enabled, Gajim will reopen chat
windows that were opened last time Gajim was closed.'),
'remote_commands': _('If enabled, Gajim will execute XEP-0146
Commands.'),
'muclumbus_api_jid': '',
'muclumbus_api_http_uri': '',
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/aca765b762aa42fb392cfffc9fbfb5b347707dc8...ef2ba3eccd94ebe8b40211ed266b1788c145b1bb
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/aca765b762aa42fb392cfffc9fbfb5b347707dc8...ef2ba3eccd94ebe8b40211ed266b1788c145b1bb
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits