Commit Graph

7535 Commits

Author SHA1 Message Date
Rahul Raturi
32de53083f Reduce width of type column in Info Dialogs
Type column is oversized for most types. Reduce its width.
2016-04-06 02:59:19 +05:30
Rahul Raturi
4eae826427 Add docstring and comments in functions added in -> 7451602 2016-04-06 02:56:15 +05:30
Rahul Raturi
1e451b9954 Make side by side comparison of new and existing cover art more obvious
Includes changes suggested in comment ->
https://github.com/metabrainz/picard/pull/467#issuecomment-204583236
2016-04-05 22:19:31 +05:30
Rahul Raturi
8975f3e9da Fix formatting and missing check in commit -> 7451602 2016-04-03 02:35:14 +05:30
Philipp Wolfer
988d9ec029 Merge pull request #468 from rahul-raturi/mention_python_version
Mention python2 in shebang
2016-04-02 22:09:52 +02:00
Rahul Raturi
93e945fad3 Mention python2 in shebang
Some distributions have switched to Python3 as default. So, /usr/bin/env
python opens up wrong interpreter.
2016-04-03 05:54:15 +05:30
Rahul Raturi
7451602f84 Display covers in tabular form in Info dialogs 2016-04-01 20:26:38 +05:30
Rahul Raturi
f741d4d02d Revert "Display existing cover art in file info dialog."
This reverts commit 04de2502df. Display
existing cover in same tab.
2016-03-30 00:49:46 +05:30
Laurent Monin
0a5b500d78 Merge pull request #466 from rahul-raturi/disable_empty_search
PICARD-805: prevent empty string lookup
2016-03-25 20:03:28 +01:00
Rahul Raturi
82d6759dca Do not allow empty search 2016-03-26 03:52:41 +05:30
Laurent Monin
3f2f0f32b2 Merge pull request #465 from rahul-raturi/multiple_instance_dialog
PICARD-804: Avoid multiple instance of history and log dialogs
2016-03-24 15:03:06 +01:00
Rahul Raturi
19af01ed5c Avoid multiple instance of history and log dialogs 2016-03-24 19:54:10 +05:30
Rahul Raturi
04de2502df Display existing cover art in file info dialog. 2016-03-24 15:34:18 +05:30
Laurent Monin
66ed358093 Merge pull request #463 from metabrainz/PICARD-801
PICARD-801: fix CoverArtProviderCaaReleaseGroup.enabled()
2016-03-11 14:00:27 +01:00
Laurent Monin
4d82e9b3a1 PICARD-801: fix CoverArtProviderCaaReleaseGroup.enabled()
The method is using super(CoverArtProviderCaaReleaseGroup, self).enabled() which
is wrong, causing it to be skipped when CAA release has no cover artwork available.
2016-03-11 13:46:31 +01:00
Laurent Monin
d3930a6ab2 Merge pull request #461 from metabrainz/PICARD-799
PICARD-799: remove spurious ':', reported by Tim Van Holder
2016-03-11 13:15:48 +01:00
Laurent Monin
541fb76344 PICARD-799: remove spurious ':', reported by Tim Van Holder 2016-03-10 17:33:33 +01:00
Philipp Wolfer
c27135c8ce Use more detailed icon for 22px size on Windows 2016-03-04 14:57:23 +01:00
Philipp Wolfer
660d5948b0 Use a more detailed icon for 32x32 pixel size
Fixes PICARD-777
2016-03-04 12:00:45 +01:00
Philipp Wolfer
94bc68c579 Merge pull request #459 from Freso/update-urls
Update forum and GitHub URLs
2016-03-02 21:18:21 +01:00
Frederik “Freso” S. Olesen
a69aeed807 Update forum URL.
http://blog.musicbrainz.org/2016/03/01/say-hello-to-discourse/
2016-03-02 16:16:33 +01:00
Frederik “Freso” S. Olesen
11a375584c Follow-up to OTHER-242: Update GitHub URL.
Picard's source repository has moved from @musicbrainz to @metabrainz on
GitHub.
2016-03-02 16:15:15 +01:00
Laurent Monin
63b0609614 Regenerate pot file 2016-02-22 17:38:15 +01:00
Philipp Wolfer
bd02521608 Merge pull request #458 from Freso/optimise-pngs
Optimise PNG files in the repository.
2016-02-22 16:01:18 +01:00
Frederik “Freso” S. Olesen
82da54a9af Update test for new PNG file size. 2016-02-22 01:09:37 +01:00
Frederik “Freso” S. Olesen
d26c908587 Optimise PNG files in the repository.
Commands used:
1. `optipng -fix -preserve -o7 -strip all -clobber **/*.png`
2. `advpng -4 -i 50 -z **/*.png`

