diff options
author | dynaflash <[email protected]> | 2007-05-21 16:50:21 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-05-21 16:50:21 +0000 |
commit | 7f232a9f43d6cdb3094485a5ac73ff9033c1880a (patch) | |
tree | 6d3ca68609c344c648dfdc833d3b27700e755795 /macosx/English.lproj | |
parent | d7154d2184454ca5cd115830ed15dd8d1dbfe426 (diff) |
MacGui: Debug Window to read libhb output like cli in inspector window
- Thank You Cleaner!!
- Adds Debug Output to Window menu
- Adds Verbose pref to preferences menu
- MacGui now reads output from libhb like cli
- May add pref to open Debug Output window upon launch
- All credit goes to Cleaner, Thank You!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@592 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 11 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 6 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 133627 -> 134165 bytes | |||
-rw-r--r-- | macosx/English.lproj/OutputPanel.nib/classes.nib | 13 | ||||
-rw-r--r-- | macosx/English.lproj/OutputPanel.nib/info.nib | 22 | ||||
-rw-r--r-- | macosx/English.lproj/OutputPanel.nib/keyedobjects.nib | bin | 0 -> 6014 bytes |
6 files changed, 47 insertions, 5 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index ed1144ba1..6569a8d02 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -2,14 +2,15 @@ IBClasses = ( { ACTIONS = { + AddAllAudioTracksToPopUp = id; AddFactoryPresets = id; - AddPreset = id; AddToQueue = id; AddUserPreset = id; AudioTrackMixdownChanged = id; AudioTrackPopUpChanged = id; BrowseFile = id; CalculateBitrate = id; + CalculatePictureSizing = id; Cancel = id; ChapterPopUpChanged = id; CloseAddPresetPanel = id; @@ -17,7 +18,6 @@ CustomSettingUsed = id; DeleteFactoryPresets = id; DeletePreset = id; - EnableQueue = id; EncoderPopUpChanged = id; FormatPopUpChanged = id; InsertPreset = id; @@ -26,7 +26,9 @@ OpenUserGuide = id; Pause = id; QualitySliderChanged = id; + RevertPictureSizeToMax = id; Rip = id; + SetEnabledStateOfAudioMixdownControls = id; ShowAddPresetPanel = id; ShowPicturePanel = id; ShowQueuePanel = id; @@ -35,6 +37,10 @@ VideoMatrixChanged = id; X264AdvancedOptionsChanged = id; X264AdvancedOptionsSet = id; + X264AdvancedOptionsSetCurrentSettings = id; + X264AdvancedOptionsStandardizeOptString = id; + showDebugOutputPanel = id; + showGrowlDoneNotification = id; tableViewSelected = id; }; CLASS = HBController; @@ -94,7 +100,6 @@ fPresetDrawer = NSDrawer; fPresetNewName = NSTextField; fPresetNewPicSettingsPopUp = NSPopUpButton; - fPresetSaveButton = NSButton; fPresetSelectedDisplay = NSTextField; fPresetsAdd = NSButton; fPresetsDelete = NSButton; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 899a5acaf..974d94096 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -9,7 +9,7 @@ <key>1843</key> <string>863 409 220 592 0 0 1920 1058 </string> <key>29</key> - <string>1793 762 365 44 1440 0 1280 1024 </string> + <string>281 404 365 44 0 0 1280 778 </string> </dict> <key>IBFramework Version</key> <string>446.1</string> @@ -19,10 +19,12 @@ </array> <key>IBOpenObjects</key> <array> + <integer>1438</integer> + <integer>29</integer> <integer>21</integer> </array> <key>IBSystem Version</key> - <string>8L127</string> + <string>8P2137</string> <key>IBUserGuides</key> <dict> <key>21</key> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex a3c716c38..d49208592 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib diff --git a/macosx/English.lproj/OutputPanel.nib/classes.nib b/macosx/English.lproj/OutputPanel.nib/classes.nib new file mode 100644 index 000000000..f9f53db9e --- /dev/null +++ b/macosx/English.lproj/OutputPanel.nib/classes.nib @@ -0,0 +1,13 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = {clearOutput = id; copyAllOutputToPasteboard = id; showOutputPanel = id; }; + CLASS = HBOutputPanelController; + LANGUAGE = ObjC; + OUTLETS = {outputPanel = NSPanel; textView = NSTextView; }; + SUPERCLASS = NSObject; + } + ); + IBVersion = 1; +}
\ No newline at end of file diff --git a/macosx/English.lproj/OutputPanel.nib/info.nib b/macosx/English.lproj/OutputPanel.nib/info.nib new file mode 100644 index 000000000..6f7e1db57 --- /dev/null +++ b/macosx/English.lproj/OutputPanel.nib/info.nib @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>IBDocumentLocation</key> + <string>69 7 356 240 0 0 1280 778 </string> + <key>IBEditorPositions</key> + <dict> + <key>11</key> + <string>86 296 145 68 0 0 1280 778 </string> + </dict> + <key>IBFramework Version</key> + <string>446.1</string> + <key>IBOpenObjects</key> + <array> + <integer>5</integer> + <integer>11</integer> + </array> + <key>IBSystem Version</key> + <string>8P2137</string> +</dict> +</plist> diff --git a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib Binary files differnew file mode 100644 index 000000000..f1c251939 --- /dev/null +++ b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib |