Commit graph

2,630 commits

Author SHA1 Message Date
Julien Veyssier
77e16b839c [qcineoob] speedup, do not fillobj(thumbnail) if notavailable 2013-03-26 16:54:34 +01:00
Julien Veyssier
971ea3346a [qcineoob] thumbnails resize, showThumbnailCheck state saved in config 2013-03-26 16:22:00 +01:00
Julien Veyssier
d6a0291deb [qcineoob] checkbox to show thumbnail in search
[allocine] fix empty productionYear problem
2013-03-26 16:22:00 +01:00
Julien Veyssier
ce1723df16 [allocine] handle empty result
[qcineoob] QString -> unicode
2013-03-26 16:22:00 +01:00
Julien Veyssier
4a832d7dda [allocine] movie poster correction 2013-03-26 10:30:08 +01:00
Julien Veyssier
251f863c0b [qcineoob] role selection improved in filmography and casting 2013-03-26 10:30:08 +01:00
Julien Veyssier
63c769305d [allocine] roles in get_person 2013-03-26 10:30:08 +01:00
Julien Veyssier
efc49bc596 [allocine] quasi operational 2013-03-26 10:30:08 +01:00
Julien Veyssier
e6fe9ed69e [cookboob] comments objectified 2013-03-26 10:30:08 +01:00
Julien Veyssier
34a7c25cef [cookboob] export handle comments 2013-03-26 10:30:08 +01: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
Julien Veyssier
a51b63148d [qcookboob] integration of author field 2013-03-25 11:22:12 +01:00
Julien Veyssier
d391d1a2d8 [cookboob] author field added 2013-03-25 11:22:12 +01:00
Julien Veyssier
b0d9a43a76 [cookboob] basic amount parsing for better export 2013-03-25 11:22:12 +01:00
Julien Veyssier
b967fc4ef8 [cookboob] integration of recipe picture in exported file 2013-03-25 11:22:12 +01:00
Julien Veyssier
7a63b28181 [qcookboob] integration of 'kreml export' functionality 2013-03-25 11:22:12 +01:00
Julien Veyssier
1d971a5e04 [cookboob] export to KRecipesML much better and cleaner 2013-03-25 11:22:12 +01:00
Julien Veyssier
4d661fd759 [cookboob] export to mastercook XML 2013-03-25 11:22:12 +01:00
Laurent Bachelier
d8c30e6a96 qcookboob: Fix window name 2013-03-25 11:10:38 +01:00
Florent
fc3eefff09 Check if repositories are ok at the application runtime
Closes #1072
2013-03-22 18:01:32 +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
Julien Veyssier
a62ed69045 [qcineoob] button to stop search process 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
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
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
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
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
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
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
75b428af07 Code style fixes
autopep8 -ir -j2 --select=W601,W602 .
Diff checked manually.
2013-03-16 00:52:43 +01:00
Julien Veyssier
b907c8b266 btmon speeded up, all ICapTorrent backends clarified and fillobj cleaned 2013-03-15 18:20:54 +01:00
Julien Veyssier
f6e2f0a657 many emptyfications 2013-03-15 12:43:51 +01:00
Julien Veyssier
400cb1424e [cineoob] emptyfication 2013-03-15 12:21:42 +01:00
Julien Veyssier
003f5c50f8 [cookboob] emptyfication 2013-03-15 11:58:47 +01:00