Philipp Wolfer
c31bd5918e
Fixed Win32 hidden files detection.
2014-10-26 21:21:54 +01:00
Philipp Wolfer
0f3ab44163
Updated news regarding fixed PICARD-589
2014-10-26 13:40:02 +01:00
Philipp Wolfer
2688bb3751
Separate the file browser show hidden files option from the option to ignore hidden files on load.
2014-10-26 13:38:07 +01:00
Philipp Wolfer
80e852ceae
Allow explicit loading of hidden files.
...
This will allow explicit loading of hidden files, but still will ignore hidden files and folders on deeper levels if the "show_hidden_files" option is disabled.
This fixes PICARD-589 and improves PICARD-528.
2014-10-26 13:08:38 +01:00
Lukáš Lalinský
836110e0d5
Merge tag 'release-1.3'
2014-10-20 20:37:16 +02:00
Lukáš Lalinský
2023b63327
Change __version to PICARD_VERSION_STR_SHORT
2014-10-20 20:36:33 +02:00
Laurent Monin
d4fc082d92
Update version to 1.4 dev
2014-10-20 18:15:20 +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
Laurent Monin
00c10ec08a
Update picard.pot
2014-09-25 23:23:39 +02:00
Laurent Monin
6fe8b19c9d
Add dev utility function printable_node()
2014-09-19 09:24:43 +02:00
Laurent Monin
068723181f
PICARD-633: fix up artist's name translations
...
See http://chatlogs.musicbrainz.org/musicbrainz-devel/2014/2014-09/2014-09-18.html#T20-39-39-835764
Scores help when it comes to ambiguous choices, see tests.
2014-09-19 09:24:43 +02:00
Laurent Monin
deed015aea
Convert xml nodes values from str to unicode
2014-09-19 01:12:13 +02:00
Laurent Monin
d2ba6d35e0
Merge pull request #356 from zas/new_links
...
Update links to use new Picard website (http://picard.musicbrainz.org )
2014-09-11 21:12:44 +02:00
Laurent Monin
d5af513520
Merge pull request #357 from zas/versions
...
Display main libs versions in debug log
2014-09-11 21:12:11 +02:00
Laurent Monin
77eff4bf12
Display main libs versions in debug log
...
We were already displaying pyqt, mutagen and discid versions in About dialog, now they'll be shown in debug log too.
It will help with debug logs provided by users.
2014-09-10 10:37:30 +02:00
Lukáš Lalinský
c729e67887
Dialog
2014-09-10 10:15:34 +02:00
Laurent Monin
774f60870f
Update links to use new Picard website ( http://picard.musicbrainz.org )
2014-09-10 09:25:10 +02:00
Laurent Monin
408102bedb
Update .po files
2014-09-08 11:54:02 +02:00
Laurent Monin
e18977873d
Update po files
2014-09-06 11:30:47 +02:00
Laurent Monin
f9cd419a33
Update .po files
2014-09-04 14:31:17 +02:00
Laurent Monin
d183ec3c7d
Update MB_ATTRIBUTES: CDV format added
...
Updated using `python setup.py update_constants`
2014-09-04 14:28:48 +02:00
Laurent Monin
c9bd1fdbe7
Update pot file
2014-09-04 14:26:46 +02:00
Laurent Monin
94acccade7
Merge pull request #354 from zas/PICARD-631
...
PICARD-631: honour preferred release formats when matching AcoustIds
2014-09-04 14:19:55 +02:00
Laurent Monin
886c1e1b3e
PICARD-631: honour preferred release formats when matching AcoustIds
...
`format` wasn't copied to rebuild xml node during acoustid matching
2014-09-04 08:57:14 +02:00