From ce8f61c16e66aeadf42535271ad2ce288724008b Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 25 Jul 2007 19:08:39 +0000 Subject: MacGui: "Ritsuka Bar" toolbar initial implementation - Thanks goes to Ritsuka! - Moves the Start/Cancel, Pause/Resume, Presets Drawer and Activity Window (previously debug) controls into a nice toolbar at the top of the main window - Resizes the height of the main window to allow for the progress bar at the bottom during encoding - Small change in that now muxmkv.c is included in the xcode project under libhb resources. Instead of under the main project heading. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@733 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/English.lproj/MainMenu.nib/classes.nib | 6 ------ macosx/English.lproj/MainMenu.nib/info.nib | 9 +++++---- macosx/English.lproj/MainMenu.nib/keyedobjects.nib | Bin 124513 -> 121340 bytes macosx/English.lproj/OutputPanel.nib/info.nib | 2 +- .../English.lproj/OutputPanel.nib/keyedobjects.nib | Bin 6014 -> 6081 bytes 5 files changed, 6 insertions(+), 11 deletions(-) (limited to 'macosx/English.lproj') diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index 6967469df..b1874b1a0 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -51,7 +51,6 @@ LANGUAGE = ObjC; OUTLETS = { fAddPresetPanel = NSPanel; - fAddToQuButton = NSButton; fAudBitrateField = NSTextField; fAudBitratePopUp = NSPopUpButton; fAudLang1Field = NSTextField; @@ -76,7 +75,6 @@ fDstFormatField = NSTextField; fDstFormatPopUp = NSPopUpButton; fDstMpgLargeFileCheck = NSButton; - fPauseButton = NSButton; fPicLabelAnamorphic = NSTextField; fPicLabelAr = NSTextField; fPicLabelDeinter = NSTextField; @@ -112,16 +110,12 @@ fPresetSelectedDisplay = NSTextField; fPresetsAdd = NSButton; fPresetsDelete = NSButton; - fQueueAddButton = NSButton; fQueueController = QueueController; fQueuePanel = NSPanel; - fQueueShowButton = NSButton; fQueueStatus = NSTextField; - fRipButton = NSButton; fRipIndicator = NSProgressIndicator; fScanController = ScanController; fScanPanel = NSPanel; - fShowQuButton = NSButton; fSrcChapterEndPopUp = NSPopUpButton; fSrcChapterField = NSTextField; fSrcChapterStartPopUp = NSPopUpButton; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 67485c226..dfc9a034b 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -7,7 +7,7 @@ IBEditorPositions 1843 - 863 409 220 592 0 0 1920 1058 + 620 338 200 530 0 0 1440 878 29 155 478 365 44 0 0 1440 878 @@ -19,8 +19,10 @@ IBOpenObjects - 29 + 1843 + 365 21 + 29 IBSystem Version 8R2218 @@ -30,8 +32,7 @@ guideLocations - Horizontal:576.000000 - Horizontal:318.000000 + Horizontal:492.000000 guidesLocked diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index 2af236d48..b22d0d9fe 100644 Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/macosx/English.lproj/OutputPanel.nib/info.nib b/macosx/English.lproj/OutputPanel.nib/info.nib index 708844cb7..c4028233f 100644 --- a/macosx/English.lproj/OutputPanel.nib/info.nib +++ b/macosx/English.lproj/OutputPanel.nib/info.nib @@ -17,6 +17,6 @@ 11 IBSystem Version - 8P2137 + 8R2218 diff --git a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib index f3f72537f..60e034726 100644 Binary files a/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib and b/macosx/English.lproj/OutputPanel.nib/keyedobjects.nib differ -- cgit v1.2.3