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
Romain Bignon
404d7290ba
a lot of pyflakes and pylint fixes
2010-08-13 22:23:10 +02:00
Romain Bignon
2c36d64155
display if a message is read or no (leto will be happy)
2010-08-13 20:55:00 +02:00
Romain Bignon
9c7f585753
new tests architecture
2010-08-13 17:27:22 +02:00
Romain Bignon
843db82d8a
port QHaveSex and QBoobMsg to new ICapMessage.Message API
2010-08-13 16:24:59 +02:00
Romain Bignon
acfa29ec81
monboob doesn't care about filling messages
2010-08-13 14:46:17 +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
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
Romain Bignon
d8a739f86f
applying patch from Olf to add the 'history' command to boobank and backends (refs #373 )
2010-08-12 18:17:19 +02:00
Romain Bignon
e980e040ba
capabilities objets inherit from CapBaseObject (refs #369 )
2010-08-12 17:22:04 +02:00
Christophe Benz
7df5136b5f
use self.do instead of self.weboob.do in console apps
2010-08-12 16:44:42 +02:00
Christophe Benz
53f6571fee
implement max_results option and infinite search for youtube
2010-08-12 16:04:53 +02:00
Christophe Benz
6ecf722f66
english wording
2010-08-12 16:04:53 +02:00
Romain Bignon
92ca7d440f
new frontend geolooc
2010-08-12 09:25:09 +02:00
Romain Bignon
1a4189afa1
new parameter -C to load configured backends
2010-08-11 16:00:26 +02:00
Romain Bignon
a7d2aa21e8
new backend weboob-cli (refs #352 )
2010-08-11 15:00:27 +02:00
Romain Bignon
9c961d3d5b
fix the 'profile' command
2010-08-03 20:57:57 +02:00
Romain Bignon
bf0f1d94b1
correctly handle reload after backends configuration
2010-08-03 20:18:34 +02:00
Romain Bignon
64ccdd39df
fix ID parsing
2010-08-02 18:43:50 +02:00
Romain Bignon
8d604ca359
renamed travel to traveloob
2010-08-02 18:35:36 +02:00