]> git.sesse.net Git - vlc/commit
New http interface
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 7 Dec 2005 00:03:13 +0000 (00:03 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 7 Dec 2005 00:03:13 +0000 (00:03 +0000)
commit55897318132cdac35af1edb037b1ffbc648dbef9
tree17e95532edae8d07211128e0dd3c91e4adbe9136
parentbcb8527578a91f546e79aa13203c638b955249ce
New http interface

Things that still need to be done :
 * check - and fix - compatibility with non-firefox browsers (it
   doesn't work in IE yet)
 * bind actions to the playlist sort/delete actions
 * fix the subtitle options stuff
 * add a "browse" dialog (i'm not sure if the is a good idea ...
   should be password protected)
 * VLM interface

Comments are welcome :)
31 files changed:
share/http/favicon.ico [new file with mode: 0644]
share/http/functions.js [new file with mode: 0644]
share/http/images/delete.png [new file with mode: 0644]
share/http/images/eject.png [new file with mode: 0644]
share/http/images/empty.png [new file with mode: 0644]
share/http/images/fullscreen.png [new file with mode: 0644]
share/http/images/help.png [new file with mode: 0644]
share/http/images/loop.png [new file with mode: 0644]
share/http/images/minus.png [new file with mode: 0644]
share/http/images/next.png [new file with mode: 0644]
share/http/images/pause.png [new file with mode: 0644]
share/http/images/play.png [new file with mode: 0644]
share/http/images/playlist.png [new file with mode: 0644]
share/http/images/playlist_small.png [new file with mode: 0644]
share/http/images/plus.png [new file with mode: 0644]
share/http/images/prev.png [new file with mode: 0644]
share/http/images/repeat.png [new file with mode: 0644]
share/http/images/shuffle.png [new file with mode: 0644]
share/http/images/slow.png [new file with mode: 0644]
share/http/images/sort.png [new file with mode: 0644]
share/http/images/sout.png [new file with mode: 0644]
share/http/images/speaker.png [new file with mode: 0644]
share/http/images/speaker_mute.png [new file with mode: 0644]
share/http/images/stop.png [new file with mode: 0644]
share/http/images/vlc16x16.png [new file with mode: 0644]
share/http/images/volume_down.png [new file with mode: 0644]
share/http/images/volume_up.png [new file with mode: 0644]
share/http/index.html [new file with mode: 0644]
share/http/requests/playlist.xml [new file with mode: 0644]
share/http/requests/status.xml [new file with mode: 0644]
share/http/style.css [new file with mode: 0644]