Thu, 04 Sep 2014 19:05:57 +0200 |
Goffi |
primitivus: moved history method definition out of keypress
|
Thu, 04 Sep 2014 19:05:57 +0200 |
Goffi |
primitivus: key can be changed in config:
|
Thu, 04 Sep 2014 19:05:57 +0200 |
Goffi |
primitivus: use of new keys modules from Urwid SàText
|
Tue, 26 Aug 2014 12:52:46 +0200 |
souliane |
move sat.tools.jid to sat_frontends.tools.jid
|
Sat, 23 Aug 2014 20:26:04 +0200 |
souliane |
quick_frontend, primitivus: add primitivus command ":history [limit]" (default value for limit is 50)
|
Sun, 24 Aug 2014 18:23:55 +0200 |
souliane |
primitivus: improve the check to alert for new message
|
Sat, 23 Aug 2014 20:11:37 +0200 |
souliane |
primitivus: change behavior of commands ":presence" and ":status" :
|
Wed, 13 Aug 2014 14:48:49 +0200 |
Goffi |
frontends: XMLUI refactoring + dialogs:
|
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
|
Mon, 25 Nov 2013 12:29:14 +0100 |
souliane |
primitivus: save the input history when "esc" is pressed
|
Mon, 25 Nov 2013 01:56:07 +0100 |
souliane |
frontends: set and retrieve your own presence and status
|
Sat, 23 Nov 2013 10:21:40 +0100 |
souliane |
frontends: define the constants with classes and inheritance instance of using __builtin__
|
Thu, 21 Nov 2013 18:57:10 +0100 |
souliane |
frontends tools: moved src/tools/frontends to frontends/src/tools
|
Tue, 29 Oct 2013 16:26:55 +0100 |
souliane |
tools: renamed tools.jid.JID attribute "short" to "bare"
|
Mon, 28 Oct 2013 19:04:49 +0100 |
souliane |
primitivus card_game: bug fix and improvement
|
Tue, 22 Oct 2013 09:41:27 +0200 |
souliane |
wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 compliance
|
Fri, 08 Nov 2013 16:35:51 +0100 |
Goffi |
moved sat.tools.frontend to sat.tools.frontends
|
Thu, 07 Nov 2013 16:58:20 +0100 |
souliane |
frontend, primitivus: added input history (mode-wise)
|
Tue, 15 Oct 2013 23:10:31 +0200 |
Goffi |
primitivus: fixed crash on private messages
|
Sat, 07 Sep 2013 02:03:17 +0200 |
souliane |
core: added the security_limit to setParam
|
Thu, 05 Sep 2013 20:57:00 +0200 |
souliane |
misc: a few "cosmetic" changes (PEP 8...)
|
Sun, 08 Sep 2013 19:13:02 +0200 |
souliane |
primitivus: chat state implementation
|
Thu, 05 Sep 2013 20:28:44 +0200 |
souliane |
core: security attribute added to the parameters
|
Sun, 08 Sep 2013 18:05:19 +0200 |
Goffi |
primitivus: menu to search directory (using XEP-0055)
|
Fri, 08 Mar 2013 00:36:22 +0100 |
Goffi |
fixed licences in docstrings (they are now in comments)
|
Sun, 24 Feb 2013 15:29:31 +0100 |
Goffi |
Primitivus: fixed contacts list (un)hidding
|
Sun, 24 Feb 2013 13:57:37 +0100 |
Goffi |
primitivus: fixed urwid issues with recent urwid versions
|
Sat, 23 Feb 2013 12:25:34 +0100 |
Goffi |
core: fixed sendMessage
|
Fri, 18 Jan 2013 17:55:34 +0100 |
Emmanuel Gil Peyrot |
Remove trailing whitespaces.
|
Mon, 07 Jan 2013 23:30:13 +0100 |
Goffi |
dates update
|
Wed, 14 Nov 2012 21:31:38 +0100 |
Goffi |
primitivus: fixed actionResult call (fix gateways management)
|