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 @@ ...@@ -14,6 +14,7 @@
pause = id; pause = id;
play = id; play = id;
prev = id; prev = id;
slowMotion = id;
slower = id; slower = id;
stop = id; stop = id;
toggleChapter = id; toggleChapter = id;
...@@ -48,7 +49,7 @@ ...@@ -48,7 +49,7 @@
"o_btn_playlist" = id; "o_btn_playlist" = id;
"o_btn_prefs" = id; "o_btn_prefs" = id;
"o_btn_prev" = id; "o_btn_prev" = id;
"o_btn_slower" = id; "o_btn_slowmotion" = id;
"o_btn_stop" = id; "o_btn_stop" = id;
"o_controls" = id; "o_controls" = id;
"o_dmi_play" = id; "o_dmi_play" = id;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <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> <key>303</key>
<string>60 509 104 66 0 0 1280 1002 </string> <string>60 509 104 66 0 0 1280 1002 </string>
<key>909</key> <key>909</key>
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>636</integer> <integer>21</integer>
<integer>29</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>6G30</string> <string>6G30</string>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* open.m: MacOS X plugin for vlc * open.m: MacOS X plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * 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> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -854,7 +854,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class ) ...@@ -854,7 +854,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class )
{ {
intf_thread_t * p_intf = [NSApp getIntf]; intf_thread_t * p_intf = [NSApp getIntf];
config_PutPsz( p_intf, "sout", NULL ); 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