[vlc-commits] http inf: move old http interface components to subdir
Francois Cartegnie
git at videolan.org
Tue Sep 13 23:25:57 CEST 2011
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Sep 13 18:02:41 2011 +0200| [6fe3c9a8424055be5c4e7fd2e08de784f86d5298] | committer: Francois Cartegnie
http inf: move old http interface components to subdir
We still have the old vlm.html interface, as only batch commands
are in the new lua http interface.
Moving apart its own files gives a clearer view of the two versions.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fe3c9a8424055be5c4e7fd2e08de784f86d5298
---
share/Makefile.am | 92 ++++++++++----------
share/lua/http/dialogs/{ => old}/browse | 2 +-
share/lua/http/dialogs/{ => old}/footer | 0
share/lua/http/dialogs/{ => old}/input | 2 +-
share/lua/http/dialogs/{ => old}/main | 46 +++++-----
share/lua/http/dialogs/{ => old}/playlist | 18 ++--
share/lua/http/dialogs/{ => old}/sout | 2 +-
share/lua/http/dialogs/{ => old}/vlm | 8 +-
share/lua/http/{ => old}/images/delete.png | Bin 124 -> 124 bytes
share/lua/http/{ => old}/images/delete_small.png | Bin 94 -> 94 bytes
share/lua/http/{ => old}/images/eject.png | Bin 93 -> 93 bytes
share/lua/http/{ => old}/images/empty.png | Bin 120 -> 120 bytes
share/lua/http/{ => old}/images/fullscreen.png | Bin 121 -> 121 bytes
share/lua/http/{ => old}/images/help.png | Bin 105 -> 105 bytes
share/lua/http/{ => old}/images/info.png | Bin 142 -> 142 bytes
share/lua/http/{ => old}/images/loop.png | Bin 101 -> 101 bytes
share/lua/http/{ => old}/images/minus.png | Bin 109 -> 109 bytes
share/lua/http/{ => old}/images/next.png | Bin 101 -> 101 bytes
share/lua/http/{ => old}/images/pause.png | Bin 82 -> 82 bytes
share/lua/http/{ => old}/images/play.png | Bin 102 -> 102 bytes
share/lua/http/{ => old}/images/playlist.png | Bin 85 -> 85 bytes
share/lua/http/{ => old}/images/playlist_small.png | Bin 84 -> 84 bytes
share/lua/http/{ => old}/images/plus.png | Bin 114 -> 114 bytes
share/lua/http/{ => old}/images/prev.png | Bin 104 -> 104 bytes
share/lua/http/{ => old}/images/refresh.png | Bin 147 -> 147 bytes
share/lua/http/{ => old}/images/repeat.png | Bin 105 -> 105 bytes
share/lua/http/{ => old}/images/reset.png | Bin 134 -> 134 bytes
share/lua/http/{ => old}/images/sd.png | Bin 116 -> 116 bytes
share/lua/http/{ => old}/images/shuffle.png | Bin 110 -> 110 bytes
share/lua/http/{ => old}/images/slider_bar.png | Bin 86 -> 86 bytes
share/lua/http/{ => old}/images/slider_left.png | Bin 88 -> 88 bytes
share/lua/http/{ => old}/images/slider_point.png | Bin 111 -> 111 bytes
share/lua/http/{ => old}/images/slider_right.png | Bin 91 -> 91 bytes
share/lua/http/{ => old}/images/slow.png | Bin 102 -> 102 bytes
share/lua/http/{ => old}/images/snapshot.png | Bin 206 -> 206 bytes
share/lua/http/{ => old}/images/sort.png | Bin 111 -> 111 bytes
share/lua/http/{ => old}/images/sout.png | Bin 102 -> 102 bytes
share/lua/http/{ => old}/images/speaker.png | Bin 174 -> 174 bytes
share/lua/http/{ => old}/images/speaker_mute.png | Bin 328 -> 328 bytes
share/lua/http/{ => old}/images/stop.png | Bin 80 -> 80 bytes
share/lua/http/{ => old}/images/volume_down.png | Bin 108 -> 108 bytes
share/lua/http/{ => old}/images/volume_up.png | Bin 112 -> 112 bytes
share/lua/http/{ => old}/images/white.png | Bin 70 -> 70 bytes
.../http/{ => old}/images/white_cross_small.png | Bin 96 -> 96 bytes
share/lua/http/{ => old}/js/functions.js | 16 ++--
share/lua/http/{ => old}/js/vlm.js | 0
share/lua/http/{ => old}/style.css | 6 +-
share/lua/http/vlm.html | 9 +-
48 files changed, 100 insertions(+), 101 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6fe3c9a8424055be5c4e7fd2e08de784f86d5298
More information about the vlc-commits
mailing list