]> git.sesse.net Git - vlc/blobdiff - doc/skins/skins2-howto.xml
* skins2: support playlist.setRandom(true) and playlist.setRandom(false)
[vlc] / doc / skins / skins2-howto.xml
index f458baa7e5d83ca1ab20b7d383eb1e0b764c5a44..3d7c57b4ce839cbb86f1041fa2316f1fd8c98373 100644 (file)
@@ -269,6 +269,7 @@ difficulty to understand how VLC skins work.</para>
     <sect4 id="layoutheight">
       <title>height</title>
       <para><!--TODO: calculate it in VLC :)-->Height of the layout. this value is required since VLC is not (yet?) able to calculate it using the sizes and positions of the controls.</para>
+      <para><emphasis>Required.</emphasis></para>
     </sect4>
     <sect4 id="minwidth">
       <title>minwidth</title>
@@ -711,6 +712,14 @@ difficulty to understand how VLC skins work.</para>
   <listitem><para>
     <emphasis>vlc.fullscreen()</emphasis>: Toggle the fullscreen mode.
   </para></listitem>
+<!--  TODO: Enable it for 0.7.3
+  <listitem><para>
+    <emphasis>vlc.ontop()</emphasis>: Toggle the "Always on top" status.
+  </para></listitem>
+  <listitem><para>
+    <emphasis>vlc.minimize()</emphasis>: Minimize VLC.
+  </para></listitem>
+-->
   <listitem><para>
     <emphasis>vlc.quit()</emphasis>: Quit VLC.
   </para></listitem>
@@ -738,6 +747,14 @@ difficulty to understand how VLC skins work.</para>
   <listitem><para>
     <emphasis>playlist.setLoop(false)</emphasis>: Do not loop at playlist end.
   </para></listitem>
+<!--  TODO: Enable it for 0.7.3
+  <listitem><para>
+    <emphasis>playlist.setRepeat(true)</emphasis>: Repeat the current playlist item.
+  </para></listitem>
+  <listitem><para>
+    <emphasis>playlist.setRepeat(false)</emphasis>: Stop repeating the current playlist item.
+  </para></listitem>
+-->
   <listitem><para>
     <emphasis>WindowID.show()</emphasis>: Show the <link linkend="Window">Window</link> whose <link linkend="windowid">id</link> attribute is 'WindowID'.
   </para></listitem>