Commit graph

3,825 commits

Author SHA1 Message Date
Romain Bignon
17d2c732a8 fix parsing of CEL accounts 2013-03-21 12:23:17 +01:00
Romain Bignon
9ce8385e3e fix heritage 2013-03-21 11:59:29 +01:00
Romain Bignon
325405b6a1 support some variants of website 2013-03-21 11:44:26 +01:00
Romain Bignon
a46f4cfdff fallback on mobile website if there is no CCPTE input field on homepage 2013-03-21 11:44:13 +01:00
Romain Bignon
5c718184c6 go on the savings page to get more accounts (patch from Xavier Guerrin) 2013-03-21 10:48:39 +01:00
Florent
c6816e7444 Other comments 2013-03-20 14:50:09 +01:00
Florent
e56737a0cd Fix comment 2013-03-20 14:10:40 +01:00
Julien Veyssier
c04ca3f3b3 [qcookboob] integration of stop feature 2013-03-19 22:13:56 +01:00
Julien Veyssier
4dfdcfbe97 [qcookboob] cosmetics 2013-03-19 22:13:56 +01:00
Laurent Bachelier
be3e19a203 try/except import are now handled by flake8 2.0+ / pyflakes 0.6+ 2013-03-19 19:10:20 +01:00
Florent
a1267abfc3 Update authors 2013-03-19 19:05:11 +01:00
Romain Bignon
7523cea4b2 parse only operation dates for date transactions
Dates in labels are dd/mm for card transactions, but can be mm/yy for
other kind of transactions.
2013-03-19 13:43:31 +01:00
Romain Bignon
240efb85f4 support new Crédit Agricole website 2013-03-19 11:34:46 +01:00
Florent Fourcot
832119fc3a Fix ICapBill on the new website 2013-03-18 23:12:48 +01:00
Julien Veyssier
a62ed69045 [qcineoob] button to stop search process 2013-03-18 15:02:40 +01:00
Julien Veyssier
766b69ec4a [opensubtitles] favicon 2013-03-18 15:02:40 +01:00
Julien Veyssier
893437dd00 [qcookboob] max results 2013-03-18 15:02:39 +01:00
Julien Veyssier
fe9c011757 [qcineoob] save max results number in config 2013-03-18 15:02:39 +01:00
Julien Veyssier
b91266f2d7 [qcineoob] limit number of result by backend 2013-03-18 15:02:39 +01:00
Julien Veyssier
01ac98b167 [qcineoob] try to guess subtitle extension at download 2013-03-18 15:02:39 +01:00
Julien Veyssier
233c18b2e1 [qcineoob] graphical fixes
add 'genres' field to Movie object of ICapCinema
2013-03-18 15:02:39 +01:00
Julien Veyssier
1c42b12ab6 [qcineoob] set pictures sizes 2013-03-18 15:02:39 +01:00
Julien Veyssier
8d49950813 finaly handle BrowserHTTPNotFound in backend browsers 2013-03-18 15:02:38 +01:00
Julien Veyssier
a7b42940b0 [piratebay] unescape title 2013-03-18 11:16:07 +01:00
Julien Veyssier
5e247db743 [qcineoob] search by id
[qcookboob] undo previous modif on backends, exceptions  are handled by app
2013-03-18 11:16:07 +01:00
Julien Veyssier
95953d3217 cookboob backends : handle bad id 2013-03-18 11:16:07 +01:00
Julien Veyssier
303172a816 [qcookboob] search by id 2013-03-18 11:16:07 +01:00
Julien Veyssier
763164d880 [qcookboob] cosmetic fixes 2013-03-18 11:16:07 +01:00
Julien Veyssier
c56f8b2eb4 [wordreference] dirty fix for a dirty website 2013-03-18 11:16:06 +01:00
Julien Veyssier
f20f59cdc7 [cuisineaz] strip accents in pattern 2013-03-18 11:16:06 +01:00
Julien Veyssier
b219926ffe qcookboob in setup and makefile 2013-03-18 11:16:06 +01:00
Julien Veyssier
ee5a819cb5 [qcookboob] useless import 2013-03-18 11:16:06 +01:00
Julien Veyssier
66141a5c93 [qcookboob] operationnal 2013-03-18 11:16:06 +01:00
Julien Veyssier
fa1bea3e48 [cuisineaz] better thumbnail url obtention 2013-03-18 11:16:06 +01:00
Julien Veyssier
0473e3e4be new application qcookboob, in progress 2013-03-18 11:16:06 +01:00
Julien Veyssier
62074615da verified autopep8 on qcineoob, cineoob, suboob, booblyrics, cookboob 2013-03-18 11:16:05 +01:00
Julien Veyssier
5d923bc73b autopep8 with 120 chars line length on my modules 2013-03-18 11:16:05 +01:00
Florent
6a7bc0924d Add BrowserBanned in import 2013-03-18 11:15:19 +01:00
François Revol
8c6709ba47 videoob: stop the video when closing with ESC
At least here the player widget continued playing in the background
when closing the window with ESC, it seems it's actually only hidden.

Signed-off-by: François Revol <revol@free.fr>
2013-03-18 11:14:46 +01:00
François Revol
667879518a gdcvault: use is_on_page() call
Signed-off-by: François Revol <revol@free.fr>
2013-03-18 11:14:01 +01:00
François Revol
8a07b7a9ce gdcvault: implement login
* since there is a limited number of usable concurrent sessions
we force a logout on exit.

Signed-off-by: François Revol <revol@free.fr>
2013-03-18 11:13:36 +01:00
François Revol
f6b2911511 canalplus: fix typo
Signed-off-by: François Revol <revol@free.fr>
2013-03-16 23:25:19 +01:00
Laurent Bachelier
e35755c29f New pep8 fixes 2013-03-16 01:00:28 +01:00
Laurent Bachelier
f37e3c5742 Fix indents not multiples of four 2013-03-16 00:57:31 +01:00
Laurent Bachelier
fbe0fb8d52 Some manual style fixes 2013-03-16 00:57:31 +01:00
Laurent Bachelier
e0542c2e4a Fix comparisons to None
Diff checked manually.

autopep8 -a -ir -j2 --select=E711 .

This required the "agressive" option because it can change code
behavior.
2013-03-16 00:57:30 +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
c21d1f7925 Code clarity fixes
autopep8 -ir -j2 --select=E303,E125
Diff checked manually.
2013-03-16 00:52:43 +01:00
Laurent Bachelier
dcb2b61b18 pyflakes fixes for unchecked files
They were not in the tools/pyflakes.sh runs
2013-03-16 00:52:43 +01:00
Laurent Bachelier
75b428af07 Code style fixes
autopep8 -ir -j2 --select=W601,W602 .
Diff checked manually.
2013-03-16 00:52:43 +01:00