log frontends/src/jp/base.py @ 2161:62dfa6e02f54

age author description
Tue, 21 Feb 2017 21:01:40 +0100 Goffi jp (base, blog, output(std)): fixed bad unicode handling in stdout, use of jp.disp instead of simple print
Thu, 16 Feb 2017 00:49:46 +0100 Goffi jp (core): added extra_outputs:
Sun, 12 Feb 2017 21:17:56 +0100 Goffi jp (info/disco): added --node argument
Mon, 06 Feb 2017 22:54:43 +0100 Goffi core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)
Sun, 15 Jan 2017 16:00:40 +0100 Goffi jp (core): fixed signal registration for progressions
Thu, 05 Jan 2017 22:22:26 +0100 Goffi jp (info/session): added a command to get data on current session
Sun, 18 Dec 2016 16:28:51 +0100 Goffi primitivus, jp: dynamic bridge + fixed D-Bus bridge:
Mon, 03 Oct 2016 21:15:39 +0200 Goffi bridge (D-Bus): bad design fixes:
Sat, 23 Apr 2016 23:10:03 +0200 Goffi jp: --output option:
Tue, 19 Apr 2016 20:09:02 +0200 Goffi jp: forgotten shebang fixes
Mon, 21 Mar 2016 19:44:16 +0100 Goffi jp: fixed traceback shown on a normal quit when a progression is finished
Sat, 05 Mar 2016 18:00:56 +0100 Goffi jp: moved KeyboardInterrupt catch one level higher, so it is also catched if the loop is not started
Thu, 03 Mar 2016 15:57:06 +0100 Goffi jp (blog/edit): editor arguments can now be specified on sat.conf, and default on are applied for known editors:
Wed, 02 Mar 2016 19:45:02 +0100 Goffi jp (base): fixed Jp.quit when exit code is 0
Mon, 29 Feb 2016 16:52:51 +0100 Goffi jp (base): refactored need_loop so it is set only when the command is run. It can now be set in __init__ methods of commands classes