OSDN Git Service

MacGui: Debug Window to read libhb output like cli in inspector window
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 21 May 2007 16:50:21 +0000 (16:50 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 21 May 2007 16:50:21 +0000 (16:50 +0000)
commit838aee17e7c8e1f8d8b6da6c47f1bc69f248195b
tree6d3ca68609c344c648dfdc833d3b27700e755795
parentbac5c726fcebedc5fd5a29e220ba3c3b2cdca846
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://localhost/HandBrake/trunk@592 b64f7644-9d1e-0410-96f1-a4d463321fa5
14 files changed:
macosx/Controller.h
macosx/Controller.mm
macosx/English.lproj/MainMenu.nib/classes.nib
macosx/English.lproj/MainMenu.nib/info.nib
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
macosx/English.lproj/OutputPanel.nib/classes.nib [new file with mode: 0644]
macosx/English.lproj/OutputPanel.nib/info.nib [new file with mode: 0644]
macosx/English.lproj/OutputPanel.nib/keyedobjects.nib [new file with mode: 0644]
macosx/HBOutputPanelController.h [new file with mode: 0644]
macosx/HBOutputPanelController.m [new file with mode: 0644]
macosx/HBOutputRedirect.h [new file with mode: 0644]
macosx/HBOutputRedirect.m [new file with mode: 0644]
macosx/HandBrake.xcodeproj/project.pbxproj
macosx/PrefsController.m