summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-11-14 16:37:34 +0000
committerdynaflash <[email protected]>2007-11-14 16:37:34 +0000
commit93f4ade64897bb3a046deb9aeca7aeb019993169 (patch)
tree4d6a1984b92e8bc91124344bce5bf92747efbcb8 /macosx/English.lproj
parentd2f6a79b08bdea9f87ee806d99f22b92cb8761a5 (diff)
MacGui: Activity Window Logging Initial Implementation
- stderr and stdout are now written to a .txt file as well as displayed in the activity window - Each line from stdout and stderr is written as it comes out of libhb (instead of in batches) so that in the event of a crash, we see the very last log message just like in the cli output - Log file is located at: ~/Library/Application Support/HandBrake/HandBrake-activitylog.txt - Uses .txt file as .log files default to open in console (text editor is more user friendly to n00bs?). - For initial implementation, log file is overwritten for each session, and the current date and time is printed at the top of the log. So, log is one session long, for now. - Activity window is also now a normal window (not an inspector) so that you can minimize it and the picture preview window is not half covered up by it on a smaller (mbp) display - Added "Open Log File" to the Activity Window contextual menu which opens the log file in the users default text editor git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1058 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r--macosx/English.lproj/OutputPanel.nib/classes.nib7
-rw-r--r--macosx/English.lproj/OutputPanel.nib/info.nib4
-rw-r--r--macosx/English.lproj/OutputPanel.nib/keyedobjects.nibbin6081 -> 6282 bytes
3 files changed, 8 insertions, 3 deletions
diff --git a/macosx/English.lproj/OutputPanel.nib/classes.nib b/macosx/English.lproj/OutputPanel.nib/classes.nib
index f9f53db9e..cadaf1e67 100644
--- a/macosx/English.lproj/OutputPanel.nib/classes.nib
+++ b/macosx/English.lproj/OutputPanel.nib/classes.nib
@@ -2,7 +2,12 @@
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
- ACTIONS = {clearOutput = id; copyAllOutputToPasteboard = id; showOutputPanel = id; };
+ ACTIONS = {
+ clearOutput = id;
+ copyAllOutputToPasteboard = id;
+ openActivityLogFile = id;
+ showOutputPanel = id;
+ };
CLASS = HBOutputPanelController;
LANGUAGE = ObjC;
OUTLETS = {outputPanel = NSPanel; textView = NSTextView; };
diff --git a/macosx/English.lproj/OutputPanel.nib/info.nib b/macosx/English.lproj/OutputPanel.nib/info.nib
index c4028233f..6f50f595a 100644
--- a/macosx/English.lproj/OutputPanel.nib/info.nib
+++ b/macosx/English.lproj/OutputPanel.nib/info.nib
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>81 82 356 240 0 0 1440 878 </string>
+ <string>107 409 356 240 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>11</key>
@@ -13,8 +13,8 @@
<string>446.1</string>
<key>IBOpenObjects</key>
<array>
- <integer>5</integer>
<integer>11</integer>
+ <integer>5</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
diff --git a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
index 60e034726..09f7dd7d2 100644
--- a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
+++ b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib
Binary files differ