]> git.sesse.net Git - vlc/blobdiff - extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
* All : added an about VLC panel. It scrolls the names and the work of the
[vlc] / extras / MacOSX / Resources / English.lproj / MainMenu.nib / classes.nib
index e755e060c7099c4be0cdedab98ad9017fb5aa0d0..8e3794c1bb451be506276c0ea582af77e596f770 100644 (file)
@@ -1,20 +1,37 @@
 {
     IBClasses = (
         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
+        {
+            ACTIONS = {showPanel = id; }; 
+            CLASS = VLAboutBox; 
+            LANGUAGE = ObjC; 
+            OUTLETS = {
+                "o_about_window" = id; 
+                "o_copyright_field" = id; 
+                "o_credits_scrollview" = id; 
+                "o_credits_textview" = id; 
+                "o_name_version_field" = id; 
+            }; 
+            SUPERCLASS = NSObject; 
+        }, 
+        {CLASS = VLBrushedMetalImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
         {CLASS = VLCApplication; LANGUAGE = ObjC; SUPERCLASS = NSApplication; }, 
         {
             ACTIONS = {
+                backward = id; 
                 deinterlace = id; 
-                fastForward = id; 
+                doubleWindow = id; 
                 faster = id; 
+                forward = id; 
                 fullscreen = id; 
+                halfWindow = id; 
                 loop = id; 
                 mute = id; 
                 next = id; 
+                normalWindow = id; 
                 pause = id; 
                 play = id; 
                 prev = id; 
-                slowMotion = id; 
                 slower = id; 
                 stop = id; 
                 toggleChapter = id; 
                 toggleTitle = id; 
                 toggleVar = id; 
                 volumeDown = id; 
-                volumeSliderUpdate = id; 
+                volumeSliderUpdated = id; 
                 volumeUp = id; 
             }; 
             CLASS = VLCControls; 
             LANGUAGE = ObjC; 
-            OUTLETS = {"o_main" = id; "o_mi_mute" = id; "o_open" = id; "o_volumeslider" = id; }; 
+            OUTLETS = {"o_main" = id; "o_open" = id; "o_volumeslider" = id; }; 
+            SUPERCLASS = NSObject; 
+        }, 
+        {
+            ACTIONS = {showCategory = id; toggleInfoPanel = id; }; 
+            CLASS = VLCInfo; 
+            LANGUAGE = ObjC; 
+            OUTLETS = {"o_selector" = id; "o_view" = id; "o_window" = id; }; 
             SUPERCLASS = NSObject; 
         }, 
         {
             ACTIONS = {
                 clearRecentItems = id; 
                 closeError = id; 
+                openCrashLog = id; 
                 openLicense = id; 
                 openReadMe = id; 
                 openRecentItem = id; 
             CLASS = VLCMain; 
             LANGUAGE = ObjC; 
             OUTLETS = {
-                "o_btn_fastforward" = id; 
+                "o_btn_faster" = id; 
                 "o_btn_next" = id; 
                 "o_btn_play" = id; 
                 "o_btn_playlist" = id; 
                 "o_btn_prefs" = id; 
                 "o_btn_prev" = id; 
-                "o_btn_slowmotion" = id; 
+                "o_btn_slower" = id; 
                 "o_btn_stop" = id; 
                 "o_controls" = id; 
+                "o_dmi_next" = id; 
                 "o_dmi_play" = id; 
+                "o_dmi_previous" = id; 
                 "o_dmi_stop" = id; 
                 "o_err_btn_dismiss" = id; 
                 "o_err_btn_msgs" = id; 
                 "o_err_lbl" = id; 
                 "o_err_msg" = id; 
                 "o_error" = id; 
+                "o_info" = id; 
+                "o_info_window" = id; 
                 "o_messages" = id; 
                 "o_mi_about" = id; 
                 "o_mi_bring_atf" = id; 
+                "o_mi_bwd" = id; 
                 "o_mi_channels" = id; 
                 "o_mi_chapter" = id; 
                 "o_mi_clear" = id; 
                 "o_mi_cut" = id; 
                 "o_mi_deinterlace" = id; 
                 "o_mi_device" = id; 
+                "o_mi_double_window" = id; 
                 "o_mi_faster" = id; 
                 "o_mi_fullscreen" = id; 
+                "o_mi_fwd" = id; 
+                "o_mi_half_window" = id; 
                 "o_mi_hide" = id; 
                 "o_mi_hide_others" = id; 
+                "o_mi_info" = id; 
                 "o_mi_language" = id; 
                 "o_mi_license" = id; 
                 "o_mi_loop" = id; 
                 "o_mi_minimize" = id; 
                 "o_mi_mute" = id; 
                 "o_mi_next" = id; 
+                "o_mi_normal_window" = id; 
                 "o_mi_open_disc" = id; 
                 "o_mi_open_file" = id; 
                 "o_mi_open_generic" = id; 
                 "o_mi_vol_down" = id; 
                 "o_mi_vol_up" = id; 
                 "o_mi_website" = id; 
-                "o_msgs_btn_ok" = id; 
+                "o_msgs_btn_crashlog" = id; 
                 "o_msgs_panel" = id; 
                 "o_mu_audio" = id; 
                 "o_mu_controls" = id; 
+                "o_mu_deinterlace" = id; 
                 "o_mu_edit" = id; 
                 "o_mu_file" = id; 
                 "o_mu_help" = id; 
         }, 
         {
             ACTIONS = {
-                loadSubsChanged = id; 
                 openDisc = id; 
                 openDiscMenusChanged = id; 
                 openDiscStepperChanged = id; 
                 openNet = id; 
                 openNetModeChanged = id; 
                 openNetStepperChanged = id; 
-                openSubBrowse = id; 
                 openVTSBrowse = id; 
                 panelCancel = id; 
                 panelOk = id; 
                 soutChanged = id; 
+                soutCloseSheet = id; 
                 soutFileBrowse = id; 
                 soutModeChanged = id; 
+                soutSettings = id; 
                 soutStepperChanged = id; 
+                subCloseSheet = id; 
+                subDelayStepperChanged = id; 
+                subFileBrowse = id; 
+                subFpsStepperChanged = id; 
+                subOverride = id; 
+                subSettings = id; 
+                subsChanged = id; 
             }; 
             CLASS = VLCOpen; 
             LANGUAGE = ObjC; 
                 "o_file_path" = id; 
                 "o_file_stream" = id; 
                 "o_file_sub_btn_browse" = id; 
+                "o_file_sub_btn_settings" = id; 
                 "o_file_sub_ckbox" = id; 
+                "o_file_sub_delay" = id; 
+                "o_file_sub_delay_lbl" = id; 
+                "o_file_sub_delay_stp" = id; 
+                "o_file_sub_fps" = id; 
+                "o_file_sub_fps_lbl" = id; 
+                "o_file_sub_fps_stp" = id; 
+                "o_file_sub_ok_btn" = id; 
+                "o_file_sub_override" = id; 
                 "o_file_sub_path" = id; 
+                "o_file_sub_sheet" = id; 
                 "o_mrl" = id; 
                 "o_mrl_lbl" = id; 
-                "o_net_cs_addr" = id; 
-                "o_net_cs_addr_lbl" = id; 
-                "o_net_cs_port" = id; 
-                "o_net_cs_port_lbl" = id; 
-                "o_net_cs_port_stp" = id; 
                 "o_net_http_url" = id; 
                 "o_net_http_url_lbl" = id; 
                 "o_net_mode" = id; 
                 "o_panel" = id; 
                 "o_playlist" = id; 
                 "o_sout_access" = id; 
+                "o_sout_access_lbl" = id; 
+                "o_sout_btn_ok" = id; 
                 "o_sout_cbox" = id; 
                 "o_sout_file_btn_browse" = id; 
                 "o_sout_file_path" = id; 
                 "o_sout_mrl" = id; 
                 "o_sout_mrl_lbl" = id; 
                 "o_sout_mux" = id; 
+                "o_sout_mux_lbl" = id; 
+                "o_sout_settings" = id; 
+                "o_sout_sheet" = id; 
                 "o_sout_udp_addr" = id; 
                 "o_sout_udp_addr_lbl" = id; 
                 "o_sout_udp_port" = id;