Laurent Monin
8ac7014dfe
Add update_constants command to setup.py
...
It retrieves and parses attributes.pot and countries.pot files
from transifex to extract various constants needed in Picard.
It helps to keep those in sync with MusicBrainz website.
It then generates:
- picard/attributes.py containing cover art types, medium formats, and release group types
- picard/countries.py containing countries
`update_constants` command replaces `update_countries`
2014-04-10 10:20:52 +02:00
Laurent Monin
1b90304f16
Update pot file
2014-04-10 10:18:05 +02:00
Laurent Monin
1f4689d4fa
Merge pull request #238 from Sophist-UK/sophist_add_open_collection_in_browser
...
Various UI improvements
2014-04-10 09:35:10 +02:00
Sophist
044d4482db
Fix makeqrc same results Windows and Mac
2014-04-09 12:05:26 +01:00
Sophist
244db6139d
Add Play File plus icons ...
2014-04-08 18:33:31 +01:00
Sophist
c898d7d888
Make Lookup CD / Browser consistent, ...
...
... and fix if statement.
(zas comments).
2014-04-08 18:33:29 +01:00
Sophist
4347cc2cba
Address various zas comments
2014-04-08 18:33:28 +01:00
Sophist
3b4b71d1ca
Revert new status tips / tooltips ...
...
... and tweak browser integration tooltip.
2014-04-08 18:33:27 +01:00
Sophist
e6b2a20488
Add comment for zas
2014-04-08 18:33:26 +01:00
Sophist
d127edad8c
And some more Bitmap comments...
...
which didn't show on the GitHub comments page.
2014-04-08 18:33:25 +01:00
Sophist
1a57e15f7a
Fix tab order which I failed to adjust.
2014-04-08 18:33:23 +01:00
Sophist
d6e2cc499a
Address even more Bitmap comments
...
Keep them coming Michael - every review comment = an improvement.
2014-04-08 18:33:22 +01:00
Sophist
9465737f51
Address more Bitmap comments
2014-04-08 18:33:21 +01:00
Sophist
faf05bd057
Address Bitmap comments.
2014-04-08 18:33:20 +01:00
Sophist
a18226ff28
Address zas comments
2014-04-08 18:33:18 +01:00
Sophist
47161d81de
Swap Add Files/Directory...
...
... to reflect likely priority of usage i.e. most people will load
directories rather than files.
2014-04-08 18:33:17 +01:00
Sophist
5ec051923a
Various UI improvements
...
1. Add consistent set of StatusTips / ToolTips
2. Move Refresh from View to Tools (its an action not changing view)
3. Rename and resequence Help menu.
4. Make sequence of files in a directory in Unmatched files be alphabetical (which should match album track sequence)
5. Make History text more consistent and user friendly and add Remove Album message.
6. Add Open Collection in Browser and reload collection if user details are changed in options
2014-04-08 18:33:15 +01:00
Wieland Hoffmann
5a2eee3484
Merge branch 'image-class-2'
...
Conflicts:
picard/ui/infodialog.py
2014-04-08 13:13:22 +02:00
Wieland Hoffmann
b9a4f7898b
increase the timer delay
2014-04-08 13:06:27 +02:00
Laurent Monin
64778f7dbd
Merge pull request #256 from Sophist-UK/sophist_fix_missing_id3_tags_v2
...
Various tag tweaks.
2014-04-08 08:15:55 +02:00
Laurent Monin
e2695a5b5c
Update translations
2014-04-07 16:54:00 +02:00
Laurent Monin
865722cbe1
Regenerate .py files from corresponding .ui files
2014-04-07 16:48:31 +02:00
Laurent Monin
7d1875ebe8
Merge pull request #266 from zas/build_ui_improvements
...
Add --files= option to setup.py build_ui
2014-04-07 07:58:12 +02:00
Laurent Monin
a141bc91ce
Update NEWS.txt
2014-04-07 07:57:48 +02:00
Laurent Monin
a67ff7330f
Merge remote-tracking branch 'upstream/master' into build_ui_improvements
2014-04-07 07:54:49 +02:00
Laurent Monin
8bc952db96
Merge branch 'sophist_fix_error_on_malformed_TRCK_tag' of git://github.com/Sophist-UK/picard into Sophist-UK-sophist_fix_error_on_malformed_TRCK_tag
...
Conflicts:
NEWS.txt
2014-04-06 22:46:16 +02:00
Laurent Monin
1a312bf6ca
Merge pull request #269 from Sophist-UK/sophist_fix_plugin_MENU_capability
...
Fix sub-menu capability for plugins...
2014-04-06 21:56:43 +02:00
Laurent Monin
4a390f7f44
Merge pull request #270 from Sophist-UK/sophist_show_id3_version
...
Show id3 version in info - resolves PICARD-218
2014-04-06 21:52:24 +02:00
Laurent Monin
c25c589191
Merge pull request #280 from zas/i18n_noop
...
Get rid of 'if logdebug: logdebug(...)' pattern using a noop function
2014-04-06 21:51:29 +02:00
Laurent Monin
3a2872d344
Restore time-stamp check, files depends too much on uic versions anyway
...
It works in most cases, and now one can force regeneration of one or more files
if needed.
2014-04-06 21:45:34 +02:00
Michael Wiencek
871e2467e8
Fix instance where QStringList is now a list (post-fa66e9f)
2014-04-06 13:40:20 -05:00
Sophist
0a87b62ee7
Update NEWS
2014-04-04 20:25:02 +01:00
Laurent Monin
acbebc3eb6
Get rid of 'if logdebug: logdebug(...)' pattern using a noop function
...
Suggested by @Mineo in https://github.com/musicbrainz/picard/pull/254/files#r11290500
2014-04-04 21:21:30 +02:00
Sophist
4ef7e133a6
Merge pull request #1 from zas/tpos_trck
...
@zas: Match TRCK and TPOS using regex and reduce code redundancy.
@sophist: I wondered whether this code was too difficult to read, but in the end decided it wasn't.
2014-04-04 19:11:09 +01:00
Laurent Monin
8f91a9f7eb
Use re named groups to match values and metadata keys.
2014-04-04 15:06:41 +02:00
Sophist
c22f93da50
Drop import time which is never used.
2014-04-04 13:28:20 +01:00
Sophist
35db0be391
Drop NEWS item re timestamp.
2014-04-04 13:26:10 +01:00
Wieland Hoffmann
9f85083025
Add comments to the signal handling code
2014-04-04 12:39:39 +02:00
Laurent Monin
09f726fcdc
Match TRCK and TPOS using regex and reduce code redundancy.
2014-04-04 12:07:50 +02:00
Sophist
02168dc50d
Provide same checks for TPOS
2014-04-03 18:03:26 +01:00
Laurent Monin
a90de48d7a
Merge pull request #278 from Sophist-UK/sophist_fix_test_mbxml_after_#268
...
Fix broken test_mbxml
2014-04-03 16:22:36 +02:00
Laurent Monin
6a62045370
Merge pull request #274 from Sophist-UK/sophist_fix_typo_in_#251
...
Fix typo in #251
2014-04-03 16:21:07 +02:00
Sophist
b3d92437be
Fix broken test_mbxml
...
broken by commit 6922848545
2014-04-03 14:22:41 +01:00
Sophist
388a48219e
Provide error log on invalid format.
2014-04-03 13:57:54 +01:00
Sophist
0f2e62796c
Fix error on malformed TRCK tag.
2014-04-03 13:54:46 +01:00
Sophist
14c8a68ad8
Fix typo in commit d65ecf4bdd
2014-04-03 13:44:58 +01:00
Laurent Monin
6922848545
Merge pull request #268 from Sophist-UK/sophist_fix_and_extend_artists_tag
...
Fix and extend artists tag ...
2014-04-03 12:32:30 +02:00
Sophist
8dec7fb20f
Tweak NEWS
2014-04-03 10:57:09 +01:00
Sophist
c3ee57ee64
Add NEWS
2014-04-03 10:29:20 +01:00
Sophist
0f274c8ab0
Show id3 version in info - resolves PICARD-218
2014-04-01 20:17:05 +01:00