Changeset 6a5fc04ec3b5e2e52a28c43bfac4d3b8587422f2

Show
Ignore:
Timestamp:
12/06/08 19:46:35 (4 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1213292795 +0200
git-parent:

[566d7d2fc459ca6047acbf3194275ce780c8190c]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1213292319 +0200
Message:

Redesign the Capture Device panel

Complete l10n to be done later on

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib

    r852edc0 r6a5fc04  
    187187                checkForUpdate = id; 
    188188                clearRecentItems = id; 
     189                intfOpenCapture = id; 
    189190                intfOpenDisc = id; 
    190191                intfOpenFile = id; 
     
    287288                "o_mi_next" = id; 
    288289                "o_mi_normal_window" = id; 
     290                "o_mi_open_capture" = id; 
    289291                "o_mi_open_disc" = id; 
    290292                "o_mi_open_file" = id; 
  • extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib

    rdcb4272 r6a5fc04  
    55    <key>IBDocumentLocation</key> 
    66    <string>429 441 496 337 0 0 1280 778 </string> 
     7    <key>IBEditorPositions</key> 
     8    <dict> 
     9        <key>29</key> 
     10        <string>64 734 438 44 0 0 1280 778 </string> 
     11    </dict> 
    712    <key>IBFramework Version</key> 
    813    <string>489.0</string> 
     
    1318    <key>IBOpenObjects</key> 
    1419    <array> 
     20        <integer>29</integer> 
    1521        <integer>21</integer> 
    1622        <integer>2416</integer> 
  • extras/package/macosx/Resources/English.lproj/Open.nib/classes.nib

    r2e888fd r6a5fc04  
    11{ 
    2     IBClasses = ( 
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    4         {CLASS = MPSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },  
    5         { 
    6             ACTIONS = {showPanel = id; };  
    7             CLASS = VLAboutBox;  
    8             LANGUAGE = ObjC;  
    9             SUPERCLASS = NSObject;  
    10         },  
    11         {CLASS = VLBrushedMetalImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },  
    12         {CLASS = VLCApplication; LANGUAGE = ObjC; SUPERCLASS = NSApplication; },  
    13         {CLASS = VLCControllerView; LANGUAGE = ObjC; SUPERCLASS = NSView; },  
    14         {CLASS = VLCControllerWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },  
    15         { 
    16             ACTIONS = { 
    17                 backward = id;  
    18                 faster = id;  
    19                 forward = id;  
    20                 loop = id;  
    21                 mute = id;  
    22                 next = id;  
    23                 pause = id;  
    24                 play = id;  
    25                 position = id;  
    26                 prev = id;  
    27                 random = id;  
    28                 repeat = id;  
    29                 slower = id;  
    30                 stop = id;  
    31                 toggleVar = id;  
    32                 volumeDown = id;  
    33                 volumeSliderUpdated = id;  
    34                 volumeUp = id;  
    35                 windowAction = id;  
    36             };  
    37             CLASS = VLCControls;  
    38             LANGUAGE = ObjC;  
    39             OUTLETS = { 
    40                 "o_btn_fullscreen" = id;  
    41                 "o_main" = id;  
    42                 "o_open" = id;  
    43                 "o_volumeslider" = id;  
    44             };  
    45             SUPERCLASS = NSObject;  
    46         },  
    47         { 
    48             ACTIONS = { 
    49                 bandSliderUpdated = id;  
    50                 changePreset = id;  
    51                 enable = id;  
    52                 preampSliderUpdated = id;  
    53                 toggleWindow = id;  
    54                 twopass = id;  
    55             };  
    56             CLASS = VLCEqualizer;  
    57             LANGUAGE = ObjC;  
    58             OUTLETS = { 
    59                 "o_btn_equalizer" = id;  
    60                 "o_ckb_2pass" = id;  
    61                 "o_ckb_enable" = id;  
    62                 "o_fld_preamp" = id;  
    63                 "o_popup_presets" = id;  
    64                 "o_slider_band1" = id;  
    65                 "o_slider_band10" = id;  
    66                 "o_slider_band2" = id;  
    67                 "o_slider_band3" = id;  
    68                 "o_slider_band4" = id;  
    69                 "o_slider_band5" = id;  
    70                 "o_slider_band6" = id;  
    71                 "o_slider_band7" = id;  
    72                 "o_slider_band8" = id;  
    73                 "o_slider_band9" = id;  
    74                 "o_slider_preamp" = id;  
    75                 "o_window" = id;  
    76             };  
    77             SUPERCLASS = NSObject;  
    78         },  
    79         { 
    80             ACTIONS = { 
    81                 createOutlineGroup = id;  
    82                 deleteOutlineGroup = id;  
    83                 infoCancel = id;  
    84                 infoOk = id;  
    85                 toggleInfoPanel = id;  
    86                 togglePlaylistInfoPanel = id;  
    87             };  
    88             CLASS = VLCInfo;  
    89             LANGUAGE = ObjC;  
    90             OUTLETS = { 
    91                 "o_author_lbl" = id;  
    92                 "o_author_txt" = id;  
    93                 "o_btn_cancel" = id;  
    94                 "o_btn_ok" = id;  
    95                 "o_info_window" = id;  
    96                 "o_outline_view" = id;  
    97                 "o_title_lbl" = id;  
    98                 "o_title_txt" = id;  
    99                 "o_uri_lbl" = id;  
    100                 "o_uri_txt" = id;  
    101             };  
    102             SUPERCLASS = NSObject;  
    103         },  
    104         { 
    105             ACTIONS = { 
    106                 clearRecentItems = id;  
    107                 closeError = id;  
    108                 openCrashLog = id;  
    109                 openDocumentation = id;  
    110                 openLicense = id;  
    111                 openReadMe = id;  
    112                 openRecentItem = id;  
    113                 openWebsite = id;  
    114                 reportABug = id;  
    115                 timesliderUpdate = id;  
    116                 viewAbout = id;  
    117                 viewPreferences = id;  
    118             };  
    119             CLASS = VLCMain;  
    120             LANGUAGE = ObjC;  
    121             OUTLETS = { 
    122                 "o_btn_ff" = id;  
    123                 "o_btn_fullscreen" = id;  
    124                 "o_btn_next" = id;  
    125                 "o_btn_play" = id;  
    126                 "o_btn_prev" = id;  
    127                 "o_btn_rewind" = id;  
    128                 "o_btn_stop" = id;  
    129                 "o_controls" = id;  
    130                 "o_dmi_mute" = id;  
    131                 "o_dmi_next" = id;  
    132                 "o_dmi_play" = id;  
    133                 "o_dmi_previous" = id;  
    134                 "o_dmi_stop" = id;  
    135                 "o_err_btn_dismiss" = id;  
    136                 "o_err_btn_msgs" = id;  
    137                 "o_err_bug_lbl" = id;  
    138                 "o_err_ckbk_surpress" = id;  
    139                 "o_err_lbl" = id;  
    140                 "o_err_msg" = id;  
    141                 "o_error" = id;  
    142                 "o_info" = id;  
    143                 "o_messages" = id;  
    144                 "o_mi_about" = id;  
    145                 "o_mi_add_intf" = id;  
    146                 "o_mi_audiotrack" = id;  
    147                 "o_mi_bring_atf" = id;  
    148                 "o_mi_bwd" = id;  
    149                 "o_mi_channels" = id;  
    150                 "o_mi_chapter" = id;  
    151                 "o_mi_clear" = id;  
    152                 "o_mi_close_window" = id;  
    153                 "o_mi_controller" = id;  
    154                 "o_mi_copy" = id;  
    155                 "o_mi_cut" = id;  
    156                 "o_mi_deinterlace" = id;  
    157                 "o_mi_device" = id;  
    158                 "o_mi_documentation" = id;  
    159                 "o_mi_double_window" = id;  
    160                 "o_mi_equalizer" = id;  
    161                 "o_mi_faster" = id;  
    162                 "o_mi_ffmpeg_pp" = id;  
    163                 "o_mi_fittoscreen" = id;  
    164                 "o_mi_floatontop" = id;  
    165                 "o_mi_fullscreen" = id;  
    166                 "o_mi_fwd" = id;  
    167                 "o_mi_half_window" = id;  
    168                 "o_mi_hide" = id;  
    169                 "o_mi_hide_others" = id;  
    170                 "o_mi_info" = id;  
    171                 "o_mi_license" = id;  
    172                 "o_mi_loop" = id;  
    173                 "o_mi_messages" = id;  
    174                 "o_mi_minimize" = id;  
    175                 "o_mi_mute" = id;  
    176                 "o_mi_next" = id;  
    177                 "o_mi_normal_window" = id;  
    178                 "o_mi_open_disc" = id;  
    179                 "o_mi_open_file" = id;  
    180                 "o_mi_open_generic" = id;  
    181                 "o_mi_open_net" = id;  
    182                 "o_mi_open_recent" = id;  
    183                 "o_mi_open_recent_cm" = id;  
    184                 "o_mi_paste" = id;  
    185                 "o_mi_play" = id;  
    186                 "o_mi_playlist" = id;  
    187                 "o_mi_prefs" = id;  
    188                 "o_mi_previous" = id;  
    189                 "o_mi_program" = id;  
    190                 "o_mi_quit" = id;  
    191                 "o_mi_random" = id;  
    192                 "o_mi_readme" = id;  
    193                 "o_mi_repeat" = id;  
    194                 "o_mi_reportabug" = id;  
    195                 "o_mi_screen" = id;  
    196                 "o_mi_select_all" = id;  
    197                 "o_mi_services" = id;  
    198                 "o_mi_show_all" = id;  
    199                 "o_mi_slower" = id;  
    200                 "o_mi_snapshot" = id;  
    201                 "o_mi_stop" = id;  
    202                 "o_mi_subtitle" = id;  
    203                 "o_mi_title" = id;  
    204                 "o_mi_videotrack" = id;  
    205                 "o_mi_visual" = id;  
    206                 "o_mi_vol_down" = id;  
    207                 "o_mi_vol_up" = id;  
    208                 "o_mi_website" = id;  
    209                 "o_msgs_btn_crashlog" = id;  
    210                 "o_msgs_panel" = id;  
    211                 "o_mu_add_intf" = id;  
    212                 "o_mu_audio" = id;  
    213                 "o_mu_audiotrack" = id;  
    214                 "o_mu_channels" = id;  
    215                 "o_mu_chapter" = id;  
    216                 "o_mu_controls" = id;  
    217                 "o_mu_deinterlace" = id;  
    218                 "o_mu_device" = id;  
    219                 "o_mu_edit" = id;  
    220                 "o_mu_ffmpeg_pp" = id;  
    221                 "o_mu_file" = id;  
    222                 "o_mu_help" = id;  
    223                 "o_mu_program" = id;  
    224                 "o_mu_screen" = id;  
    225                 "o_mu_subtitle" = id;  
    226                 "o_mu_title" = id;  
    227                 "o_mu_video" = id;  
    228                 "o_mu_videotrack" = id;  
    229                 "o_mu_visual" = id;  
    230                 "o_mu_window" = id;  
    231                 "o_playlist" = id;  
    232                 "o_scrollfield" = id;  
    233                 "o_timefield" = id;  
    234                 "o_timeslider" = id;  
    235                 "o_volumeslider" = id;  
    236                 "o_window" = id;  
    237             };  
    238             SUPERCLASS = NSObject;  
    239         },  
    240         { 
    241             ACTIONS = { 
    242                 eyetvLaunch = id;  
    243                 eyetvSwitchChannel = id;  
    244                 openDisc = id;  
    245                 openDiscMenusChanged = id;  
    246                 openDiscStepperChanged = id;  
    247                 openDiscTypeChanged = id;  
    248                 openFile = id;  
    249                 openFileBrowse = id;  
    250                 openFileGeneric = id;  
    251                 openFileStreamChanged = id;  
    252                 openNet = id;  
    253                 openNetModeChanged = id;  
    254                 openNetStepperChanged = id;  
    255                 openVTSBrowse = id;  
    256                 panelCancel = id;  
    257                 panelOk = id;  
    258                 subCloseSheet = id;  
    259                 subDelayStepperChanged = id;  
    260                 subFileBrowse = id;  
    261                 subFpsStepperChanged = id;  
    262                 subOverride = id;  
    263                 subSettings = id;  
    264                 subsChanged = id;  
    265             };  
    266             CLASS = VLCOpen;  
    267             LANGUAGE = ObjC;  
    268             OUTLETS = { 
    269                 "o_btn_cancel" = id;  
    270                 "o_btn_ok" = id;  
    271                 "o_disc_chapter" = id;  
    272                 "o_disc_chapter_lbl" = id;  
    273                 "o_disc_chapter_stp" = id;  
    274                 "o_disc_device" = id;  
    275                 "o_disc_device_lbl" = id;  
    276                 "o_disc_dvd_menus" = id;  
    277                 "o_disc_title" = id;  
    278                 "o_disc_title_lbl" = id;  
    279                 "o_disc_title_stp" = id;  
    280                 "o_disc_type" = id;  
    281                 "o_disc_videots_btn_browse" = id;  
    282                 "o_disc_videots_folder" = id;  
    283                 "o_eyetv_channels_pop" = id;  
    284                 "o_eyetv_chn_bgbar" = id;  
    285                 "o_eyetv_chn_status_txt" = id;  
    286                 "o_eyetv_currentChannel_lbl" = id;  
    287                 "o_eyetv_launchEyeTV_btn" = id;  
    288                 "o_eyetv_nextProgram_btn" = id;  
    289                 "o_eyetv_noDeviceLong_lbl" = id;  
    290                 "o_eyetv_noDevice_lbl" = id;  
    291                 "o_eyetv_noEyeTVLong_lbl" = id;  
    292                 "o_eyetv_noEyeTV_lbl" = id;  
    293                 "o_eyetv_previousProgram_btn" = id;  
    294                 "o_eyetv_tabView" = id;  
    295                 "o_file_btn_browse" = id;  
    296                 "o_file_path" = id;  
    297                 "o_file_stream" = id;  
    298                 "o_file_sub_align_lbl" = id;  
    299                 "o_file_sub_align_pop" = id;  
    300                 "o_file_sub_btn_browse" = id;  
    301                 "o_file_sub_btn_settings" = id;  
    302                 "o_file_sub_ckbox" = id;  
    303                 "o_file_sub_delay" = id;  
    304                 "o_file_sub_delay_lbl" = id;  
    305                 "o_file_sub_delay_stp" = id;  
    306                 "o_file_sub_encoding_lbl" = id;  
    307                 "o_file_sub_encoding_pop" = id;  
    308                 "o_file_sub_file_box" = id;  
    309                 "o_file_sub_font_box" = id;  
    310                 "o_file_sub_fps" = id;  
    311                 "o_file_sub_fps_lbl" = id;  
    312                 "o_file_sub_fps_stp" = id;  
    313                 "o_file_sub_ok_btn" = id;  
    314                 "o_file_sub_override" = id;  
    315                 "o_file_sub_path" = id;  
    316                 "o_file_sub_sheet" = id;  
    317                 "o_file_sub_size_lbl" = id;  
    318                 "o_file_sub_size_pop" = id;  
    319                 "o_mrl" = id;  
    320                 "o_mrl_lbl" = id;  
    321                 "o_net_http_url" = id;  
    322                 "o_net_http_url_lbl" = id;  
    323                 "o_net_mode" = id;  
    324                 "o_net_timeshift_ckbox" = id;  
    325                 "o_net_udp_port" = id;  
    326                 "o_net_udp_port_lbl" = id;  
    327                 "o_net_udp_port_stp" = id;  
    328                 "o_net_udpm_addr" = id;  
    329                 "o_net_udpm_addr_lbl" = id;  
    330                 "o_net_udpm_port" = id;  
    331                 "o_net_udpm_port_lbl" = id;  
    332                 "o_net_udpm_port_stp" = id;  
    333                 "o_output_ckbox" = id;  
    334                 "o_panel" = id;  
    335                 "o_playlist" = id;  
    336                 "o_sout_options" = id;  
    337                 "o_tabview" = id;  
    338             };  
    339             SUPERCLASS = NSObject;  
    340         },  
    341         {CLASS = VLCOpenTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },  
    342         { 
    343             ACTIONS = { 
    344                 announceChanged = id;  
    345                 outputChanged = id;  
    346                 outputCloseSheet = id;  
    347                 outputFileBrowse = id;  
    348                 outputInfoChanged = id;  
    349                 outputMethodChanged = id;  
    350                 outputSettings = id;  
    351                 streamPortStepperChanged = id;  
    352                 streamTTLStepperChanged = id;  
    353                 transcodeChanged = id;  
    354                 transcodeInfoChanged = id;  
    355             };  
    356             CLASS = VLCOutput;  
    357             LANGUAGE = ObjC;  
    358             OUTLETS = { 
    359                 "o_btn_browse" = id;  
    360                 "o_btn_ok" = id;  
    361                 "o_channel_name" = id;  
    362                 "o_channel_name_lbl" = id;  
    363                 "o_display" = id;  
    364                 "o_dump_chkbox" = id;  
    365                 "o_file_chkbox" = id;  
    366                 "o_file_field" = id;  
    367                 "o_http_chkbox" = id;  
    368                 "o_method" = id;  
    369                 "o_misc_lbl" = id;  
    370                 "o_mux_lbl" = id;  
    371                 "o_mux_selector" = id;  
    372                 "o_open_panel" = id;  
    373                 "o_options_lbl" = id;  
    374                 "o_output_ckbox" = id;  
    375                 "o_output_settings" = id;  
    376                 "o_output_sheet" = id;  
    377                 "o_rtsp_chkbox" = id;  
    378                 "o_sap_chkbox" = id;  
    379                 "o_sdp_url" = id;  
    380                 "o_sdp_url_lbl" = id;  
    381                 "o_stream_address" = id;  
    382                 "o_stream_address_lbl" = id;  
    383                 "o_stream_port" = id;  
    384                 "o_stream_port_lbl" = id;  
    385                 "o_stream_port_stp" = id;  
    386                 "o_stream_ttl" = id;  
    387                 "o_stream_ttl_lbl" = id;  
    388                 "o_stream_ttl_stp" = id;  
    389                 "o_stream_type" = id;  
    390                 "o_stream_type_lbl" = id;  
    391                 "o_transcode_audio_bitrate" = id;  
    392                 "o_transcode_audio_bitrate_lbl" = id;  
    393                 "o_transcode_audio_channels" = id;  
    394                 "o_transcode_audio_channels_lbl" = id;  
    395                 "o_transcode_audio_chkbox" = id;  
    396                 "o_transcode_audio_selector" = id;  
    397                 "o_transcode_lbl" = id;  
    398                 "o_transcode_video_bitrate" = id;  
    399                 "o_transcode_video_bitrate_lbl" = id;  
    400                 "o_transcode_video_chkbox" = id;  
    401                 "o_transcode_video_scale" = id;  
    402                 "o_transcode_video_scale_lbl" = id;  
    403                 "o_transcode_video_selector" = id;  
    404             };  
    405             SUPERCLASS = NSObject;  
    406         },  
    407         {CLASS = VLCPlaylist; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    408         {CLASS = VLCPlaylistView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },  
    409         { 
    410             ACTIONS = {advancedToggle = id; closePrefs = id; resetAll = id; savePrefs = id; };  
    411             CLASS = VLCPrefs;  
    412             LANGUAGE = ObjC;  
    413             OUTLETS = { 
    414                 "o_advanced_ckb" = id;  
    415                 "o_cancel_btn" = id;  
    416                 "o_prefs_view" = id;  
    417                 "o_prefs_window" = id;  
    418                 "o_reset_btn" = id;  
    419                 "o_save_btn" = id;  
    420                 "o_tree" = id;  
    421             };  
    422             SUPERCLASS = NSObject;  
     2    IBClasses =     ( 
     3                { 
     4            CLASS = FirstResponder; 
     5            LANGUAGE = ObjC; 
     6            SUPERCLASS = NSObject; 
     7        }, 
     8                { 
     9            CLASS = MPSlider; 
     10            LANGUAGE = ObjC; 
     11            SUPERCLASS = NSSlider; 
     12        }, 
     13                { 
     14            ACTIONS =             { 
     15                showPanel = id; 
     16            }; 
     17            CLASS = VLAboutBox; 
     18            LANGUAGE = ObjC; 
     19            SUPERCLASS = NSObject; 
     20        }, 
     21                { 
     22            CLASS = VLBrushedMetalImageView; 
     23            LANGUAGE = ObjC; 
     24            SUPERCLASS = NSImageView; 
     25        }, 
     26                { 
     27            CLASS = VLCApplication; 
     28            LANGUAGE = ObjC; 
     29            SUPERCLASS = NSApplication; 
     30        }, 
     31                { 
     32            CLASS = VLCControllerView; 
     33            LANGUAGE = ObjC; 
     34            SUPERCLASS = NSView; 
     35        }, 
     36                { 
     37            CLASS = VLCControllerWindow; 
     38            LANGUAGE = ObjC; 
     39            SUPERCLASS = NSWindow; 
     40        }, 
     41                { 
     42            ACTIONS =             { 
     43                backward = id; 
     44                faster = id; 
     45                forward = id; 
     46                loop = id; 
     47                mute = id; 
     48                next = id; 
     49                pause = id; 
     50                play = id; 
     51                position = id; 
     52                prev = id; 
     53                random = id; 
     54                repeat = id; 
     55                slower = id; 
     56                stop = id; 
     57                toggleVar = id; 
     58                volumeDown = id; 
     59                volumeSliderUpdated = id; 
     60                volumeUp = id; 
     61                windowAction = id; 
     62            }; 
     63            CLASS = VLCControls; 
     64            LANGUAGE = ObjC; 
     65            OUTLETS =             { 
     66                "o_btn_fullscreen" = id; 
     67                "o_main" = id; 
     68                "o_open" = id; 
     69                "o_volumeslider" = id; 
     70            }; 
     71            SUPERCLASS = NSObject; 
     72        }, 
     73                { 
     74            ACTIONS =             { 
     75                bandSliderUpdated = id; 
     76                changePreset = id; 
     77                enable = id; 
     78                preampSliderUpdated = id; 
     79                toggleWindow = id; 
     80                twopass = id; 
     81            }; 
     82            CLASS = VLCEqualizer; 
     83            LANGUAGE = ObjC; 
     84            OUTLETS =             { 
     85                "o_btn_equalizer" = id; 
     86                "o_ckb_2pass" = id; 
     87                "o_ckb_enable" = id; 
     88                "o_fld_preamp" = id; 
     89                "o_popup_presets" = id; 
     90                "o_slider_band1" = id; 
     91                "o_slider_band10" = id; 
     92                "o_slider_band2" = id; 
     93                "o_slider_band3" = id; 
     94                "o_slider_band4" = id; 
     95                "o_slider_band5" = id; 
     96                "o_slider_band6" = id; 
     97                "o_slider_band7" = id; 
     98                "o_slider_band8" = id; 
     99                "o_slider_band9" = id; 
     100                "o_slider_preamp" = id; 
     101                "o_window" = id; 
     102            }; 
     103            SUPERCLASS = NSObject; 
     104        }, 
     105                { 
     106            ACTIONS =             { 
     107                createOutlineGroup = id; 
     108                deleteOutlineGroup = id; 
     109                infoCancel = id; 
     110                infoOk = id; 
     111                toggleInfoPanel = id; 
     112                togglePlaylistInfoPanel = id; 
     113            }; 
     114            CLASS = VLCInfo; 
     115            LANGUAGE = ObjC; 
     116            OUTLETS =             { 
     117                "o_author_lbl" = id; 
     118                "o_author_txt" = id; 
     119                "o_btn_cancel" = id; 
     120                "o_btn_ok" = id; 
     121                "o_info_window" = id; 
     122                "o_outline_view" = id; 
     123                "o_title_lbl" = id; 
     124                "o_title_txt" = id; 
     125                "o_uri_lbl" = id; 
     126                "o_uri_txt" = id; 
     127            }; 
     128            SUPERCLASS = NSObject; 
     129        }, 
     130                { 
     131            ACTIONS =             { 
     132                clearRecentItems = id; 
     133                closeError = id; 
     134                openCrashLog = id; 
     135                openDocumentation = id; 
     136                openLicense = id; 
     137                openReadMe = id; 
     138                openRecentItem = id; 
     139                openWebsite = id; 
     140                reportABug = id; 
     141                timesliderUpdate = id; 
     142                viewAbout = id; 
     143                viewPreferences = id; 
     144            }; 
     145            CLASS = VLCMain; 
     146            LANGUAGE = ObjC; 
     147            OUTLETS =             { 
     148                "o_btn_ff" = id; 
     149                "o_btn_fullscreen" = id; 
     150                "o_btn_next" = id; 
     151                "o_btn_play" = id; 
     152                "o_btn_prev" = id; 
     153                "o_btn_rewind" = id; 
     154                "o_btn_stop" = id; 
     155                "o_controls" = id; 
     156                "o_dmi_mute" = id; 
     157                "o_dmi_next" = id; 
     158                "o_dmi_play" = id; 
     159                "o_dmi_previous" = id; 
     160                "o_dmi_stop" = id; 
     161                "o_err_btn_dismiss" = id; 
     162                "o_err_btn_msgs" = id; 
     163                "o_err_bug_lbl" = id; 
     164                "o_err_ckbk_surpress" = id; 
     165                "o_err_lbl" = id; 
     166                "o_err_msg" = id; 
     167                "o_error" = id; 
     168                "o_info" = id; 
     169                "o_messages" = id; 
     170                "o_mi_about" = id; 
     171                "o_mi_add_intf" = id; 
     172                "o_mi_audiotrack" = id; 
     173                "o_mi_bring_atf" = id; 
     174                "o_mi_bwd" = id; 
     175                "o_mi_channels" = id; 
     176                "o_mi_chapter" = id; 
     177                "o_mi_clear" = id; 
     178                "o_mi_close_window" = id; 
     179                "o_mi_controller" = id; 
     180                "o_mi_copy" = id; 
     181                "o_mi_cut" = id; 
     182                "o_mi_deinterlace" = id; 
     183                "o_mi_device" = id; 
     184                "o_mi_documentation" = id; 
     185                "o_mi_double_window" = id; 
     186                "o_mi_equalizer" = id; 
     187                "o_mi_faster" = id; 
     188                "o_mi_ffmpeg_pp" = id; 
     189                "o_mi_fittoscreen" = id; 
     190                "o_mi_floatontop" = id; 
     191                "o_mi_fullscreen" = id; 
     192                "o_mi_fwd" = id; 
     193                "o_mi_half_window" = id; 
     194                "o_mi_hide" = id; 
     195                "o_mi_hide_others" = id; 
     196                "o_mi_info" = id; 
     197                "o_mi_license" = id; 
     198                "o_mi_loop" = id; 
     199                "o_mi_messages" = id; 
     200                "o_mi_minimize" = id; 
     201                "o_mi_mute" = id; 
     202                "o_mi_next" = id; 
     203                "o_mi_normal_window" = id; 
     204                "o_mi_open_disc" = id; 
     205                "o_mi_open_file" = id; 
     206                "o_mi_open_generic" = id; 
     207                "o_mi_open_net" = id; 
     208                "o_mi_open_recent" = id; 
     209                "o_mi_open_recent_cm" = id; 
     210                "o_mi_paste" = id; 
     211                "o_mi_play" = id; 
     212                "o_mi_playlist" = id; 
     213                "o_mi_prefs" = id; 
     214                "o_mi_previous" = id; 
     215                "o_mi_program" = id; 
     216                "o_mi_quit" = id; 
     217                "o_mi_random" = id; 
     218                "o_mi_readme" = id; 
     219                "o_mi_repeat" = id; 
     220                "o_mi_reportabug" = id; 
     221                "o_mi_screen" = id; 
     222                "o_mi_select_all" = id; 
     223                "o_mi_services" = id; 
     224                "o_mi_show_all" = id; 
     225                "o_mi_slower" = id; 
     226                "o_mi_snapshot" = id; 
     227                "o_mi_stop" = id; 
     228                "o_mi_subtitle" = id; 
     229                "o_mi_title" = id; 
     230                "o_mi_videotrack" = id; 
     231                "o_mi_visual" = id; 
     232                "o_mi_vol_down" = id; 
     233                "o_mi_vol_up" = id; 
     234                "o_mi_website" = id; 
     235                "o_msgs_btn_crashlog" = id; 
     236                "o_msgs_panel" = id; 
     237                "o_mu_add_intf" = id; 
     238                "o_mu_audio" = id; 
     239                "o_mu_audiotrack" = id; 
     240                "o_mu_channels" = id; 
     241                "o_mu_chapter" = id; 
     242                "o_mu_controls" = id; 
     243                "o_mu_deinterlace" = id; 
     244                "o_mu_device" = id; 
     245                "o_mu_edit" = id; 
     246                "o_mu_ffmpeg_pp" = id; 
     247                "o_mu_file" = id; 
     248                "o_mu_help" = id; 
     249                "o_mu_program" = id; 
     250                "o_mu_screen" = id; 
     251                "o_mu_subtitle" = id; 
     252                "o_mu_title" = id; 
     253                "o_mu_video" = id; 
     254                "o_mu_videotrack" = id; 
     255                "o_mu_visual" = id; 
     256                "o_mu_window" = id; 
     257                "o_playlist" = id; 
     258                "o_scrollfield" = id; 
     259                "o_timefield" = id; 
     260                "o_timeslider" = id; 
     261                "o_volumeslider" = id; 
     262                "o_window" = id; 
     263            }; 
     264            SUPERCLASS = NSObject; 
     265        }, 
     266                { 
     267            ACTIONS =             { 
     268                eyetvLaunch = id; 
     269                eyetvSwitchChannel = id; 
     270                openCaptureModeChanged = id; 
     271                openCaptureStepperChanged = id; 
     272                openDisc = id; 
     273                openDiscMenusChanged = id; 
     274                openDiscStepperChanged = id; 
     275                openDiscTypeChanged = id; 
     276                openFile = id; 
     277                openFileBrowse = id; 
     278                openFileGeneric = id; 
     279                openFileStreamChanged = id; 
     280                openNet = id; 
     281                openNetModeChanged = id; 
     282                openNetStepperChanged = id; 
     283                openVTSBrowse = id; 
     284                panelCancel = id; 
     285                panelOk = id; 
     286                subCloseSheet = id; 
     287                subDelayStepperChanged = id; 
     288                subFileBrowse = id; 
     289                subFpsStepperChanged = id; 
     290                subOverride = id; 
     291                subSettings = id; 
     292                subsChanged = id; 
     293            }; 
     294            CLASS = VLCOpen; 
     295            LANGUAGE = ObjC; 
     296            OUTLETS =             { 
     297                "o_btn_cancel" = id; 
     298                "o_btn_ok" = id; 
     299                "o_capture_label_view" = id; 
     300                "o_capture_lbl" = id; 
     301                "o_capture_long_lbl" = id; 
     302                "o_capture_mode_pop" = id; 
     303                "o_disc_chapter" = id; 
     304                "o_disc_chapter_lbl" = id; 
     305                "o_disc_chapter_stp" = id; 
     306                "o_disc_device" = id; 
     307                "o_disc_device_lbl" = id; 
     308                "o_disc_dvd_menus" = id; 
     309                "o_disc_title" = id; 
     310                "o_disc_title_lbl" = id; 
     311                "o_disc_title_stp" = id; 
     312                "o_disc_type" = id; 
     313                "o_disc_videots_btn_browse" = id; 
     314                "o_disc_videots_folder" = id; 
     315                "o_eyetv_channels_pop" = id; 
     316                "o_eyetv_chn_bgbar" = id; 
     317                "o_eyetv_chn_status_txt" = id; 
     318                "o_eyetv_currentChannel_lbl" = id; 
     319                "o_eyetv_launchEyeTV_btn" = id; 
     320                "o_eyetv_nextProgram_btn" = id; 
     321                "o_eyetv_noInstanceLong_lbl" = id; 
     322                "o_eyetv_noInstance_lbl" = id; 
     323                "o_eyetv_notLaunched_view" = id; 
     324                "o_eyetv_previousProgram_btn" = id; 
     325                "o_eyetv_running_view" = id; 
     326                "o_file_btn_browse" = id; 
     327                "o_file_path" = id; 
     328                "o_file_stream" = id; 
     329                "o_file_sub_align_lbl" = id; 
     330                "o_file_sub_align_pop" = id; 
     331                "o_file_sub_btn_browse" = id; 
     332                "o_file_sub_btn_settings" = id; 
     333                "o_file_sub_ckbox" = id; 
     334                "o_file_sub_delay" = id; 
     335                "o_file_sub_delay_lbl" = id; 
     336                "o_file_sub_delay_stp" = id; 
     337                "o_file_sub_encoding_lbl" = id; 
     338                "o_file_sub_encoding_pop" = id; 
     339                "o_file_sub_file_box" = id; 
     340                "o_file_sub_font_box" = id; 
     341                "o_file_sub_fps" = id; 
     342                "o_file_sub_fps_lbl" = id; 
     343                "o_file_sub_fps_stp" = id; 
     344                "o_file_sub_ok_btn" = id; 
     345                "o_file_sub_override" = id; 
     346                "o_file_sub_path" = id; 
     347                "o_file_sub_sheet" = id; 
     348                "o_file_sub_size_lbl" = id; 
     349                "o_file_sub_size_pop" = id; 
     350                "o_mrl" = id; 
     351                "o_mrl_lbl" = id; 
     352                "o_net_http_url" = id; 
     353                "o_net_http_url_lbl" = id; 
     354                "o_net_mode" = id; 
     355                "o_net_timeshift_ckbox" = id; 
     356                "o_net_udp_port" = id; 
     357                "o_net_udp_port_lbl" = id; 
     358                "o_net_udp_port_stp" = id; 
     359                "o_net_udpm_addr" = id; 
     360                "o_net_udpm_addr_lbl" = id; 
     361                "o_net_udpm_port" = id; 
     362                "o_net_udpm_port_lbl" = id; 
     363                "o_net_udpm_port_stp" = id; 
     364                "o_output_ckbox" = id; 
     365                "o_panel" = id; 
     366                "o_playlist" = id; 
     367                "o_screen_fps_fld" = id; 
     368                "o_screen_fps_stp" = id; 
     369                "o_screen_lbl" = id; 
     370                "o_screen_long_lbl" = id; 
     371                "o_screen_view" = id; 
     372                "o_sout_options" = id; 
     373                "o_tabview" = id; 
     374            }; 
     375            SUPERCLASS = NSObject; 
     376        }, 
     377                { 
     378            CLASS = VLCOpenTextField; 
     379            LANGUAGE = ObjC; 
     380            SUPERCLASS = NSTextField; 
     381        }, 
     382                { 
     383            ACTIONS =             { 
     384                announceChanged = id; 
     385                outputChanged = id; 
     386                outputCloseSheet = id; 
     387                outputFileBrowse = id; 
     388                outputInfoChanged = id; 
     389                outputMethodChanged = id; 
     390                outputSettings = id; 
     391                streamPortStepperChanged = id; 
     392                streamTTLStepperChanged = id; 
     393                transcodeChanged = id; 
     394                transcodeInfoChanged = id; 
     395            }; 
     396            CLASS = VLCOutput; 
     397            LANGUAGE = ObjC; 
     398            OUTLETS =             { 
     399                "o_btn_browse" = id; 
     400                "o_btn_ok" = id; 
     401                "o_channel_name" = id; 
     402                "o_channel_name_lbl" = id; 
     403                "o_display" = id; 
     404                "o_dump_ch