Commit Graph

7374 Commits

Author SHA1 Message Date
Philipp Wolfer
0e346f5307 PICARD-1929: Use English as default for empty NSIS translations
NSIS will by itself not allow empty translatons, hence make sure to handle empty strings on tranlation import.
2020-09-06 20:30:48 +02:00
Philipp Wolfer
01f13ad02f PICARD-1929: Transifex configuration for NSIS translations 2020-09-06 20:30:48 +02:00
Philipp Wolfer
e69275e85f PICARD-1929: Convert NSIS translations to/from JSON for Transifex 2020-09-06 20:30:48 +02:00
Philipp Wolfer
2ebd5c9a7a NSIS: Use consistent string delimiters for translation texts 2020-09-06 20:30:47 +02:00
Philipp Wolfer
75ec812f6b Avoid the terms "blacklist" and "whitelist" 2020-09-06 19:07:27 +02:00
Philipp Wolfer
81b88101eb Rename Whitelist cover art provider to UrlRelationships 2020-09-06 19:07:27 +02:00
Philipp Wolfer
da1acd36c2 Added missing test for config upgrade to v2.4.0b3 2020-09-05 18:30:11 +02:00
Philipp Wolfer
9cc35beeb3 Bump version to 2.5.0dev1 2020-09-05 18:25:46 +02:00
Philipp Wolfer
559126e37f Release 2.4.4 2020-09-04 15:07:12 +02:00
Philipp Wolfer
04897e89b8 PICARD-1931: Fix files not getting moved to album which failed to load 2020-09-04 15:04:07 +02:00
Philipp Wolfer
31af823666 Release 2.4.3 2020-09-04 13:59:22 +02:00
Philipp Wolfer
a52f97b133 PICARD-1935: Include tests in sdist
Verify in CI the sdist package is complete and passes tests.
2020-09-04 13:38:27 +02:00
Philipp Wolfer
91ee5f9ac4 Updated translations 2020-09-04 07:56:53 +02:00
Philipp Wolfer
f3f033333e PICARD-1931: Ensure file gets moved to album after load
Fixes the issue introduced in fac2b37 where files did not get moved to the album after a loading error.
2020-08-30 22:44:40 +02:00
Philipp Wolfer
905e7128e5 NSIS: Use proper quotation marks in German translation 2020-08-28 08:48:09 +02:00
Philipp Wolfer
b689623560 PICARD-1928: Update file item after being added to cluster item
Ensures fingerprint status icon is rendered correctly after clustering.
2020-08-27 12:56:38 +02:00
Philipp Wolfer
9b56383ac7 PICARD-1357: Avoid color changes in dark mode on macOS
macOS dark / light colors are currently fully handled by Qt.
2020-08-21 20:49:09 +02:00
Philipp Wolfer
4078f8a17e GHA: Use specific images for release builds 2020-08-21 10:56:06 +02:00
Philipp Wolfer
3d9a987060 PICARD-1918: Fix issue saving cover art without front image
Trying to save cover art as separate files would fail, if there is no image with type "front" and caa_save_single_front_image is enabled.
2020-08-20 13:44:05 +02:00
Philipp Wolfer
288da8d554 PICARD-1916: Fix another AttributeError on macOS < 10.14 2020-08-19 13:25:48 +02:00
Philipp Wolfer
aef5813b3e PICARD-1921: Set base color for inactive elements with dark Windows theme 2020-08-18 14:54:17 +02:00
Philipp Wolfer
f57f11da00 Bump version to 2.4.3dev1 2020-08-18 14:11:15 +02:00
Philipp Wolfer
6d7653328e Release 2.4.2 2020-08-18 10:15:45 +02:00
Philipp Wolfer
5ff4d3fd7f Updated translations 2020-08-18 07:40:10 +02:00
Philipp Wolfer
903aa29ed9 PICARD-1920: Open help in options with platform's help shortcut 2020-08-18 07:32:47 +02:00
Philipp Wolfer
40297a7165 Merge pull request #1609 from phw/PICARD-1899
PICARD-1899: Link to new documentation pages
2020-08-18 07:30:50 +02:00
Philipp Wolfer
865645ccf1 PICARD-1899: Fixed language handling in documentation links 2020-08-17 22:48:46 +02:00
Philipp Wolfer
26b4eae9f2 PICARD-1899: Provide help URL for all option pages
Allows flexible linking to the proper documentation for each option page (including options provided by plugins).
2020-08-17 20:15:42 +02:00
Philipp Wolfer
b598e1c6a3 PICARD-1899: Update documentation links
Point to picard-docs.metabrainz.org, consider app version
2020-08-17 20:04:23 +02:00
Philipp Wolfer
a6b35dd1d5 PICARD-1860: Easier editing in tag edit dialog
After entering or selecting the tag name open automatically switch to editing the value. Enter key enters new value instead of closing dialog.
2020-08-17 12:57:25 +02:00
Philipp Wolfer
e27b7ed3a3 Move common metadataview refresh code to MainWindow 2020-08-17 07:51:05 +02:00
Philipp Wolfer
20d2c2a4dc PICARD-1914: When file gets unlinked from track update metadata box
Prevents editing the metadata for the track still alters the file.
2020-08-17 07:51:05 +02:00
Philipp Wolfer
292ef07e6b PICARD-1915: Update metadata view after selected album finished loading 2020-08-17 07:51:05 +02:00
Philipp Wolfer
a56fcfe49c PICARD-1909: Ensure main window gets updated on metadata changes 2020-08-15 12:51:41 +02:00
Philipp Wolfer
6742dd3ebe PICARD-1909: Update metadatabox on tag modifying actions
The metadatabox did not get updated after removal, copy and pasting or "use original values".
2020-08-15 12:51:41 +02:00
Gabriel Ferreira
f44a3b3f23 Fix Dark theme checks for older OS X releases 2020-08-14 22:51:47 +02:00
Philipp Wolfer
87abc13f60 PICARD-1911: Update tree view on tag deletion
Without this deleted tags are not immediately reflected in the list views.
2020-08-14 09:21:47 +02:00
Gabriel Ferreira
6aea0c068f Expand "Use original values" to tracks and albums 2020-08-14 09:18:38 +02:00
Philipp Wolfer
259a68d4e0 Bump version to 2.4.2dev1 2020-08-14 07:50:38 +02:00
Philipp Wolfer
9abd145914 Release 2.4.1 2020-08-11 11:28:45 +02:00
Philipp Wolfer
ae3bc719ca Bump version to 2.4.1dev1 2020-08-11 08:57:46 +02:00
Gabriel Ferreira
38c9e6376c Fix Dark theme checks for older Windows releases 2020-08-11 08:42:36 +02:00
Philipp Wolfer
8eae191062 Release 2.4 2020-08-10 14:10:52 +02:00
Philipp Wolfer
6e901659ea Updated translations from Transifex 2020-08-10 10:50:48 +02:00
Philipp Wolfer
a709279107 Cleaned up TaggerScriptSyntaxHighlighter code 2020-08-06 23:27:49 +02:00
Philipp Wolfer
5835c91b1f PICARD-1902: Fixed script syntax highlighter crash
Fixed Picard crashing when entering "$noop(\)" as a script.
2020-08-06 23:27:49 +02:00
Philipp Wolfer
f113807f31 Support python-dateutil 3.7
dateutil < 3.8.1 will throw ValueError, and not the derived ParseError. For compatibility with existing Linux distros.
2020-08-01 17:43:39 +02:00
Philipp Wolfer
db1b8c1333 PICARD-1896: Fixed mapping "instrument arranger" to arranger tag
See also https://tickets.metabrainz.org/browse/STYLE-217 for the change from "instrumentator" to "instrument arranger".
2020-08-01 15:04:59 +02:00
Philipp Wolfer
d5728772d7 Merge pull request #1580 from Gabrielcarvfer/PICARD-1866
PICARD-1866: Update metadatabox if a single file/cluster/track/album metadata changes.
2020-08-01 13:53:16 +02:00
Philipp Wolfer
40a13ce7f4 PICARD-1878: Upgrade to mutagen 1.45.1 to fix slow saving
mutagen 1.45.1 disables use of nmap to modify files, which resulted in inefficient saving performance on some file systems and network shares.
2020-07-31 17:26:41 +02:00