Commit Graph

7535 Commits

Author SHA1 Message Date
Sambhav Kothari
d5287b48eb Update the refactored webservice changes in other files 2017-06-24 15:58:09 +05:30
Sambhav Kothari
2f3cdbae44 Refactor webservice code 2017-06-24 15:57:42 +05:30
Wieland Hoffmann
c488d1784c Merge pull request #752 from mineo/shutil-copystat
_patched_shutil_copystat: Support the follow_symlinks keyword argument
2017-06-08 22:43:51 +02:00
Wieland Hoffmann
e1508b9b8e Merge branch 'master' into shutil-copystat 2017-06-08 22:38:08 +02:00
Wieland Hoffmann
d77be045e6 _patched_shutil_copystat: Support the follow_symlinks keyword argument
shutil.copystat supports it and there's some code called by Picard (for example
when trying to install plugins) that passes the argument. Support it to fix
crashes in those cases.
2017-06-07 20:24:19 +02:00
samj1912
70dc9c7787 Merge pull request #751 from mineo/picard-1106
PICARD-1106: Discard the second return value of QFileDialog.getOpenFileNames
2017-06-07 23:54:08 +05:30
Wieland Hoffmann
6c0f18b04d PICARD-1106: Discard the second return value of QFileDialog.getOpenFileNames
getOpenFileNames was previously called getOpenFileNamesAndFilter (see [0]) and
returns a tuple (filenames, filter). Since we're not interested in the filter,
discard it.

This is similar to other fixes already done for QFileDialogs in mainwindow.py
and fingerprinting.py.

