]> git.sesse.net Git - vlc/commit
HTTP UI - Updates
authorBrandon Brooks <bwbrooks@archmageinc.com>
Thu, 30 Jun 2011 14:01:50 +0000 (10:01 -0400)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 30 Jun 2011 21:04:35 +0000 (23:04 +0200)
commit56a168ba86aa0ea6cf48eb3719b87f63c909fcfa
treea3d500a0dd6da59415f47adfe90f5115ededf79f
parent88359db48d0c4f98df53493b8c09c24886156874
HTTP UI - Updates

This patch contains various updates to the new HTTP UI

Mobile views have only been tested on Android.

Update - Added EQ functionality
Update - Corrected rounding mistakes and EQ units
Update - Added Mobile EQ
Update - Added Mobile Flash View
Update - Minor Display Adjustments
Update - Revert Playlist.xml for backward compatability
Update - Added playlist_jstree.xml for UI usability
Update - Added Batch VLM Command interface
Update - Added VLM command error reporting
Update - Added functionality for future EQ merge into status.xml
Update - Modified Makefile.am to include new files
Update - Corrected main EQ button
Update - Modified author comments

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
24 files changed:
share/Makefile.am
share/lua/http/css/main.css
share/lua/http/dialogs/batch_window.html [new file with mode: 0644]
share/lua/http/dialogs/browse_window.html
share/lua/http/dialogs/create_stream.html
share/lua/http/dialogs/equalizer_window.html [new file with mode: 0755]
share/lua/http/dialogs/error_window.html [new file with mode: 0644]
share/lua/http/dialogs/mosaic_window.html
share/lua/http/dialogs/offset_window.html
share/lua/http/dialogs/stream_config_window.html [new file with mode: 0644]
share/lua/http/dialogs/stream_window.html
share/lua/http/images/button-equalizer-48.png [new file with mode: 0644]
share/lua/http/images/vlc-48.png [new file with mode: 0644]
share/lua/http/index.html
share/lua/http/js/common.js
share/lua/http/js/controlers.js
share/lua/http/js/ui.js [new file with mode: 0644]
share/lua/http/mobile.html [new file with mode: 0644]
share/lua/http/mobile_browse.html [new file with mode: 0644]
share/lua/http/mobile_equalizer.html [new file with mode: 0644]
share/lua/http/mobile_view.html [new file with mode: 0644]
share/lua/http/requests/playlist.xml
share/lua/http/requests/playlist_jstree.xml [new file with mode: 0644]
share/lua/http/view.html