1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
Commit Graph

454 Commits

Author SHA1 Message Date
Olivier Teulière
87de74a845 * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only. 2006-08-13 12:34:37 +00:00
Olivier Teulière
7a305d4177 * doc/skins/skins2-howto.xml: Updated copyright year 2006-08-10 18:26:18 +00:00
Olivier Teulière
18c84cde7f * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
nicer output
2006-08-10 17:25:30 +00:00
Olivier Teulière
dda858d436 * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
controls. When set to "true", the behaviour of the resizing is changed
   (cf. documentation). The main use for these attributes is to keep a
   a control centered in the layout (horizontally, vertically or both) without
   resizing the control.
2006-08-05 13:37:06 +00:00
Clément Stenac
c158aecdaf Fix 2005 changelog 2006-07-06 11:15:31 +00:00
Sam Hocevar
c5326f2399 * doc/fortunes.txt: Fixed layout. We need quality quotes. 2006-07-06 10:26:39 +00:00
Derk-Jan Hartman
9b2b219e04 * fortune 2006-06-07 11:33:30 +00:00
Christophe Massiot
ddd1fc5e3a . 2006-06-04 00:10:01 +00:00
Olivier Teulière
e99be2d187 * dos/skins/skins2-howto.xml: Small precision 2006-06-04 00:00:34 +00:00
Olivier Teulière
24648f43cf * modules/gui/skins2/*:
- anchors have a new "lefttop" attribute, allowing them to follow the
       border of the window when resizing
     - the resizing is now handled by the WindowManager class (to enforce the
       mediator pattern). This makes it possible to handle tricky cases,
       such as:
           window B is anchored to window A, and A is resized
           ==> B moves accordingly, and can still be anchored by other windows
2006-06-03 23:57:40 +00:00
Olivier Teulière
28bd3a4a6a * skins2: new LayoutID.isActive boolean variable 2006-05-14 22:16:59 +00:00
Olivier Teulière
dea973301c * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release 2006-05-09 21:21:50 +00:00
Clément Stenac
c7efaf7644 *popup is not in 0.8.5 2006-05-09 20:42:28 +00:00
Antoine Cellerier
1aff501d32 Forward port [15485] and [15486]. 2006-04-30 19:16:39 +00:00
Clément Stenac
f1588c975c Fortune 2006-04-30 17:36:48 +00:00
Antoine Cellerier
e3aa4d0b12 Forward port [15458]. 2006-04-30 15:39:19 +00:00
Olivier Teulière
1f09d331a4 * skins2: Added the vlc.snapshot() action 2006-04-26 17:59:29 +00:00
Clément Stenac
fea437ab11 Use search engine 2006-04-22 11:28:39 +00:00
Clément Stenac
348abac3a1 Update skins doc 2006-04-18 21:48:37 +00:00
Cyril Deguet
467472bcec * all: added a new skin text variable "$S" to get the audio sample rate
(in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
* winamp2.xml: updated the winamp2 skin
2006-04-15 16:18:59 +00:00
Antoine Cellerier
858ff0c446 Add missing itemimage attribute to playtree doc 2006-04-15 00:51:53 +00:00
Clément Stenac
e80e7b22de Document <Playtree> (Closes:#611) 2006-04-12 08:13:14 +00:00
Cyril Deguet
ef5c233752 * all: new skin text variable "$B" to get the stream bitrate
* winamp2.xml: added "kbps" info in winamp skins
2006-04-09 14:29:26 +00:00
Cyril Deguet
54d75f772b * added a new skin variable "vlc.hasVout", true when... there is a vout ! 2006-03-25 16:52:16 +00:00
Olivier Teulière
14509b0740 * doc/skins/skins2-howto.xml: Fixed typos. 2006-03-20 22:34:43 +00:00
Clément Stenac
3f83680f11 Test1 2006-03-10 07:17:31 +00:00
Antoine Cellerier
33ab604097 Add link to online documentation in VLC manpage 2006-03-06 18:55:39 +00:00
Antoine Cellerier
b3481ac94a We won't need to warn ECP about releases now. 2006-03-05 14:58:31 +00:00
Olivier Teulière
f11cfb7f5a * doc/skins/skins2-howto.xml: fixed a typo 2006-02-28 19:12:54 +00:00
Rémi Denis-Courmont
f969865d12 Dist demo.sh 2006-02-28 08:39:27 +00:00
Derk-Jan Hartman
576a7246e3 * demo.sh for Mac OS X VLC command 2006-02-28 01:28:38 +00:00
Antoine Cellerier
4c4aa21866 Add OpenGL rotating cube and video wall demos 2006-02-27 23:24:39 +00:00
Antoine Cellerier
e44d9ebe1c Small fixes/changes 2006-02-27 23:03:28 +00:00
Antoine Cellerier
31c3d77dbc Small script that generates huge command lines to be used in demos. Feel free to add/change stuff. 2006-02-27 22:47:21 +00:00
Antoine Cellerier
2ab8b2a08a Nice user comment ... 2006-02-25 21:08:46 +00:00
Cyril Deguet
8183378530 * all: new skin variable "vlc.isFullscreen" (guess what it does ;) 2006-02-19 15:37:05 +00:00
Christophe Massiot
0766ddd701 ? 2006-02-16 21:31:36 +00:00
Christophe Massiot
6c118eadc7 ! 2006-02-16 21:19:47 +00:00
Olivier Teulière
8a1c45dff8 * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
* doc/skins/skins2-howto.xml: Updated doc
2006-02-13 07:18:42 +00:00
Olivier Teulière
52c97a520b * doc/skins/skins2-howto.xml: Fixed a link 2006-02-12 21:39:09 +00:00
Olivier Teulière
2eb7e0f467 * doc/skins/skins2-howto.xml: Documented the DVD-related actions 2006-02-12 21:11:14 +00:00
Rocky Bernstein
ab0937cb3e minor corrections 2006-02-06 15:30:30 +00:00
Rocky Bernstein
5d9dc8f576 Revise. perhaps a little more detail too. 2006-02-06 12:41:12 +00:00
Antoine Cellerier
e47b26fc60 update Doxyfile using "doxygen -u" 2006-02-02 23:35:12 +00:00
Rémi Denis-Courmont
41172d9d32 Same as previous commit 2006-02-01 19:47:14 +00:00
Rémi Denis-Courmont
46d85f82b7 Uniformize developer doc encoding 2006-02-01 19:44:56 +00:00
Derk-Jan Hartman
f201f3c5c7 * FORTUNE !!!! :D 2006-01-29 15:25:07 +00:00
Clément Stenac
30dd970154 Improve doc 2006-01-28 10:58:48 +00:00
Clément Stenac
226344134e RRD output (Refs:#473)
This is a quick hack, which should in the end be merged in a way to expose stats
2006-01-28 10:56:47 +00:00
Olivier Teulière
2594aeded3 * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD. 2006-01-22 11:12:33 +00:00
Antoine Cellerier
54722ef308 Fortune ! 2006-01-21 20:30:57 +00:00
Sam Hocevar
3336795c41 fortune. 2006-01-06 15:16:25 +00:00
Christophe Mutricy
7f5244def1 Produce include graphs. 2006-01-06 09:37:13 +00:00
Christophe Mutricy
481e3b67ab small remark 2005-12-14 22:57:31 +00:00
Clément Stenac
d708c14a27 Minor changes to release howto 2005-12-12 18:14:23 +00:00
Antoine Cellerier
e0de322a23 add note about testing the win32 installer *and* uninstaller 2005-12-12 00:09:40 +00:00
Olivier Teulière
80e51f195b * doc/skins/skins2-howto.xml: A few fixes and additions. 2005-12-06 20:12:34 +00:00
Cyril Deguet
57b4d37066 * several updates: animations, percent vars, equalizer... 2005-12-05 21:40:46 +00:00
Olivier Teulière
87d12b49df * share/skins2/skin.dtd: Video.autoresize defaults to true
* doc/skins/skins2-howto.xml: Added documentation for this attribute
2005-12-04 16:54:17 +00:00
Olivier Teulière
2c36625005 * doc/skins/skins2-howto.xml: Documented the new attributes of the Text
control, and fixed a few details
2005-12-01 22:30:39 +00:00
Clément Stenac
980a37415c One more update to release howto 2005-11-22 10:33:45 +00:00
Clément Stenac
deb77507d6 Update release howto 2005-11-22 10:02:46 +00:00
Christophe Mutricy
8bfa386f79 release-howto: add a few notes about contribs 2005-11-21 19:59:32 +00:00
Antoine Cellerier
a1db91773a translated release howto to english (and updated some stuff) 2005-11-21 19:47:45 +00:00
Scott Caudle
826fad102b implement some minimum size of wx interface at all times. closes ticket #360. 2005-11-21 03:15:46 +00:00
Olivier Teulière
1f47871dfa * doc/skins/skins2-howto: document the SubBitmap tag 2005-11-07 22:10:17 +00:00
Antoine Cellerier
bf5d185e39 ... 2005-11-03 20:03:41 +00:00
Christophe Massiot
4e12f06be9 * modules/mux/mpeg/ts.c: Detect older versions of libdvbpsi. 2005-09-19 12:32:57 +00:00
Christophe Massiot
e241eb2190 Fortuuuuune. 2005-09-13 23:55:44 +00:00
Christophe Massiot
65df60014b Fortuuuuune. 2005-09-13 22:33:49 +00:00
Christophe Massiot
1b3510b315 Fortuuuune 2005-09-13 14:45:46 +00:00
Christophe Massiot
ed19596001 fortuuuuune 2005-09-11 12:06:39 +00:00
Clément Stenac
422a942c75 Fix consistency of some function names
Improve documentation
Enable build of modules documentation
2005-08-18 23:05:36 +00:00
Olivier Teulière
e92bf3b72c * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
* skins2: Added dialogs.directory() and dialogs.streamingWizard() actions
 * doc/skins/skins2-howto.xml: Updated the doc accordingly
2005-08-07 10:56:07 +00:00
Rocky Bernstein
17864a3f3f doc/Configure.help: document libcdio, cddax, cdda, vcd, and vcdx
config.in: a typo in the CONFIG_ name.
2005-07-19 00:28:19 +00:00
Clément Stenac
362e6fdfaf Deprecate old docs 2005-06-18 10:31:42 +00:00
Olivier Teulière
d59a067be7 * skins2: New Playlist.bgimage attribute, to specify a background image for
the Playlist control. If no image is specified (default behaviour), the
   background is filled like before, with the bgcolor1 and bgcolor2 attributes.
2005-05-14 14:39:05 +00:00
Olivier Teulière
94afe2bc0d * doc/skins/skins2-howto.xml: Always check what you write in the doc... 2005-05-14 11:14:22 +00:00
Olivier Teulière
b748424735 * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image
control
2005-05-14 10:38:26 +00:00
Olivier Teulière
60b5f4b512 * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
missing in the doc
2005-05-01 11:15:42 +00:00
Olivier Teulière
070072d412 Updated skins2 doc. 2005-04-22 22:35:51 +00:00
Olivier Teulière
b88f7e6d9b * skins2: added vlc.volumeUp() and vlc.volumeDown() actions 2005-03-21 19:24:06 +00:00
Sam Hocevar
0bbafb8271 * doc/vlc.1: spelling 2005-03-19 08:34:30 +00:00
Christophe Massiot
ea0a60605c fortuuuuune 2005-03-12 14:31:10 +00:00
Yoann Peronneau
4a5f7d960d * update VLM help about inputdel 2005-03-04 12:55:48 +00:00
Derk-Jan Hartman
c28589a43c * simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
* updated the example.lircrc with new required strings
* added a notice to NEWS about changed lirc syntax.
2005-03-01 09:28:37 +00:00
Antoine Cellerier
c5ee08e5a2 * small man page update. It'd be nice to the http://videolan.org/doc
url somewhere but i don't know where man page conventions would put
  that.
2005-02-14 21:41:21 +00:00
Sam Hocevar
f2797b3eff * Moved 2004 changelog to doc/. 2005-01-15 04:41:24 +00:00
Olivier Teulière
f5a7e27ab3 Dummy commit, to trigger generation of the html version of this file 2004-12-08 19:04:38 +00:00
Antoine Cellerier
86306d01cf * documented commenting possibility 2004-11-23 16:25:34 +00:00
Clément Stenac
3a674c5725 Beginning of un updated developer documentation and beginning of playlist documentation 2004-11-17 18:38:52 +00:00
Olivier Teulière
6276fe3bf0 Added the items specific to VLC 0.8.0 2004-11-05 20:11:21 +00:00
Derk-Jan Hartman
274ecfcc67 * Update environment instructions for 10.3 (which uses bash instead of tcsh) 2004-11-04 16:40:39 +00:00
Gildas Bazin
dd153084fa * src/misc/vlm.c: added support for the 'mux' option for VOD.
This option tells the vod server to send an encapsulated stream.
* modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
* doc/vlm.txt: update for the mux option.
2004-10-20 12:01:09 +00:00
Gildas Bazin
b52e70c831 * doc/vlm.txt: small update to reflect the latest changes. 2004-09-21 20:40:09 +00:00
Clément Stenac
e94917b177 * Fixed a few string errors
* Update PO files

* First round of updates for the french l10n
2004-09-01 11:02:15 +00:00
Sam Hocevar
f0251c53bd * Spelling fixes. 2004-08-28 11:29:48 +00:00
Olivier Teulière
2c6dfafb18 * Update the docs 2004-08-25 21:36:03 +00:00
Olivier Teulière
78b01836c4 * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
* skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
 * doc/skins/skins2-howto.xml: doc updated
2004-08-22 14:39:16 +00:00
Olivier Teulière
960f080a78 * doc/skins2-howto.xml: Update the doc when you commit 2004-08-12 21:34:01 +00:00
Olivier Teulière
909aedf9de * skins2: support playlist.setRandom(true) and playlist.setRandom(false) 2004-08-09 22:19:40 +00:00
Derk-Jan Hartman
145e92db78 * small addition to translations HOWTO
* updated TODO and NEWS
2004-08-03 23:08:10 +00:00
Olivier Teulière
a9a1ab081a * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
* doc/skins/skins2-howto.xml: Updated the doc
2004-08-01 16:43:58 +00:00
Mohammed Adnène Trojette
1b803dea1b remember to enable it in the doc for 0.7.3 2004-07-04 22:48:36 +00:00
Mohammed Adnène Trojette
5b4b2bb489 doc up to date (minimize) 2004-07-04 22:45:22 +00:00
Derk-Jan Hartman
bd015ac26d * Bug report howto is a online document. 2004-06-18 19:20:34 +00:00
Derk-Jan Hartman
cc5d4a06dd * Removed some deprecated docs. small fix to vlc man page. 2004-06-18 18:56:39 +00:00
Sigmund Augdal Helberg
294afbab61 splitted the documentation for skins2 out of the main docs. Tweaked the
doxyfile for the main docs a bit.
2004-06-17 12:36:03 +00:00
Sigmund Augdal Helberg
63d7967ddb example.lircrc: Added missing commands 2004-06-17 11:25:02 +00:00
Yoann Peronneau
11e8ae9200 * src/video_output/vout_subpictures.c : New OSD channels
When you want to use OSD, you have to register an OSD channel, by calling
vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
There is a particular channel, DEFAULT_CHANNEL that can be used for
general purpose.
See modules/control/hotkeys.c for an example.
2004-06-17 03:37:03 +00:00
Anil Daoud
39263fbb5e * use screen.css too for the single html version, and reduce the toc size. 2004-06-07 23:15:16 +00:00
Anil Daoud
427b44e205 * the txt rule now uses xsltproc. faster and nicer 2004-06-07 20:35:12 +00:00
Clément Stenac
b8818fb723 Forgot the CSS 2004-06-07 19:48:35 +00:00
Clément Stenac
f0bb8873c4 Convert icons to png for pdf output 2004-06-07 19:32:10 +00:00
Anil Daoud
c7ff8f1cb9 * fixed a few rules (pdf, txt and clean) 2004-06-07 19:27:55 +00:00
Clément Stenac
f50324e5ee Use xlstproc instead of jade for HTML output
Output PDF instead of PS

You will need 
 * xsltproc
 * the docbook XSL package
2004-06-07 19:13:05 +00:00
Olivier Teulière
0037d94205 * doc/skins2-howto.xml: Missing "required" specification 2004-06-04 19:37:13 +00:00
Olivier Teulière
0f4e5e37fd skins2-howto.xml: Added two internal links 2004-05-31 12:31:48 +00:00
Olivier Teulière
701fb9653d Docbook documentation on how to create a skin for the skins2 module. 2004-05-20 11:18:55 +00:00
Sam Hocevar
fd8d9e955f * Removed legacy mentions of "VideoLAN C*****" in favour of "VLC media
player". A couple are remaining, but I don't want to break the string
    freeze yet.
2004-04-27 09:33:58 +00:00
Gildas Bazin
30c63030b4 * modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.
* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
* modules/demux/mp4/Modules.am: get rid of mp4.h.
2004-04-23 05:27:13 +00:00
Derk-Jan Hartman
be50fbbe7d * "Where are the .po files?" 2004-04-18 12:18:23 +00:00
Olivier Teulière
2a19321e1e * doc/Doxyfile: generate Doxygen documentation for the skins2 module 2004-04-12 13:17:52 +00:00
Jean-Paul Saman
4abcb21928 Small update to ARM cross-compile howto 2004-03-28 20:25:53 +00:00
Jean-Paul Saman
c66e5c0863 Added a section about Opie SDK kit. 2004-03-14 20:33:24 +00:00
Simon Latapie
4a1949b932 * a little VLM documentation. It may be hard to understand, so I'm
waiting for suggestions.
2004-03-08 10:22:13 +00:00
Sam Hocevar
445d17b2d5 * toolbox:
+ Removed --changelog from the help message.
    + Output a warning asking to use "svn log" when --changelog is called.
  * Regenerated SVN changelogs.
2004-03-07 17:26:50 +00:00
Sam Hocevar
45adedc913 * Added "Id" svn:keywords property to all files containing "$Id:".
* Removed .cvsignore files and added proper svn:ignore properties.
2004-03-05 17:34:23 +00:00
Laurent Aimar
84980a6824 * configure.ac: -> 0.7.2-cvs
* modules/control/http.c: added a playlist.uri field.
2004-03-03 14:22:47 +00:00
Rémi Denis-Courmont
e4849efbc8 Removed Vladimir Chernyshov's email address (kept his name). 2004-02-19 18:55:34 +00:00
Sigmund Augdal Helberg
4a0f6b608a modules/control/lirc/lirc.c:
* backported some changes from the hotkeys module
 * implemented buttons to cycle audio and subtitle tracks.
 * implemented a mute button
doc/lirc/example.lircrc:
 * example for the new buttons
2004-02-15 19:40:41 +00:00
Olivier Teulière
5b34ebd8f3 * modules/gui/skins/*:
Added 'slow' and 'fast' events to play a stream slower/faster
2004-02-15 18:58:38 +00:00
Rocky Bernstein
244e50dc0d Better worded. 2004-02-13 11:58:32 +00:00
Rocky Bernstein
d53ea004d6 More checking: for programs and XML-related files. If some programs
aren't around (e.g. lynx) don't build the corresponding piece that
needs that.
2004-02-13 11:33:38 +00:00
Rocky Bernstein
e897573e75 Do better about being able to build developer documentation on many
platforms.  This still sucks, but it sucks less. Hopefully I can shame
someone to go further.
2004-02-13 04:22:39 +00:00
Rocky Bernstein
dfee77fbd3 Call for help. 2004-02-13 00:57:03 +00:00
Rocky Bernstein
0895ba28de And one other piece of information... 2004-02-11 12:37:28 +00:00
Rocky Bernstein
fd4ba664c1 Spell out general information that should be used in reporting
problems. Sigh.
2004-02-11 12:26:38 +00:00
Sam Hocevar
916c69e30e * debian/rules debian/control:
+ No longer build a local libmpeg2 since it entered sid.
    + Build the livedotcom plugin.
  * toolbox:
    + No longer remove flac, speex and matroska from the woody build; I will
      provide clean backports.
2004-02-10 14:33:17 +00:00
Simon Latapie
decbf33a01 * intf-http.txt: update doc (strsub) 2004-02-09 23:28:33 +00:00
Rocky Bernstein
0a74391010 Update How to write an interface plugin from recent vlc-devel responses. 2004-02-07 17:31:38 +00:00
Derk-Jan Hartman
93f3c135d2 * added a package-translations target
- holds doc/translations.txt
  - all the .po's
  - convert-po.sh
2004-02-05 21:01:44 +00:00
Derk-Jan Hartman
936be79a46 * Added the 'documentation' on strings in our source code and also added
the file with information on how to make translations.
2004-02-04 03:23:25 +00:00
Derk-Jan Hartman
97706e46cb * Removing old useless files 2004-01-25 19:54:53 +00:00
Rocky Bernstein
d451cb0ca4 More clarification of the LID/PSD/PBC thing especially with respect
to vlc's plugin. A couple of typographical mistakes corrected.
2004-01-25 14:18:40 +00:00
Derk-Jan Hartman
e525bf1328 * extras/contrib/src/ dvdnav packages
* REST: stringreview round 1
2004-01-24 21:06:52 +00:00
Rocky Bernstein
ca167f031a Minor grammatical changes. 2004-01-09 01:17:57 +00:00
Rocky Bernstein
f78730a8cc Add OGT and CVD subtitle demuxers.
write_png: might be made into a module and moved elsewhere
cvd*: went over documentation a little bit.
2004-01-04 16:51:59 +00:00
Rocky Bernstein
add4e22d76 A start for what little public documentation there is for CVD and OGT
subtitles.
2004-01-04 16:25:00 +00:00
Sam Hocevar
a9bd5d7e22 * debian/control:
+ Build-depend on fixed linux-kernel-headers packages.
  * debian/rules:
    + Look for faad in extras/faad2, not extras/faad.
    + Enable postprocessing in the ffmpeg configuration.
    + Activated libcaca video output.
2004-01-04 04:53:07 +00:00
Sam Hocevar
26ede62821 * doc/ChangeLog-2003: Happy new year! 2004-01-02 13:48:37 +00:00
Sam Hocevar
a58b4dc89a * Fixed URLs here and there. 2003-12-21 23:32:58 +00:00
Rocky Bernstein
bf4ae21662 Go over for spelling and acurracy. 2003-12-18 12:35:26 +00:00
Gildas Bazin
af1fa8e749 * doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST. 2003-12-16 00:36:50 +00:00
Sam Hocevar
404e9c3695 * doc/vlc.1: Fixed a minor typo (Debian bug #223605). 2003-12-11 09:02:40 +00:00
Sam Hocevar
cdc665c9f0 * Updated current changelog and regenerated previous ones as to include
changes to removed directories.
2003-12-05 09:28:45 +00:00
Rocky Bernstein
a0fdcb13f5 Separate title format string into cases where CDDB is enabled and where
it is is not. Now have callback for CDDB enabled boolean.
2003-12-02 03:33:22 +00:00
Rocky Bernstein
feaa663924 Make sure we distribute the CD-DA plugin info. 2003-12-01 04:07:23 +00:00
Rocky Bernstein
16416a0056 Add a copyright. 2003-12-01 04:05:42 +00:00
Rocky Bernstein
2fbb3ce9b2 Add more verbiage. 2003-12-01 04:05:29 +00:00
Rocky Bernstein
e998e3d537 Some basic CDDA plugin documentation. 2003-12-01 03:57:10 +00:00
Rocky Bernstein
057d2ab9db Add intf-vcd.txt to distribution and installed documentation. 2003-11-24 00:23:55 +00:00
Rocky Bernstein
6378fd38a8 Some basic help for the VCD plugin. 2003-11-23 17:06:43 +00:00
Simon Latapie
32ed571bf3 * src/playlist/item.c : stops the playlist if we delete the currently
played item
 * doc/intf-http.txt : adding "pl.group"
 * share/http/index.html : little cosmetic change (better according to
   gibalou).
2003-11-23 16:24:20 +00:00
Simon Latapie
0caf8ce6e9 * http.c : added parsing of options in Add MRL option. In http.c is a the
parse_MRL function which perhaps should be somewhere else
            (playlist ?).
 * Makefile.am : forgoten style.css
 * index.html : little fixes
 * intf-http.txt : updated doc
2003-11-12 02:43:33 +00:00
Gildas Bazin
2a212b5c72 * modules/control/http.c: delete command supports a list of items.
* doc/intf-http.txt: update for delete command.
* share/http/index.html: added the possibility to delete playlist items.
2003-11-02 19:26:30 +00:00
Sam Hocevar
aa9e8c482d * doc/Makefile.am: Install a few files in /usr/share/doc/vlc/. 2003-10-23 16:26:21 +00:00
Olivier Teulière
bbf9da7dac * modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
tag, which enables to choose whether drop files should be played
     directly or only enqueued (default is "true", to be backwards
     compatible).
     Implemented on win32 and x11, only tested on win32.
 * doc/skins/skins-howto.txt: Updated the doc accordingly
2003-10-22 19:12:56 +00:00
Laurent Aimar
0dea3ebd67 * intf-http.txt: small doc about how to write .html page for the http
interface (up to date, but a bit technical...).

 Btw, the first who ask me to write another documentation will just go
 to hell ;)
2003-10-20 22:43:36 +00:00
Olivier Teulière
c416fc0b88 * modules/gui/skins/src/banks.cpp: Two events had the same shortcut
* doc/skins/events-howto.txt: Updated the doc accordingly
2003-10-17 20:21:59 +00:00
Sigmund Augdal Helberg
1b6aa2c826 Doxyfile:
* changed project name from 'vlc' to 'VLC'
 * excluded src/extras from the documentation
src/misc/variables.c, include/variables.h:
 * Doxygen-documented most of the vlc variables code
2003-09-29 15:45:19 +00:00
Loïc Minier
a5a7097d62 * doc/Makefile.am: removed references to deleted files "subtitles/*" 2003-09-18 17:40:22 +00:00
Derk-Jan Hartman
5935dc9cd7 We no longer need this. 2003-09-09 13:28:58 +00:00
Sigmund Augdal Helberg
2e18ced8ee doc/Doxyfile:
* Extract documentation on static functions, useful to get the static
inline functions defined in header files listed. Drawback is that private
functions in source files are also listed.
2003-08-17 14:11:21 +00:00
Sigmund Augdal Helberg
b9d25717d7 moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
documentation does not include information on which headers each file
includes, since this information isn't correct.

Clarified and doxygenized some of the documentation on subpictures
2003-07-15 18:12:05 +00:00
Sam Hocevar
f53fe2616c * configure.ac:
+ Fixed a == test bashism.
    + Cosmetic changes.
  * toolbox, vlc-config.in.in: Cosmetic changes.
  * Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
2003-07-01 19:17:32 +00:00
Derk-Jan Hartman
4b34812010 * modules/gui/macosx/playlist.m: 10.1 is archaic. i don't know why i bother ;)
finally fixed, confirmed etc.
* doc/fortunes.txt: one more
2003-06-29 00:14:50 +00:00
Sam Hocevar
c278cac27a * toolbox:
+ toolbox --changelog now only generates this year's changelog.
  * ChangeLog, doc/ChangeLog-*:
    + Split the changelog into several files, one per year.
  * debian/rules, vlc.ebuild:
    + Distribute the new changelog files.
2003-06-28 01:17:47 +00:00
Christophe Massiot
297cd7399d ++ 2003-06-25 08:59:16 +00:00
Gildas Bazin
d4f7b4655c * doc/Makefile.am: one more like this and I'll become crazy. 2003-06-22 18:56:28 +00:00
Gildas Bazin
7153b18000 * doc/Makefile.am: fixed make dist 2003-06-22 18:30:35 +00:00
Sam Hocevar
9542cc88a8 * configure.ac.in is no more, we can now use configure.ac like normal people,
bootstrap generates the proper magic for us.
2003-06-21 17:04:20 +00:00
Olivier Teulière
6a36d4218d * ./doc/skins/events-howto.txt: added some events
* ./modules/gui/skins/*: fixed my last commit
2003-06-20 21:34:37 +00:00
Olivier Teulière
d5ca2edfbd * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
"display" attribute of ControlText. It allows to show the title of
   the current stream, without the full path.
 * ./doc/skins/*: updated the doc
2003-06-20 19:50:29 +00:00
Gildas Bazin
fdfb00e9d5 * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist". 2003-06-07 19:19:32 +00:00
Gildas Bazin
8f9a8bf81d * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts
and instructions to generate new fonts.
2003-06-07 19:05:19 +00:00
Alexis de Lattre
41d11c19b2 ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
under www.videolan.org/doc/faq/
2003-05-25 15:05:47 +00:00
Eric Petit
9534c1b617 * Makefile.am: minor change in BeOS packages generation
* doc/release-howto.txt: remove outdated info about how to build BeOS
   packages
2003-05-24 15:11:00 +00:00
Derk-Jan Hartman
ac121d9972 * modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
version was broken.
* extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.
2003-05-21 21:30:30 +00:00
Derk-Jan Hartman
8c59018c87 * Resized some elements to allow for better translations. 2003-05-14 19:47:24 +00:00
Christophe Massiot
dbdbc7822b France 1 - Italy 0 2003-05-09 20:30:29 +00:00
Alexis de Lattre
e5d8f0b412 Makefile : Minor changes. 2003-05-07 23:07:34 +00:00
Cyril Deguet
c19bfe22d8 * added a preferences button in the default skin 2003-04-21 11:47:22 +00:00
Clément Stenac
e8f95f3483 * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
* /doc/faq/Makefile: now use "onehtml" output.
* /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
2003-04-13 22:15:14 +00:00
Cyril Deguet
c31926a048 * user-friendly(?) build system, based on linux Menuconfig script.
Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
  It's actually a wrapper which calls configure, but only a small number
  of vlc functionalities has been implemented at the moment.
  Please try it however ;)
  (you must have libncurses-dev installed)
2003-04-11 20:45:48 +00:00
Christophe Massiot
e0cde63a7d * OS X : create dummy fr.lproj etc. directories, so that the Apple menu and standard file dialogs be translated too
* modules/gui/wxwindows/open.cpp: fixed a string
* src/misc/configuration.c: don't yell when a config variable disappears
* po/de.po po/it.po: new translations by maintainers
2003-04-06 01:00:07 +00:00
Christophe Massiot
2e36f35220 . 2003-04-04 19:32:22 +00:00
Marc Ariberti
a159279989 * cross-compilation doc : work in progress 2003-03-26 21:46:40 +00:00
Emmanuel Puig
57dd185c47 * Updating doc. 2003-03-19 18:17:36 +00:00
Marc Ariberti
d06ab64d1c * first draft of the draft 2003-03-18 19:37:23 +00:00