Commit Graph

7535 Commits

Author SHA1 Message Date
Sambhav Kothari
dd8e521a6e PICARD-1066: Fix update_constants 2017-04-11 00:52:17 +05:30
Sambhav Kothari
f851aea75c PICARD-1064: Fix verbose tests 2017-04-11 00:25:42 +05:30
Sophist
ef67ba9b88 Address review comments
Thanks to @mineo for his help.
2017-04-10 18:19:07 +01:00
Laurent Monin
532f42cd44 Merge pull request #685 from samj1912/doc
Add documentation for string conversion and load_json functions
2017-04-10 19:16:45 +02:00
Sophist
9c9335439e Fix astrcmp tests if not compiled 2017-04-10 16:18:01 +01:00
Laurent Monin
890583637a Merge pull request #693 from samj1912/picard1058
PICARD-1058: Fix save file as images
2017-04-10 10:33:16 +02:00
Sambhav Kothari
2ee60dadad PICARD-1058: Fix save file as images
There was a str/bytes issue that was causing error on
saving CA images as files

Fixes: https://tickets.metabrainz.org/browse/PICARD-1058
2017-04-10 05:20:40 +05:30
Sambhav Kothari
d36bcb6980 Change docstring verbiage 2017-04-09 01:45:10 +05:30
Sambhav Kothari
de52215062 Fix whitelines for google type docstrings 2017-04-09 01:45:10 +05:30
Sambhav Kothari
b4f094eb54 Rename json_load to load_json to follow picard.util naming convention 2017-04-09 01:45:10 +05:30
Sambhav Kothari
e64b79f713 Add documentation for string conversion and json_load functions 2017-04-09 01:45:10 +05:30
Laurent Monin
76144e9bdd Merge pull request #691 from samj1912/tagger
Fix crash on Browser lookups
2017-04-08 21:54:54 +02:00
Sambhav Kothari
f672df46fc Fix crash on Browser lookups
Crash due to unexpected type string.
Bytes/str issue with QT
2017-04-09 00:01:57 +05:30
Laurent Monin
36da848b46 Merge pull request #690 from mineo/python3-docs
INSTALL, resources/README: Explicitly refer to python3
2017-04-08 19:13:19 +02:00
Wieland Hoffmann
77b62e153b INSTALL, resources/README: Explicitly refer to python3
PEP 394 makes it clear that python should only be used for applications that can
be run with both Python 2 and Python 3, python3 should be used for Python 3.

pip3 is used because that's what Python 3 compatible pip is called on at least
Arch, Debian, Fedora and Ubuntu.
2017-04-08 17:53:32 +02:00
Lukáš Lalinský
13ad1b37b3 Merge pull request #689 from lalinsky/py-astrcmp
Add pure Python fallback for astrcmp
2017-04-08 15:39:29 +02:00
Lukáš Lalinský
bf7934d848 Add astrcmp tests 2017-04-08 15:29:12 +02:00
Lukáš Lalinský
355c0a2ab0 Add pure Python fallback for astrcmp 2017-04-08 15:29:12 +02:00
Laurent Monin
0738b419ae Merge pull request #682 from Sophist-UK/patch-7
PICARD-1034: Add missing definitions for MBIDs for TOAL TOPE
2017-04-08 15:27:52 +02:00
Laurent Monin
9ad6d5f04a Merge pull request #686 from samj1912/nsurl
Remove unneeded NSURL code
2017-04-08 15:27:29 +02:00
Wieland Hoffmann
3d6f66d656 Merge pull request #688 from mineo/resources-readme
resources/README: Move to Qt5 & Python 3
2017-04-08 10:16:18 +02:00
Wieland Hoffmann
6228360330 resources/README: python2 → python 2017-04-08 10:08:40 +02:00
Wieland Hoffmann
48cba5202c resources/README: Qt4 → Qt5 2017-04-08 10:07:57 +02:00
Laurent Monin
907c028f25 Merge pull request #687 from Sophist-UK/patch-8
PICARD-588: Make python3 default for setup.py and tagger.py
2017-04-08 08:41:27 +02:00
Sophist
a3927c7887 Make python3 default for tagger.py 2017-04-07 22:45:54 +01:00
Sophist
6c79e28006 Make python3 default 2017-04-07 22:44:17 +01:00
Sambhav Kothari
df364b7ad8 Remove unneeded NSURL code
It was fixed with Qt5.4.1.
See https://bugreports.qt.io/browse/QTBUG-24379
2017-04-08 00:32:11 +05:30
Sambhav Kothari
d8671f2ea8 Merge pull request #683 from mineo/install-md
Improve the markdown syntax and content of INSTALL.md
2017-04-07 23:25:37 +05:30
Wieland Hoffmann
5419af9162 Remove spaces in front of list items
They're not required by markdown
2017-04-07 18:43:27 +02:00
Wieland Hoffmann
9931229af7 pip only installs Python dependencies 2017-04-07 18:43:27 +02:00
Wieland Hoffmann
41ef16bbca Move the windows compiler note into its own list item
Similar to the gettext one
2017-04-07 18:43:27 +02:00
Wieland Hoffmann
3b743de52d Use four-space indent for single-line code blocks
Triple backticks are only useful for multi-line code blocks.
2017-04-07 18:43:26 +02:00
Sophist
fc6ffdc0f1 Add missing definitions for MBIDs for TOAL TOPE 2017-04-07 16:21:38 +01:00
Laurent Monin
4f759c7d10 Merge pull request #664 from samj1912/py3
PICARD-558: Initial port to Py3
2017-04-07 14:10:54 +02:00
Sambhav Kothari
9a35ae7003 Update install instructions 2017-04-07 17:33:04 +05:30
Sambhav Kothari
9992ade39d Fix py3 compatibility
sip.setapi is no longer needed with PyQt5 and py3.
Thus it was removed.
2017-04-07 16:45:35 +05:30
Sambhav Kothari
8ac37ebea1 Remove unnecessary imports 2017-04-07 16:40:37 +05:30
Sambhav Kothari
51d19ce545 Remove unnecessary module 2017-04-07 16:40:36 +05:30
Sambhav Kothari
d9a9c5bf0a Update flake8 config with new builtins 2017-04-07 16:09:44 +05:30
Sambhav Kothari
1e00999c0b Fix encoding issues in file paths 2017-04-07 16:06:59 +05:30
Sambhav Kothari
e4e62bf5ae Test against more python qt versions 2017-04-07 16:06:59 +05:30
Sambhav Kothari
94d13f1a0b Fix drag and drop for itemviews 2017-04-07 16:06:59 +05:30
Sambhav Kothari
d5ec9a9cdc Remove deprecated __unicode__ 2017-04-07 16:06:59 +05:30
Sambhav Kothari
09b3981628 Convert pattern to string 2017-04-07 16:06:59 +05:30
Sambhav Kothari
73c1250dc0 Fix bytes/str issue 2017-04-07 16:06:59 +05:30
Sambhav Kothari
b4d9a65713 Add name to author credits 2017-04-07 16:06:57 +05:30
Sambhav Kothari
1d658bb8c3 Add a builtin for handling string coversions 2017-04-07 16:06:16 +05:30
Sambhav Kothari
93cd519bfa Fix bytes/string issue with URLs 2017-04-07 16:06:16 +05:30
Sambhav Kothari
80ec5426bf Add sorting key for data 2017-04-07 16:06:16 +05:30
Sambhav Kothari
b910d0cb72 Add support for hashable ListWidgetItem 2017-04-07 16:06:16 +05:30