Commit Graph

2431 Commits

Author SHA1 Message Date
Michael Wiencek
bae1672ef1 Fix tests in light of 6ff1f53 2014-01-16 19:38:15 -06:00
Michael Wiencek
6ff1f5350f Nuke QVariant, QString in favor of Python types 2014-01-16 19:18:35 -06:00
Laurent Monin
879fd9b5c7 Merge pull request #211 from Sophist-UK/sophist_fix_nat_refresh
Fix errors on refresh of NAT track (PICARD-549)
2014-01-13 02:27:07 -08:00
Sophist
1d7ccf4461 Apply patch provided by zas 2014-01-13 10:13:53 +00:00
Laurent Monin
427a1e666f Merge pull request #210 from zas/test_exit_code
Ensure setup.py returns non-zero exit code on test failure
2014-01-12 02:18:44 -08:00
Laurent Monin
2be60fae33 Returns exit code 1 if at least one test failed.
It should make travis-ci to report test failures when they actually fail.
Ie. build 169.1 has test failures, but build was happily reported as Passed,
this patch should change this.
2014-01-12 11:08:06 +01:00
Laurent Monin
0f9b04324c Fix AttributeError: 'MetadataBox' object has no attribute 'shrink_columns'
shrink_columns() was replaced by resize_columns() in commit 4c64a277cd
2014-01-10 14:52:29 +01:00
Michael Wiencek
4a4c9960a7 Merge pull request #188 from mwiencek/artists-tag
Support the Jaikoz 'artists' tag, which stores individual artist names
2014-01-09 12:21:29 -08:00
Michael Wiencek
fbbadc8f9d Merge branch 'master' into artists-tag
Conflicts:
	NEWS.txt
2014-01-09 14:21:04 -06:00
Michael Wiencek
3c0e588bbc Update NEWS.txt 2014-01-09 14:20:10 -06:00
Laurent Monin
9747a46780 Remove extra imports 2014-01-09 15:54:03 +01:00
Laurent Monin
d779fdc8d3 Merge pull request #208 from xlotlu/filenaming
updated tests for filename shortening (which now returns relative paths)
2014-01-07 08:16:47 -08:00
Ionuț Ciocîrlan
156aeda8a0 updated tests for filename shortening (which now returns relative paths) 2014-01-07 17:59:50 +02:00
Laurent Monin
08ce08caa2 Merge pull request #187 from zas/picard528
PICARD-528: ignore file paths if hidden or excluded by regex
2014-01-06 16:34:06 -08:00
Laurent Monin
8c2628638a Merge pull request #207 from olea/patch-1
Update copyright year in About
2014-01-06 16:31:16 -08:00
Ismael Olea
0d04cbdf8a Update about.py
updated copyright dates
2014-01-06 17:11:27 +01:00
Laurent Monin
cbcbc73408 Update README.md
Typo fix
2014-01-06 11:25:27 +01:00
Laurent Monin
3e83308357 Regenerate picard.pot 2014-01-05 14:01:09 +01:00
Laurent Monin
a8fa19588d Drop useless spaces in button label
It is problematic when it comes to i18n and is useless here.
2014-01-05 13:38:03 +01:00
Laurent Monin
f942b71fe6 Merge pull request #206 from xlotlu/filenaming
PICARD-540: return relative paths for shortened filenames
2014-01-04 12:59:33 -08:00
Ionuț Ciocîrlan
0a1b97732b PICARD-540: return relative paths for shortened filenames 2014-01-04 21:43:39 +02:00
Laurent Monin
45b9619b4c Regenerate picard.pot 2014-01-02 18:11:52 +01:00
Laurent Monin
a337e70bee Merge pull request #203 from zas/upgradepath3
Drop upgrade hook autodetection
2014-01-02 08:56:34 -08:00
Laurent Monin
1de7f3fa55 Update comment 2014-01-02 17:50:31 +01:00
Laurent Monin
861ed91800 Mark messages for translation. 2014-01-02 17:47:02 +01:00
Laurent Monin
d713d1cf00 Let version_from_string() raises an exception if hook name is incorrect 2014-01-02 17:36:29 +01:00
Laurent Monin
c2d53a4d4d version_from_string(): match end of the string instead full string 2014-01-02 17:32:34 +01:00
Laurent Monin
6e889ca0a0 Use exceptions in place of assertions -> VersionError 2014-01-02 17:28:41 +01:00
Laurent Monin
22271d880c Remove useless intermediate variable 2014-01-02 17:09:28 +01:00
Laurent Monin
708faa9ba4 _upgrade_hooks is now a dict, with version as key 2014-01-02 14:23:34 +01:00
Laurent Monin
57732ce17b Un-indent upgrade functions 2014-01-02 13:00:40 +01:00
Laurent Monin
d0005ccac9 Drop autodetection of hooks, but still extract version from hook name 2014-01-02 11:52:15 +01:00
Laurent Monin
81ec25afcd Make version_from_string() more tolerant 2014-01-02 11:50:51 +01:00
Laurent Monin
69f59348c1 Add a README.md 2014-01-02 03:38:59 +01:00
Laurent Monin
1f5c150f74 Merge pull request #202 from zas/upgradepath2
Improve and fix upgrade hooks code
2014-01-01 18:24:21 -08:00
Laurent Monin
432ef5b996 Log explicit messages for config upgrades and drop now useless comments
Use log.info() instead of log.debug() as it is useful for any user to know
config options were modified.
2014-01-02 03:20:25 +01:00
Laurent Monin
ef07fc2e90 Move upgrade code to its own file, no need to be a Tagger method 2014-01-02 03:20:25 +01:00
Laurent Monin
ab1a827282 Move upgrade message boxes to _upgrade_config() instead of MainWindow
Re-format messages so they wrap nicely.

Remove related FIXME
2014-01-01 12:54:51 +01:00
Laurent Monin
c66c728c79 Setup gettext before _upgrade_config() call 2014-01-01 12:53:15 +01:00
Laurent Monin
895fadf3c9 Add missing % character escaping 2014-01-01 12:07:40 +01:00
Laurent Monin
0b90379c71 Add a comment about adding an upgrade hook 2013-12-31 15:31:12 +01:00
Laurent Monin
5fc4129b32 Simplify hook registration by detecting upgrade hook functions 2013-12-31 15:31:12 +01:00
Laurent Monin
4554898e42 version_to_string(): be smarter and accept list with strings 2013-12-31 15:31:12 +01:00
Laurent Monin
042b47db6a Make ConfigUpgradeError message more useful including traceback 2013-12-31 15:31:12 +01:00
Laurent Monin
b93c4e3786 Add FIXME about broken upgrade hook 2013-12-31 15:31:12 +01:00
Laurent Monin
6932ac0d1a config.setting -> _s in upgrade_to_v1_0_0_final_0() too 2013-12-31 15:31:12 +01:00
Laurent Monin
672f47f72c Define _s once in parent function 2013-12-31 15:31:07 +01:00
Laurent Monin
f8e85c3957 Move variable near where it is used 2013-12-31 15:29:21 +01:00
Laurent Monin
61900e1b80 Ensure each upgrade function is run only once 2013-12-31 15:29:16 +01:00
Laurent Monin
e63bc3dab5 Name upgrade functions after full version 2013-12-31 14:07:19 +01:00