Lukáš Lalinský
2fa2c124b0
Install python-discid from github
2015-01-06 22:59:40 +01:00
Lukáš Lalinský
721a406c41
Untested build script changes
2015-01-06 22:39:24 +01:00
Philipp Wolfer
90f6d3f268
Updated version and news for 1.3.2 release.
2015-01-06 22:25:44 +01:00
Philipp Wolfer
f8fab6ed34
Fixed tags from filename dialog no opening on fresh install.
...
An exception was thrown when tags_from_filenames_format was not set or empty.
Fixes PICARD-681
2015-01-06 22:22:35 +01:00
Laurent Monin
75f72e6904
Remove 1.4 entirely from the 1.3.1 branch
...
Suggested by Freso
2014-12-20 09:46:10 +01:00
Laurent Monin
60ca24e1b7
Update NEWS.txt
2014-12-19 22:19:54 +01:00
Laurent Monin
969c6fc6dd
Update version to 1.3.1
2014-12-19 21:44:24 +01:00
Laurent Monin
c0c92134ef
Update translations
2014-12-19 21:44:23 +01:00
Laurent Monin
275a327c89
Update attributes.py
2014-12-19 21:44:23 +01:00
Wieland Hoffmann
01242a03e2
Merge branch 'PICARD-663' of https://github.com/phw/picard
...
(cherry picked from commit 7bd95c46be )
2014-12-19 21:44:23 +01:00
Laurent Monin
56c17280cf
Merge pull request #388 from phw/PICARD-642-config-upgrade-error
...
Fix errors during configuration update when reading obsolete options.
(cherry picked from commit 0e4341027a )
2014-12-19 19:05:21 +01:00
Laurent Monin
eb2860aa17
Merge pull request #386 from Sophist-UK/drunkendwarf_webservice_noport
...
Use https if port 443 is specified, and only provide a specific port if it is not 80 or 443.
(cherry picked from commit 055a1ba828 )
Conflicts:
picard/webservice.py
2014-12-19 19:05:04 +01:00
Laurent Monin
425fc66f2b
Remove useless comment, commit message is enough
...
f03145ed0f (commitcomment-8865743)
(cherry picked from commit 235ff26b0d )
2014-12-19 19:04:22 +01:00
Laurent Monin
bd8c64eaa5
Merge pull request #381 from zas/PICARD-662_fix
...
PICARD-662: skip collections having "entity_type" != "release"
(cherry picked from commit 88c5cdd17f )
2014-12-19 19:04:08 +01:00
Wieland Hoffmann
4ba5977d06
Merge branch 'fix-win32-hidden-files-unit-tests' of https://github.com/phw/picard
...
(cherry picked from commit 3ec407e204 )
2014-12-19 19:04:02 +01:00
Laurent Monin
dcaa9862a6
Merge pull request #380 from phw/PICARD-661
...
PICARD-661: evaluate tagger script for album art filename
(cherry picked from commit dc3830dc8a )
2014-12-19 19:03:55 +01:00
Laurent Monin
dcd3418b27
Merge pull request #378 from phw/pregap-tracks
...
PICARD-658: Support loading the newly supported pregap and data tracks.
(cherry picked from commit 09e28d5a52 )
2014-12-19 19:03:48 +01:00
Laurent Monin
5531d6fbfa
Merge pull request #379 from phw/fill-originalyear
...
PICARD-659: Set the originalyear tag when loading a release
(cherry picked from commit 8c9343afff )
2014-12-19 19:03:41 +01:00
Laurent Monin
938d113224
Merge pull request #370 from phw/better_hidden_file_handling
...
PICARD-589: Better hidden file handling
(cherry picked from commit 61e7b351e8 )
2014-12-19 19:03:35 +01:00
Wieland Hoffmann
3042391818
Merge branch 'PICARD-655' of github.com:phw/picard
...
(cherry picked from commit 3eb5a3ac80 )
2014-12-19 19:03:28 +01:00
Wieland Hoffmann
9e789230a8
Merge branch 'PICARD-273' of github.com:phw/picard
...
(cherry picked from commit 933fa16032 )
2014-12-19 19:03:23 +01:00
Wieland Hoffmann
c4c6fc4a82
Merge branch 'fix-win-installer-working-directory' of github.com:phw/picard
...
(cherry picked from commit 4151e080f7 )
2014-12-19 19:03:16 +01:00
Lukáš Lalinský
2023b63327
Change __version to PICARD_VERSION_STR_SHORT
2014-10-20 20:36:33 +02:00
Laurent Monin
28ce7e450b
Update version to 1.3
2014-10-20 18:15:20 +02:00
Laurent Monin
c396097379
Update release date for version 1.3
2014-10-20 18:15:20 +02:00
Laurent Monin
90f4024f0a
Update .po files
2014-10-20 17:44:30 +02:00
Laurent Monin
f10324501a
Better handling of missing executable pyrcc4, used to compile resource
...
python setup.py build_ui wasn't very explicit when run without installed pyrcc4,
messages are now better.
Use distutils.spawn instead of subprocess.call
2014-10-20 10:48:57 +02:00
Laurent Monin
a5faf52f38
Resync translations
2014-10-20 09:41:40 +02:00
Laurent Monin
4bda724d8d
Resync translations
2014-10-08 16:10:25 +02:00
Laurent Monin
c79f2102e1
Update pot file
2014-10-08 16:08:11 +02:00
Laurent Monin
c0962c9146
Merge pull request #366 from zas/PICARD-636
...
PICARD-636: use a better example VA release for tag preview
2014-10-08 16:05:29 +02:00
Laurent Monin
76c54aad2d
Merge pull request #365 from zas/release_script
...
Add a script to help with the release process
2014-10-08 16:05:06 +02:00
Laurent Monin
ff71ce5fab
PICARD-636: use a better example VA release for tag preview
...
Use track 2.5 from http://musicbrainz.org/release/4b50c71e-0a07-46ac-82e4-cb85dc0c9bdd as suggested by KRSCuan.
2014-10-08 16:00:09 +02:00
Laurent Monin
3929031a48
Use set -e and don't push automatically
2014-10-04 19:18:20 +02:00
Laurent Monin
3707afe9f2
Add set -e and simplify versions replacing in NEWS.txt
...
Thanks to Mineo
2014-10-04 18:51:35 +02:00
Laurent Monin
2184a953ed
Add a script to help with the release process
2014-10-04 17:29:48 +02:00
Laurent Monin
f081ce0e9a
Remove nasty BOM bytes from NEWS.txt
...
It was added in commit 9a11aded5b
2014-10-04 12:11:01 +02:00
Laurent Monin
11e8024fc2
Merge pull request #362 from zas/coverart_mv
...
Re-organize cover art-related files
2014-09-29 12:49:49 +02:00
Laurent Monin
4225158d45
Merge pull request #363 from zas/setup_packages_fix
...
Auto-generate list of "packages"
2014-09-29 12:18:58 +02:00
Laurent Monin
71cbc8735b
Auto-generate list of "packages"
...
When moving code around, creating new subdirs, one had to add/modify packages list
in setup.py.
So, basically, this patch is just generating an up-to-date list on runtime, including
all subdirs under picard/ and converting them to modules-like names (replace path separator by a dot).
2014-09-29 12:03:18 +02:00
Wieland Hoffmann
42350fc40a
Add picard.const to setup.py
2014-09-29 11:55:04 +02:00
Laurent Monin
17cf4d38a5
PEP8 fixes
2014-09-29 10:04:38 +02:00
Laurent Monin
bff18344c1
Move cover art related files to a "coverart" sub-directory
2014-09-29 09:48:39 +02:00
Laurent Monin
94be311dc4
Merge pull request #359 from zas/PICARD-633
...
Picard-633: rework aliases selection for translation of artist's name
2014-09-27 11:53:49 +02:00
Laurent Monin
0755fc3b60
Merge pull request #360 from zas/consts_cleanup
...
Move all constants related stuff to new const/
2014-09-27 11:51:47 +02:00
Laurent Monin
084ff991c8
Move all const-related files to new const directory
2014-09-26 14:43:03 +02:00
Laurent Monin
6b29d65fbf
Move UI_LANGUAGES and ALIAS_LOCALES declarations to their own files
...
In future, those lists will be auto-generated.
2014-09-26 14:19:33 +02:00
Laurent Monin
14a9308d64
Merge pull request #355 from zas/linear_combination_of_weights
...
PICARD-630: linear_combination_of_weights() raises ZeroDivisionError
2014-09-26 10:39:48 +02:00
Laurent Monin
19d307d9bb
PICARD-630: linear_combination_of_weights() raises exception
...
It happens when the function is called with empty parts list.
Returns 0.0 instead of raising ZeroDivisionError exception
2014-09-26 10:24:56 +02:00
Laurent Monin
6502a9b85e
Sync translations
2014-09-25 23:24:07 +02:00