log frontends/src/primitivus/primitivus @ 1103:a096b8579a3c

age author description
Mon, 11 Aug 2014 19:10:24 +0200 Goffi frontends: signals are managed in a more generic way
Thu, 26 Jun 2014 00:05:20 +0200 Goffi core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managed
Sat, 07 Jun 2014 15:39:20 +0200 souliane frontends: async failures are more detailed (full class name + error message)
Fri, 23 May 2014 09:59:35 +0200 souliane core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signal
Fri, 23 May 2014 10:40:54 +0200 souliane core, frontends: remove bridge method "connect" (always use asyncConnect)
Thu, 29 May 2014 14:34:01 +0200 souliane frontends: fixes bug with private message introduced with revision 1000 (6f1e03068b5f) + display messages from contacts not in roster
Wed, 07 May 2014 16:11:32 +0200 souliane quick_app, primitivus: update the connection mechanism to ask for non empty profile passwords
Wed, 14 May 2014 12:51:24 +0200 Goffi core (log): moved configuration to core.log_config; this avoid import issues with pyjamas.
Wed, 07 May 2014 15:44:31 +0200 souliane better PEP-8 compliance
Mon, 05 May 2014 20:12:19 +0200 Goffi primitivus: use of new logging system:
Sun, 27 Apr 2014 18:22:12 +0200 souliane primitivus: fixes contact group update
Thu, 03 Apr 2014 16:10:44 +0200 souliane core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py
Thu, 20 Mar 2014 21:18:18 +0100 souliane bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connect
Fri, 21 Mar 2014 15:36:01 +0100 Goffi primitivus: EditBar doesn't propagate key pressed anymore if it manage a 'up' or 'down' event (history event)
Fri, 21 Mar 2014 15:04:03 +0100 Goffi primitivus: removed deprecated use of set_focus
Mon, 17 Mar 2014 13:24:55 +0100 souliane primitivus: display chat states (with symbols) for MUC participants
Tue, 18 Feb 2014 19:37:29 +0100 souliane primitivus: displayed presence/status was not updated when the presence is "Online".
Tue, 04 Feb 2014 18:51:16 +0100 Goffi frontends: fixed /me usage + renamed a couple of "type" parameters to type_
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Tue, 04 Feb 2014 18:26:03 +0100 Goffi plugin XEP-0077, plugin XEP-0100, frontends: gateways have been entirely implemented in backend using the new refactored XMLUI and AdvancedListContainer. The now useless code has been removed from frontends.
Tue, 04 Feb 2014 18:19:32 +0100 Goffi XMLUI (core, frontends): added JidWidget and DividerWidget + popup type + some bugfixes:
Tue, 04 Feb 2014 18:03:53 +0100 Goffi plugin XEP-0055, Primitivus: Directory search dialogs are now entirely done in plugin XEP-0055, specific code in frontend is not needed anymore
Tue, 04 Feb 2014 18:02:37 +0100 Goffi primitivus: fixed bad closure, resulting in menus bug.
Fri, 27 Dec 2013 13:28:26 +0100 souliane core, bridge: new method paramsRegisterApp to register frontend's specific parameters
Fri, 03 Jan 2014 21:25:07 +0100 Goffi frontends: fixed sendMessage calls, sendMessage is now async so callback and errback need to be specified + redraw in PrimivitusApp.notify
Sun, 29 Dec 2013 17:10:14 +0100 Goffi core: dynamics menus refactoring:
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Tue, 24 Dec 2013 15:19:08 +0100 Goffi backend, frontends: callbacks refactoring:
Tue, 24 Dec 2013 15:18:31 +0100 Goffi core, frontends: callMenu is now async and don't use callback_id anymore
Tue, 17 Dec 2013 01:46:45 +0100 Goffi core,bridge: sendMessage bridge method is now async