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/OutputPanel.nib | |
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/OutputPanel.nib')
-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 |
3 files changed, 35 insertions, 0 deletions
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 |