Frederik “Freso” S. Olesen
71bf0fa1a8
Update links to ticket tracker.
...
Using:
`sed -i 's|http://tickets.musicbrainz.org |https://tickets.metabrainz.org |' $(git grep -l tickets.musicbrainz -- './*' ':!*.po')`
2017-01-26 18:19:31 +01:00
Laurent Monin
6d88f091d4
Merge pull request #597 from lalinsky/fix-osx-package
...
Fix OS X package
2017-01-26 08:54:37 +01:00
Laurent Monin
19f98ed860
Merge pull request #596 from samj1912/patch-8
...
Correct the variable naming style and docstring language fix
2017-01-26 08:46:49 +01:00
Lukáš Lalinský
f70b49f0bb
Fix OS X package
...
It seems that if the ini-based config was initialized before creating the app instance,
Qt would do a different initialization sequence and some configs would not be loaded.
That caused it to not look for plugins in the app bundle.
2017-01-25 22:05:55 +01:00
Sambhav Kothari
2ad5936372
Correct the variable naming style
2017-01-26 01:22:03 +05:30
Lukáš Lalinský
979347ddca
Build OS X packages in GitLab
2017-01-25 19:54:17 +01:00
Laurent Monin
2ff74bad2b
Merge pull request #593 from samj1912/patch-7
...
Add python style guide
2017-01-25 18:18:15 +01:00
Sambhav Kothari
5d603c1b18
Add guideline for i18n
2017-01-25 21:37:32 +05:30
Sambhav Kothari
be5eddb0c4
Add picard specific code guidelines to CONTRIBUTING.md
2017-01-25 21:27:01 +05:30
Laurent Monin
9cc69acf25
Merge pull request #595 from Freso/PICARD-945-remove-contrib-warning
...
PICARD-945: Demote non-existent plugin warning to info message.
2017-01-25 12:10:41 +01:00
Frederik “Freso” S. Olesen
47d57a4ebc
PICARD-945: Demote non-existent plugin warning to info message.
...
Instead of presenting as a warning if a given plugin directory isn't
found, just notify as an info-level message.
2017-01-25 12:05:29 +01:00
Laurent Monin
6a316ee1e7
Merge pull request #594 from samj1912/fix519
...
PICARD-946: Fix wrong new_file variable assignement due to modified old_file
2017-01-25 09:32:09 +01:00
Sambhav Kothari
ae73c8c04c
Fix wrong new_file variable assignement due to modified old_file
2017-01-25 13:44:25 +05:30
Laurent Monin
e4a04d37e9
Merge pull request #589 from samj1912/picard933
...
PICARD-944: Wait for save thread pool to be finished before exit
2017-01-25 08:22:32 +01:00
Sambhav Kothari
585d5c4a47
Update CONTRIBUTING.md
2017-01-25 01:25:04 +05:30
Wieland Hoffmann
b7fbae58db
Fix grammar and markup
...
[ci skip]
2017-01-24 18:21:03 +01:00
Laurent Monin
579390be95
Merge pull request #591 from samj1912/patch-6
...
Create CONTRIBUTING.md
2017-01-24 16:39:22 +01:00
Laurent Monin
54c9faec55
Merge pull request #588 from samj1912/gui2
...
PICARD-937: Clear status bar on selection update
2017-01-24 13:26:31 +01:00
Sambhav Kothari
49fc42244a
Create CONTRIBUTING.md
2017-01-24 17:44:07 +05:30
Sambhav Kothari
ac30c7f919
Wait for save thread pool to be finished before exit
2017-01-23 19:41:35 +05:30
Laurent Monin
b34fb8f377
Update picard.pot
2017-01-23 14:00:36 +01:00
Laurent Monin
0fbea085dc
Update translations
2017-01-23 13:59:39 +01:00
Sambhav Kothari
b83841cbb5
Clear status bar on selection update
2017-01-23 15:33:11 +05:30
Wieland Hoffmann
06e5e1624d
Add the reason mimetypes is bundled in the Windows installer in a comment
2017-01-20 22:43:57 +01:00
Lukáš Lalinský
142387a21f
Fix windows build
2017-01-20 12:22:51 +01:00
Lukáš Lalinský
6775da3c42
samj1912's change
2017-01-20 12:01:31 +01:00
Lukáš Lalinský
9575151264
Attempt #2
2017-01-20 11:58:17 +01:00
Lukáš Lalinský
999194d13e
Try moving the entire directory
2017-01-20 11:56:29 +01:00
Laurent Monin
984a964969
Merge pull request #584 from samj1912/patch-5
...
Confirm yes to 7z extraction
2017-01-20 11:33:03 +01:00
Sambhav Kothari
ff75974aa3
Update package-win.bat
2017-01-20 16:00:07 +05:30
Laurent Monin
f01625de1d
Merge pull request #581 from samj1912/plugre
...
Change windows packager to download and install latest plugins
2017-01-20 10:40:08 +01:00
Laurent Monin
ab2c9ce16a
Merge pull request #583 from samj1912/patch-2
...
Add mimetypes in py2exe module includes
2017-01-20 10:37:33 +01:00
Sambhav Kothari
459700b212
Add mimetypes in py2exe module includes
2017-01-20 13:58:19 +05:30
Laurent Monin
ab250e3b5d
Merge pull request #582 from samj1912/picard916
...
PICARD-916: Fix type error in initialization of plugin.new_version
2017-01-19 23:01:00 +01:00
Sambhav Kothari
51f82ff0d0
PICARD-916: Fix type error in initialization of plugin.new_version
2017-01-19 23:26:22 +05:30
Sambhav Kothari
ee62198084
Change windows packager to download and install latest plugins
2017-01-19 23:22:20 +05:30
Laurent Monin
1accd9933a
Merge pull request #580 from samj1912/picard923
...
PICARD-923: Add startswith and endswith script functions
2017-01-18 22:35:30 +01:00
Sambhav Kothari
a7232b80b0
Rename args to more appropriate names
2017-01-19 02:41:20 +05:30
Laurent Monin
fd77fbdd1d
Merge pull request #559 from samj1912/id3v
...
PICARD-898: Change default id3v24 encoding to utf8
2017-01-18 22:01:20 +01:00
Laurent Monin
bf0032b11b
Merge pull request #579 from samj1912/picard902
...
PICARD-902: Fix load for tags options page
2017-01-18 21:57:11 +01:00
Laurent Monin
883f9c4090
Merge pull request #578 from samj1912/picard931
...
PICARD-931: Fix info dialog opening on double clicking cluster
2017-01-18 21:54:27 +01:00
Sambhav Kothari
2ed4fbe8d4
Add tests for startswith and endswith functions
2017-01-19 02:18:09 +05:30
Sambhav Kothari
e0f7bca321
PICARD-923: Add startswith and endswith script functions
2017-01-19 02:14:16 +05:30
Sambhav Kothari
47d25c0036
PICARD-902: Fix load for tags options page
2017-01-19 02:05:13 +05:30
Sambhav Kothari
d7399c4c7f
Make utf-8 the default encoding for id3v24
2017-01-19 01:54:00 +05:30
Sambhav Kothari
d6f9663f7f
PICARD-931: Fix info dialog opening on double clicking cluster
2017-01-19 01:47:04 +05:30
Laurent Monin
c1ee4b0906
Merge pull request #566 from suhas2go/PICARD-408
...
PICARD-408: Options pane is obscured
2017-01-18 14:30:59 +01:00
Laurent Monin
0936dc76e2
Merge pull request #576 from suhas2go/patch6
...
PICARD-925: Preserve scripting splitter position
2017-01-18 14:21:26 +01:00
Laurent Monin
7d61914764
Merge pull request #577 from phw/do-not-translate-widget-names
...
Do not translate widget names
2017-01-18 14:20:06 +01:00
Philipp Wolfer
7ca34bf9a9
Update pot file
2017-01-18 12:52:12 +01:00