Commit Graph

484 Commits

Author SHA1 Message Date
Nick Steel
f3a45d0780 Merge pull request #219 from jcass77/enhance/file_icons
More appropriate icons when browsing local folders.
2017-01-06 16:23:56 +00:00
jcass
4675d8ebcb Show more appropriate icons for files, tracks, and directories when browsing local folder structure. 2017-01-06 16:54:51 +02:00
jcass
c264bc58b9 Wrap text and add ellipsis if host string is too long to render in sidebar. 2016-12-11 06:33:20 +02:00
Nick Steel
d507f6c681 Merge pull request #215 from jcass77/enhance/host_info
Detect if MMW is running on 'MusicBox' and show correct server info.
2016-12-08 09:51:18 +00:00
jcass
c97458a8fe Show server information in loader and in navigation pane (hostname, ip address, port).
Fixes #67. Fixes #209.
2016-12-04 12:19:21 +02:00
Nick Steel
40fc8f67ba Merge pull request #214 from jcass77/fix/213_popup_menu_items
Hide 'Show...' popup menu options if URI's are not available.
2016-11-27 17:32:20 +00:00
jcass
bf79d0cfe2 Fix incorrect array index reference. 2016-11-27 15:45:39 +02:00
jcass
d0db1ad50d Hide 'Show...' popup menu options if URI's are note available.
Fixes #213.
2016-11-27 08:44:48 +02:00
jcass
50eda192c0 Remove defunct PyPi download counter. 2016-11-05 06:15:41 +02:00
jcass
07800eb268 Update URL to github repository. 2016-05-17 07:14:39 +02:00
Nick Steel
4cb98a5624 Release v2.3.0 2016-05-16 00:07:00 +01:00
Nick Steel
53ff635f6a Release v2.3.0 2016-05-15 23:41:01 +01:00
Nick Steel
fa5689409a Bump version to v2.3.0 and update changelog for release. 2016-05-15 23:37:31 +01:00
Nick Steel
ff87695ae7 Update appcache following PR#200 2016-05-15 23:20:24 +01:00
Nick Steel
69fa94114f Merge branch 'enhance/podcast_icons' of https://github.com/jcass77/Mopidy-MusicBox-Webclient into jcass77-enhance/podcast_icons 2016-05-15 23:18:29 +01:00
Nick Steel
327235f101 Merge pull request #202 from jcass77/fix/201_clear_queue
Avoid album cover lookup when clearing the queue
2016-05-15 23:09:26 +01:00
jcass
872e6d6b5c Update cache manifest timestamp. 2016-05-14 10:11:59 +02:00
jcass
d3c68e1cd0 fix: Don't do album image cover lookup when clearing queue.
Fixes #201.
2016-05-14 09:43:51 +02:00
jcass
5829368e40 Only capitalize first letter of a scheme if a mapping has not been statically defined.
Update test cases.
2016-05-08 10:52:37 +02:00
jcass
bbd9318e13 Update icons for tkem's podcast-related backend extensions. 2016-05-08 10:09:53 +02:00
John Cass
240bac8b43 Merge pull request #195 from jcass77/fix/191_delete_stream_popup
fix:Replace JavaScript prompt with jQuery equivalent.
2016-05-07 16:43:14 +02:00
jcass
7b3d17a67c fix:Replace JavaScript prompt with jQuery equivalent.
Fixes #191.
2016-05-07 16:33:23 +02:00
John Cass
4870f5f558 Merge pull request #199 from kingosticks/favourites-hint
User hint regarding favourite streams. Fixes #171
2016-05-07 16:25:41 +02:00
Nick Steel
d9090c5879 Removed old gstreamer dependencies from travis config 2016-05-05 23:34:57 +01:00
Nick Steel
27e5088d4b User hint regarding favourite streams. Fixes #171 2016-05-05 23:14:13 +01:00
Nick Steel
c8925ea342 Merge pull request #198 from jcass77/enhance/alternative_icons
Alternative more consistent icon set
2016-05-05 22:54:46 +01:00
jcass
870c983b03 docs:Update README. 2016-05-05 20:22:05 +02:00
jcass
f0f62e61db docs:Update README. 2016-05-05 20:21:06 +02:00
jcass
d6e064b13d docs:Update README. 2016-05-05 20:09:38 +02:00
jcass
c8203b2814 docs:Update README. 2016-05-05 20:08:26 +02:00
jcass
2ab8e9baa0 docs:Update README. 2016-05-05 20:06:39 +02:00
jcass
eac5c64122 Fix popup menu icon in Queue pane. 2016-05-05 16:12:32 +02:00
jcass
2ba008864f Fix property name. 2016-05-05 16:00:23 +02:00
jcass
f95b837313 docs:Update README. 2016-05-05 07:48:55 +02:00
jcass
30ac2a5065 New icons for 'PLAY' and 'PLAY_ALL' action. 2016-05-05 07:24:19 +02:00
Nick Steel
295b4831c0 Merge pull request #197 from jcass77/fix/196_small_divider
fix:Small divider should not be rendered before last track in an album.
2016-05-05 00:17:12 +01:00
jcass
7239d4dd4b fix:Small divider should not be rendered before last track in an album.
Fixes #196.
2016-05-04 18:10:38 +02:00
jcass
7de3476b5a Add 'Folder' FontAwesome icon on the Browse pane. 2016-04-28 14:45:40 +02:00
John Cass
64eda54a78 Merge pull request #194 from jcass77/enhance/optimize_tracklist_rendering
Reduce number of DOM manipulations to improve performance.
2016-04-27 10:39:45 +02:00
jcass
4474658d39 Reduce number of DOM manipulations to improve performance. 2016-04-27 10:27:15 +02:00
John Cass
fd7ad26b52 Merge pull request #193 from jcass77/enhance/tracklist_popup_overhaul
Tracklist popup menu overhaul
2016-04-27 10:12:28 +02:00
jcass
7daf5a7383 Modularise controls.js. Fixes 124
Make default click action user-configurable. Fixes #133.

Optimise updating of now-playing icons. Fixes #184.
2016-04-27 10:05:24 +02:00
John Cass
3dfbd76a83 * Retrieve album cover and artist images using MusicBrianz ID, if available.
* Retrieve album cover and artist images using MusicBrianz ID, if available.
2016-04-19 17:15:05 +02:00
jcass
9e4793b14d Workaround for https://github.com/adamcik/media-progress-timer/issues/3
Ensure that timer.js will keep on running until stopped explicitly by MMW.
2016-04-12 08:42:37 +02:00
jcass
f43a9a7afa Optimise progress timer callback. 2016-04-06 19:02:10 +02:00
jcass
1345357a5e Modularise and test setting of jQuery Mobile config options. 2016-04-03 16:06:25 +02:00
jcass
e2920920ed Merge remote-tracking branch 'upstream/develop' into develop 2016-04-03 15:10:59 +02:00
John Cass
1d4db1782a Merge pull request #189 from jcass77/enhance/progress_timer_tests
Upgrade media progress timer. Modularise progress_timer.js.
2016-04-03 15:09:50 +02:00
jcass
9347c7d557 Upgrade media progress timer. Modularise progress_timer.js. 2016-04-03 14:53:41 +02:00
jcass
7eea023310 Convert lcov.info to JSON format before submitting to coveralls. 2016-03-28 09:15:34 +02:00