]> git.sesse.net Git - vlc/commitdiff
ALL: - made some panels into windows.
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Jan 2003 22:39:30 +0000 (22:39 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Jan 2003 22:39:30 +0000 (22:39 +0000)
     - made the background picture non editable (removes the text cursor)
     - added slowmotion button

extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
modules/gui/macosx/open.m

index f41bf420edc57c0c297e2821907503e310837891..01b56810194919341152c08088d952a10671b408 100644 (file)
@@ -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; 
index 7232619aa127b599e2fd9ccb640661b84065db46..b8cccdda8e34df56e7bde1da049b71fa8b83997f 100644 (file)
@@ -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>
index 7d2945ea62e7f2bd95864586e860325195c59ebe..bc5a543265703fdbcef9dbdedf4c666eb2012064 100644 (file)
Binary files a/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib and b/extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib differ
index ee88534588fb8edaaec9bd07c21e65f0f977b571..ac3c8c791fc77e41131ccdacc54c327d99537ec9 100644 (file)
@@ -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];
     }
 }