Commit Graph

6493 Commits

Author SHA1 Message Date
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
Thomas Adamcik
6a7005be1e core: Add tlid argument to index calls.
Should save clients from having to pass tl_track models around.
2015-04-19 00:22:52 +02:00
Thomas Adamcik
84546488c1 mpd: Remove core attribute usage 2015-04-18 23:32:02 +02:00
Thomas Adamcik
b631f1111b mpd: Reduce thread switches by reusing values from core 2015-04-18 23:24:10 +02:00
Thomas Adamcik
14910730bd mpd: Cleanup confusing argument names, fixes #1134
Makes sure not to use tlid when we mean songpos and also be a bit more
consistent about what we call things across functions.
2015-04-18 23:13:03 +02:00
Thomas Adamcik
7af570418f mpd: Stop using properties to get values 2015-04-18 23:05:50 +02:00
Thomas Adamcik
9871d999bb mpd: Replace filterwarnings with deprecation helper 2015-04-18 23:04:48 +02:00
Stein Magnus Jodal
5acc3ea564 docs: Fix syntax error 2015-04-17 22:58:19 +02:00
Stein Magnus Jodal
7752ebe7e4 Merge pull request #1130 from adamcik/feature/more-deprecation-cleanups
More deprecations and correspoding cleanups
2015-04-17 00:18:28 +02:00
Thomas Adamcik
09027854c6 validation: Reject iterators as core arguments
iter() always never re-wraps an iterator, so 'iter(i) is iter(i)' tests if we
wrapped a container or if we already had an iterator. I also tried
types.GeneratorType and inspect helpers but they did not work for this use
case.
2015-04-17 00:05:46 +02:00
Thomas Adamcik
81fd426caf tests: Update tests to not used deprecated kwargs 2015-04-17 00:00:58 +02:00
Thomas Adamcik
ab761c4596 core: Stop using kwarg based remove call 2015-04-17 00:00:58 +02:00
Thomas Adamcik
7459e9c9d8 mpd: Stop using deprecated kwarg based calls 2015-04-17 00:00:58 +02:00
Thomas Adamcik
d2f9733296 core: Track.id was removed five years ago, update docs. 2015-04-17 00:00:58 +02:00
Thomas Adamcik
efad50c253 cleanup: Stop using deprecated copy() 2015-04-17 00:00:58 +02:00
Thomas Adamcik
2828432008 core: Deprecate remaining methods that used kwargs 2015-04-17 00:00:58 +02:00
Stein Magnus Jodal
e265f5d673 Merge pull request #1128 from adamcik/feature/validate-core-input
Validate core inputs
2015-04-16 07:45:17 +02:00
Thomas Adamcik
0b928e7876 docs: Add core input validation to changelog 2015-04-15 23:51:33 +02:00
Thomas Adamcik
98587f5098 review: Fix test name 2015-04-15 23:48:44 +02:00