Mon, 27 Jan 2020 21:17:09 +0100 |
Goffi |
core: fixed handling of M-n if other modifier (e.g. numlock) are present
|
Mon, 27 Jan 2020 21:17:09 +0100 |
Goffi |
core: removed root menus (i.e. global menu on top of window):
|
Mon, 27 Jan 2020 21:17:08 +0100 |
Goffi |
android: autoconnect profile using the new `profileAutoconnectGet` backend method:
|
Mon, 27 Jan 2020 21:17:08 +0100 |
Goffi |
core: don't call onBackendReady explicitly anymore now that it is handle in QuickApp
|
Mon, 27 Jan 2020 21:17:08 +0100 |
Goffi |
core: use selected widget from main screen in getWidgetToSwitch:
|
Sat, 18 Jan 2020 23:12:52 +0100 |
Goffi |
core: change selected_widget when root screen widget is changed
|
Sat, 18 Jan 2020 23:12:52 +0100 |
Goffi |
core: don't crash when a widget without profiles switch to default widget
|
Sat, 18 Jan 2020 23:12:52 +0100 |
Goffi |
core: better back key (ESC) management:
|
Fri, 17 Jan 2020 20:35:57 +0100 |
Goffi |
chat: keep as many instances of opened chat as there are active WHWrapper, instead of just one:
|
Fri, 17 Jan 2020 18:44:35 +0100 |
Goffi |
core (widgets handler): refactoring:
|
Fri, 17 Jan 2020 18:44:35 +0100 |
Goffi |
core (Cagou): add debug log for widget visibility + ignore_missing:
|
Fri, 17 Jan 2020 18:44:35 +0100 |
Goffi |
core (Cagou): "None" can be used in getVisibleList's cls to get all visible widgets
|
Fri, 17 Jan 2020 18:44:35 +0100 |
Goffi |
core (Cagou): "new" arg can be None in switchWidget, in which case default widget is used.
|
Fri, 17 Jan 2020 18:44:35 +0100 |
Goffi |
core: "key_input" method is now checked and used if suitable in selected widget.
|
Sat, 04 Jan 2020 16:24:57 +0100 |
Goffi |
core: new "connected" property in CagouApp
|
Sat, 04 Jan 2020 16:24:57 +0100 |
Goffi |
core: use classes and factory to handle platform specific behaviours in a generic way
|
Fri, 20 Dec 2019 12:29:37 +0100 |
Goffi |
core: fixed handling of classes with multiple inheritances in getAncestorWidget
|
Fri, 06 Dec 2019 13:23:03 +0100 |
Goffi |
backport: added a new "backport" module for using unreleased code from Kivy:
|
Fri, 06 Dec 2019 13:23:03 +0100 |
Goffi |
core, android: new share widget + added Cagou to "share" menu:
|
Wed, 16 Oct 2019 08:50:47 +0200 |
Goffi |
core: fixed state encoding + PLUGIN_EXT on Android following Python 3 port
|
Wed, 16 Oct 2019 08:50:34 +0200 |
Goffi |
core: bridge are now raising generic BridgeExceptionNoService
|
Wed, 16 Oct 2019 08:48:32 +0200 |
Goffi |
android (p4a): updated P4A option to use Python 3:
|
Tue, 13 Aug 2019 19:14:22 +0200 |
Goffi |
Python3 port:
|
Fri, 28 Jun 2019 13:02:11 +0200 |
Goffi |
core (about): improved "about" popup:
|
Fri, 28 Jun 2019 12:25:36 +0200 |
Goffi |
core: removed FIXME which is not valid anymore (it was not a bug)
|
Sun, 07 Apr 2019 21:09:27 +0200 |
Goffi |
core: refill contact lists on resync
|
Sun, 07 Apr 2019 21:09:27 +0200 |
Goffi |
core: don't change mouse setting on Android, this is causing a touch bug:
|
Wed, 27 Mar 2019 22:22:51 +0100 |
Goffi |
xmlui: many improvments:
|
Wed, 27 Mar 2019 22:22:51 +0100 |
Goffi |
core: disable multitouch emulation with mouse
|
Mon, 25 Mar 2019 07:11:09 +0100 |
Goffi |
misc: replaced "dummy" by "__"
|
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.
|
Sat, 26 Jan 2019 20:24:48 +0100 |
Goffi |
core, widgets handler: visible_widgets now keep all CagouWidgets, not only QuickWidgets. visible_quick_widgets can be used if only QuickWidgets are desired.
|
Sat, 26 Jan 2019 20:24:48 +0100 |
Goffi |
core (notes), common (symbol): added an icon showing note level:
|
Fri, 04 Jan 2019 13:20:29 +0100 |
Goffi |
about: show full version of SàT
|
Thu, 03 Jan 2019 20:38:46 +0100 |
Goffi |
plugin chat: fixed OTR State filtering + removed some legacy code
|
Sat, 06 Oct 2018 09:48:52 +0200 |
Goffi |
misc: fixed Android namespace
|
Mon, 02 Jul 2018 08:22:11 +0200 |
Goffi |
core(notification): display a warning and disable notifications if something is going wrong
|
Fri, 29 Jun 2018 16:14:09 +0200 |
Goffi |
changed package/service namespaces to org.salutatoi.*
|
Tue, 26 Jun 2018 07:11:16 +0200 |
Goffi |
core: implemented showDialog so message/dialogs from QuickFrontend are displayed
|
Fri, 25 May 2018 12:06:08 +0200 |
Goffi |
root widget: improved notes:
|
Tue, 22 May 2018 19:25:23 +0200 |
Goffi |
core: new errback method which can be use as a generic way to show error as notes
|
Tue, 22 May 2018 19:25:23 +0200 |
Goffi |
core: call QuickApp.onBridgeConnected (so ns_map is filled)
|
Tue, 22 May 2018 19:25:23 +0200 |
Goffi |
core: retrieve downloads_dir on startup
|
Thu, 10 May 2018 08:32:46 +0200 |
Goffi |
chat: show desktop notification and/or note when suitable
|
Tue, 01 May 2018 16:54:42 +0200 |
Goffi |
core: moved main colors to constants
|
Mon, 30 Apr 2018 07:56:28 +0200 |
Goffi |
core: set primary and secondary colors
|