Commit graph

763 commits

Author SHA1 Message Date
Christophe Benz
13f9fc07b2 move icons to xdg standard dirs, add desktop files
closes #359
2010-08-11 19:30:30 +02:00
Christophe Benz
3fcbcc3964 -s '*' fills object 2010-08-11 16:42:07 +02:00
Romain Bignon
5b95c0388f new backend geolocip 2010-08-11 16:01:07 +02:00
Romain Bignon
3dda5dac7a new capability ICapGeolocIp 2010-08-11 16:00:50 +02:00
Romain Bignon
9b02bad7ed fix when the DOMAIN is None 2010-08-11 16:00:39 +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
7b0c91275f ability to check caps of a backend against a string (not only a class) 2010-08-11 15:00:27 +02:00
Laurent Bachelier
05b9bbdb2e Fix for ClientForm in mechanize >=0.2
refs #362
2010-08-10 18:15:22 +02:00
Christophe Benz
46a56f5d87 handle read URL data failures, next 2010-08-09 20:30:51 +02:00
Christophe Benz
46f4de696e handle read URL data failures 2010-08-09 20:29:07 +02:00
Christophe Benz
b720e851fa bugfix when backends='' 2010-08-09 20:05:48 +02:00
Romain Bignon
39afdae0b2 removed unused functions 2010-08-07 12:45:18 +02:00
Romain Bignon
07fa14915c new backend arte 2010-08-07 12:45:18 +02:00
Romain Bignon
c6ab15074e renamed yweather to yahoo 2010-08-05 17:22:29 +02:00
Romain Bignon
d4712cb693 correctly parses the 'Sa shopping list' string in description 2010-08-03 21:00:50 +02:00
Romain Bignon
9c961d3d5b fix the 'profile' command 2010-08-03 20:57:57 +02:00
Romain Bignon
4bbbee9370 display ContactPhoto url as string 2010-08-03 20:57:43 +02:00
Romain Bignon
f3d88567dd fix preview urls with spaces 2010-08-03 20:24:42 +02:00
Romain Bignon
bf0f1d94b1 correctly handle reload after backends configuration 2010-08-03 20:18:34 +02:00
Romain Bignon
7859aa0ba6 unload and load removed/updated/added configured backends (refs #334) 2010-08-03 20:17:35 +02:00
Romain Bignon
9ff2f70284 support deinit 2010-08-03 20:16:57 +02:00
Romain Bignon
37c0ee8938 new function unload_backends() 2010-08-03 20:14:22 +02:00
Christophe Benz
eca1e59191 handle the case a backend is configured but not installed 2010-08-03 17:36:09 +02:00
Christophe Benz
59b957d38f do not load disabled backends 2010-08-03 17:35:14 +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
Christophe Benz
e20425952c check condition before fields selection 2010-08-02 17:04:33 +02:00
Christophe Benz
4ee379f33c print utf-8 strings 2010-08-02 17:04:33 +02:00
Romain Bignon
9189161c39 Merge remote branch 'cbenz/master' 2010-08-02 16:48:17 +02:00
Christophe Benz
cd08025ee2 bugfix with recursive func 2010-08-02 16:44:41 +02:00
Christophe Benz
cea76a076d bugfix with args 2010-08-02 16:35:29 +02:00
Christophe Benz
a37e1a0018 indicate how to configure backends with qt gui 2010-08-02 16:35:19 +02:00
Christophe Benz
72dfd343c4 reparent -f option to formatting options group 2010-08-02 16:34:51 +02:00
Romain Bignon
ab0b47ee87 pyflakes fixes 2010-08-02 15:13:50 +02:00
Romain Bignon
244bb055f2 VideoThumbnail.__str__() doesn't print the url between <> anymore 2010-08-02 14:48:51 +02:00
Romain Bignon
ae674c6789 rename ContactThumbnail to VideoThumbnail 2010-08-02 14:47:17 +02:00
Romain Bignon
8c9bf2a38d reorganization order of commands and rename 'configured' to 'listconfigured' 2010-08-02 14:35:21 +02:00
Romain Bignon
a41c5394db configured backend parameter '_enabled' to enable or disable it 2010-08-02 09:52:38 +02:00
Romain Bignon
d710c93b36 fetch thumbnails asynchroneously 2010-08-01 21:08:22 +02:00
Romain Bignon
e5a27692b5 fix bad backend name (closes #342) 2010-08-01 20:14:29 +02:00
Romain Bignon
490d0a6a39 add logo for each backends 2010-07-31 16:22:14 +02:00
Romain Bignon
ca39a32318 better presentation 2010-07-30 18:06:28 +02:00
Christophe Benz
ee4e2cf802 add logo for backend INA 2010-07-30 16:13:33 +02:00
Christophe Benz
d0ccc88201 s/weboobcfg/weboob-config 2010-07-29 19:25:29 +02:00
Romain Bignon
f95aab9096 display all of the profile 2010-07-29 13:08:16 +02:00
Romain Bignon
c4d8f7de2e fix encoding in sent messages (closes #308) 2010-07-29 11:04:51 +02:00
Romain Bignon
92d4bd2e73 don't send messages too short (refs #307) 2010-07-28 12:29:17 +02:00
Romain Bignon
d3feefbe1f display the error message in status when the login/password is wrong 2010-07-27 13:28:04 +02:00
Romain Bignon
45ac367554 fix do() when the 'backends' attribute is an empty string or an unknown type 2010-07-27 10:55:49 +02:00