Commit graph

67 commits

Author SHA1 Message Date
Florent
d6da9843db Set copyright in applications 2014-10-17 17:57:42 +02:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Romain Bignon
b1f20b5489 fix bcall to to new behavior of do(), and fix QtDo too, and all Qt applications... 2014-10-10 17:34:48 +02:00
Laurent Bachelier
74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
Laurent Bachelier
c07e23cafc Use class attributes as much as possible for application output
refs #803
2014-09-04 12:41:25 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +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
Julien Veyssier
efa452098b [qcineoob] ctrl+l to get focus on search edit, don't go on middle click opened tab 2013-04-06 10:36:28 +02:00
Julien Veyssier
515d4b8990 [qcineoob] qstring -> unicode 2013-04-06 10:36:28 +02:00
Laurent Bachelier
77ed563581 Fix comparisons to None 2013-04-03 19:04:56 +02:00
Laurent Bachelier
13026702bd Whitespace 2013-04-03 19:04:55 +02:00
Julien Veyssier
ff0d9ced4d [qcineoob] tabification 2013-04-02 12:09:52 +02:00
Julien Veyssier
7a6132cbca [qcineoob] download filename encoding 2013-04-02 11:06:15 +02:00
Julien Veyssier
e5365d76a7 [qcineoob] small cleaning 2013-03-30 15:35:37 +01:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
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
a62ed69045 [qcineoob] button to stop search process 2013-03-18 15:02:40 +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
62074615da verified autopep8 on qcineoob, cineoob, suboob, booblyrics, cookboob 2013-03-18 11:16:05 +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
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
7b4f64c4f8 [qcineoob] a few comments, docstrings, renamings, hiding 2013-03-14 13:23:23 +01:00
Julien Veyssier
84897e8805 [qcineoob] clarify history 2013-03-14 13:23:23 +01:00
Julien Veyssier
a69d4a0eee [qcineoob] search completer on saved search history 2013-03-14 13:23:23 +01:00
Julien Veyssier
a8f8a07997 [qcineoob] correction when release dates are NotAvailable 2013-03-14 13:23:23 +01:00
Julien Veyssier
df704f33d9 [qcineoob] better management of NotAvailable 2013-03-13 22:56:53 +01:00
Julien Veyssier
205ffd0251 [qcineoob] role list imported from cineoob
[imdb] if birth date isn't complete => NotAvailable
2013-03-13 18:01:38 +01:00
Julien Veyssier
f83526a6db [qcineoob] copyrights correction 2013-03-13 17:22:00 +01:00
Julien Veyssier
cbc0d16b68 [qcineoob] quit shortcut 2013-03-13 16:51:53 +01:00
Julien Veyssier
68cca5c335 [qcineoob] display stuff 2013-03-13 15:51:54 +01:00