log cagou/core/cagou_main.py @ 391:841045d5a937

age author description
2020-02-06 Goffi core: cache MUC bookmarks on startup
2020-02-04 Goffi core: return newly switched widget in switchWidget and doAction
2020-02-04 Goffi android: create/clean a temporary directory on startup:
2020-01-29 Goffi dates update
2020-01-27 Goffi android: platform specific menu to disconnect profile:
2020-01-27 Goffi core: fixed handling of M-n if other modifier (e.g. numlock) are present
2020-01-27 Goffi core: removed root menus (i.e. global menu on top of window):
2020-01-27 Goffi android: autoconnect profile using the new `profileAutoconnectGet` backend method:
2020-01-27 Goffi core: don't call onBackendReady explicitly anymore now that it is handle in QuickApp
2020-01-27 Goffi core: use selected widget from main screen in getWidgetToSwitch:
2020-01-18 Goffi core: change selected_widget when root screen widget is changed
2020-01-18 Goffi core: don't crash when a widget without profiles switch to default widget
2020-01-18 Goffi core: better back key (ESC) management:
2020-01-17 Goffi chat: keep as many instances of opened chat as there are active WHWrapper, instead of just one:
2020-01-17 Goffi core (widgets handler): refactoring:
2020-01-17 Goffi core (Cagou): add debug log for widget visibility + ignore_missing:
2020-01-17 Goffi core (Cagou): "None" can be used in getVisibleList's cls to get all visible widgets
2020-01-17 Goffi core (Cagou): "new" arg can be None in switchWidget, in which case default widget is used.
2020-01-17 Goffi core: "key_input" method is now checked and used if suitable in selected widget.
2020-01-04 Goffi core: new "connected" property in CagouApp
2020-01-04 Goffi core: use classes and factory to handle platform specific behaviours in a generic way
2019-12-20 Goffi core: fixed handling of classes with multiple inheritances in getAncestorWidget
2019-12-06 Goffi backport: added a new "backport" module for using unreleased code from Kivy:
2019-12-06 Goffi core, android: new share widget + added Cagou to "share" menu:
2019-10-16 Goffi core: fixed state encoding + PLUGIN_EXT on Android following Python 3 port
2019-10-16 Goffi core: bridge are now raising generic BridgeExceptionNoService
2019-10-16 Goffi android (p4a): updated P4A option to use Python 3:
2019-08-13 Goffi Python3 port:
2019-06-28 Goffi core (about): improved "about" popup:
2019-06-28 Goffi core: removed FIXME which is not valid anymore (it was not a bug)
2019-04-07 Goffi core: refill contact lists on resync
2019-04-07 Goffi core: don't change mouse setting on Android, this is causing a touch bug:
2019-03-27 Goffi xmlui: many improvments:
2019-03-27 Goffi core: disable multitouch emulation with mouse
2019-03-25 Goffi misc: replaced "dummy" by "__"
2019-03-25 Goffi date update
2019-03-25 Goffi core: store tls_validation flag in host and use if for file upload.
2019-03-20 Goffi core: certificate validation can be disabled:
2019-03-20 Goffi chat: multi-lines input:
2019-03-20 Goffi core, chat: UI improvments:
2019-03-20 Goffi core: check if resync exist in widget before calling it
2019-03-11 Goffi core: fixed crash when calling deleteUnusedWidgetInstances on widgets not inheriting from QuickWidget
2019-03-11 Goffi core (debug): added "visible_widgets_dump" action to new _debug signal
2019-03-11 Goffi core: resync widgets only when they are visible:
2019-03-11 Goffi core: call new methods onVisible and onNotVisible when a widget is displayed or hidden + fixed a deletion bug on _removeVisibleWidget
2019-03-11 Goffi core: (de)activate sync flag when the frontend is being paused or resumed
2019-03-11 Goffi core: improved getOrClone + use in chat and widgets_handler:
2019-03-11 Goffi core: use new unix socket mechanism to set frontend state
2019-01-26 Goffi core: notifs can now have a custom icon and be clickable:
2019-01-26 Goffi core: when switching to a new widget, it becomes the selected one.
2019-01-26 Goffi core, widgets handler: visible_widgets now keep all CagouWidgets, not only QuickWidgets. visible_quick_widgets can be used if only QuickWidgets are desired.
2019-01-26 Goffi core (notes), common (symbol): added an icon showing note level:
2019-01-04 Goffi about: show full version of SàT
2019-01-03 Goffi plugin chat: fixed OTR State filtering + removed some legacy code
2018-10-06 Goffi misc: fixed Android namespace
2018-07-02 Goffi core(notification): display a warning and disable notifications if something is going wrong
2018-06-29 Goffi changed package/service namespaces to org.salutatoi.*
2018-06-26 Goffi core: implemented showDialog so message/dialogs from QuickFrontend are displayed
2018-05-25 Goffi root widget: improved notes:
2018-05-22 Goffi core: new errback method which can be use as a generic way to show error as notes