Commit Graph

4234 Commits

Author SHA1 Message Date
Stein Magnus Jodal
5dea63a548 docs: Add section on extension config and disabling 2013-05-01 21:44:02 +02:00
Stein Magnus Jodal
370cf133fa docs: Remove mixers' module docs 2013-05-01 21:43:40 +02:00
Stein Magnus Jodal
01335b9fea docs: Use 'config' more consistently 2013-05-01 20:51:20 +02:00
Stein Magnus Jodal
c7ab8cedca docs: Fix typo and level of header 2013-05-01 15:07:56 +02:00
Stein Magnus Jodal
b9a7f20b15 docs: Fix logging config link 2013-05-01 15:06:09 +02:00
Thomas Adamcik
0ae247a3da Merge pull request #444 from dz0ny/patch-1
Add mention of mopidy-convert-config
2013-05-01 05:47:44 -07:00
Janez Troha
7b361b836c Add mention of mopidy-convert-config 2013-05-01 14:12:49 +03:00
Stein Magnus Jodal
ddef55e0e5 Merge pull request #441 from jodal/feature/argparse
Switch from optparse to argparse
2013-04-30 15:01:02 -07:00
Stein Magnus Jodal
94ab12b13c commands: Update override parsing tests 2013-04-30 23:42:53 +02:00
Stein Magnus Jodal
69caea2ef9 command: Move override parsing into module 2013-04-30 23:27:12 +02:00
Stein Magnus Jodal
5e4f22bd17 commands: Use argparse to split config files into a list 2013-04-30 23:27:12 +02:00
Thomas Adamcik
02ea6ecb74 spotify: Just check if we are connected, do not wait until timeout 2013-04-30 00:21:10 +02:00
Thomas Adamcik
2f825b34af config: Switch to ordered dict 2013-04-30 00:19:59 +02:00
Stein Magnus Jodal
df2abde258 commands: Move argument parser to commands module 2013-04-29 22:57:44 +02:00
Stein Magnus Jodal
a301906fe7 commands: Move --show-{config,deps} handlers to new module 2013-04-29 22:52:11 +02:00
Stein Magnus Jodal
f7ef080671 docs: Add argparse conversion to changelog 2013-04-29 22:17:36 +02:00
Stein Magnus Jodal
1fb9634e47 argparse: Convert mopidy-scan command 2013-04-29 22:17:36 +02:00
Stein Magnus Jodal
a97aab7531 argparse: Convert mopidy command 2013-04-29 22:17:36 +02:00
Stein Magnus Jodal
200473861f docs: Add issue reference 2013-04-29 22:04:39 +02:00
Thomas Adamcik
3f895159b2 Merge pull request #435 from jodal/feature/drop-python-2.6
Drop Python 2.6 support
2013-04-29 12:44:05 -07:00
Stein Magnus Jodal
c6a905efd7 main: Remove resolved TODO 2013-04-29 21:35:35 +02:00
Stein Magnus Jodal
a8f8e9363c config: Fix flake8 warnings 2013-04-29 21:35:29 +02:00
Stein Magnus Jodal
de84fdfef4 Remove hacks required by #302 to run on older Python 2.6.x 2013-04-29 19:52:29 +02:00
Stein Magnus Jodal
52ee456692 tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
Stein Magnus Jodal
2d80621b70 tests: Remove unittest2 2013-04-29 19:26:07 +02:00
Stein Magnus Jodal
d7453982b8 Require Python 2.7 2013-04-29 19:21:21 +02:00
Stein Magnus Jodal
264c097bc4 docs: Add changelog for 0.15 2013-04-29 19:18:08 +02:00
Stein Magnus Jodal
3a2fcc975e Release v0.14.1 2013-04-28 23:45:49 +02:00
Stein Magnus Jodal
0d3e970890 docs: Update changelog for v0.14.1 2013-04-28 23:45:40 +02:00
Stein Magnus Jodal
a401ecb769 Bump version number to 0.14.1 2013-04-28 23:45:29 +02:00
Thomas Adamcik
64465d318d config: Ensure that overrides are bytes 2013-04-28 23:31:41 +02:00
Thomas Adamcik
9974f77f1b config: Serialize unicode to bytes using sys.getfilesystemencoding() 2013-04-28 23:31:41 +02:00
Thomas Adamcik
3417abfe64 config: Use byte paths in convert code 2013-04-28 23:31:29 +02:00
Stein Magnus Jodal
027b0e2e8c Release v0.14.0 2013-04-28 21:49:57 +02:00
Stein Magnus Jodal
82f191939c docs: Update changelog for v0.14.0 2013-04-28 21:49:23 +02:00
Stein Magnus Jodal
c81c563c0f spotify: Fix for #387 fixes #425 too 2013-04-28 10:06:39 +02:00
Stein Magnus Jodal
44cf8a0099 spotify: Fix crash when a playlist is added (fixes #387) 2013-04-28 10:04:57 +02:00
Stein Magnus Jodal
d1ca5da470 spotify: Import module instead of class 2013-04-28 10:04:34 +02:00
Stein Magnus Jodal
33378b81f6 Bump version number to 0.14 2013-04-28 01:33:35 +02:00
Stein Magnus Jodal
42f6ce6437 docs: Add some stats to the changelog 2013-04-28 01:28:51 +02:00
Stein Magnus Jodal
a14fcf5ab2 Update .mailmap 2013-04-28 01:26:36 +02:00
Stein Magnus Jodal
263ecc3da7 docs: Add missing words to changelog 2013-04-28 01:18:54 +02:00
Thomas Adacmik
6f7e00b72b Merge branch 'develop' of github.com:mopidy/mopidy into develop 2013-04-28 01:09:44 +02:00
Thomas Adacmik
3e911ef41c docs: Changelog improvements 2013-04-28 01:09:24 +02:00
Stein Magnus Jodal
d57b699b12 main: Fix typo 2013-04-28 01:09:23 +02:00
Thomas Adacmik
4f93f93deb config: Create read-only config proxy 2013-04-28 01:09:22 +02:00
Stein Magnus Jodal
f07d132afd main: Fix typo 2013-04-28 01:01:00 +02:00
Thomas Adacmik
375c20732e config: Create read-only config proxy 2013-04-28 00:55:11 +02:00
Thomas Adacmik
9c536d3bbe Merge branch 'develop' of github.com:mopidy/mopidy into develop 2013-04-28 00:25:35 +02:00
Thomas Adacmik
9fab339941 config: Add preliminary handling of parse errors 2013-04-28 00:25:28 +02:00