Laurent Monin
aed7091c3a
Add missing header
2013-12-28 13:24:44 +01:00
Laurent Monin
88ae83de78
Rewrite loop as expression value is unused
2013-12-28 13:24:44 +01:00
Laurent Monin
60b6cbddab
Rewrite test as expression value is unused
2013-12-28 13:24:44 +01:00
Laurent Monin
b84380fd70
Rewrite loop as expression value is unused
2013-12-28 13:24:44 +01:00
Laurent Monin
cac1e3dd89
Unused variable e removed
2013-12-28 13:24:44 +01:00
Laurent Monin
17bb6df137
Indentation fix
2013-12-28 13:24:44 +01:00
Laurent Monin
e4852cf0d4
File._load(): makes proto matches subclass definitions, add filename parameter
2013-12-28 13:24:43 +01:00
Laurent Monin
4b0239fc0c
get_cdrom_drives(): code cleanup
2013-12-28 13:24:43 +01:00
Laurent Monin
ff0de4e382
ClusterEngine.cluster(): remove unused return value
2013-12-28 13:24:43 +01:00
Laurent Monin
30b166fba1
Fix missing QtCore import
2013-12-27 21:57:29 +01:00
Wieland Hoffmann
94ae22aade
Make the usages of enabledSlot more readable
2013-12-25 16:35:28 +01:00
Wieland Hoffmann
7edcf81dba
Remove an unused import
2013-12-25 16:35:28 +01:00
Laurent Monin
79221a6ca8
Merge branch 'sophist_compilation_TCMP_adjustments' of git://github.com/Sophist-UK/picard into Sophist-UK-sophist_compilation_TCMP_adjustments
...
Conflicts:
NEWS.txt
2013-12-25 15:42:48 +01:00
Laurent Monin
6993249fc1
Revert "Merge branch 'sophist_compilation_TCMP_adjustments' of git://github.com/Sophist-UK/picard into Sophist-UK-sophist_compilation_TCMP_adjustments"
...
This reverts commit 2f7581b19a .
2013-12-25 15:39:18 +01:00
Laurent Monin
2f7581b19a
Merge branch 'sophist_compilation_TCMP_adjustments' of git://github.com/Sophist-UK/picard into Sophist-UK-sophist_compilation_TCMP_adjustments
2013-12-25 15:21:58 +01:00
Laurent Monin
0b40037aa6
Merge branch 'sophist_change_preserve_tags_delimiter_to_comma' of git://github.com/Sophist-UK/picard into Sophist-UK-sophist_change_preserve_tags_delimiter_to_comma
...
Bump Picard version to 1.3.0dev2 and update config upgrade hooks
2013-12-25 10:57:22 +01:00
Sophist
807e41e064
Fix code formatting
2013-12-25 07:48:29 +00:00
Laurent Monin
a559656809
Merge pull request #193 from zas/pep8
...
Indentation and spacing fixes, according to PEP8, only cosmetic changes.
2013-12-24 17:05:16 -08:00
Laurent Monin
96d5e3aceb
Indentation and spacing fixes, according to PEP8
2013-12-24 18:12:29 +01:00
Laurent Monin
5ebd2cc070
Merge pull request #191 from zas/PICARD-539
...
PICARD-539: ensure we append preferred encoding to normalized locale
2013-12-20 09:11:33 -08:00
Laurent Monin
e79d6e82d1
Merge pull request #190 from zas/useragent
...
Append system info to user-agent string, and build it from constants
2013-12-20 09:10:37 -08:00
Laurent Monin
1950c5bdeb
Update NEWS.txt
2013-12-15 10:55:26 +01:00
Laurent Monin
a7151fa4d8
PICARD-539: ensure we append preferred encoding to normalized locale
...
http://tickets.musicbrainz.org/browse/PICARD-539
2013-12-15 10:50:37 +01:00
Michael Wiencek
508b327a8c
Merge pull request #189 from Freso/support-m4v
...
Support .m4v files.
2013-12-12 09:26:21 -08:00
Laurent Monin
0aa65c21c5
Append platform infos to user-agent string.
...
Exemple of output:
MusicBrainz-Picard/1.2.0final0 (Linux-3.5.0-17-generic-x86_64-with-LinuxMint-14-nadia;CPython-2.7.3)
2013-12-10 08:05:48 +01:00
Laurent Monin
26f20228eb
USER_AGENT_STRING -> CLIENT_STRING, and use ORG/APP_NAME to build.
2013-12-10 08:03:33 +01:00
Laurent Monin
1bd3d5cf36
Merge pull request #184 from zas/MainWindowSelectionUpdatedSignal
...
Emit a signal when selection is updated in the main window
2013-12-09 01:29:29 -08:00
Laurent Monin
024a68bafd
Merge pull request #183 from zas/QCoreApplication
...
Set QApplication.applicationName and organizationName
2013-12-09 01:28:11 -08:00
Laurent Monin
a63f82ffbd
Emit a signal when selection is updated in the main window
...
Bump plugin api version to 1.3.0
2013-12-09 10:05:27 +01:00
Laurent Monin
898ec8cb4b
Set QApplication.applicationName and organizationName
...
Those values are used by the QSettings class when it is constructed using the empty constructor.
This saves having to repeat this information each time a QSettings object is created.
Some libs (ie. Phonon) require those to be set
2013-12-09 10:03:56 +01:00
Frederik "Freso" S. Olesen
8896ea6241
Support .m4v files.
...
http://chatlogs.musicbrainz.org/musicbrainz/2013/2013-12/2013-12-08.html#T12-42-40-561267
2013-12-08 14:50:38 +01:00
Laurent Monin
42d47f3113
Merge pull request #185 from zas/pluginshomepath
...
Open "Install plugin" dialog with user's home directory instead of '/'
2013-12-07 17:07:04 -08:00
Sophist
305ba15f26
Use upgrade mechanism to upgrade saved tag list.
2013-12-07 13:39:40 +00:00
Sophist
8f6e9e9647
Use comma rather than space delimiters in preserve_tags
2013-12-06 22:05:02 +00:00
Laurent Monin
cd8685d6a2
Open "Install plugin" dialog with user's home directory instead of '/'
2013-12-06 20:37:54 +01:00
Laurent Monin
b115d6ca0d
Merge pull request #182 from zas/url_constants
...
Centralize Picard urls in PICARD_URLS dict, introduce webbrowser2.goto()
2013-12-05 23:51:12 -08:00
Laurent Monin
775cd512c7
Centralize Picard urls in PICARD_URLS dict.
...
Introduce `webbrowser2.goto()`, which open picard urls by id.
2013-12-06 08:47:40 +01:00
Laurent Monin
963c6518b5
Merge pull request #158 from zas/releases_disambiguation
...
Add more info to release name in other releases list if needed (improved disambiguation).
2013-12-05 23:46:28 -08:00
Laurent Monin
e9bd756144
Add more info to release name in other releases list if needed.
...
Context menu listing other releases is using main information from release,
often it is enough, but sometimes two or more items in the list are exactly
the same, user have to select each one to determine which is matching for him.
This patch is improving a bit the situation by adding packaging, barcode, or even
disambiguation comment if needed.
As an example, it often happens when a CD is released in jewel case and digipak,
with same label, date, country, barcode, etc..
Use more explicit '[no barcode]' instead of '[none]'.
A test case was added for this feature.
2013-12-06 08:43:23 +01:00
Laurent Monin
7251475bbe
Merge pull request #166 from Sophist-UK/sophist_improve_xmls_prioritisation
...
Improve webservice prioritisation.
2013-12-05 23:21:07 -08:00
Sophist
b9648c332d
Address Fresno comment
...
Put important back to True so that this is LIFO on the priority queue.
2013-12-05 17:21:51 +00:00
Sophist
7f036beef3
Space moved
...
As per bitmap's review comments, I have relocated the errant space from
one file to the other.
Damn pesky spaces - always sneaking off and repositioning themselves
where you don't want 'em.
2013-12-05 17:21:49 +00:00
Sophist
11ef698608
Tweak when we prioritise and don't cache
2013-12-05 17:21:04 +00:00
Sophist
c3e57a3879
Improve webservice prioritisation.
...
Ctrl-F5 Refresh - Priority/Important
Redirect - Priority/Important
Saves/submissions - Priority/Not-Important
Everything else - Normal
2013-12-05 17:21:03 +00:00
Laurent Monin
1ee1f68899
Merge pull request #178 from mwiencek/win32-locking
...
PICARD-437: Picard can have problems saving files to network shares on Windows 8(?) when embedding cover art
2013-12-05 00:27:14 -08:00
Laurent Monin
fdfeaf98a7
Merge pull request #167 from Sophist-UK/sophist_mblogin_calls_use_SSL
...
Use SSL for personal data, see PICARD-337.
2013-12-05 00:25:04 -08:00
Laurent Monin
892f272df7
Merge pull request #113 from Sophist-UK/sophist_prevent_duplicate_record_labels
...
Prevent duplicate record labels in tags.
2013-12-04 23:56:39 -08:00
Laurent Monin
e6dfe1695d
Merge pull request #162 from Sophist-UK/sophist_counter_throttle_tweak
...
Simplify and improve active requests counting
2013-12-04 11:47:18 -08:00
Laurent Monin
fb06f7be1b
Merge pull request #175 from JonnyJD/make_depends
...
Fix install/build instructions for Windows
2013-12-04 02:53:34 -08:00
Michael Wiencek
d6cd0cc90f
Merge pull request #180 from Sophist-UK/sophist_add_missing_tag_names
...
Add missing originalyear name.
2013-12-03 09:44:04 -08:00