Commit graph

111 commits

Author SHA1 Message Date
Christophe Benz
a116fbebb4 fix import 2010-07-12 03:16:08 +02:00
Christophe Benz
13137111e4 enhance formatters 2010-07-12 03:16:05 +02:00
Christophe Benz
4698a6c391 change vocabulary 2010-07-12 03:16:05 +02:00
Christophe Benz
5c2ab81e16 change vocabulary
s/module/backend
s/backend/configured_backend
s/frontend/application
2010-07-12 03:07:10 +02:00
Christophe Benz
5547e14e11 enhance formatters 2010-07-11 22:00:18 +02:00
Christophe Benz
742b0ad62b remove unnecessary comments 2010-07-11 02:52:12 +02:00
Christophe Benz
54e8dac88b fix CallErrors imports 2010-07-10 22:10:05 +02:00
Christophe Benz
3a9c45c387 display full path for file in log format 2010-07-10 21:55:09 +02:00
Christophe Benz
de3b3880c1 test if requested backends before iterating 2010-07-10 03:28:35 +02:00
Christophe Benz
e4b789d340 enhance --select, add --no-header option 2010-07-10 03:27:41 +02:00
Christophe Benz
ce27e88049 first implementation of required fields 2010-07-10 03:26:52 +02:00
Christophe Benz
11475c8325 inform user about backend not found 2010-07-10 02:29:21 +02:00
Christophe Benz
6b885044aa fix imports 2010-07-08 14:02:33 +02:00
Christophe Benz
eecd1a40ca add webkit dependency 2010-07-07 19:50:52 +02:00
Christophe Benz
4caa9abd29 rename engine to ouiboube 2010-07-07 18:08:35 +02:00
Christophe Benz
1f6564c500 put back backendcfg to tools 2010-07-07 17:20:17 +02:00
Christophe Benz
e34b8a6541 make qweboobcfg an application 2010-07-07 17:20:17 +02:00
Christophe Benz
41eea192f4 formatters accept no backend name 2010-07-07 17:20:17 +02:00
Christophe Benz
3bf9c2518b global s/frontends/applications/ 2010-07-07 17:20:17 +02:00
Christophe Benz
1955d1be59 move core files to weboob.core 2010-07-07 17:20:16 +02:00
Romain Bignon
900a62ffea new HTMLDelegate class to display content as HTML in QTreeWidget and QListWidget 2010-07-05 12:04:17 +02:00
Romain Bignon
15f4167c81 disconnect signals when the process is done 2010-07-04 17:39:30 +02:00
Romain Bignon
d7301438cb display modules icons in backends list, modules list and module description 2010-07-04 00:29:47 +02:00
Romain Bignon
c5d4ee16c1 improvement of the gui 2010-07-03 22:54:27 +02:00
Romain Bignon
121ab66b41 renamed QtBCallCb to QtDo (and change the behavior) 2010-07-03 17:41:57 +02:00
Romain Bignon
84937667a3 new QtBCallCb class 2010-07-03 17:17:36 +02:00
Romain Bignon
be9f3f60e4 storage is also used by frontends 2010-07-03 14:51:49 +02:00
Christophe Benz
5bbe266c8c new HTML formatter using webkit 2010-06-30 20:20:25 +02:00
Romain Bignon
731d499f17 fix load of backends for specific caps 2010-06-30 19:46:43 +02:00
Romain Bignon
00f1982c18 pyflakes cleanup 2010-06-30 19:08:33 +02:00
Romain Bignon
ff67d9573c new frontend qweboobcfg 2010-06-30 19:07:42 +02:00
Christophe Benz
470f2a9fe2 use real comments for licence header 2010-06-22 16:27:33 +02:00
Christophe Benz
504b6c4c77 return if no columns (if no results) 2010-06-22 16:26:24 +02:00
Romain Bignon
4deb1398a8 new BackendCfg Qt dialog 2010-06-21 22:59:24 +02:00
Christophe Benz
2ed5c7f5e5 add more user-friendly message on condition parsing error 2010-06-21 17:50:50 +02:00
Christophe Benz
83f6fa21b6 handle case id is not a string 2010-06-21 17:50:38 +02:00
Christophe Benz
9a8ffd971d constrain backend search 2010-06-17 17:04:13 +02:00
Christophe Benz
a0f8137fc5 id decoration belongs to formatter 2010-06-17 15:47:05 +02:00
Christophe Benz
cc610a5e12 add join_id 2010-06-17 01:06:32 +02:00
Christophe Benz
d857f05a3b handle ids and providers frontend-side using helper 2010-06-16 22:13:16 +02:00
Christophe Benz
947d50da4e better handle utf-8 2010-06-16 21:48:48 +02:00
Christophe Benz
72270f3596 print encoded string 2010-06-16 21:47:26 +02:00
Antoine
feebe42b81 QVideoBoob works again 2010-06-15 06:58:00 +02:00
Romain Bignon
959de0b1bf do not print result if it is None 2010-06-08 23:53:26 +02:00
Romain Bignon
1f7e590864 create qt/ dir instead of qt.py 2010-06-08 23:53:02 +02:00
Romain Bignon
d05b828bd4 remove the useless 'app_name' parameter from the Weboob class 2010-06-08 22:44:12 +02:00
Christophe Benz
fe61b5ea3a oops 2010-06-02 16:48:47 +02:00
Christophe Benz
3e6ac8c53f handle import error for prettytable 2010-06-02 16:48:44 +02:00
Christophe Benz
676a95047d enhance formatters, add table formatter 2010-06-02 02:01:33 +02:00
Romain Bignon
ceea7e45ea set application name (refs #289) 2010-05-28 13:45:11 +02:00