Commit Graph

7535 Commits

Author SHA1 Message Date
Sambhav Kothari
2548897858 Add a json_load util function for py3 compat issues 2017-04-07 16:06:16 +05:30
Sambhav Kothari
cb9ea25664 Fix imports 2017-04-07 16:06:16 +05:30
Sambhav Kothari
e5b12b171e Fix acoustid lookups 2017-04-07 16:06:16 +05:30
Sambhav Kothari
460416bc22 Fix fpcalc output 2017-04-07 16:06:16 +05:30
Sambhav Kothari
0a03d3e95d Replace ugettext with gettext 2017-04-07 16:06:16 +05:30
Sambhav Kothari
a3deb8613d Fix bytes issue in sigal send 2017-04-07 16:06:16 +05:30
Sambhav Kothari
0a1ded3f4a Port util.filenaming to py3 2017-04-07 16:06:16 +05:30
Sambhav Kothari
5ad260a088 Remove extra LoC 2017-04-07 16:06:15 +05:30
Sambhav Kothari
0bcfbe2f70 Remove useless import and refactor 2017-04-07 16:06:15 +05:30
Sambhav Kothari
1c7495441b Update resources 2017-04-07 16:06:15 +05:30
Sambhav Kothari
e4e1c389f0 Fix bytes issue in makeqrc 2017-04-07 16:06:15 +05:30
Sambhav Kothari
1a06d0a7ba Update travis config to py3 2017-04-07 16:06:15 +05:30
Sambhav Kothari
3581372dda Fix bytes/string issue 2017-04-07 16:06:15 +05:30
Sambhav Kothari
028369ca04 Add hashable QTreeWidgetItem 2017-04-07 16:06:15 +05:30
Sambhav Kothari
0981ca11cc Fix QNetwork response issues with json loads 2017-04-07 16:06:15 +05:30
Sambhav Kothari
70ba56d6fc Fix text encoding issues 2017-04-07 16:06:15 +05:30
Sambhav Kothari
c3918b5060 Fix asf discnumber tag 2017-04-07 16:06:15 +05:30
Sambhav Kothari
51041be6a3 Fix test bytes error 2017-04-07 16:06:15 +05:30
Sambhav Kothari
4824b6848e Fix vorbis tags 2017-04-07 16:06:15 +05:30
Sambhav Kothari
69251f2907 Fix decode error 2017-04-07 16:06:15 +05:30
Sambhav Kothari
f5d908b8f2 Fix freeform mp4 tags loading 2017-04-07 16:06:15 +05:30
Sambhav Kothari
6e85e09f85 Fix apev2 tag images 2017-04-07 16:06:15 +05:30
Sambhav Kothari
a79fb2a3cb Fix vorbis tag images 2017-04-07 16:06:15 +05:30
Sambhav Kothari
7a12dd1bf9 Fix comment spacing 2017-04-07 16:06:15 +05:30
Sambhav Kothari
0b7d7afbb1 Fix bytes/string issue with unpack_image 2017-04-07 16:06:15 +05:30
Sambhav Kothari
8a6285e7dc Fix cover art test bytes issue 2017-04-07 16:06:15 +05:30
Sambhav Kothari
67f4d278c3 Fix byte issues 2017-04-07 16:06:15 +05:30
Sambhav Kothari
3f9d8704e5 Fix picard.format issues 2017-04-07 16:06:15 +05:30
Sambhav Kothari
b0fcc9eedf Fix test_script 2017-04-07 16:06:15 +05:30
Sambhav Kothari
fae429a4f4 Fix py3 super calls 2017-04-07 16:06:15 +05:30
Sambhav Kothari
c04237c976 Replace unggettext with ngettext 2017-04-07 16:06:12 +05:30
Sambhav Kothari
a1e130eba5 Fix urlparse move 2017-04-07 13:18:57 +05:30
Sambhav Kothari
0dc9cafd76 Fix PY3 unicode 2017-04-07 13:18:57 +05:30
Sambhav Kothari
dcd96389d8 Remove old web browser code
Python already provides most of this functionality with
py2.5+ and the module uses undocumented private functions which
no longer exist in py3+
2017-04-07 13:17:37 +05:30
Sambhav Kothari
216610835b Replace StringIO with BytesIO 2017-04-07 13:17:37 +05:30
Sambhav Kothari
56fa0138d5 Refactor and replace cmp methods 2017-04-07 13:17:37 +05:30
Sambhav Kothari
4be5ce8f5e Replace deprecated file method and rename formats.open to formats.open_ 2017-04-07 13:17:37 +05:30
Sambhav Kothari
2cf3e04263 Replace deprecated __nonzero__ 2017-04-07 13:17:37 +05:30
Sambhav Kothari
dc209a29df Replace deprecated __getslice__ 2017-04-07 13:17:37 +05:30
Sambhav Kothari
69fc7183be Replace deprecated basestring 2017-04-07 13:17:37 +05:30
Sambhav Kothari
96161c7341 Fix old division 2017-04-07 13:17:37 +05:30
Sambhav Kothari
8834ec3384 Fix filter,map and reduce behaviour for py3 2017-04-07 13:17:37 +05:30
Sambhav Kothari
e7b0752ecd Fix astrcmp for new Py3 C API 2017-04-07 13:17:37 +05:30
Sambhav Kothari
236b1d155d Fix dictionary behaviour for py3 2017-04-07 13:17:37 +05:30
Sambhav Kothari
9e0ee9572d Change deprecated xrange to range 2017-04-07 13:17:37 +05:30
Sambhav Kothari
995ff42cc9 Replace deprecated __builtin__ 2017-04-07 13:17:37 +05:30
Laurent Monin
38cb6eef05 Merge pull request #681 from mineo/picard-1056
PICARD-1056: Don't crash when opening file info dialogs
2017-04-07 09:03:30 +02:00
Wieland Hoffmann
056947eceb PICARD-1056: Don't crash when opening file info dialogs
htmlescaped has been imported *from* picard.util, using
picard.util.htmlescape doesn't make sense.
2017-04-06 23:35:22 +02:00
Wieland Hoffmann
30be095da7 Merge pull request #680 from Sophist-UK/patch-6
PICARD-1034: Fix typo in description of originalalbumid
2017-04-05 20:27:48 +02:00
Sophist
b71f1b9cc7 Fix typo in description of originalalbumid 2017-04-05 18:03:03 +01:00