[0] http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html#qfiledialog
2017-06-07 20:01:35 +02:00
Wieland Hoffmann
5d71f9d749 _patched_shutil_copystat: Add a working URL for the bug this fixes 2017-06-07 19:49:26 +02:00
Laurent Monin
dbf05b2631 Merge pull request #750 from mineo/PICARD-1105
PICARD-1105: Use QItemSelectionModel from QtCore
2017-06-06 20:29:42 +02:00
Wieland Hoffmann
c7cf905f6e PICARD-1105: Use QItemSelectionModel from QtCore
It has been moved there from QtWidgets
2017-06-06 20:15:45 +02:00
samj1912
ab70e18b4e Merge pull request #749 from samj1912/gsettings
PICARD-1100: Remove deprecated gconf and move to gsettings
2017-06-01 08:02:14 +05:30
Sambhav Kothari
0d6b169980 PICARD-1100: Remove deprecated gconf and move to gsettings
Solves https://tickets.metabrainz.org/projects/PICARD/issues/PICARD-1100
2017-05-31 22:39:20 +05:30
Laurent Monin
9c938ee7b0 Merge pull request #743 from mineo/rm-docker
Remove Dockerfile
2017-05-28 12:42:55 +02:00
samj1912
7fe80411a3 Merge pull request #746 from samj1912/revert_pypi
Revert pypi_dev related changes
2017-05-25 10:19:12 +05:30
Sambhav Kothari
176d0f958e Revert pypi_dev related changes 2017-05-24 23:01:26 +05:30
samj1912
bdd4ce2e3f Merge pull request #745 from mineo/readme-travis-link
Add the link to the test results to the travis badge
2017-05-21 23:38:46 +05:30
Wieland Hoffmann
a561b1721e Add the link to the test results to the travis badge
This is actually the markdown you get from travis, I'm not sure where the one
without the link came from.
2017-05-21 19:17:03 +02:00
Wieland Hoffmann
67e74a75c7 Remove Dockerfile
It's not used on travis anymore and is already outdated regarding what's
tested and the settings used for running the tests.
2017-05-21 17:56:49 +02:00
samj1912
669aeb0fd6 Merge pull request #742 from Sophist-UK/rename-variables-redefining-builtins
Rename variables redefining builtins
2017-05-19 07:51:10 +05:30
Sophist
24bd2a0e36 Maintain naming consistency 2017-05-18 17:20:24 +01:00
Sophist
b94680e09c Rename variables redefining builtins - test_textencoding.py 2017-05-18 11:30:38 +01:00
Sophist
1ff1db0f90 Rename variables redefining builtins - webservice.py 2017-05-18 11:30:23 +01:00
Sophist
32695b7669 Rename variables redefining builtins - thread.py 2017-05-18 11:30:07 +01:00
Sophist
29729782dd Rename variables redefining builtins - tagsfromfilenames.py 2017-05-18 11:29:50 +01:00
Sophist
7db32566e2 Rename variables redefining builtins - ui/options/tags.py 2017-05-18 11:29:33 +01:00
Sophist
a7e25beb25 Rename variables redefining builtins - infodialog.py 2017-05-18 11:29:11 +01:00
Sophist
6415840479 Rename variables redefining builtins - filebrowser.py 2017-05-18 11:28:56 +01:00
Sophist
3f74b6935e Rename variables redefining builtins - track.py 2017-05-18 11:28:47 +01:00
Sophist
6e73b48f87 Rename variables redefining builtins - tagger.py 2017-05-18 11:28:38 +01:00
Sophist
e097b02a5a Rename variables redefining builtins - releasegroup.py 2017-05-18 11:28:21 +01:00
Sophist
3ba817f92c Rename variables redefining builtins - mbxml.py 2017-05-18 11:28:11 +01:00
Sophist
3fcbc524a0 Rename variables redefining builtins - formats 2017-05-18 11:27:56 +01:00
Sophist
7b525c95a2 Rename variables redefining builtins - asf.py 2017-05-18 11:27:28 +01:00
Sophist
c54b08e22c Rename variables redefining builtins - file.py 2017-05-18 11:27:13 +01:00
Sophist
07bb508a78 Rename variables redefining builtins - dataobj.py 2017-05-18 11:27:00 +01:00
Sophist
c5bae62b75 Rename variables redefining builtins - config.py 2017-05-18 11:26:51 +01:00
Sophist
d7e8ec59d8 Rename variables redefining builtins - collection.py 2017-05-18 11:26:38 +01:00
Sophist
ad68ea0f7d Rename variables redefining builtins - cluster.py 2017-05-18 11:26:25 +01:00
Sophist
cde85d734f Rename variables redefining builtins - album.py 2017-05-18 11:24:19 +01:00
Sophist
4ba3a2411e Rename variables redefining builtins - acoustid 2017-05-18 11:24:18 +01:00
Laurent Monin
b031002c50 Merge pull request #741 from Sophist-UK/Use-enumerate-instead-of-range-len
Use enumerate(x) instead of range(len(x))
2017-05-18 10:09:40 +02:00
Sophist
bd784f3c2f Use enumerate(x) instead of range(len(x)) 2017-05-17 21:33:36 +01:00
Laurent Monin
8d731cf685 Merge pull request #738 from Sophist-UK/PICARD-1087_Lookup-CD-ui-improvements
Picard 1087: Lookup CD UI improvements
2017-05-17 17:05:48 +02:00
Laurent Monin
774229c9a1 Merge pull request #740 from Sophist-UK/Remove-unused-variables
Remove unused variables
2017-05-17 17:05:02 +02:00
Laurent Monin
5473972e77 Merge pull request #739 from Sophist-UK/Remove-unused-imports
Remove unneeded imports in test files
2017-05-17 17:04:34 +02:00
Sophist
c2c37c8037 Remove unused variables 2017-05-17 15:07:12 +01:00
Sophist
bf4c08e004 Remove unneeded imports in test files 2017-05-17 11:02:24 +01:00
Sophist
551af95081 Improve code readability 2017-05-17 10:04:16 +01:00
Sophist
fa30a2e60d Refactor Lookup CD code and add Tools submenu 2017-05-14 11:58:36 +01:00
Sophist
126376b244 Warning messages for CD drive not found 2017-05-14 09:16:05 +01:00