See:
* optipng: http://optipng.sourceforge.net/
* advpng: http://advancemame.sourceforge.net/comp-readme.html
2016-02-22 00:54:51 +01:00
Lukáš Lalinský
44c83e2ade New AcoustID API key 2016-02-21 14:45:34 +01:00
Laurent Monin
0be2e22b68 Merge pull request #456 from zas/qsettings
Use Picard.ini file for config options on all platforms
2016-02-18 17:08:41 +01:00
Laurent Monin
6cc55fdc05 Use Picard.ini file for config options on all platforms
Do conversion of old config format to new one as soon as possible
The conversion attempt is done if no keys are found in new config.
2016-02-17 14:29:48 +01:00
Laurent Monin
cf375a83bc Merge pull request #457 from trolley/master
Fall back to track artist tags for genre on comps.
2016-02-15 16:45:54 +01:00
Laurent Monin
d1d4d4daae Merge pull request #455 from rahul-raturi/master
PICARD-350: Picard downloads multiple 'front' images instead of just …
2016-02-15 16:43:29 +01:00
Mark Trolley
780bb2b5e5 Fall back to track artist tags for genre on comps.
Commit 334eba9d28 added support for
falling back to the album artist's folksonomy tags for releases/release
groups without tags. This change adds further support to that to allow
compilation releases to use the track artists' tags since album artist
won't work.
2016-02-12 13:54:53 -05:00
Rahul Raturi
d3e2532b42 Avoid downloading multiple cover images if caa_save_single_front_image is set 2016-01-17 22:45:55 +05:30
Rahul Raturi
816e942dba Improve semantics in commit -> b00152f 2016-01-17 16:10:20 +05:30
Rahul Raturi
c598f05b46 Fixes travis build errors in commit -> b00152f 2016-01-16 11:52:30 +05:30
Rahul Raturi
b00152f0bc PICARD-350: Picard downloads multiple 'front' images instead of just first one 2016-01-14 22:47:51 +05:30
Wieland Hoffmann
68fe9170b8 Merge pull request #454 from ruipgpinheiro/master
Fix relative redirects
2016-01-14 11:56:39 +01:00
Rui Pinheiro
bb0633fe6e Fix relative redirects 2016-01-12 23:23:40 +00:00
Laurent Monin
b4cae7362d Merge pull request #439 from Sophist-UK/sophist_fix_absolutetrack_with_pregap
PICARD-778: Fix pregap not included in absolute track counts
2016-01-03 14:47:29 +01:00
Laurent Monin
055d7a5d9a Merge pull request #451 from rahul-raturi/bugs
PICARD 780: CAA cover art provider runs even if cover art has already been loaded
2016-01-03 14:41:18 +01:00
Laurent Monin
d0d23aa854 Merge pull request #452 from zas/fixcovertoggle
Fix PICARD-782: restore state of linked checkbox on load
2015-12-25 11:59:18 +01:00
Laurent Monin
64f13a90ae Fix PICARD-782: restore state of linked checkbox on load 2015-12-25 00:43:17 +01:00
Laurent Monin
ffe1070d94 Rename items
rename_files -> location
label_3 -> label_use_filename
2015-12-25 00:22:45 +01:00
Rahul Raturi
ae8e91e8c1 PICARD 780:CAA cover art provider runs even if cover art has already been loaded 2015-12-24 17:19:38 +05:30
Philipp Wolfer
2be1572df7 Merge pull request #450 from rahul-raturi/rahul-raturi/nits
Ignore vim swap files for git.
2015-12-21 17:40:35 +01:00
Rahul Raturi
b99e7de183 Ignore vim swap files 2015-12-21 21:36:03 +05:30
Wieland Hoffmann
f82afca313 Merge pull request #447 from inser7Name/master
Add a link to documentation on the file naming page
2015-12-13 05:54:18 +01:00
Laurent Monin
5890785135 Merge pull request #440 from zas/PICARD-779
PICARD-779: add a link to online Scripting documentation in Scripting…
2015-12-11 14:50:23 +01:00
Alex Berman
ac5bc449e2 Fix spelling error and add the link in the ranaming.py file instead of options_renaming.ui 2015-12-11 03:09:12 -05:00
Wieland Hoffmann
a5e9b632b7 Merge branch 'opatel99-PICARD-717' 2015-12-11 07:59:59 +01:00