log cagou/core/cagou_main.py @ 282:1b835bcfa663

age author description
Mon, 25 Mar 2019 07:11:09 +0100 Goffi date update
Mon, 25 Mar 2019 07:11:09 +0100 Goffi core: store tls_validation flag in host and use if for file upload.
Wed, 20 Mar 2019 09:29:44 +0100 Goffi core: certificate validation can be disabled:
Wed, 20 Mar 2019 09:29:44 +0100 Goffi chat: multi-lines input:
Wed, 20 Mar 2019 09:29:44 +0100 Goffi core, chat: UI improvments:
Wed, 20 Mar 2019 09:29:44 +0100 Goffi core: check if resync exist in widget before calling it
Mon, 11 Mar 2019 20:24:04 +0100 Goffi core: fixed crash when calling deleteUnusedWidgetInstances on widgets not inheriting from QuickWidget
Mon, 11 Mar 2019 08:39:43 +0100 Goffi core (debug): added "visible_widgets_dump" action to new _debug signal
Mon, 11 Mar 2019 08:39:43 +0100 Goffi core: resync widgets only when they are visible:
Mon, 11 Mar 2019 08:39:43 +0100 Goffi core: call new methods onVisible and onNotVisible when a widget is displayed or hidden + fixed a deletion bug on _removeVisibleWidget
Mon, 11 Mar 2019 08:39:43 +0100 Goffi core: (de)activate sync flag when the frontend is being paused or resumed
Mon, 11 Mar 2019 08:39:43 +0100 Goffi core: improved getOrClone + use in chat and widgets_handler:
Mon, 11 Mar 2019 08:39:43 +0100 Goffi core: use new unix socket mechanism to set frontend state
Sat, 26 Jan 2019 20:24:48 +0100 Goffi core: notifs can now have a custom icon and be clickable:
Sat, 26 Jan 2019 20:24:48 +0100 Goffi core: when switching to a new widget, it becomes the selected one.