Commit c774cbda authored by Felix Paul Kühne's avatar Felix Paul Kühne

* use the binary format instead of the text archive, since it is smaller and faster

parent e7f79118
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>45 176 505 517 0 0 1024 746 </string> <string>45 176 505 517 0 0 1024 746 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>437.0</string> <string>489.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array/> <array/>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
...@@ -13,6 +13,6 @@ ...@@ -13,6 +13,6 @@
<integer>1345</integer> <integer>1345</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8C46</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>59 80 356 240 0 0 1280 1002 </string> <string>59 108 356 240 0 0 1280 778 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>439.0</string> <string>489.0</string>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>38</integer>
<integer>5</integer> <integer>5</integer>
<integer>38</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8C46</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>13</key> <key>13</key>
<string>525 535 390 138 0 0 1440 878 </string> <string>445 469 390 138 0 0 1280 778 </string>
<key>32</key> <key>32</key>
<string>525 487 390 233 0 0 1440 878 </string> <string>445 421 390 233 0 0 1280 778 </string>
<key>5</key> <key>5</key>
<string>525 506 390 196 0 0 1440 878 </string> <string>525 506 390 196 0 0 1440 878 </string>
</dict> </dict>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>437.0</string> <string>489.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>32</integer> <integer>32</integer>
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>18</integer> <integer>18</integer>
<integer>32</integer>
<integer>13</integer> <integer>13</integer>
<integer>32</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8C46</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>103 27 356 240 0 0 1440 878 </string> <string>88 79 356 240 0 0 1280 778 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>443.0</string> <string>489.0</string>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>5</integer> <integer>5</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8H14</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
<?xml version="1.0" encoding="UTF-8"?> {
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> IBClasses = (
<plist version="1.0"> {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
<dict> {CLASS = ITSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
<key>IBClasses</key> {CLASS = MPSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
<array> {CLASS = VLBrushedMetalImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
<dict> {CLASS = VLCControllerView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
<key>CLASS</key> {CLASS = VLCControllerWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
<string>VLCTimeField</string> {
<key>LANGUAGE</key> ACTIONS = {
<string>ObjC</string> backward = id;
<key>SUPERCLASS</key> faster = id;
<string>NSTextField</string> forward = id;
</dict> goToSpecificTime = id;
<dict> loop = id;
<key>CLASS</key> mute = id;
<string>VLCControllerView</string> next = id;
<key>LANGUAGE</key> pause = id;
<string>ObjC</string> play = id;
<key>SUPERCLASS</key> position = id;
<string>NSView</string> prev = id;
</dict> random = id;
<dict> repeat = id;
<key>CLASS</key> repeatButtonAction = id;
<string>VLCEmbeddedWindow</string> slower = id;
<key>LANGUAGE</key> stop = id;
<string>ObjC</string> toggleVar = id;
<key>OUTLETS</key> volumeDown = id;
<dict> volumeSliderUpdated = id;
<key>o_btn_backward</key> volumeUp = id;
<string>id</string> windowAction = id;
<key>o_btn_forward</key> };
<string>id</string> CLASS = VLCControls;
<key>o_btn_fullscreen</key> LANGUAGE = ObjC;
<string>id</string> OUTLETS = {
<key>o_btn_play</key> "o_btn_addNode" = id;
<string>id</string> "o_btn_repeat" = id;
<key>o_slider</key> "o_btn_shuffle" = id;
<string>id</string> "o_fs_panel" = id;
<key>o_time</key> "o_main" = id;
<string>id</string> "o_specificTime_cancel_btn" = id;
<key>o_view</key> "o_specificTime_enter_fld" = id;
<string>id</string> "o_specificTime_goTo_lbl" = id;
</dict> "o_specificTime_mi" = id;
<key>SUPERCLASS</key> "o_specificTime_ok_btn" = id;
<string>NSWindow</string> "o_specificTime_sec_lbl" = id;
</dict> "o_specificTime_stepper" = id;
<dict> "o_specificTime_win" = id;
<key>ACTIONS</key> "o_volumeslider" = id;
<dict> };
<key>checkForUpdate</key> SUPERCLASS = NSObject;
<string>id</string> },
<key>clearRecentItems</key> {
<string>id</string> CLASS = VLCDetachedEmbeddedVoutView;
<key>closeError</key> LANGUAGE = ObjC;
<string>id</string> SUPERCLASS = VLCEmbeddedVoutView;
<key>intfOpenDisc</key> },
<string>id</string> {CLASS = VLCEmbeddedVoutView; LANGUAGE = ObjC; SUPERCLASS = VLCVoutView; },
<key>intfOpenFile</key> {
<string>id</string> CLASS = VLCEmbeddedWindow;
<key>intfOpenFileGeneric</key> LANGUAGE = ObjC;
<string>id</string> OUTLETS = {
<key>intfOpenNet</key> "o_btn_backward" = id;
<string>id</string> "o_btn_forward" = id;
<key>openCrashLog</key> "o_btn_fullscreen" = id;
<string>id</string> "o_btn_play" = id;
<key>openDocumentation</key> "o_slider" = id;
<string>id</string> "o_time" = id;
<key>openDonate</key> "o_view" = id;
<string>id</string> };
<key>openForum</key> SUPERCLASS = NSWindow;
<string>id</string> },
<key>openLicense</key> {
<string>id</string> ACTIONS = {
<key>openReadMe</key> bandSliderUpdated = id;
<string>id</string> changePreset = id;
<key>openRecentItem</key> enable = id;
<string>id</string> preampSliderUpdated = id;
<key>openWebsite</key> toggleWindow = id;
<string>id</string> twopass = id;
<key>reportABug</key> };
<string>id</string> CLASS = VLCEqualizer;
<key>showBookmarks</key> LANGUAGE = ObjC;
<string>id</string> OUTLETS = {
<key>showExtended</key> "o_btn_equalizer" = id;
<string>id</string> "o_ckb_2pass" = id;
<key>showWizard</key> "o_ckb_enable" = id;
<string>id</string> "o_fld_preamp" = id;
<key>timesliderUpdate</key> "o_popup_presets" = id;
<string>id</string> "o_slider_band1" = id;
<key>togglePlaylist</key> "o_slider_band10" = id;
<string>id</string> "o_slider_band2" = id;
<key>viewAbout</key> "o_slider_band3" = id;
<string>id</string> "o_slider_band4" = id;
<key>viewPreferences</key> "o_slider_band5" = id;
<string>id</string> "o_slider_band6" = id;
</dict> "o_slider_band7" = id;
<key>CLASS</key> "o_slider_band8" = id;
<string>VLCMain</string> "o_slider_band9" = id;
<key>LANGUAGE</key> "o_slider_preamp" = id;
<string>ObjC</string> "o_window" = id;
<key>OUTLETS</key> };
<dict> SUPERCLASS = NSObject;
<key>o_btn_ff</key> },
<string>id</string> {CLASS = VLCFSPanel; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
<key>o_btn_next</key> {
<string>id</string> ACTIONS = {
<key>o_btn_play</key> createOutlineGroup = id;
<string>id</string> deleteOutlineGroup = id;
<key>o_btn_playlist</key> infoCancel = id;
<string>id</string> infoOk = id;
<key>o_btn_prev</key> toggleInfoPanel = id;
<string>id</string> togglePlaylistInfoPanel = id;
<key>o_btn_rewind</key> };
<string>id</string> CLASS = VLCInfo;
<key>o_btn_stop</key> LANGUAGE = ObjC;
<string>id</string> OUTLETS = {
<key>o_controls</key> "o_audio_box" = id;
<string>id</string> "o_audio_decoded_lbl" = id;
<key>o_dmi_mute</key> "o_audio_decoded_txt" = id;
<string>id</string> "o_author_lbl" = id;
<key>o_dmi_next</key> "o_author_txt" = id;
<string>id</string> "o_btn_cancel" = id;
<key>o_dmi_play</key> "o_btn_ok" = id;
<string>id</string> "o_collection_lbl" = id;
<key>o_dmi_previous</key> "o_collection_txt" = id;
<string>id</string> "o_copyright_lbl" = id;
<key>o_dmi_stop</key> "o_copyright_txt" = id;
<string>id</string> "o_date_lbl" = id;
<key>o_embedded_window</key> "o_date_txt" = id;
<string>id</string> "o_demux_bitrate_lbl" = id;
<key>o_err_btn_dismiss</key> "o_demux_bitrate_txt" = id;
<string>id</string> "o_demux_bytes_lbl" = id;
<key>o_err_btn_msgs</key> "o_demux_bytes_txt" = id;
<string>id</string> "o_description_lbl" = id;
<key>o_err_bug_lbl</key> "o_description_txt" = id;
<string>id</string> "o_displayed_lbl" = id;
<key>o_err_ckbk_surpress</key> "o_displayed_txt" = id;
<string>id</string> "o_genre_lbl" = id;
<key>o_err_lbl</key> "o_genre_txt" = id;
<string>id</string> "o_info_window" = id;
<key>o_err_msg</key> "o_input_bitrate_lbl" = id;
<string>id</string> "o_input_bitrate_txt" = id;
<key>o_error</key> "o_input_box" = id;
<string>id</string> "o_language_lbl" = id;
<key>o_info</key> "o_language_txt" = id;
<string>id</string> "o_lost_abuffers_lbl" = id;
<key>o_main_pgbar</key> "o_lost_abuffers_txt" = id;
<string>id</string> "o_lost_frames_lbl" = id;
<key>o_messages</key> "o_lost_frames_txt" = id;
<string>id</string> "o_nowPlaying_lbl" = id;
<key>o_mi_about</key> "o_nowPlaying_txt" = id;
<string>id</string> "o_outline_view" = id;
<key>o_mi_add_intf</key> "o_played_abuffers_lbl" = id;
<string>id</string> "o_played_abuffers_txt" = id;
<key>o_mi_aspect_ratio</key> "o_publisher_lbl" = id;
<string>id</string> "o_publisher_txt" = id;
<key>o_mi_audiotrack</key> "o_rating_lbl" = id;
<string>id</string> "o_rating_txt" = id;
<key>o_mi_bookmarks</key> "o_read_bytes_lbl" = id;
<string>id</string> "o_read_bytes_txt" = id;
<key>o_mi_bring_atf</key> "o_sent_bitrate_lbl" = id;
<string>id</string> "o_sent_bitrate_txt" = id;
<key>o_mi_bwd</key> "o_sent_bytes_lbl" = id;
<string>id</string> "o_sent_bytes_txt" = id;
<key>o_mi_channels</key> "o_sent_packets_lbl" = id;
<string>id</string> "o_sent_packets_txt" = id;
<key>o_mi_chapter</key> "o_seqNum_lbl" = id;
<string>id</string> "o_seqNum_txt" = id;
<key>o_mi_checkForUpdate</key> "o_sout_box" = id;
<string>id</string> "o_tab_view" = id;
<key>o_mi_clear</key> "o_title_lbl" = id;
<string>id</string> "o_title_txt" = id;
<key>o_mi_close_window</key> "o_uri_lbl" = id;
<string>id</string> "o_uri_txt" = id;
<key>o_mi_controller</key> "o_video_box" = id;
<string>id</string> "o_video_decoded_lbl" = id;
<key>o_mi_copy</key> "o_video_decoded_txt" = id;
<string>id</string> };
<key>o_mi_crop</key> SUPERCLASS = NSObject;
<string>id</string> },
<key>o_mi_cut</key> {
<string>id</string> ACTIONS = {
<key>o_mi_deinterlace</key> checkForUpdate = id;
<string>id</string> clearRecentItems = id;
<key>o_mi_device</key> closeError = id;
<string>id</string> intfOpenDisc = id;
<key>o_mi_documentation</key> intfOpenFile = id;
<string>id</string> intfOpenFileGeneric = id;
<key>o_mi_donation</key> intfOpenNet = id;
<string>id</string> openCrashLog = id;
<key>o_mi_double_window</key> openDocumentation = id;
<string>id</string> openDonate = id;
<key>o_mi_equalizer</key> openForum = id;
<string>id</string> openLicense = id;
<key>o_mi_extended</key> openReadMe = id;
<string>id</string> openRecentItem = id;
<key>o_mi_faster</key> openWebsite = id;
<string>id</string> reportABug = id;
<key>o_mi_ffmpeg_pp</key> showBookmarks = id;
<string>id</string> showExtended = id;
<key>o_mi_fittoscreen</key> showWizard = id;
<string>id</string> timesliderUpdate = id;
<key>o_mi_floatontop</key> togglePlaylist = id;
<string>id</string> viewAbout = id;
<key>o_mi_forum</key> viewPreferences = id;
<string>id</string> };
<key>o_mi_fullscreen</key> CLASS = VLCMain;
<string>id</string> LANGUAGE = ObjC;
<key>o_mi_fwd</key> OUTLETS = {
<string>id</string> "o_btn_ff" = id;
<key>o_mi_half_window</key> "o_btn_next" = id;
<string>id</string> "o_btn_play" = id;
<key>o_mi_hide</key> "o_btn_playlist" = id;
<string>id</string> "o_btn_prev" = id;
<key>o_mi_hide_others</key> "o_btn_rewind" = id;
<string>id</string> "o_btn_stop" = id;
<key>o_mi_info</key> "o_controls" = id;
<string>id</string> "o_dmi_mute" = id;
<key>o_mi_license</key> "o_dmi_next" = id;
<string>id</string> "o_dmi_play" = id;
<key>o_mi_loop</key> "o_dmi_previous" = id;
<string>id</string> "o_dmi_stop" = id;
<key>o_mi_messages</key> "o_embedded_window" = id;
<string>id</string> "o_err_btn_dismiss" = id;
<key>o_mi_minimize</key> "o_err_btn_msgs" = id;
<string>id</string> "o_err_bug_lbl" = id;
<key>o_mi_mute</key> "o_err_ckbk_surpress" = id;
<string>id</string> "o_err_lbl" = id;
<key>o_mi_next</key> "o_err_msg" = id;
<string>id</string> "o_error" = id;
<key>o_mi_normal_window</key> "o_info" = id;
<string>id</string> "o_main_pgbar" = id;
<key>o_mi_open_disc</key> "o_messages" = id;
<string>id</string> "o_mi_about" = id;
<key>o_mi_open_file</key> "o_mi_add_intf" = id;
<string>id</string> "o_mi_aspect_ratio" = id;
<key>o_mi_open_generic</key> "o_mi_audiotrack" = id;
<string>id</string> "o_mi_bookmarks" = id;
<key>o_mi_open_net</key> "o_mi_bring_atf" = id;
<string>id</string> "o_mi_bwd" = id;
<key>o_mi_open_recent</key> "o_mi_channels" = id;
<string>id</string> "o_mi_chapter" = id;
<key>o_mi_open_recent_cm</key> "o_mi_checkForUpdate" = id;
<string>id</string> "o_mi_clear" = id;
<key>o_mi_paste</key> "o_mi_close_window" = id;
<string>id</string> "o_mi_controller" = id;
<key>o_mi_play</key> "o_mi_copy" = id;
<string>id</string> "o_mi_crop" = id;
<key>o_mi_playlist</key> "o_mi_cut" = id;
<string>id</string> "o_mi_deinterlace" = id;
<key>o_mi_prefs</key> "o_mi_device" = id;
<string>id</string> "o_mi_documentation" = id;
<key>o_mi_previous</key> "o_mi_donation" = id;
<string>id</string> "o_mi_double_window" = id;
<key>o_mi_program</key> "o_mi_equalizer" = id;
<string>id</string> "o_mi_extended" = id;
<key>o_mi_quit</key> "o_mi_faster" = id;
<string>id</string> "o_mi_ffmpeg_pp" = id;
<key>o_mi_random</key> "o_mi_fittoscreen" = id;
<string>id</string> "o_mi_floatontop" = id;
<key>o_mi_readme</key> "o_mi_forum" = id;
<string>id</string> "o_mi_fullscreen" = id;
<key>o_mi_repeat</key> "o_mi_fwd" = id;
<string>id</string> "o_mi_half_window" = id;
<key>o_mi_reportabug</key> "o_mi_hide" = id;
<string>id</string> "o_mi_hide_others" = id;
<key>o_mi_screen</key> "o_mi_info" = id;
<string>id</string> "o_mi_license" = id;
<key>o_mi_select_all</key> "o_mi_loop" = id;
<string>id</string> "o_mi_messages" = id;
<key>o_mi_services</key> "o_mi_minimize" = id;
<string>id</string> "o_mi_mute" = id;
<key>o_mi_show_all</key> "o_mi_next" = id;
<string>id</string> "o_mi_normal_window" = id;
<key>o_mi_slower</key> "o_mi_open_disc" = id;
<string>id</string> "o_mi_open_file" = id;
<key>o_mi_snapshot</key> "o_mi_open_generic" = id;
<string>id</string> "o_mi_open_net" = id;
<key>o_mi_stop</key> "o_mi_open_recent" = id;
<string>id</string> "o_mi_open_recent_cm" = id;
<key>o_mi_subtitle</key> "o_mi_paste" = id;
<string>id</string> "o_mi_play" = id;
<key>o_mi_title</key> "o_mi_playlist" = id;
<string>id</string> "o_mi_prefs" = id;
<key>o_mi_videotrack</key> "o_mi_previous" = id;
<string>id</string> "o_mi_program" = id;
<key>o_mi_visual</key> "o_mi_quit" = id;
<string>id</string> "o_mi_random" = id;
<key>o_mi_vol_down</key> "o_mi_readme" = id;
<string>id</string> "o_mi_repeat" = id;
<key>o_mi_vol_up</key> "o_mi_reportabug" = id;
<string>id</string> "o_mi_screen" = id;
<key>o_mi_website</key> "o_mi_select_all" = id;
<string>id</string> "o_mi_services" = id;
<key>o_msgs_btn_crashlog</key> "o_mi_show_all" = id;
<string>id</string> "o_mi_slower" = id;
<key>o_msgs_panel</key> "o_mi_snapshot" = id;
<string>id</string> "o_mi_stop" = id;
<key>o_mu_add_intf</key> "o_mi_subtitle" = id;
<string>id</string> "o_mi_title" = id;
<key>o_mu_aspect_ratio</key> "o_mi_videotrack" = id;
<string>id</string> "o_mi_visual" = id;
<key>o_mu_audio</key> "o_mi_vol_down" = id;
<string>id</string> "o_mi_vol_up" = id;
<key>o_mu_audiotrack</key> "o_mi_website" = id;
<string>id</string> "o_msgs_btn_crashlog" = id;
<key>o_mu_channels</key> "o_msgs_panel" = id;
<string>id</string> "o_mu_add_intf" = id;
<key>o_mu_chapter</key> "o_mu_aspect_ratio" = id;
<string>id</string> "o_mu_audio" = id;
<key>o_mu_controls</key> "o_mu_audiotrack" = id;
<string>id</string> "o_mu_channels" = id;
<key>o_mu_crop</key> "o_mu_chapter" = id;
<string>id</string> "o_mu_controls" = id;
<key>o_mu_deinterlace</key> "o_mu_crop" = id;
<string>id</string> "o_mu_deinterlace" = id;
<key>o_mu_device</key> "o_mu_device" = id;
<string>id</string> "o_mu_edit" = id;
<key>o_mu_edit</key> "o_mu_ffmpeg_pp" = id;
<string>id</string> "o_mu_file" = id;
<key>o_mu_ffmpeg_pp</key> "o_mu_help" = id;
<string>id</string> "o_mu_program" = id;
<key>o_mu_file</key> "o_mu_screen" = id;
<string>id</string> "o_mu_subtitle" = id;
<key>o_mu_help</key> "o_mu_title" = id;
<string>id</string> "o_mu_video" = id;
<key>o_mu_program</key> "o_mu_videotrack" = id;
<string>id</string> "o_mu_visual" = id;
<key>o_mu_screen</key> "o_mu_window" = id;
<string>id</string> "o_playlist" = id;
<key>o_mu_subtitle</key> "o_playlist_view" = id;
<string>id</string> "o_scrollfield" = id;
<key>o_mu_title</key> "o_timefield" = id;
<string>id</string> "o_timeslider" = id;
<key>o_mu_video</key> "o_vmi_fullscreen" = id;
<string>id</string> "o_vmi_mute" = id;
<key>o_mu_videotrack</key> "o_vmi_next" = id;
<string>id</string> "o_vmi_play" = id;
<key>o_mu_visual</key> "o_vmi_prev" = id;
<string>id</string> "o_vmi_snapshot" = id;
<key>o_mu_window</key> "o_vmi_stop" = id;
<string>id</string> "o_vmi_voldown" = id;
<key>o_playlist</key> "o_vmi_volup" = id;
<string>id</string> "o_volumeslider" = id;
<key>o_playlist_view</key> "o_vout_menu" = id;
<string>id</string> "o_window" = id;
<key>o_scrollfield</key> };
<string>id</string> SUPERCLASS = NSObject;
<key>o_timefield</key> },
<string>id</string> {
<key>o_timeslider</key> ACTIONS = {
<string>id</string> addNode = id;
<key>o_vmi_fullscreen</key> deleteItem = id;
<string>id</string> playItem = id;
<key>o_vmi_mute</key> preparseItem = id;
<string>id</string> recursiveExpandNode = id;
<key>o_vmi_next</key> savePlaylist = id;
<string>id</string> searchItem = id;
<key>o_vmi_play</key> selectAll = id;
<string>id</string> sortNodeByAuthor = id;
<key>o_vmi_prev</key> sortNodeByName = id;
<string>id</string> };
<key>o_vmi_snapshot</key> CLASS = VLCPlaylist;
<string>id</string> LANGUAGE = ObjC;
<key>o_vmi_stop</key> OUTLETS = {
<string>id</string> "o_btn_addNode" = id;
<key>o_vmi_voldown</key> "o_controller" = id;
<string>id</string> "o_ctx_menu" = id;
<key>o_vmi_volup</key> "o_mi_addNode" = id;
<string>id</string> "o_mi_delete" = id;
<key>o_volumeslider</key> "o_mi_info" = id;
<string>id</string> "o_mi_play" = id;
<key>o_vout_menu</key> "o_mi_preparse" = id;
<string>id</string> "o_mi_recursive_expand" = id;
<key>o_window</key> "o_mi_save_playlist" = id;
<string>id</string> "o_mi_selectall" = id;
</dict> "o_mi_services" = id;
<key>SUPERCLASS</key> "o_mi_sort_author" = id;
<string>NSObject</string> "o_mi_sort_name" = id;
</dict> "o_mm_mi_services" = id;
<dict> "o_mm_mu_services" = id;
<key>CLASS</key> "o_mu_services" = id;
<string>FirstResponder</string> "o_outline_view" = id;
<key>LANGUAGE</key> "o_playlist_view" = id;
<string>ObjC</string> "o_random_ckb" = id;
<key>SUPERCLASS</key> "o_save_accessory_popup" = id;
<string>NSObject</string> "o_save_accessory_text" = id;
</dict> "o_save_accessory_view" = id;
<dict> "o_search_field" = id;
<key>CLASS</key> "o_status_field" = id;
<string>ITSlider</string> "o_tc_author" = id;
<key>LANGUAGE</key> "o_tc_duration" = id;
<string>ObjC</string> "o_tc_name" = id;
<key>SUPERCLASS</key> };
<string>NSSlider</string> SUPERCLASS = NSObject;
</dict> },
<dict> {CLASS = VLCPlaylistView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
<key>ACTIONS</key> {CLASS = VLCTimeField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
<dict> {CLASS = VLCVoutView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
<key>createOutlineGroup</key> );
<string>id</string> IBVersion = 1;
<key>deleteOutlineGroup</key> }
<string>id</string> \ No newline at end of file
<key>infoCancel</key>
<string>id</string>
<key>infoOk</key>
<string>id</string>
<key>toggleInfoPanel</key>
<string>id</string>
<key>togglePlaylistInfoPanel</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>VLCInfo</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>o_audio_box</key>
<string>id</string>
<key>o_audio_decoded_lbl</key>
<string>id</string>
<key>o_audio_decoded_txt</key>
<string>id</string>
<key>o_author_lbl</key>
<string>id</string>
<key>o_author_txt</key>
<string>id</string>
<key>o_btn_cancel</key>
<string>id</string>
<key>o_btn_ok</key>
<string>id</string>
<key>o_collection_lbl</key>
<string>id</string>
<key>o_collection_txt</key>
<string>id</string>
<key>o_copyright_lbl</key>
<string>id</string>
<key>o_copyright_txt</key>
<string>id</string>
<key>o_date_lbl</key>
<string>id</string>
<key>o_date_txt</key>
<string>id</string>
<key>o_demux_bitrate_lbl</key>
<string>id</string>
<key>o_demux_bitrate_txt</key>
<string>id</string>
<key>o_demux_bytes_lbl</key>
<string>id</string>
<key>o_demux_bytes_txt</key>
<string>id</string>
<key>o_description_lbl</key>
<string>id</string>
<key>o_description_txt</key>
<string>id</string>
<key>o_displayed_lbl</key>
<string>id</string>
<key>o_displayed_txt</key>
<string>id</string>
<key>o_genre_lbl</key>
<string>id</string>
<key>o_genre_txt</key>
<string>id</string>
<key>o_info_window</key>
<string>id</string>
<key>o_input_bitrate_lbl</key>
<string>id</string>
<key>o_input_bitrate_txt</key>
<string>id</string>
<key>o_input_box</key>
<string>id</string>
<key>o_language_lbl</key>
<string>id</string>
<key>o_language_txt</key>
<string>id</string>
<key>o_lost_abuffers_lbl</key>
<string>id</string>
<key>o_lost_abuffers_txt</key>
<string>id</string>
<key>o_lost_frames_lbl</key>
<string>id</string>
<key>o_lost_frames_txt</key>
<string>id</string>
<key>o_nowPlaying_lbl</key>
<string>id</string>
<key>o_nowPlaying_txt</key>
<string>id</string>
<key>o_outline_view</key>
<string>id</string>
<key>o_played_abuffers_lbl</key>
<string>id</string>
<key>o_played_abuffers_txt</key>
<string>id</string>
<key>o_publisher_lbl</key>
<string>id</string>
<key>o_publisher_txt</key>
<string>id</string>
<key>o_rating_lbl</key>
<string>id</string>
<key>o_rating_txt</key>
<string>id</string>
<key>o_read_bytes_lbl</key>
<string>id</string>
<key>o_read_bytes_txt</key>
<string>id</string>
<key>o_sent_bitrate_lbl</key>
<string>id</string>
<key>o_sent_bitrate_txt</key>
<string>id</string>
<key>o_sent_bytes_lbl</key>
<string>id</string>
<key>o_sent_bytes_txt</key>
<string>id</string>
<key>o_sent_packets_lbl</key>
<string>id</string>
<key>o_sent_packets_txt</key>
<string>id</string>
<key>o_seqNum_lbl</key>
<string>id</string>
<key>o_seqNum_txt</key>
<string>id</string>
<key>o_sout_box</key>
<string>id</string>
<key>o_tab_view</key>
<string>id</string>
<key>o_title_lbl</key>
<string>id</string>
<key>o_title_txt</key>
<string>id</string>
<key>o_uri_lbl</key>
<string>id</string>
<key>o_uri_txt</key>
<string>id</string>
<key>o_video_box</key>
<string>id</string>
<key>o_video_decoded_lbl</key>
<string>id</string>
<key>o_video_decoded_txt</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>backward</key>
<string>id</string>
<key>faster</key>
<string>id</string>
<key>forward</key>
<string>id</string>
<key>goToSpecificTime</key>
<string>id</string>
<key>loop</key>
<string>id</string>
<key>mute</key>
<string>id</string>
<key>next</key>
<string>id</string>
<key>pause</key>
<string>id</string>
<key>play</key>
<string>id</string>
<key>position</key>
<string>id</string>
<key>prev</key>
<string>id</string>
<key>random</key>
<string>id</string>
<key>repeat</key>
<string>id</string>
<key>repeatButtonAction</key>
<string>id</string>
<key>slower</key>
<string>id</string>
<key>stop</key>
<string>id</string>
<key>toggleVar</key>
<string>id</string>
<key>volumeDown</key>
<string>id</string>
<key>volumeSliderUpdated</key>
<string>id</string>
<key>volumeUp</key>
<string>id</string>
<key>windowAction</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>VLCControls</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>o_btn_addNode</key>
<string>id</string>
<key>o_btn_repeat</key>
<string>id</string>
<key>o_btn_shuffle</key>
<string>id</string>
<key>o_fs_panel</key>
<string>id</string>
<key>o_main</key>
<string>id</string>
<key>o_specificTime_cancel_btn</key>
<string>id</string>
<key>o_specificTime_enter_fld</key>
<string>id</string>
<key>o_specificTime_goTo_lbl</key>
<string>id</string>
<key>o_specificTime_mi</key>
<string>id</string>
<key>o_specificTime_ok_btn</key>
<string>id</string>
<key>o_specificTime_sec_lbl</key>
<string>id</string>
<key>o_specificTime_stepper</key>
<string>id</string>
<key>o_specificTime_win</key>
<string>id</string>
<key>o_volumeslider</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>VLCPlaylistView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSOutlineView</string>
</dict>
<dict>
<key>CLASS</key>
<string>VLCVoutView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSView</string>
</dict>
<dict>
<key>CLASS</key>
<string>VLCControllerWindow</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSWindow</string>
</dict>
<dict>
<key>CLASS</key>
<string>MPSlider</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSSlider</string>
</dict>
<dict>
<key>CLASS</key>
<string>VLCFSPanel</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSWindow</string>
</dict>
<dict>
<key>CLASS</key>
<string>VLCEmbeddedVoutView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>VLCVoutView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>bandSliderUpdated</key>
<string>id</string>
<key>changePreset</key>
<string>id</string>
<key>enable</key>
<string>id</string>
<key>preampSliderUpdated</key>
<string>id</string>
<key>toggleWindow</key>
<string>id</string>
<key>twopass</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>VLCEqualizer</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>o_btn_equalizer</key>
<string>id</string>
<key>o_ckb_2pass</key>
<string>id</string>
<key>o_ckb_enable</key>
<string>id</string>
<key>o_fld_preamp</key>
<string>id</string>
<key>o_popup_presets</key>
<string>id</string>
<key>o_slider_band1</key>
<string>id</string>
<key>o_slider_band10</key>
<string>id</string>
<key>o_slider_band2</key>
<string>id</string>
<key>o_slider_band3</key>
<string>id</string>
<key>o_slider_band4</key>
<string>id</string>
<key>o_slider_band5</key>
<string>id</string>
<key>o_slider_band6</key>
<string>id</string>
<key>o_slider_band7</key>
<string>id</string>
<key>o_slider_band8</key>
<string>id</string>
<key>o_slider_band9</key>
<string>id</string>
<key>o_slider_preamp</key>
<string>id</string>
<key>o_window</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>VLCDetachedEmbeddedVoutView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>VLCEmbeddedVoutView</string>
</dict>
<dict>
<key>CLASS</key>
<string>VLBrushedMetalImageView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSImageView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>addNode</key>
<string>id</string>
<key>deleteItem</key>
<string>id</string>
<key>playItem</key>
<string>id</string>
<key>preparseItem</key>
<string>id</string>
<key>recursiveExpandNode</key>
<string>id</string>
<key>savePlaylist</key>
<string>id</string>
<key>searchItem</key>
<string>id</string>
<key>selectAll</key>
<string>id</string>
<key>sortNodeByAuthor</key>
<string>id</string>
<key>sortNodeByName</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>VLCPlaylist</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>o_btn_addNode</key>
<string>id</string>
<key>o_controller</key>
<string>id</string>
<key>o_ctx_menu</key>
<string>id</string>
<key>o_mi_addNode</key>
<string>id</string>
<key>o_mi_delete</key>
<string>id</string>
<key>o_mi_info</key>
<string>id</string>
<key>o_mi_play</key>
<string>id</string>
<key>o_mi_preparse</key>
<string>id</string>
<key>o_mi_recursive_expand</key>
<string>id</string>
<key>o_mi_save_playlist</key>
<string>id</string>
<key>o_mi_selectall</key>
<string>id</string>
<key>o_mi_services</key>
<string>id</string>
<key>o_mi_sort_author</key>
<string>id</string>
<key>o_mi_sort_name</key>
<string>id</string>
<key>o_mm_mi_services</key>
<string>id</string>
<key>o_mm_mu_services</key>
<string>id</string>
<key>o_mu_services</key>
<string>id</string>
<key>o_outline_view</key>
<string>id</string>
<key>o_playlist_view</key>
<string>id</string>
<key>o_random_ckb</key>
<string>id</string>
<key>o_save_accessory_popup</key>
<string>id</string>
<key>o_save_accessory_text</key>
<string>id</string>
<key>o_save_accessory_view</key>
<string>id</string>
<key>o_search_field</key>
<string>id</string>
<key>o_status_field</key>
<string>id</string>
<key>o_tc_author</key>
<string>id</string>
<key>o_tc_duration</key>
<string>id</string>
<key>o_tc_name</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key>
<string>69 68 356 240 0 0 1280 778 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>629</string> <string>489.0</string>
<key>IBOldestOS</key> <key>IBOldestOS</key>
<integer>5</integer> <integer>5</integer>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
...@@ -11,7 +13,7 @@ ...@@ -11,7 +13,7 @@
<integer>2416</integer> <integer>2416</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>9B18</string> <string>8S2167</string>
<key>targetFramework</key> <key>targetFramework</key>
<string>IBCocoaFramework</string> <string>IBCocoaFramework</string>
</dict> </dict>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>-8 61 505 517 0 0 800 578 </string> <string>-8 61 505 517 0 0 800 578 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>439.0</string> <string>489.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>2203</integer> <integer>2203</integer>
...@@ -14,6 +14,6 @@ ...@@ -14,6 +14,6 @@
<integer>2199</integer> <integer>2199</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8F46</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>179 90 505 518 0 0 1280 1002 </string> <string>179 90 505 518 0 0 1280 1002 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>439.0</string> <string>489.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>2203</integer> <integer>2203</integer>
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
<integer>1530</integer> <integer>1530</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8C46</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>19 61 356 240 0 0 1440 878 </string> <string>16 104 356 240 0 0 1280 778 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>443.0</string> <string>489.0</string>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>5</integer> <integer>5</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8H14</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>255 498 356 241 0 0 1024 746 </string> <string>255 498 356 241 0 0 1024 746 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>446.1</string> <string>489.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>6</integer> <integer>6</integer>
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
<integer>6</integer> <integer>6</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8L127</string> <string>8S2167</string>
</dict> </dict>
</plist> </plist>
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