Mercurial > libervia-desktop-kivy
diff cagou/core/utils.py @ 219:9faccd140119
plugin contact list: refactoring:
- contacts are now displayed in a grid
- they can be filtered thanks to FilterBehaviour
- use the new update system of QuickContactList
- a new "add a contact" button is visible, but not implemented yet.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 24 Jun 2018 22:26:15 +0200 |
parents | 519b3a29743c |
children | 112ba3295f8f |
line wrap: on
line diff
--- a/cagou/core/utils.py Sun Jun 24 22:09:49 2018 +0200 +++ b/cagou/core/utils.py Sun Jun 24 22:26:15 2018 +0200 @@ -34,7 +34,8 @@ opacity = 0, d = 0.5) - def do_filter(self, children, text, get_child_text, width_cb, height_cb, continue_tests=None): + def do_filter(self, children, text, get_child_text, width_cb, height_cb, + continue_tests=None): """filter the children filtered children will have a animation to set width, height and opacity to 0