comparison cagou/plugins/plugin_wid_chat.kv @ 406:03554ad70846

common (jidSelector): replace implitict_update mechanism by real-time update: instead of having the possibility to (de)activate implicit update, real time update of items is now done. For now only the notifications and opened chat items are updated in real time.
author Goffi <goffi@goffi.org>
date Wed, 12 Feb 2020 20:02:58 +0100
parents f7476818f9fb
children 2caea63ae2ab
comparison
equal deleted inserted replaced
405:84ff5c917064 406:03554ad70846
219 219
220 <ChatSelector>: 220 <ChatSelector>:
221 jid_selector: jid_selector 221 jid_selector: jid_selector
222 JidSelector: 222 JidSelector:
223 id: jid_selector 223 id: jid_selector
224 # we call update() explicitly in on_pre_enter
225 implicit_update: False
226 on_select: root.on_select(args[1]) 224 on_select: root.on_select(args[1])
227 to_show: ["opened_chats", "roster", "bookmarks"] 225 to_show: ["opened_chats", "roster", "bookmarks"]
228 226