1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00
Commit Graph

247 Commits

Author SHA1 Message Date
Antoine Cellerier
cb964a657b Show current item number for each of the instances 2006-02-17 22:44:05 +00:00
Antoine Cellerier
19ee0a8cbe Add some "title"s for image buttons. 2006-02-11 17:28:27 +00:00
Clément Stenac
f12fa7ca85 Fix playtree deletion
Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
2006-02-10 23:39:53 +00:00
Antoine Cellerier
9be9264f00 add missing images 2006-01-31 20:38:35 +00:00
Antoine Cellerier
978d39b344 misc IE and windows fixes or workarounds. 2006-01-31 19:50:50 +00:00
Antoine Cellerier
d22fd0ce0d default show full sout interface 2006-01-31 16:39:10 +00:00
Rémi Denis-Courmont
95d21d3b7b Remove .vlt with mostlyclean 2006-01-30 17:44:38 +00:00
Rémi Denis-Courmont
4657587f6c Add missing file 2006-01-30 17:39:42 +00:00
Rémi Denis-Courmont
06f95c65da Hopefully fixes .vlt build 2006-01-30 17:38:27 +00:00
Antoine Cellerier
56d92ad2d9 * Add "Stream and media info panel" ( http/dialogs/main,
http/images/info.png, http/style.css, http/js/functions.js )

* Make instance playlist position consitent with position used in
  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )

