Commit Graph

7535 Commits

Author SHA1 Message Date
Sophist
d5e831b119 Add NEWS.txt 2014-03-21 22:00:39 +00:00
Sophist
8a27055020 Add %_trackindex% to fix Picard-527 ...
... for e.g. Vinyl whose tracks are numbered A1, A2, ..., B1, B2, ...
2014-03-21 21:58:55 +00:00
Laurent Monin
838655a2c8 Merge pull request #245 from Sophist-UK/sophist_fix_throttle_decorator
Fix throttle decorator function so that it uses args from last call before timer triggers rather than args when timer was set.
2014-03-21 22:36:14 +01:00
Sophist
c163afc490 Remove partial (bitmap comment) 2014-03-21 19:48:03 +00:00
Lukáš Lalinský
0f3928809d Move sip import to the picard_test command 2014-03-21 10:52:42 +01:00
Laurent Monin
fcdeb45033 Merge pull request #252 from Sophist-UK/fix_PR_225_when_locale_not_en
Fix PR #225 when translate language is not en...
2014-03-21 10:52:11 +01:00
Sophist
754b75f0dd Fix PR #225 when translate language is not en...
... and there are no correct locales in the artist sort-name node.
2014-03-21 07:38:57 +00:00
Laurent Monin
c80ea4d81c Fix Refresh action
```
AttributeError: 'CollectionMenu' object has no attribute 'refresh_action'
```
2014-03-20 13:43:05 +01:00
m42i
2e7e24c4f7 Rename regex variable to bracket_re 2014-03-20 12:33:13 +01:00
Laurent Monin
356909c062 Merge pull request #249 from Sophist-UK/sophist_fix_lyrics_display
Fix lyrics tag displays with []
2014-03-20 11:29:29 +01:00
Laurent Monin
96fa0503ec Add a note about Google images direct drop feature to NEWS.txt 2014-03-20 11:27:16 +01:00
Laurent Monin
3d53fe7dc0 Merge pull request #217 from Typz/googleImages
Allow dropping image directly from Google image results.
2014-03-20 11:25:22 +01:00
Laurent Monin
f733cd705b Merge pull request #231 from Sophist-UK/sophist_add_absolutetrack_number
Add %_absolutetracknumber% variable...
2014-03-20 11:24:06 +01:00
Laurent Monin
f105271344 Update po/picard.pot 2014-03-20 11:13:55 +01:00
Laurent Monin
08c6265711 Merge pull request #241 from Sophist-UK/sophist_fix_acoustid_webservice_errors
Fix handling of acoustid network errors
2014-03-20 11:11:17 +01:00
Sophist
cf723c93d5 Address final zas comment 2014-03-20 09:51:09 +00:00
Sophist
5c1fec49b3 Fix lyrics tag displays with [] 2014-03-19 21:28:45 +00:00
Sophist
7e6567245a Switch back to %_absolutetracknumber% 2014-03-19 19:34:49 +00:00
Sophist
ddbf2e636b Address bitmap comment. 2014-03-19 19:34:14 +00:00
Sophist
8ec906b093 D'oh - should be ~ not _ 2014-03-19 19:34:13 +00:00
Sophist
dc13038346 Change name to albumtracknumber
to fit better with totalalbumtracks cf. tracknumber and totaltracks
2014-03-19 19:34:12 +00:00
Sophist
2b2a738e1d Add %_absolutetracknumber% variable...
...so you can number tracks sequentially on multi-track discs without
using a disc number.

