[vlc-commits] New LUA Web Interface

Elminster2031 git at videolan.org
Mon Jun 20 15:01:24 CEST 2011


vlc | branch: master | Elminster2031 <elminster2031 at archmageinc.com> | Wed Jun 15 15:40:58 2011 -0400| [3c2992fceed8e4780735c757bd5c43b9e3546193] | committer: Jean-Baptiste Kempf

New LUA Web Interface

This patch removes the existing interface and replaces it with a cleaner more
user-friendly interface.

Screenshots are available here: http://www.archmageinc.com/vlc

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c2992fceed8e4780735c757bd5c43b9e3546193
---

 .../css/ui-lightness/jquery-ui-1.8.13.custom.css   |    5 +-
 share/lua/http/dialogs/browse_window.html          |   50 +++
 share/lua/http/dialogs/create_stream.html          |  393 ++++++++++++++++++++
 share/lua/http/dialogs/mosaic_window.html          |  145 +++++++
 share/lua/http/dialogs/offset_window.html          |   78 ++++
 share/lua/http/dialogs/stream_window.html          |   94 +++++
 share/lua/http/index.html                          |  370 ++++++++++++++++---
 share/lua/http/js/controlers.js                    |    1 +
 share/lua/http/requests/playlist.xml               |   21 +-
 share/lua/http/view.html                           |   92 +++++
 10 files changed, 1188 insertions(+), 61 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3c2992fceed8e4780735c757bd5c43b9e3546193


More information about the vlc-commits mailing list