log

age author description
Thu, 20 Aug 2015 18:44:39 +0200 Goffi QuickFrontend: removed old watched stuff as a new plugin now manages it properly
Thu, 20 Aug 2015 18:43:56 +0200 Goffi core, plugin watched: new plugin, show an alert when a watched entity goes online
Thu, 20 Aug 2015 18:41:06 +0200 Goffi primivitus: fixed profile manager exception when nothing is focused
Thu, 20 Aug 2015 18:36:53 +0200 Goffi frontends, primitivus: JidsList XMLUI widget management /!\ urwid SàText must be updated
Thu, 20 Aug 2015 18:35:27 +0200 Goffi core (params): jids_list type management
Thu, 20 Aug 2015 18:33:52 +0200 Goffi core (xmlui): added JidsListWidget to manage editable list of jids:
Tue, 18 Aug 2015 10:52:18 +0200 Goffi core(xmlui): removed useless parenthesis around assert
Tue, 18 Aug 2015 10:36:41 +0200 Goffi core (memory): fixed a double timer.cancel in Sessions
Tue, 18 Aug 2015 10:35:44 +0200 Goffi core , privmitivus (xmlui): add jidInput handling, with a simple String for now
Tue, 18 Aug 2015 10:04:47 +0200 Goffi xmlui: minor docstring fixes
Tue, 18 Aug 2015 09:37:25 +0200 Goffi core: tools.utils.getRepositoryData now return "hg log -r -1" and short form of node + fixed crash if mercurial is not present:
Tue, 18 Aug 2015 09:01:18 +0200 Goffi core: moved __version__ to __init__.py, so we can check version by doing "import sat;print(sat.__version__)"
Tue, 18 Aug 2015 09:01:18 +0200 Goffi core: removed sat_id which is not used anywhere, uuid do the job better
Tue, 18 Aug 2015 09:01:18 +0200 Goffi quick_frontend, primitivus: handling of actionNew signal
Tue, 18 Aug 2015 09:01:18 +0200 Goffi core, bridge: new signal actionNew to launch an action from the backend (e.g. display a dialog message):