Commit graph

318 commits

Author SHA1 Message Date
Christophe Benz
b896f5f75c use jquery chaining 2010-09-27 14:57:26 +02:00
Christophe Benz
d384a10810 reset queue before return 2010-09-27 14:57:26 +02:00
Romain Bignon
4f73e8535e catch every CallErrors errors in repl applications 2010-09-27 13:17:08 +02:00
Romain Bignon
95c445223c change output of 'backends list' command 2010-09-27 00:18:04 +02:00
Laurent Bachelier
79ab361d54 Fix startup error 2010-09-26 20:19:30 +02:00
Romain Bignon
f4f9ef25f4 fixes when no backends are loaded 2010-09-25 02:16:07 -04:00
Romain Bignon
4d5a5003a7 load backends before calling main() 2010-09-25 01:28:34 -04:00
Romain Bignon
1e6de0f12e add commands 'backends add' and 'backends remove' 2010-09-25 01:17:06 -04:00
Romain Bignon
04037e7893 repl: interactive add of backends when no one is loaded at startup 2010-09-25 00:57:54 -04:00
Romain Bignon
aee0e49cc8 -b is handled by BaseApplication 2010-09-24 21:56:49 -04:00
Romain Bignon
27be2bdb25 use bold in prompt 2010-09-24 15:00:31 -04:00
Romain Bignon
96a9bb4b8f completion of command 'formatter' 2010-09-24 14:19:46 -04:00
Romain Bignon
0eba4302a5 override complete() to change the behaviour of Cmd completion 2010-09-24 13:56:24 -04:00
Romain Bignon
86acc67ccc remove PromptApplication (replaced by ReplApplication) 2010-09-24 13:04:15 -04:00
Romain Bignon
37a53b783a port every console applications to ReplApplication 2010-09-24 12:58:27 -04:00
Christophe Benz
06cbda9d4d implement formatter options 2010-09-24 18:03:50 +02:00
Christophe Benz
4f4897e0f2 add formatter command 2010-09-23 19:48:52 -04:00
Christophe Benz
13a1f2a8a5 enhance select command, add condition command 2010-09-23 13:24:59 -04:00
Romain Bignon
65bcd201e0 fixes on console applications 2010-09-23 17:05:32 +02:00
Romain Bignon
6bbc6f599e fix things related to help output, completion and intro 2010-09-21 19:49:04 -04:00
Romain Bignon
17544397dd fix callback 2010-09-21 13:10:55 -04:00
Christophe Benz
9e2345eeb9 implement select command 2010-09-21 13:10:52 -04:00
Christophe Benz
ab4a427586 new ReplApplication base class 2010-09-21 13:10:48 -04:00
Romain Bignon
54f9220555 fix output when no backends is configured 2010-09-17 19:08:04 -04:00
Romain Bignon
3102e79e51 fix check of not loaded data 2010-08-30 18:19:50 +02:00
Romain Bignon
089441433d fillobj can take a string 2010-08-30 16:59:52 +02:00
Romain Bignon
64d5f75be2 multiline formatter do not display not loaded fields 2010-08-27 09:49:07 +02:00
Romain Bignon
185a6e91a2 function iternb (not used yet, but it's more usefull in tree than in stash) 2010-08-25 13:21:08 +02:00
Romain Bignon
9f5c9aeebc renamed BackendsLoader to ModulesLoader 2010-08-24 11:03:39 +02:00
Romain Bignon
f0ea8829a2 display weboob-config-qt at launch on Qt applications when there are no configured backends 2010-08-20 12:22:04 +02:00
Romain Bignon
31445de767 qweboobcfg: display website of backend in description in any 2010-08-20 09:19:21 +02:00
Romain Bignon
9581fa0b19 all loaded backends are now configured (refs #368) 2010-08-19 22:15:38 +02:00
Christophe Benz
8afff42465 compare instance to basestring instead of (str, unicode) 2010-08-17 19:33:06 +02:00
Romain Bignon
3ced2bee38 fillobj(): when '*' is in fields, or if fields is None, select all of not loaded fields 2010-08-15 10:11:00 +02:00
Romain Bignon
b354f8d3a7 enhancement of load detection of fields 2010-08-14 21:50:31 +02:00
Romain Bignon
d864233a91 do not display the config frame of a backend when enabling/disabling it (refs #348) 2010-08-14 17:51:07 +02:00
Romain Bignon
ffd75dc2b5 can enable/disable backends, and support choices fields (refs #348) 2010-08-14 17:46:10 +02:00
Romain Bignon
0b2c4aeafc select backend randomly 2010-08-13 23:17:52 +02:00
Romain Bignon
404d7290ba a lot of pyflakes and pylint fixes 2010-08-13 22:23:10 +02:00
Romain Bignon
62b7584d80 tests are skipped when the backend can't be loaded 2010-08-13 18:12:16 +02:00
Romain Bignon
9c7f585753 new tests architecture 2010-08-13 17:27:22 +02:00
Romain Bignon
50d0c9a728 enhancement of the ICapMessages.Message object 2010-08-13 14:38:42 +02:00
Romain Bignon
1fd52b7ba8 enhancement of backends configuration 2010-08-13 12:00:24 +02:00
Romain Bignon
85100e4c3a fix error message when the value isn't in the choices list 2010-08-13 11:18:55 +02:00
Romain Bignon
cf1da91308 new 'choices' attribute of BaseBackend.ConfigField 2010-08-13 11:10:11 +02:00
Romain Bignon
52cb3ea97c fix 2010-08-13 10:43:22 +02:00
Romain Bignon
30cc736fbc new function get_document 2010-08-13 10:43:22 +02:00
Romain Bignon
3c89ee1f93 fix complete of objects 2010-08-13 09:20:26 +02:00
Romain Bignon
3d97a99cee pyflakes 2010-08-12 18:28:11 +02:00
Romain Bignon
3bf7975ad1 display a 'Total' line on command 'list' 2010-08-12 18:17:19 +02:00