Changeset 80d1c1d973ee1f907dda2e6931b032fffc01d7a7

Show
Ignore:
Timestamp:
17/05/04 22:14:31 (4 years ago)
Author:
Cyril Deguet <asmax@videolan.org>
git-committer:
Cyril Deguet <asmax@videolan.org> 1084824871 +0000
git-parent:

[7bb626017dd01da97fe233d338a11f7040924826]

git-author:
Cyril Deguet <asmax@videolan.org> 1084824871 +0000
Message:
  • theme.xml: please, no useless vout window in the default skin
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • share/skins2/default/theme.xml

    rac01cdf r80d1c1d  
    4242  <Bitmap id="sort_button" file="sort.png" alphacolor="#FF0000"/> 
    4343  <Bitmap id="sort_button_onclick" file="sort_onclick.png" alphacolor="#FF0000"/> 
     44<!-- 
    4445  <Bitmap id="voutbody1" file="vout_top_left.png" alphacolor="#FF0000"/> 
    4546  <Bitmap id="voutbody2" file="vout_top.png" alphacolor="#FF0000"/> 
     
    5455  <Bitmap id="vout_button2" file="vout2.png" alphacolor="#FF0000"/> 
    5556  <Bitmap id="vout_button_onclick2" file="vout_onclick.png" alphacolor="#FF0000"/> 
     57--> 
    5658  <Bitmap id="preferences" file="preferences.png" alphacolor="#FF0000"/> 
    5759  <Bitmap id="preferences_onclick" file="preferences_onclick.png" alphacolor="#FF0000"/> 
     
    7981 
    8082  <Window x="230" y="250" dragdrop="true"> 
    81  
    82     <Layout id="testlayout" width="424" height="152"> 
    83     <Group x="0" y="0"> 
    84       <Image x="0" y="0" image="mainbody" action="move"/> 
    85       <Button x="8" y="5" up="close" down="close_onclick" over="close_mouseover" action="vlc.quit()" tooltiptext="Quit VLC"/> 
    86     </Group> 
    87    </Layout> 
    8883 
    8984   <Layout id="mainlayout" width="424" height="152"> 
     
    124119      <Button x="374" y="40" up="delete_item" lefttop="righttop" rightbottom="righttop" down="delete_item_onclick" over="delete_item" action="playlist.del()" tooltiptext="Del item"/> 
    125120      <Button x="374" y="68" up="sort_button" lefttop="righttop" rightbottom="righttop" down="sort_button_onclick" over="sort_button" action="playlist.sort()" tooltiptext="Sort the playlist"/> 
    126       <Checkbox x="374" y="96" up1="vout_button" lefttop="righttop" rightbottom="righttop" down1="vout_button_onclick" up2="vout_button2" down2="vout_button_onclick2" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/
     121  <!-- <Checkbox x="374" y="96" up1="vout_button" lefttop="righttop" rightbottom="righttop" down1="vout_button_onclick" up2="vout_button2" down2="vout_button_onclick2" state="vout_window.isVisible" action1="vout_window.show()" action2="vout_window.hide()" tooltiptext1="Show Video Window" tooltiptext2="Hide Video Window"/> --
    127122      <Playlist id="playlist" x="17" y="15" width="333" height="204" lefttop="lefttop" rightbottom="rightbottom" font="playlist_font" fgcolor="#000000" playcolor="#ff0000" bgcolor1="#ffffff" bgcolor2="#e0e0ff" selcolor="#4e8bc7"> 
    128123        <Slider id="playlist_slider" x="358" y="25" lefttop="righttop" rightbottom="rightbottom" up="slider_volume" down="slider_volume_onclick" points="(0,185),(0,0)"/> 
     
    131126   </Layout> 
    132127  </Window> 
    133  
     128<!-- 
    134129  <Window id="vout_window" x="10" y="10" visible="false"> 
    135130   <Layout width="410" height="250" minwidth="200" minheight="150" maxwidth="1000" maxheight="800"> 
     
    152147   </Layout> 
    153148  </Window> 
    154  
     149--> 
    155150 
    156151</Theme>