See http://forums.musicbrainz.org/viewtopic.php?pid=25326 for
requirement.
2014-03-19 19:33:33 +00:00
m42i
1dffd71bb4 Follow noop function highlighting over multiple lines 2014-03-19 12:43:42 +01:00
m42i
a52cf0392f Change color of $noop to be dark gray to better distinguish comments 2014-03-19 12:43:42 +01:00
Wieland Hoffmann
cef28cd784 Remove CD Baby support
According to http://mbsandbox.org/~ianmcorvidae/graph.png there are no
CD Baby urls anymore in the database.
2014-03-18 21:36:32 +01:00
Sophist
d6ea585c62 Address zas comment 2014-03-18 14:39:26 +00:00
Sophist
5060484d04 Fix throttle decorator function...
... so that it uses args from last call before timer triggers rather
than args when timer was set.
2014-03-18 14:19:16 +00:00
Sophist
40d8a66b50 Address zas, freso comments 2014-03-18 12:00:49 +00:00
Laurent Monin
106a663d7b PICARD-561: keep collections ordered like on the website
Collections submenu is now completely rebuilt on updates, though i don't think it will cause any issue.
2014-03-17 15:01:15 +01:00
Sophist-UK
f942b29498 Address minor zas comment 2014-03-15 18:26:13 +00:00
Michael Wiencek
868999acb7 Merge pull request #228 from Sophist-UK/sophist_tweak_options_pages
Make Title Case consistent...
2014-03-13 22:40:06 -05:00
Michael Wiencek
4020c66a45 Merge pull request #236 from Sophist-UK/sophist_fix_minor_authentication_bugs
Fix minor server authentication bugs...
2014-03-13 21:19:01 -05:00
Wieland Hoffmann
ee6fba73ac coverart: Remove a write-only assignment 2014-03-13 12:01:30 +01:00
Wieland Hoffmann
e3aded26a7 Readd the option to use a custom file name for images 2014-03-13 12:00:12 +01:00
Wieland Hoffmann
78720a4f7c Save images with an extension
image_filename is the filename without the extension, new_filename does
contain it.
2014-03-13 11:56:22 +01:00
Wieland Hoffmann
7baad05206 image class: rename _filename to _tempfile_filename 2014-03-13 11:38:03 +01:00
Sophist
3894e8fb00 Address bitmap comments 2014-03-13 07:45:16 +00:00
Lukáš Lalinský
6cd3844582 Merge pull request #242 from dufferzafar/buildui
Handles building ui files with spaces in their names.
2014-03-12 19:45:54 +01:00
Shadab Zafar
92c11123b6 Used subprocess.call instead of os.system()
This fixes ui filenames with any special characters if there
are any ;)
2014-03-12 20:47:07 +05:30
Shadab Zafar
69c8027094 Handles building ui files with spaces in their names.
Just quoted the file names.
2014-03-12 19:55:37 +05:30
Sophist
964d14a2b5 Fix stash-pop generated error
I tested this before a stash but failed to retest it after a stash pop.
Sigh.
2014-03-12 14:12:26 +00:00
Sophist
e759c75178 Fix handling of acoustid network errors 2014-03-12 11:12:24 +00:00
Michael Wiencek
e620375872 Fix tests that broke after 099146a 2014-03-12 02:00:06 -05:00
Michael Wiencek
27cc6d7086 s/QtCore.Qt.escape/cgi.escape/g
The former does not exist on my system.
2014-03-12 00:37:14 -05:00
Michael Wiencek
31ff582442 Fix issue calling os.statvfs on unicode paths
See http://bugs.python.org/issue18695
2014-03-12 00:13:59 -05:00
Laurent Monin
bf83e552b5 Merge pull request #226 from Sophist-UK/sophist_improve_other_versions
Improve Other Releases menu
2014-03-11 15:39:15 +01:00
Laurent Monin
7997fbb695 Merge pull request #239 from Sophist-UK/sophist_fix_error_refresh_album_plus_track
Fix refresh error when album and track selected.

Traceback (most recent call last):
  File "./picard/ui/mainwindow.py", line 724, in refresh
    self.tagger.refresh(self.selected_objects)
  File "./picard/tagger.py", line 540, in refresh
    obj.load(priority=True, refresh=True)
AttributeError: 'Track' object has no attribute 'load'
2014-03-11 13:03:56 +01:00
Sophist
e67176207b Fix refresh error when album and track selected.
When you have album open and select album and first track and press
Ctrl-R, you get an error when it tries to run load method on track.
2014-03-10 20:38:44 +00:00
Sophist
77b499832b Fix minor authentication bugs...
1. User not prompted to save corrected mb server because port is passed
as -1
2. If user changes userid or password, reload collections
3. If user clears userid or password, clear collections.
2014-03-10 12:57:10 +00:00
Sophist
a447c95af9 Address Bitmap comments. 2014-03-10 07:43:06 +00:00