Commit graph

514 commits

Author SHA1 Message Date
Romain Bignon
f031f9b5aa use a special and readable formatter for the 'search' command 2010-10-14 20:09:54 +02:00
Christophe Benz
47a585e1c0 add constants for videoob-webserver 2010-10-12 19:43:48 +02:00
Romain Bignon
c959feacac bump version of backends and applications to 0.3 2010-10-11 10:31:44 +02:00
Romain Bignon
d351cd13f0 fix boobank when coming is not available 2010-10-09 09:03:41 +02:00
Romain Bignon
7fa04fe1d2 fix missing flush() calls 2010-10-08 13:46:00 +02:00
Romain Bignon
0ebf8d579d add class attribute to disable REPL behaviour 2010-10-08 10:52:35 +02:00
Romain Bignon
cd3c2ee787 do not reload specified backends in commands, but ask do() to call methods only on them (closes #405) 2010-10-07 15:34:31 +02:00
Romain Bignon
00f6c4dfe8 improvements 2010-10-05 17:41:45 +02:00
Romain Bignon
ed7472a4fb if root message is NotLoaded, display the 'More messages...' button 2010-10-05 17:41:29 +02:00
Romain Bignon
19a43030a7 support sending HTML or plaintext messages (choice in combobox) 2010-10-04 22:52:23 +02:00
Romain Bignon
742ff2af58 do not double reload messages 2010-10-04 22:52:16 +02:00
Romain Bignon
dfa0d2be82 support messages sending and several minor features 2010-10-04 22:28:29 +02:00
Romain Bignon
e5fde16cb6 oops, badly removed _messageSelected 2010-10-04 21:31:51 +02:00
Romain Bignon
8b91911506 qboobmsg works and supports threads! 2010-10-04 21:15:23 +02:00
Romain Bignon
c216690351 wip 2010-10-04 20:39:57 +02:00
Romain Bignon
b9f759849b fix inserting 'more' button 2010-10-01 09:30:04 +02:00
Romain Bignon
2378c6ffc0 port qhavesex to new ICapMessages API 2010-09-30 20:13:06 +02:00
Romain Bignon
217b029a6f pyflakes fixes 2010-09-30 12:40:09 +02:00
Romain Bignon
6dfbda042c correctly handle BrowserUnavailable and BrowserIncorrectPassword exceptions in repl applications (closes #302)
It asks user to reconfigure backend when BrowserIncorrectPassword is
raised.
2010-09-30 11:59:12 +02:00
Nicolas Duhamel
935531c5ae Return transfer id Prevent when the two accounts aren't on the same backend
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-28 22:27:40 +02:00
Christophe Benz
7004c1d669 move video player tool to external file 2010-09-28 02:16:18 +02:00
Christophe Benz
9cb470ec4d oops forget to change variable 2010-09-28 01:03:11 +02:00
Christophe Benz
29ca1a7a11 fix split bug, forget flush 2010-09-27 18:54:30 +02:00
Christophe Benz
3c8adf391c fix indentation 2010-09-27 18:54:16 +02:00
Christophe Benz
8ab772c3d7 delete videoobrepl 2010-09-27 18:53:59 +02:00
Christophe Benz
f46eab4b67 set nsfw true by default 2010-09-27 18:53:44 +02:00
Christophe Benz
c2af558743 handle case if no backend name is specified 2010-09-27 14:57:26 +02:00
Christophe Benz
57f1bd3cdf Cmd commands must have one argument 2010-09-27 14:57:26 +02:00
Romain Bignon
7efc743694 store listed accounts and completion on 'coming', 'history' and 'transfer' commands 2010-09-27 00:05:33 +02:00
Romain Bignon
5c53bb52b5 completion on IDs for 'info' and 'play' (closes #396) 2010-09-27 00:04:23 +02:00
Romain Bignon
56cc59cf5e fix fetching information of a video 2010-09-26 21:35:11 +02:00
Romain Bignon
f4f9ef25f4 fixes when no backends are loaded 2010-09-25 02:16:07 -04:00
Romain Bignon
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
ec45f3c2f0 fix monboob do_ methods 2010-09-25 07:30:46 +02: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
73304380c3 add command 'play' (and now videoob is stateful) 2010-09-24 14:59:48 -04:00
Romain Bignon
0eba4302a5 override complete() to change the behaviour of Cmd completion 2010-09-24 13:56:24 -04:00
Romain Bignon
d0730472d8 oops fix bad function name 2010-09-24 13:45:50 -04:00
Romain Bignon
37a53b783a port every console applications to ReplApplication 2010-09-24 12:58:27 -04:00
Nicolas Duhamel
81706f23ad Add a transfer capability and implante it in bp and boobank
Make a transfer in boobank like that:

>transfer fromaccountid toaccoundid amount

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-24 18:05:32 +02:00
Christophe Benz
29de886fe6 add nsfw command 2010-09-24 18:03:48 +02:00
Christophe Benz
4f4897e0f2 add formatter command 2010-09-23 19:48:52 -04:00
Christophe Benz
ab4a427586 new ReplApplication base class 2010-09-21 13:10:48 -04:00
Romain Bignon
60077e8f0a fix list of backends 2010-08-31 18:08:47 +02:00
Romain Bignon
e7c24c13c8 adapt to new ICapMessages API 2010-08-30 16:59:52 +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
b620ef7460 add a button to configure backends 2010-08-19 22:22:17 +02:00
Romain Bignon
9581fa0b19 all loaded backends are now configured (refs #368) 2010-08-19 22:15:38 +02:00