* Make it possible to use "enter key" in some text boxes to confirm (*)
2006-01-30 17:33:05 +00:00
Rémi Denis-Courmont
ca1768deff Don't distribute generated files - fixes build 2006-01-30 16:59:29 +00:00
Clément Stenac
91bcf3d39c Should fix skins stuff build 2006-01-29 22:58:42 +00:00
Clément Stenac
b25680f832 Use uncompressed VLT in svn instead of compressed and compress on build 2006-01-29 21:45:13 +00:00
Antoine Cellerier
4348289aa6 main, functions.js, slider_*.png : add position slider
status.xml : add "seek" command
vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
2006-01-29 16:44:04 +00:00
Antoine Cellerier
9199f35638 src/misc/vlm.c : export the current playlist item's index for each instance
share/http/* : display instances for vlm media elements
               some layout changes (inputs and outputs)
2006-01-29 14:26:57 +00:00
Antoine Cellerier
501990a78d add warning about javascript support being needed if the browser doesn't
support javascript.
2006-01-28 16:10:26 +00:00
Antoine Cellerier
55703351c0 make sure that local variables are local variables. 2006-01-28 16:05:50 +00:00
Clément Stenac
8dc4f35af4 Fixes for prehistoric build system 2006-01-28 11:38:49 +00:00
Clément Stenac
5704a71b40 Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :) 2006-01-28 11:18:39 +00:00
Antoine Cellerier
c3699cc1d6 Update copyright dates used in interfaces and binaries (2005 -> 2006) 2006-01-27 14:11:55 +00:00
Antoine Cellerier
758190ee3f * : it's now possible to enter a batch of commands or export the VLM
configuration
2006-01-27 13:48:28 +00:00
Antoine Cellerier
15f7f7c144 dialogs/vlm, js/vlm.js : add schedule support
* : some code cleanup.
2006-01-23 00:23:14 +00:00
Christophe Mutricy
b3bc212e43 .hosts: Provide a template .hosts.
dialogs/.hosts: Explanation about the empty file.
2006-01-22 16:18:39 +00:00
Antoine Cellerier
3c248c2d56 fix cut & paste error (bis). 2006-01-22 16:18:38 +00:00
Antoine Cellerier
514a1af2b7 fix cut & paste error. 2006-01-22 16:18:02 +00:00
Antoine Cellerier
3bef3e14d7 all: handle VLM broadcast and vod elements.
todo: - seeking on broadcast elements
       - schedules
       - file(or textbox) load / save. might need some changes to the VLM
         core in order to export commands to a string (and not to a file)
2006-01-22 15:59:52 +00:00
Antoine Cellerier
e5a3761ff6 oops, i forgot to commit this 2006-01-22 11:25:48 +00:00
Antoine Cellerier
526b776117 begining of a VLM interface and some code organisations changes. The vlm
interface should be done pretty soon (i'll try to finish it tomorrow)

 vlm.html : vlm web interface. What works: sending broadcast and vod creation
            commands

 js/vlm.js : add code to handle sending vlm commands.

 requests/vlm_cmd.xml : used to send a vlm command and get the resulting
                        error message

 requests/vlm.xml : export the full vlm media/schedules "tree". I still need
                    to parse that in js/vlm.js in order to display it in
                    dialogs/vlm .

 dialogs/* : dialogs' code which is used as building blocks for the
             main pages. (in order to avoid code duplication)

 mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
            page. nothing works and it's almost empty but i didn't feel like
            sorting through the commited files.
2006-01-22 01:38:28 +00:00
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00
Jean-Paul Saman
b815369d19 Forward/Backward jump is set to jump-medium 2006-01-03 21:33:55 +00:00
Antoine Cellerier
02b1c7e268 use vlc_object_exists -> the messages queue isn't filled with warnings
anymore.
2005-12-16 17:47:05 +00:00
Derk-Jan Hartman
127a398a85 * Updated BeOS icon 2005-12-11 22:31:31 +00:00
Antoine Cellerier
5903fe3dd3 * volume display fix 2005-12-07 23:23:30 +00:00
Antoine Cellerier
ca27e089ba add delete_small.png 2005-12-07 23:20:42 +00:00
Antoine Cellerier
212f8afc26 * playlist improvements :
* nodes can now be opened/closed
   * items can be deleted
   * shuffle, repeat and loop should work
 * add some comments to functions.js
2005-12-07 22:59:04 +00:00
Antoine Cellerier
234ce23992 * fix misc fixes 2005-12-07 21:07:01 +00:00
Antoine Cellerier
c3537d9355 * misc fixes. Should now work in IE 2005-12-07 21:03:45 +00:00
Antoine Cellerier
cb3ea07b4d * fix playlist bug and change some css 2005-12-07 17:09:57 +00:00
Antoine Cellerier
3c6f137d59 oooops 2005-12-07 17:03:48 +00:00
Antoine Cellerier
79a3d6676e * Makefile.am : add new browse.xml file
* functions.js : add option to select directories too
2005-12-07 16:57:18 +00:00
Antoine Cellerier
cca6fda35d * add browse dialog for file input (this needs some authentification ... but
i don't really know how i should handle it)
 * add now playing info
2005-12-07 16:50:42 +00:00
Antoine Cellerier
f970744f98 & -> &amp; in name or uri 2005-12-07 12:15:36 +00:00
Antoine Cellerier
da8fc9c703 add same controls as in previous http interface. As zorglub pointed out,
some people might be using these controls regardless of the http interface
code itself.
2005-12-07 00:12:39 +00:00
Antoine Cellerier
121be2e06c HTTP interface change 2005-12-07 00:09:25 +00:00
Antoine Cellerier
5589731813 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 :)
2005-12-07 00:03:13 +00:00
Antoine Cellerier
bcb8527578 move old http files to http-old 2005-12-06 23:58:31 +00:00
Rémi Denis-Courmont
fd41d5904d Add .hosts 2005-12-06 12:08:14 +00:00
Gildas Bazin
3004ad4e9d * share/http/admin/browse.html: made the file list a bit more readable. 2005-12-05 21:56:06 +00:00
Rémi Denis-Courmont
fbbbd731fc Add sample access list (currently accepting everything) for the HTTP interface 2005-12-05 20:51:20 +00:00
Olivier Teulière
2fe8bace37 * share/skins2/winamp2.xml: removed a useless control (not even working :)) 2005-12-04 18:52:25 +00:00