Mercurial > libervia-desktop-kivy
annotate android/sat.conf @ 260:145c29b5f2b5
core: improved getOrClone + use in chat and widgets_handler:
- getOrClone is now trying to re-use others instances of a widget if they have no parent, and will create a new widget only if nothing is found
- it is now used in widgets_handler's changeWidget
- it is now used in Chat factory, on existing widget
- new host method deleteUnusedWidgetInstances remove instances without parent. It is used by getOrClone.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 11 Mar 2019 08:39:43 +0100 |
parents | 8f33a7c09214 |
children | ef77423ce500 |
rev | line source |
---|---|
61 | 1 [DEFAULT] |
63 | 2 bridge = pb |
61 | 3 log_level = debug |
66
94013a9481db
sat.conf: a # is added in front of backend logs, to differenciate from frontend logs
Goffi <goffi@goffi.org>
parents:
63
diff
changeset
|
4 log_fmt = #[%%(levelname)s][%%(name)s] %%(message)s |
61 | 5 |
6 [cagou] | |
7 log_level = debug | |
8 log_fmt = [%%(levelname)s][%%(name)s] %%(message)s |