Commit Graph

119 Commits

Author SHA1 Message Date
jcass
69329435d2 Verify popup ID parameter before close. 2017-02-04 17:09:27 +02:00
jcass
c240ad9ff8 Show all available track info in the 'Show Track Info...' popup.
Add icon to top right corner of album image for activating the info popup.

Fixes #227.
2017-01-29 11:17:48 +02:00
John Cass
9856685a00 Add 'Refresh' button to update libraries (#222)
Add 'Refresh' button to update libraries.

Tweak folder icons and context menus.

Fixes #136.
2017-01-22 07:16:52 +02:00
jcass
8345fbb9c0 Move README items in correct order. 2017-01-18 19:16:16 +02:00
jcass
aecd0f1a38 Upgrade font-awesome library to 4.7.0. 2017-01-18 18:47:59 +02:00
John Cass
e4e2db92e2 Merge pull request #223 from DavisNT/develop
Fix alarm clock detection
2017-01-18 17:50:11 +02:00
Davis Mosenkovs
d8d040adf3 Fix alarm clock detection
Fix alarm clock detection broken in
411a3781fd
2017-01-15 02:37:41 +02:00
jcass
17690999ad Initialize GUI before attempting to connect to Mopidy. 2017-01-14 14:56:20 +02:00
jcass
8b895f1e2b Update feature list. 2017-01-14 11:35:58 +02:00
jcass
a9c998c8a5 Add feature to allow insertion of track URI at any point in the queue.
Fixes #75.
2017-01-07 18:32:19 +02: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
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
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
Nick Steel
fa5689409a Bump version to v2.3.0 and update changelog for release. 2016-05-15 23:37:31 +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
jcass
d3c68e1cd0 fix: Don't do album image cover lookup when clearing queue.
Fixes #201.
2016-05-14 09:43:51 +02:00
jcass
bbd9318e13 Update icons for tkem's podcast-related backend extensions. 2016-05-08 10:09:53 +02:00
jcass
7b3d17a67c fix:Replace JavaScript prompt with jQuery equivalent.
Fixes #191.
2016-05-07 16:33:23 +02: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
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
jcass
7de3476b5a Add 'Folder' FontAwesome icon on the Browse pane. 2016-04-28 14:45:40 +02:00
jcass
4474658d39 Reduce number of DOM manipulations to improve performance. 2016-04-27 10:27:15 +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
9347c7d557 Upgrade media progress timer. Modularise progress_timer.js. 2016-04-03 14:53:41 +02:00
jcass
db006f6c54 Remember selection of which backend to search.
Fixes #130.
2016-03-19 00:20:27 +02:00
jcass
21f16fb17b fix:Display album / artist information when browsing tracks.
Fixes #99. Fixes #126.
2016-03-16 16:25:52 +02:00
jcass
9c0e1cc56e fix:Don't create Mopidy models manually.
Fixes #172.
2016-03-06 22:51:18 +02:00
jcass
785d923fcf docs:Fix travis and coveralls link targets to point to correct repository. 2016-03-05 15:06:13 +02:00
jcass
8d9074a733 Add tox environment configuration for linters. 2016-03-05 14:59:22 +02:00
Nick Steel
81948a0545 Bump version and release date 2016-03-01 20:39:55 +00:00
jcass
c132f9b5df fix:Replace Javascript dialogs and buttons with jQuery Mobile equivalents.
Use 'm3u' format for saving playlists. Invalidate the playlist cache on refresh or external changes.

Replace links with buttons and text with icons.

Fixes #113. Fixes #173. Fixes #177.
2016-02-29 20:35:32 +02:00
jcass
34e2abf612 Bundle vendorized copy of Mopidy.js.
Fixes #175.
2016-02-23 07:14:51 +02:00
jcass
5290f81d8c fix:Retrieve album images using new mopidy.library.getImages format.
Fall back to using track artist if album artist is not available.

Fixes #128.
2016-02-18 13:10:21 +02:00
jcass
a28969aa9e docs:Update changelog. 2016-02-15 07:38:31 +02:00
jcass
4d20b13f51 fix:Disable volume slider change events while user is busy dragging the slider.
Fixes #168.
2016-02-15 07:35:46 +02:00
jcass
a1b6cdbea1 fix: remove volume slider timer.
Fixes #162.
2016-02-14 17:29:23 +02:00
jcass
f5e372a70d fix:Avoid polling for current track and time changes.
Fixes #40.
2016-02-14 17:09:40 +02:00
jcass
f4c1a7e0b3 docs:Update changelog. 2016-02-14 10:38:01 +02:00
wagamama
ae72b09f29 fix:Prevent mobile devices from scaling up when in landscape mode.
Fixes #157.
2016-02-05 08:26:47 +02:00
wagamama
2e874b2f99 Split out and update vendor libraries. 2016-02-05 08:19:45 +02:00
jcass
d7bd3736b2 docs:Update changelog. 2016-02-04 22:06:13 +02:00
jcass
ad4757d979 fix:Fix CSS typo. 2016-02-04 22:05:08 +02:00