log cagou/core/cagou_main.py @ 306:e2afbec1d178

age author description
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
2018-05-22 Goffi core: call QuickApp.onBridgeConnected (so ns_map is filled)
2018-05-22 Goffi core: retrieve downloads_dir on startup
2018-05-10 Goffi chat: show desktop notification and/or note when suitable
2018-05-01 Goffi core: moved main colors to constants
2018-04-30 Goffi core: set primary and secondary colors
2018-04-29 Goffi core: hide notifications header on M-n
2018-04-28 Goffi core: hide/show menu on M-m + disable menu on Android
2018-04-28 Goffi core: toggle fullscreen on F11
2018-04-27 Goffi widget handler: refactoring:
2018-04-27 Goffi core: disabled Kivy's default behaviour of displaying settings on F1
2018-04-13 Goffi core: [esc] key handling is disabled (for now)
2018-04-13 Goffi core: kivy require is now 1.10.0
2018-04-13 Goffi core (android): service is now launched using pyjnius, as recommended in doc
2018-04-06 Goffi core: changed default background color to white
2018-04-06 Goffi core (kv): new base.kv to handle default properties overriding on Kivy widgets
2018-04-05 Goffi global file reorganisation: base src/cagou/core/cagou_main.py@950dd6204504