Commit Graph

7535 Commits

Author SHA1 Message Date
Laurent Monin
faf17855f7 Merge pull request #563 from suhas2go/patch-2
PICARD-907: Broken restore defaults for a particular option page
2017-01-15 19:40:39 +01:00
Suhas
b1a084c110 call correct restore function 2017-01-15 22:40:46 +05:30
suhas2go
5f3c07f893 simplfy sortablecheckboxlist 2017-01-15 21:38:41 +05:30
suhas2go
0d33dbe478 remove code duplication 2017-01-15 21:38:41 +05:30
suhas2go
83a57082c7 extend SortableCheckboxListWidget itself 2017-01-15 21:38:41 +05:30
suhas2go
385b8be5ad remove ca_providers properly 2017-01-15 21:38:41 +05:30
suhas2go
aa57153cb8 fix plugins reset default 2017-01-15 21:38:41 +05:30
suhas2go
0c14c5bffe fix errorneous ca_providers save 2017-01-15 21:38:41 +05:30
suhas2go
5cf7894bc4 remove previous hard-code and minor cleanup 2017-01-15 21:38:41 +05:30
suhas2go
fdc3a692e5 access mangled items properly 2017-01-15 21:38:41 +05:30
suhas2go
f59376d854 add new ca_provider widget class 2017-01-15 21:38:41 +05:30
suhas2go
a39cf1a4cd clear releases list on reset 2017-01-15 21:38:41 +05:30
suhas2go
0acb47110b fix list resets in options 2017-01-15 21:38:41 +05:30
Laurent Monin
25f71296fd Merge pull request #554 from samj1912/restorer
Refactor restore_defaults method
2017-01-15 12:09:46 +01:00
Laurent Monin
3adefb62aa Merge pull request #557 from Freso/PICARD-897-rename-submit-button
PICARD-897: Rename "Submit" button to "Submit AcoustIDs".
2017-01-15 12:00:39 +01:00
Laurent Monin
945ad38d44 Merge pull request #558 from Freso/bump-minimum-python-version
Bump required Python version to 2.7.
2017-01-15 11:39:14 +01:00
Laurent Monin
b994302c00 Merge pull request #560 from Freso/gitignore-scripts-picard
Gitignore scripts/picard.
2017-01-15 11:38:41 +01:00
suhas2go
87d8bb1e4f set minimum pages tree size 2017-01-15 05:39:05 +05:30
Frederik “Freso” S. Olesen
9ae1f8b617 Gitignore scripts/picard.
./scripts/picard gets build with setup.py build, so let's ignore it to
make sure it doesn't accidentally get checked into git at some point.
2017-01-14 19:47:09 +01:00
Frederik “Freso” S. Olesen
c7963ef500 Bump required Python version to 2.7.
As agreed on in #metabrainz on Freenode IRC.
2017-01-14 18:38:30 +01:00
Sambhav Kothari
6831f2590f Remove useless return 2017-01-14 22:38:51 +05:30
Sambhav Kothari
728c68280f Implement restore_defaults for General page to include logout 2017-01-14 22:38:03 +05:30
Sambhav Kothari
71a314848b Add restore_defaults method to OptionsPage 2017-01-14 22:38:03 +05:30
Frederik “Freso” S. Olesen
ff506d103d PICARD-897: Rename "Submit" button to "Submit AcoustIDs".
The submit button doesn't actually submit any information to
MusicBrainz, but instead submits acoustic fingerprint information to
AcoustID.org. The title of this button comes up over and over as a point
of confusion for new users of Picard, so renaming it to be more precise
will hopefully alleviate this point of confusion.
2017-01-14 17:33:12 +01:00
Frederik “Freso” S. Olesen
d2a3ff45c6 PICARD-896: Replace "Submit" icon with AcoustID one.
Replaces the "picard-submit" icon with the icon used by the
acoustid-fingerprinter project. The "picard-submit" icon resembles the
old MusicBrainz brain logo, but the submit button doesn't actually
submit anything to MusicBrainz since the switch from using PUIDs to
using AcoustID, but instead submits to the AcoustID.org server. A lot of
people are already confused by this, so making it visually a bit less
connected to MusicBrainz might help this confusion, however slightly.

