summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-09-24 15:22:24 +0000
committerdynaflash <[email protected]>2007-09-24 15:22:24 +0000
commit2f4097f0af04cbefc10b2981dedea457ab1054b5 (patch)
treec14dce0308fe7e2b4725c193e94b36f12364ad29 /macosx/English.lproj
parent50d87caf8eb863066f7d6adde38e2d8455d96863 (diff)
MacGui: Queue update adds auto wrap to detail lines so that detail does not get truncated.
- Also deletes some unused icons from the xcode project as well as from the svn including some from rev 984 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@985 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r--macosx/English.lproj/Queue.nib/classes.nib10
-rw-r--r--macosx/English.lproj/Queue.nib/keyedobjects.nibbin13325 -> 11019 bytes
2 files changed, 4 insertions, 6 deletions
diff --git a/macosx/English.lproj/Queue.nib/classes.nib b/macosx/English.lproj/Queue.nib/classes.nib
index 8976f9e99..be46492f1 100644
--- a/macosx/English.lproj/Queue.nib/classes.nib
+++ b/macosx/English.lproj/Queue.nib/classes.nib
@@ -213,17 +213,15 @@
SUPERCLASS = NSObject;
},
{CLASS = HBImageAndTextCell; LANGUAGE = ObjC; SUPERCLASS = NSTextFieldCell; },
+ {CLASS = HBJob; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {CLASS = HBJobGroup; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = HBPictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; },
{
ACTIONS = {
cancelCurrentJob = id;
- hideDetail = id;
imageSpacingChanged = id;
indentChanged = id;
removeSelectedJob = id;
- showDetail = id;
- showJobsAsGroups = id;
- showJobsAsPasses = id;
showQueueWindow = id;
togglePauseResume = id;
toggleStartCancel = id;
@@ -235,17 +233,17 @@
fIndentation = NSSlider;
fJobDescTextField = NSTextField;
fJobIconView = NSImageView;
- fOutlineView = NSOutlineView;
+ fOutlineView = HBQueueOutlineView;
fProgressBar = NSProgressIndicator;
fProgressTextField = NSTextField;
fQueueCountField = NSTextField;
fQueuePane = NSView;
fQueueWindow = NSWindow;
fSpacing = NSSlider;
- fTaskView = NSTableView;
};
SUPERCLASS = NSObject;
},
+ {CLASS = HBQueueOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{
CLASS = HBTargetSizeField;
LANGUAGE = ObjC;
diff --git a/macosx/English.lproj/Queue.nib/keyedobjects.nib b/macosx/English.lproj/Queue.nib/keyedobjects.nib
index aeb70297d..50285f810 100644
--- a/macosx/English.lproj/Queue.nib/keyedobjects.nib
+++ b/macosx/English.lproj/Queue.nib/keyedobjects.nib
Binary files differ