Commit Graph

6511 Commits

Author SHA1 Message Date
Stein Magnus Jodal
9c812bf367 Merge pull request #1144 from adamcik/feature/one-of-validation
core: Add "one-of" validation for number of kwargs
2015-04-26 23:54:18 +02:00
Stein Magnus Jodal
6a97ffa012 Merge branch 'v1.0.x' into develop
Conflicts:
	docs/changelog.rst
2015-04-26 23:50:50 +02:00
Stein Magnus Jodal
76ca96738d Merge pull request #1152 from adamcik/v1.0.x
v1.0.x fixes for #1146 and #1147
2015-04-26 23:49:12 +02:00
Thomas Adamcik
5f627984a3 review: Address review comments for one-of-validation 2015-04-26 23:35:00 +02:00
Thomas Adamcik
651e89357f tests: Fix IssueGH1120RegressionTest flakiness 2015-04-26 23:23:30 +02:00
Thomas Adamcik
e53bf56115 audio: Make sure software mixer emits mute events.
Turns out that gobject.GObject.set_property does not have a return value.
2015-04-26 23:16:51 +02:00
Thomas Adamcik
b80361ccb2 audio: Increase per tee branch buffer size. Fixes #1147 2015-04-26 23:07:10 +02:00
Thomas Adamcik
ced29e569e Merge pull request #1145 from camilonova/patch-1
docs: Added entry for Grooveshark backend
2015-04-26 00:26:13 +02:00
Camilo Nova
ef6b5dd51c Added Grooveshark backend 2015-04-24 18:19:59 -05:00
Thomas Adamcik
30f56abc66 core: Add "one-of" validation for number of kwargs 2015-04-25 00:56:11 +02:00
Thomas Adamcik
a72c9c88c9 http: Handle getting correct IOLoop when running on tornado < 3.0 2015-04-24 23:53:13 +02:00
Thomas Adamcik
b3ea425fd0 tests: Fix IssueGH1120RegressionTest flakiness 2015-04-24 19:26:02 +02:00
Nick Steel
4a48c381d6 docs: Make plurals in LibraryController consistent 2015-04-24 16:44:18 +01:00
Nick Steel
b47c0cb8b5 docs: Update add method documentation 2015-04-24 11:28:35 +01:00
Nick Steel
3fe104875b docs: Glossary typo 2015-04-24 09:50:14 +01:00
Thomas Adamcik
461061f1be docs: Refresh of remaining parts of core API docs 2015-04-24 00:30:40 +02:00
Thomas Adamcik
830a19ca70 core: Refresh PlaylistsController documentation 2015-04-24 00:24:19 +02:00
Thomas Adamcik
88f2905133 core: Refresh LibraryController documentation 2015-04-24 00:18:53 +02:00
Thomas Adamcik
996af72af7 docs: Refresh PlaybackController documentation 2015-04-24 00:14:22 +02:00
Thomas Adamcik
b6b1bb2489 docs: Add warning above deprecated section in core 2015-04-24 00:14:01 +02:00
Thomas Adamcik
907f920f18 docs: Make it more clear what each part of core does right away 2015-04-24 00:13:30 +02:00
Thomas Adamcik
0afe8ef54c docs: Improve core actor docs 2015-04-23 23:42:30 +02:00
Stein Magnus Jodal
3dba4f4208 Merge branch 'v1.0.x' into develop 2015-04-23 23:40:04 +02:00
Stein Magnus Jodal
b0000404f5 Release v1.0.1 2015-04-23 23:36:57 +02:00
Stein Magnus Jodal
9c793a38ff Bump version to 1.0.1 2015-04-23 23:35:45 +02:00
Stein Magnus Jodal
310e9109c1 docs: Add release date for v1.0.1 2015-04-23 23:34:09 +02:00
Stein Magnus Jodal
f4dcd598ac docs: Add references to PRs 2015-04-23 23:25:41 +02:00
Stein Magnus Jodal
e01f85a699 Merge pull request #1142 from adamcik/fix/1120-mpd-playlist-name-clobbering
Fix MPD playlist name clobbering
2015-04-23 23:15:34 +02:00
Thomas Adamcik
00cff144a4 mpd: Minor code cleanups in URI mapper helper 2015-04-23 23:09:32 +02:00
Thomas Adamcik
d4c695ac75 mpd: Split browse and playlist name to uri caching 2015-04-23 23:08:25 +02:00
Thomas Adamcik
58641100ce core: Add examples that shows that search is AND 2015-04-23 21:55:03 +02:00
Thomas Adamcik
b80bf615b5 core: Add exact param to docstring 2015-04-23 21:51:23 +02:00
Thomas Adamcik
c897877a71 docs: Manually split tracklist class documentation 2015-04-23 21:48:07 +02:00
Stein Magnus Jodal
41eabbfd22 Merge branch 'v1.0.x' into develop 2015-04-22 22:50:09 +02:00
Stein Magnus Jodal
9bb278f00e core: Make history controller traversable
Fixes mopidy/mopidy.js#6
2015-04-22 22:49:35 +02:00
Stein Magnus Jodal
61ca8830ce Merge pull request #1140 from adamcik/feature/play-by-tlid
core: Add play(tlid) support
2015-04-22 21:27:34 +02:00
Thomas Adamcik
142ddcfc8a docs: Add play by tlid to changelog 2015-04-22 20:57:17 +02:00
Thomas Adamcik
a62293c316 core: Add play(tlid) support 2015-04-22 20:55:51 +02:00
Stein Magnus Jodal
c996072040 docs: Wrap lines, sort sections by name 2015-04-21 23:32:25 +02:00
Thomas Adamcik
a38bc6a4f6 docs: Add changelog entry for PR#1136 2015-04-21 23:00:43 +02:00
Stein Magnus Jodal
0dfa3df39b Merge pull request #1136 from adamcik/feature/tlid-in-core-tracklist-calls
Support / use TLID in core tracklist calls
2015-04-21 08:32:37 +02:00
Thomas Adamcik
9cec66696f core: Fix comments and docstrings per review comments 2015-04-21 00:55:24 +02:00
Stein Magnus Jodal
d3c8e9e7d2 Merge pull request #1139 from morgoth/mopster
Add info about new online web client
2015-04-20 20:46:00 +02:00
Wojciech Wnętrzak
a4cb563375 Add info about new online web client 2015-04-20 20:35:23 +02:00
Stein Magnus Jodal
a3a32229b2 Merge pull request #1135 from adamcik/feature/mpd-spring-cleaning
MPD spring cleaning
2015-04-19 21:13:29 +02:00
Thomas Adamcik
fba4069cfd core: Make index return current index when missing args 2015-04-19 00:22:52 +02:00
Thomas Adamcik
2e705cf8d4 core: Add pending depraction for *_track methods 2015-04-19 00:22:52 +02:00
Thomas Adamcik
a88d3cf613 core: Add get_*_tlid helpers 2015-04-19 00:22:52 +02:00
Thomas Adamcik
aab143aeec core: Cleanup internals of next_track a bit 2015-04-19 00:22:52 +02:00
Thomas Adamcik
691abb2431 core: Stop making tl track copies all over the place 2015-04-19 00:22:52 +02:00