Thomas Adamcik
a16cac2188
Merge pull request #862 from jodal/fix/clear-current-track
...
core: Remove clear_current_track argument from stop()
2014-09-23 19:54:59 +02:00
Stein Magnus Jodal
c629e105d7
docs: Update changelog with PR#840
2014-09-23 14:29:30 +02:00
Stein Magnus Jodal
1fcc75ba1e
Merge pull request #840 from tkem/feature/local-library-lookup-multiple
...
local: Return multiple tracks from lookup()
2014-09-23 14:14:22 +02:00
Stein Magnus Jodal
d5de898b2d
core: Remove clear_current_track argument from stop()
2014-09-23 01:10:51 +02:00
Thomas Adamcik
508391cf51
Merge pull request #855 from jodal/feature/emit-none-to-emit-eos
...
audio: Deprecate emit_end_of_stream
2014-09-22 22:58:32 +02:00
Thomas Adamcik
ac777c17d6
Merge pull request #861 from jodal/fix/837-model-eq
...
Cleanup model repr() and fix equality of models with fields set to default values
2014-09-22 22:32:49 +02:00
Stein Magnus Jodal
abed15b9e4
models: Make all fields default to None or empty collection
2014-09-22 22:25:42 +02:00
Stein Magnus Jodal
bdd1fb983b
models: Fix equality for fields set to the default
...
Fixes #837
2014-09-22 22:01:50 +02:00
Stein Magnus Jodal
305a76486d
models: Hide empty lists from repr()
2014-09-22 21:42:57 +02:00
Nick Steel
839108e7c5
docs: typo in Mopidy-HTTP
2014-09-21 22:49:27 +01:00
Stein Magnus Jodal
713bca384a
docs: Update Mopidy-HTTP docs wrt the HTTP server-side API
2014-09-21 23:26:24 +02:00
Stein Magnus Jodal
00c17ae193
audio: Deprecate emit_end_of_stream
2014-09-21 21:01:11 +02:00
Stein Magnus Jodal
456faee948
docs: Remove duplicate extensions
2014-09-20 01:08:04 +02:00
Stein Magnus Jodal
52baf63992
docs: Put screenshot between description and install instructions
2014-09-20 01:05:34 +02:00
Stein Magnus Jodal
580e5b079f
docs: Kuechenradio doesn't have a screenshot yet
2014-09-20 01:03:48 +02:00
Stein Magnus Jodal
0e2866df30
docs: Add Mopidy-HTTP-Kuechenradio
2014-09-20 01:01:32 +02:00
Stein Magnus Jodal
da18a599ac
docs: Add install instructions for the web extensions
2014-09-20 00:57:34 +02:00
Stein Magnus Jodal
249dcf92c4
docs: More concistent format for web extensions
2014-09-20 00:55:33 +02:00
Stein Magnus Jodal
eedaf0eb3b
docs: Add Mopidy-Musicbox-Webclient to the web extensions list
2014-09-20 00:49:57 +02:00
Stein Magnus Jodal
f58fe9a192
py3: Replace xrange() with range()
2014-09-17 20:28:07 +02:00
Stein Magnus Jodal
cd3d44ff6d
py3: Use '0o' octal literal
2014-09-16 09:48:38 +02:00
Stein Magnus Jodal
c2810d0423
py3: Fix thread import
2014-09-16 09:46:16 +02:00
Stein Magnus Jodal
151986328e
tasks: Pass path and coverage on to test task
2014-09-12 11:31:05 +02:00
Stein Magnus Jodal
8131f94530
js: Remove references to js/ dir
2014-09-11 22:16:11 +02:00
Stein Magnus Jodal
40089f490c
docs: Update authors
2014-09-11 22:10:23 +02:00
Stein Magnus Jodal
4c6c7ce016
http: Update Mopidy.js to v0.4.1
2014-09-11 21:50:11 +02:00
Stein Magnus Jodal
d6e0c8d7e6
js: Move Mopidy.js source code to a new Git repo
2014-09-11 21:49:58 +02:00
Stein Magnus Jodal
4eacc911c9
Switch from Fabric to Invoke
...
We don't use any of the remote server features supported by Fabric, so better
to use the smaller, more modern, and Python 3 compatible Invoke.
2014-09-11 00:01:50 +02:00
Stein Magnus Jodal
b6d630d538
Merge pull request #848 from DmitrySandalov/develop
...
Fix docs typo
2014-09-09 09:14:39 +02:00
Dmitry Sandalov
225092add5
fixes docs typo: AngularJS
2014-09-09 11:10:05 +04:00
Stein Magnus Jodal
37c736533d
Remove Pykka version check
...
This check was made redundant with our move to setuptools. The executables
made by setuptools checks if all our Python dependencies are available in the
required versions before starting Mopidy.
2014-09-09 08:38:14 +02:00
Stein Magnus Jodal
eb97b55d88
Keep gobject check together with the other checks
2014-09-09 08:35:21 +02:00
Stein Magnus Jodal
2050385a5f
Update Python and Pykka version check error messages
2014-09-09 08:24:42 +02:00
Thomas Adamcik
a91183759d
Merge pull request #846 from jodal/fix/836-gobject-import-error
...
Print friendly error message if gobject isn't found
2014-09-08 21:34:04 +02:00
Stein Magnus Jodal
db4868207c
Print friendly error message if gobject isn't found
...
Fixes #836
2014-09-08 21:15:14 +02:00
Stein Magnus Jodal
12f9860e2d
docs: Fix typo
2014-09-08 11:04:16 +02:00
Stein Magnus Jodal
e9e8124e90
docs: Fix formatting
2014-09-08 11:03:56 +02:00
Stein Magnus Jodal
926ae275a1
Merge pull request #845 from adamcik/feature/audio-kill-visualizer
...
audio: Remove visualizer support
2014-09-07 23:57:28 +02:00
Thomas Adamcik
ada7641ee6
audio: Remove visualizer support
2014-09-07 23:48:04 +02:00
Stein Magnus Jodal
0091603f2a
Merge pull request #826 from adamcik/feature/audio-message-handler
...
Refactor message handling in audio
2014-09-07 23:41:27 +02:00
Thomas Adamcik
3f699b97d2
audio: Split message/event teardown handler
2014-09-07 22:35:58 +02:00
Thomas Adamcik
3ed6843d92
docs: Update changelog with audio changes
2014-09-07 22:32:04 +02:00
Thomas Adamcik
d049b07fa9
Merge branch 'develop' into feature/audio-message-handler
2014-09-07 21:38:19 +02:00
Thomas Adamcik
e744a6da87
audio: Resolve review comments
2014-09-07 21:38:13 +02:00
Thomas Adamcik
c129cd4b24
audio: s/Triggering/Audio event/
2014-09-07 21:36:31 +02:00
Stein Magnus Jodal
12ae25d438
Merge branch 'release/v0.19.x' into develop
2014-09-07 10:59:43 +02:00
Stein Magnus Jodal
b269694f80
docs: Rewrite 'getting help' section
...
(cherry picked from commit 13c92dae65 )
2014-09-07 10:59:05 +02:00
Stein Magnus Jodal
b11ea225d8
docs: Add Discuss link to readme
...
(cherry picked from commit 61e724eb0e )
2014-09-07 10:58:56 +02:00
Stein Magnus Jodal
333da5befd
docs: Fix syntax error
...
(cherry picked from commit cf5660e8e5 )
2014-09-07 10:58:44 +02:00
Stein Magnus Jodal
13c92dae65
docs: Rewrite 'getting help' section
2014-09-06 23:40:29 +02:00