Chad Wilson
9928f7830a
Clarify tooltip
2012-05-30 01:39:31 +08:00
Michael Wiencek
9186ae4346
Merge branch 'master' of ssh://git.musicbrainz.org:10015/picard
2012-05-29 11:59:25 -05:00
Michael Wiencek
6ab1caa895
Replace QtGui.QApplication.translate in ui_cdlookup.py
2012-05-29 11:59:15 -05:00
Lukáš Lalinský
3c05b52b3a
Transifex client settings
2012-05-29 18:45:49 +02:00
Lukáš Lalinský
08be0ec3de
PO files after tx pull
2012-05-29 18:45:36 +02:00
Michael Wiencek
8db81769f9
Merge branch 'PICARD-198' of https://github.com/voiceinsideyou/picard into voiceinsideyou-PICARD-198
2012-05-29 11:44:39 -05:00
Lukáš Lalinský
7a234d617a
Drop N_ from the locale names
2012-05-29 18:39:51 +02:00
Lukáš Lalinský
19b6ab1574
Fix translation errors
2012-05-29 18:39:51 +02:00
Chad Wilson
bc5f76a94c
Allow sorting; default sort is descending by date, then ascending by Country (secondary part possibly not required)
2012-05-30 00:26:33 +08:00
Chad Wilson
abf5079682
Typo fix
2012-05-29 23:51:00 +08:00
Chad Wilson
e885e45807
Adds Date/Country to CD Lookup dialog (PICARD-198)
...
Tried to make dialog resize based on QTreeView contents (up to a max size) but seems messy so just changed default width for now.
2012-05-29 23:46:20 +08:00
Chad Wilson
d04d91c76d
Merge remote-tracking branch 'upstream/master'
2012-05-29 23:42:55 +08:00
Michael Wiencek
88fc7c77bf
Merge branch 'master' of ssh://git.musicbrainz.org:10015/picard
2012-05-29 02:26:53 -05:00
Michael Wiencek
4fdcf67c60
Include fpcalc with Mac app bundles
...
This commit also fixes longstanding issues with py2app.
2012-05-29 02:24:11 -05:00
Lukáš Lalinský
ea024278e5
Update picard.pot
2012-05-29 08:47:29 +02:00
Lukáš Lalinský
8c170eff0e
Update translations from Launchpad
2012-05-29 08:47:28 +02:00
Lukáš Lalinský
488c1af139
Include fpcalc.exe in the Windows installer
2012-05-28 21:12:18 +02:00
Lukáš Lalinský
42756ee3af
Update version number to 1.0
2012-05-28 21:11:54 +02:00
Chad Wilson
9965370d9e
Merge remote-tracking branch 'upstream/master'
2012-05-29 00:19:02 +08:00
Farid Neshat
bc7d709caf
Replaced the Mutagen link to the new one.
2012-05-28 10:12:01 +08:00
Chad Wilson
874b3cbdd7
Merge remote-tracking branch 'upstream/master'
2012-05-28 06:12:38 +08:00
Michael Wiencek
2dd43cef5d
Merge branch 'addrelease' of https://github.com/voiceinsideyou/picard into voiceinsideyou-addrelease
2012-05-27 15:16:49 -05:00
Michael Wiencek
3766916d9e
Merge branch 'voiceinsideyou-master'
2012-05-27 15:16:28 -05:00
Michael Wiencek
d2aa2bbc9a
Make the metadatabox context menu non-column-dependent (PICARD-193)
2012-05-27 15:11:15 -05:00
Chad Wilson
7a47dc9c35
Fix the addrelease plugin to be compatible with changes made to the metadatabox and clusters (clusters no longer have the 'artist' tag; only 'albumartist'). Updated the compatible API version accordingly. If we don't release next version as 1.0, please chage the plugin' API version accordingly!
2012-05-26 16:56:15 +08:00
Chad Wilson
6b0516a3df
Not necessary to have this here now; have imported foolip's repo which has this version as first commit (too lazy to combine file history and do git magic). Besides this doesn't work with current MB website, so only historically interesting.
2012-05-26 16:24:51 +08:00
Chad Wilson
841ad23460
Merge branch 'master' of ../addrelease into addrelease
2012-05-26 16:17:22 +08:00
Chad Wilson
baec432ab2
Merge branch 'addrelease'
2012-05-26 15:52:43 +08:00
Chad Wilson
eb354c0cd2
Moved plugin to correct subdir with respect to main Picard repo
2012-05-26 15:41:04 +08:00
Chad Wilson
1002da5f69
Merge remote-tracking branch 'upstream/master'
2012-05-26 14:34:48 +08:00
Chad Wilson
98680394b6
Fix Edit Tag window title properly
2012-05-26 13:23:44 +08:00
Chad Wilson
8b75c009fd
Restore window title to edit tag dialog; make button names translated
2012-05-26 13:02:08 +08:00
Michael Wiencek
d9138c47ba
Copy/paste multi-valued tags correctly
2012-05-23 14:13:13 -05:00
Your Name
c449056ce5
Fix _clusterlist_actions.register
2012-05-22 23:41:46 -04:00
Michael Wiencek
0410f426b9
Enable context menu in whole metadata table (PICARD-169)
2012-05-22 21:25:47 -05:00
Michael Wiencek
3fd90f0112
Merge branch 'master' of ssh://git.musicbrainz.org:10015/picard
2012-05-22 21:00:34 -05:00
Michael Wiencek
8be2a0eb13
Disable removing non-green tags when clear_existing_tags is false
...
This was misleading, because removing the tag in this case wouldn't
have any effect (as could be seen by reloading the file).
This disables the menu option, and clearing the text-field manually.
Another bug is fixed: removing a green tag should remove it from the
metadatabox.
2012-05-22 20:57:27 -05:00
Michael Wiencek
054f611137
clear_existing_tags-related fixes
...
* The file naming script couldn't access tags in a file's
orig_metadata (it should be able to if clear_existing_tags is
disabled).
* After saving a file, the file's orig_metadata is replaced with the
metadata that was saved. This causes any "existing tags" that were
previously in orig_metadata (when the file was loaded) to
mysteriously disappear.
* Update the metadatabox when clear_existing_tags is changed.
2012-05-22 20:57:27 -05:00
Michael Wiencek
1eeecba1d4
Strip the preserved_tags setting
2012-05-22 20:57:27 -05:00
Michael Wiencek
449d7b9176
Delay updating the metadatabox if an item is being edited
2012-05-22 20:57:27 -05:00
Michael Wiencek
d4a135313e
Remove null characters from path names
...
A user reported that their manually-entered genre tags had null
characters at the end, after reloading them into Picard later. It's not
clear if Picard somehow added these, or another program did.
Regardless, using %genre% in the file naming scheme caused saving to
fail. Null characters are now removed from path names before saving.
2012-05-22 20:57:08 -05:00
Chad Wilson
7ee258d5d0
Typo-fix
2012-05-23 01:05:44 +08:00
Chad Wilson
433330d07a
Display the port Picard is listening on at bottom right status bar (PICARD-190)
2012-05-23 01:05:28 +08:00
Lukáš Lalinský
5ff110ee4f
Merge remote-tracking branch 'voiceinsideyou/PICARD-186'
...
Conflicts:
NEWS.txt
2012-05-22 18:59:19 +02:00
Lukáš Lalinský
3b8d3d6149
Merge remote-tracking branch 'voiceinsideyou/PICARD-190'
...
Conflicts:
NEWS.txt
2012-05-22 18:55:47 +02:00
Lukáš Lalinský
aa7fffc661
Merge remote-tracking branch 'voiceinsideyou/PICARD-27'
2012-05-22 18:55:22 +02:00
Chad Wilson
538453484e
PICRAD-190: Only open browser for left-clicks (also update NEWS for earlier added cover art box functions)
2012-05-23 00:51:31 +08:00
Chad Wilson
5e7d18463b
Fix "lookup in browser" so that it
...
* correctly passes through albumartist - was broken since PICARD-42 and PICARD-70 were implemented
* does not pass through duration for cluster/album lookups since this is not supported correctly on the server
* has consistent right-click and menu options
* passes through file name (even though this doesn't work very well...)
2012-05-20 15:56:09 +08:00
Chad Wilson
f352a24651
Update NEWS
2012-05-20 01:07:38 +08:00
Chad Wilson
5206c4c40d
ff d8 ff should be sufficient to detect image/jpeg - this allows it to handle JPEGs with EXIF data e.g. http://www.mediafire.com/?wf8orl8dh1d2c2e
2012-05-20 01:01:23 +08:00