vlc | branch: master | Brandon Brooks <[email protected]> | Thu Jun 30 10:01:50 2011 -0400| [56a168ba86aa0ea6cf48eb3719b87f63c909fcfa] | committer: Jean-Baptiste Kempf
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 <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=56a168ba86aa0ea6cf48eb3719b87f63c909fcfa --- share/Makefile.am | 188 +++++++++++----------- share/lua/http/css/main.css | 15 ++ share/lua/http/dialogs/batch_window.html | 29 ++++ share/lua/http/dialogs/browse_window.html | 9 - share/lua/http/dialogs/create_stream.html | 1 - share/lua/http/dialogs/equalizer_window.html | 52 ++++++ share/lua/http/dialogs/error_window.html | 19 +++ share/lua/http/dialogs/mosaic_window.html | 1 - share/lua/http/dialogs/offset_window.html | 1 - share/lua/http/dialogs/stream_config_window.html | 40 +++++ share/lua/http/dialogs/stream_window.html | 7 +- share/lua/http/images/button-equalizer-48.png | Bin 0 -> 2040 bytes share/lua/http/images/vlc-48.png | Bin 0 -> 15875 bytes share/lua/http/index.html | 132 ++++++---------- share/lua/http/js/common.js | 23 +++ share/lua/http/js/controlers.js | 178 ++++++++++++++++++--- share/lua/http/js/ui.js | 72 ++++++++ share/lua/http/mobile.html | 122 ++++++++++++++ share/lua/http/mobile_browse.html | 54 ++++++ share/lua/http/mobile_equalizer.html | 70 ++++++++ share/lua/http/mobile_view.html | 55 +++++++ share/lua/http/requests/playlist.xml | 29 ++-- share/lua/http/requests/playlist_jstree.xml | 85 ++++++++++ share/lua/http/view.html | 73 ++++----- 24 files changed, 984 insertions(+), 271 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=56a168ba86aa0ea6cf48eb3719b87f63c909fcfa _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
