[vlc-devel] [PATCH] HTTP UI - Mobile views

Jean-Baptiste Kempf jb at videolan.org
Mon Jun 27 13:19:07 CEST 2011


On Sun, Jun 26, 2011 at 11:01:19PM -0400, Elminster2031 wrote :
> ---
>  share/lua/http/css/main.css                      |   15 +++
>  share/lua/http/dialogs/browse_window.html        |    8 --
>  share/lua/http/dialogs/equalizer_window.html     |   53 +++++++++
>  share/lua/http/dialogs/stream_config_window.html |   41 +++++++
>  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                        |  100 +++--------------
>  share/lua/http/js/common.js                      |   23 ++++
>  share/lua/http/js/controlers.js                  |  125 ++++++++++++++++++----
>  share/lua/http/js/ui.js                          |   72 +++++++++++++
>  share/lua/http/mobile.html                       |   99 +++++++++++++++++
>  share/lua/http/mobile_browse.html                |   31 ++++++
>  share/lua/http/mobile_equalizer.html             |   47 ++++++++
>  share/lua/http/mobile_view.html                  |   32 ++++++
>  share/lua/http/view.html                         |   44 +-------
>  15 files changed, 541 insertions(+), 149 deletions(-)
>  create mode 100755 share/lua/http/dialogs/equalizer_window.html
>  create mode 100644 share/lua/http/dialogs/stream_config_window.html
>  create mode 100644 share/lua/http/images/button-equalizer-48.png
>  create mode 100644 share/lua/http/images/vlc-48.png
>  create mode 100644 share/lua/http/js/ui.js
>  create mode 100644 share/lua/http/mobile.html
>  create mode 100644 share/lua/http/mobile_browse.html
>  create mode 100644 share/lua/http/mobile_equalizer.html
>  create mode 100644 share/lua/http/mobile_view.html

Missing Makefile.am entries...
Why another vlc-48.png and not the one in share/icons?

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list