`acoustid-fingerprinter.svg` was copied directly from
632e87969c/images/
and then converted to a 22×22 PNG using Inkscape and run through
`optipng` and `advpng` as per commit d26c908587.

The acoustid-fingerprinter icon was made by Lukáš Lalinský and is
available under the GPL2 license, the same as MusicBrainz Picard:
632e87969c/COPYING.txt
2017-01-14 17:20:36 +01:00
Laurent Monin
e76975d086 Update picard.pot 2017-01-14 16:25:50 +01:00
Laurent Monin
725187d939 Update medium formats (MB attributes) 2017-01-14 16:23:45 +01:00
Laurent Monin
6cc8ebce72 Merge pull request #549 from samj1912/picard384
PICARD-384: Allow wildcards for unsetting certain tags
2017-01-14 15:44:36 +01:00
Laurent Monin
5f91a414a9 Merge pull request #550 from samj1912/picard890
PICARD-890: Change dialog box style to match the rest of app
2017-01-14 15:41:21 +01:00
Laurent Monin
ac0bce2e70 Merge pull request #542 from suhas2go/Profiles
PICARD-883: Improved Multiple Scripts UI
2017-01-14 15:05:02 +01:00
suhas2go
e711a1911d workaround to remove residue on UI 2017-01-14 17:16:36 +05:30
suhas2go
bab4e90bb8 remove icontheme import 2017-01-14 15:27:26 +05:30
suhas2go
7cceecd4d5 add separate name column 2017-01-14 15:00:01 +05:30
Wieland Hoffmann
9af52e4156 Remove _logic_operators 2017-01-13 22:06:59 +01:00
Sambhav Kothari
787701e889 Refactor code 2017-01-13 22:06:59 +01:00
Sambhav Kothari
69c4abe2b5 Add tests for arbitrary number of arguments 2017-01-13 22:06:59 +01:00
Sambhav Kothari
c4cc013934 Add examples to docs 2017-01-13 22:06:58 +01:00
Sambhav Kothari
140dba3cf7 Refactor code 2017-01-13 22:06:58 +01:00
Wieland Hoffmann
3fa6356c97 Remove unused imports 2017-01-13 22:06:58 +01:00
Sambhav Kothari
785217867b Fix spelling 2017-01-13 22:06:58 +01:00
Sambhav Kothari
2d9503ece2 PICARD-887: Allow some scripting functions to have arbitrary number of arguements 2017-01-13 22:06:58 +01:00
Laurent Monin
14066e27ee Merge pull request #551 from samj1912/picard888
PICARD-888:Logout when restoring defaults for general page
2017-01-13 21:53:24 +01:00
Laurent Monin
26bfd2b6ee Merge pull request #552 from samj1912/revert-533-picard226
Revert "PICARD-226: Add option for auto-clustering new files"
2017-01-13 21:41:02 +01:00
Sambhav Kothari
4e5f477158 Remove erronous unsupported file formats from tagger 2017-01-13 18:14:01 +05:30
Sambhav Kothari
4208476275 Revert "PICARD-226: Add option for auto-clustering new files" 2017-01-13 17:36:28 +05:30
Sambhav Kothari
2ae52fe1d8 Add supported_extensions method 2017-01-13 17:25:33 +05:30
suhas2go
833cac3c78 persist selected script 2017-01-13 05:28:09 +05:30
suhas2go
302468df74 remove unnecessary file added 2017-01-13 07:50:46 +05:30
Sambhav Kothari
d028418d2e Add more tests for unset script function 2017-01-13 03:24:06 +05:30
Sambhav Kothari
fe65394c88 Add tests for unset script function 2017-01-13 03:06:55 +05:30