Romain Bignon
15a58d5647
import browser exceptions from weboob.tools.exceptions
2014-05-17 14:56:07 +02:00
Romain Bignon
6fcac89dd5
first step in python3 support
2014-05-17 14:27:55 +02:00
Romain Bignon
46d9acd37e
display a message when more results are available ( closes #1038 )
2013-07-27 23:40:24 +02:00
Laurent Bachelier
a6ad7e83ff
Use newer form of catching exceptions
...
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
0a603ff42a
qt: display a dialog to ask user to update repositories at run if error
2013-03-26 09:53:17 +01:00
Laurent Bachelier
7094931c92
Easy spacing fixes, trailing stuff
...
Remove useless trailing \
Remove trailing spaces
Add missing empty lines
autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .
Diff quickly checked.
2013-03-16 00:54:55 +01:00
Laurent Bachelier
541d080c9d
Use flake8 if available instead of pyflakes
...
With flake8, we can check for more issues and ignore those who are not
real issues.
This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.
Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
Romain Bignon
47887d5560
add handler in applications
2012-11-10 13:25:07 +01:00
Laurent Bachelier
3a66728392
Fix crashes with unicode characters in maintainer name
...
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Romain Bignon
aea269e9f6
create UserError exception
...
Modules can raise this exception when they want to print errors to user
2012-04-25 13:43:52 +02:00
Clément Schreiner
76795b27a2
Ask for correct login information (for example "Account ID" in boobank) instead of always asking for "Password".
2012-03-25 12:51:38 +02:00
Romain Bignon
3eddf8e6dd
fix unicode issue
2012-02-19 18:34:33 +01:00
Romain Bignon
07f105910e
add new application qflatboob
2012-02-16 16:29:40 +01:00
Romain Bignon
dfb52a2624
verbose error messages in Qt applications ( closes #775 )
2012-02-05 17:19:36 +01:00
Romain Bignon
a255916fa3
support new config management and login callback in applications
2011-05-21 10:28:27 +02:00
Romain Bignon
7e2bb91b3b
change license to AGPLv3+
2011-04-08 12:48:07 +02:00
Romain Bignon
a792b6601c
support new Values* classes and ICapAccount with a 'Register' button ( closes #390 )
2010-10-26 21:02:45 +02:00
Romain Bignon
41827c4160
show a messagebox on bcall errors instead of console print
2010-09-30 20:13:06 +02:00
Romain Bignon
fc4badf88e
merge do_caps() and do_backends() into do() (optional keyword params 'backends' and 'caps')
2010-07-17 13:48:32 +02:00
Romain Bignon
41317e5029
fix QtScheduler and use it instead of QTimer
2010-07-13 23:44:22 +02:00
Christophe Benz
6b885044aa
fix imports
2010-07-08 14:02:33 +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
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
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
Antoine
feebe42b81
QVideoBoob works again
2010-06-15 06:58:00 +02:00
Romain Bignon
1f7e590864
create qt/ dir instead of qt.py
2010-06-08 23:53:02 +02:00