Commit Graph

512 Commits

Author SHA1 Message Date
jcass
56b05fce52 docs: Add links to issues referenced in README.rst. 2016-01-28 11:21:51 +02:00
Stein Magnus Jodal
833a923284 docs: Fix date format, add missing release dates 2016-01-27 20:34:54 +01:00
jcass
9b76305e3f Update changelog. Fixes #141. 2016-01-27 07:21:12 +02:00
jcass
2b70308028 Add event handling for 'muteChanged'. 2016-01-27 07:19:23 +02:00
jcass
11482adc75 Update manifest file. 2016-01-27 00:32:24 +02:00
jcass
3d3451dbaf Merge remote-tracking branch 'upstream/develop' into develop 2016-01-27 00:23:19 +02:00
jcass
4b7253e9de Add missing playback icons that are used on the 'Queue' page. 2016-01-27 00:22:54 +02:00
John Cass
c5d1bd2e2c Merge pull request #139 from jcass77/fix/volume_slider
Fix mute/unmute feature
2016-01-27 00:01:58 +02:00
jcass
eea716d8cd Swop mute / un-mute icons back. 2016-01-26 17:42:31 +02:00
jcass
c5cdc670ef Set color of mute buttons to ensure that it is always visible. 2016-01-26 17:39:18 +02:00
jcass
b103d6a8a6 Rename function to toggle mute. Don't need promise to be returned on Mopidy calls. 2016-01-26 17:27:06 +02:00
jcass
ac86e1918e Update changelog. 2016-01-26 16:57:31 +02:00
jcass
f18a80cc03 Get rid of local variables in checking current slider value. 2016-01-26 16:56:17 +02:00
jcass
14246cb7d1 Update changelog. 2016-01-26 16:33:27 +02:00
jcass
d4ed52ac32 Use standard mixer controls to mute / un-mute. 2016-01-26 16:29:56 +02:00
jcass
1f45a7f4ac Add lable for mute/un-mute toggle. 2016-01-25 07:50:23 +02:00
jcass
4bca436000 Refactor volume control and mute/unmute features. 2016-01-25 07:34:56 +02:00
jcass
8cdc547d4e Fix to store current volume on startup. 2016-01-24 21:44:46 +02:00
jcass
fb3f8dda3f Fix mute/unmute functionality: now also works if user unmutes by sliding volume manually. 2016-01-24 21:29:32 +02:00
Nick Steel
c9cec74f35 Merge pull request #137 from jcass77/enhance/cleanup_and_tweaks
General cleanup and small tweaks to volume slider & icon positions
2016-01-24 16:53:02 +00:00
jcass
d1fbeef5ea Remove pause/play images in favor of standardising on fontawesome icons.
Ensure proper alignment of 'normalFooter' and 'nowPlayingFooter' when switching layouts.
2016-01-24 18:29:02 +02:00
Nick Steel
2976e102d7 Fixing travis? 2016-01-24 15:36:02 +00:00
Nick Steel
6e111173de Fixing travis 2016-01-24 15:34:10 +00:00
jcass
01b4bce7d9 Align height of normalFooter and nowPlayingFooter. 2016-01-24 15:15:08 +02:00
jcass
f14a8101b9 Update README. 2016-01-24 12:25:45 +02:00
jcass
ee6aa77cb9 Increase button sizes. 2016-01-24 12:20:23 +02:00
jcass
e312ad1e12 Update README. 2016-01-24 12:06:19 +02:00
jcass
ef9f908add Fix vertical alignment of playback control buttons. 2016-01-24 12:03:54 +02:00
jcass
892e987e44 Update changelog. 2016-01-24 10:01:13 +02:00
jcass
452acccf16 Add back 'FontAwesome.otf'. 2016-01-24 09:45:49 +02:00
jcass
ebe6891ea6 Merge remote-tracking branch 'upstream/develop' into enhance/slider_handle 2016-01-24 09:42:14 +02:00
jcass
b992f4927f Remove unused web elements. Update application cache manifest. 2016-01-24 09:29:45 +02:00
jcass
d5cc790905 Increase size of slider handle by 30%. 2016-01-24 08:16:00 +02:00
Nick Steel
0b94bd4071 tox: ==dev is deprecated, test against stable for now 2016-01-20 00:17:40 +00:00
Nick Steel
318a9763f2 Lookup playlist data consistently 2016-01-18 23:00:21 +00:00
nsteel
67246cda2f Fixed loading spinner when playlist empty 2015-11-13 12:17:57 +00:00
Nick Steel
24cea6d4be Stop using deprecated getPlaylists API.
Get playlist refs from asList().
Get playlist track refs using getItems().
Must then do a library.lookup() for all tracks since we require album metadata when displaying.
2015-11-12 01:27:55 +00:00
Nick Steel
bace97cc7c Refactor playlist from URI helper function to return tracks. 2015-11-12 01:24:39 +00:00
Nick Steel
c0d89b7437 Fixed displaying stream title updates. 2015-11-09 23:41:34 +00:00
Nick Steel
87ad7fc880 Merge branch 'streamuris-v2' of https://github.com/kingosticks/mopidy-musicbox-webclient into kingosticks-streamuris-v2
Conflicts:
	mopidy_musicbox_webclient/static/js/functionsvars.js
2015-11-09 23:04:54 +00:00
Nick Steel
a5255484d4 Update stream title info and restore adding radio special case. 2015-11-09 22:58:16 +00:00
Nick Steel
4087cf9379 Tidied up handling when add by playlist fails.
Constant to define mbw URI scheme and get scheme helper.
2015-11-09 22:25:35 +00:00
Nick Steel
92fe64ba1d Fix play now/next behaviour for generic playTrack method. 2015-11-09 21:47:29 +00:00
Nick Steel
c6feaeb048 Use a more generic maybePlay throughout playBrowsedTracks. 2015-11-09 21:20:04 +00:00
dmosen
aa7b0a59da Fixed behavior of play now/next on empty tracklist
removed getTracks() call
2015-11-09 19:48:50 +00:00
Nick Steel
ded5192b3b Update track name when stream title changes 2015-10-19 23:45:15 +01:00
Nick Steel
4e8856f4f3 Merge pull request #117 from DavisNT/feature/RefreshPlaylists
Feature refresh playlists
2015-10-11 23:07:00 +01:00
Nick Steel
94212f1915 Merge pull request #125 from kingosticks/tracklist-add-uris
Use mopidy v1.0 uris param when adding to tracklist.
2015-10-11 22:20:27 +01:00
Nick Steel
0090699818 User's favourite streams now saved as an m3u playlist. 2015-10-09 01:00:37 +01:00
Nick Steel
7bad3ee89b Use mopidy v1.0 uris param when adding to tracklist.
Stop using deprecated tracks parameter when manipulating the
tracklist and use lightweight uris instead. (Fixes #111).
2015-10-04 14:09:16 +01:00