Commit f746c5dc authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

ALL: - made some panels into windows.

     - made the background picture non editable (removes the text cursor)
     - added slowmotion button
parent 21575d49
......@@ -14,6 +14,7 @@
pause = id;
play = id;
prev = id;
slowMotion = id;
slower = id;
stop = id;
toggleChapter = id;
......@@ -48,7 +49,7 @@
"o_btn_playlist" = id;
"o_btn_prefs" = id;
"o_btn_prev" = id;
"o_btn_slower" = id;
"o_btn_slowmotion" = id;
"o_btn_stop" = id;
"o_controls" = id;
"o_dmi_play" = id;
......
......@@ -7,7 +7,7 @@
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>14 602 374 44 0 0 1152 746 </string>
<string>16 822 374 44 0 0 1280 1002 </string>
<key>303</key>
<string>60 509 104 66 0 0 1280 1002 </string>
<key>909</key>
......@@ -23,7 +23,8 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>636</integer>
<integer>21</integer>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>6G30</string>
......
......@@ -2,7 +2,7 @@
* open.m: MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: open.m,v 1.14 2003/01/23 22:25:32 hartman Exp $
* $Id: open.m,v 1.15 2003/01/23 22:39:30 hartman Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
......@@ -854,7 +854,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class )
{
intf_thread_t * p_intf = [NSApp getIntf];
config_PutPsz( p_intf, "sout", NULL );
[o_playlist appendArray: [o_open_panel filenames] atPos: -1 enqueue:VLC_FALSE];
[o_playlist appendArray: [o_open_panel filenames] atPos: -1 enqueue:NO];
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment