summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj/MainMenu.nib
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-03-23 19:33:38 +0000
committerdynaflash <[email protected]>2007-03-23 19:33:38 +0000
commitea3368225df25963dda8f5ea7ef170ce92f3c997 (patch)
tree474768695eb010f5b2c898fd686b4bdd8313ba70 /macosx/English.lproj/MainMenu.nib
parentd247bba2cb6161ada13d4930116f5a090eae9f51 (diff)
MacGui: Create Chapter Markers implemented in gui.
- Checkbox is only available when format is MP4 - Does not force an .m4v file extension at this time - Add built in presets initial implementation - built in presets still needs to be finalized and refined - Caused a bug in creating custom presets (see NOTE below) NOTE: this rev has the add preset button non-functional as some user preset changes have been made but not finished and the add preset window currently hangs. As rev 440 states, you still need to use ./configure then ./jam to build contribs. jam will report a failed build, but then just use "make internal" and it will build successfully. We still need priaux or someone to compile maurj's changes to contribs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@441 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib')
-rw-r--r--macosx/English.lproj/MainMenu.nib/classes.nib9
-rw-r--r--macosx/English.lproj/MainMenu.nib/info.nib7
-rw-r--r--macosx/English.lproj/MainMenu.nib/keyedobjects.nibbin95535 -> 96446 bytes
3 files changed, 11 insertions, 5 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib
index 86004dbdc..60d576b6b 100644
--- a/macosx/English.lproj/MainMenu.nib/classes.nib
+++ b/macosx/English.lproj/MainMenu.nib/classes.nib
@@ -2,13 +2,17 @@
IBClasses = (
{
ACTIONS = {
+ AddFactoryPresets = id;
+ AddPreset = id;
AddToQueue = id;
+ AddUserPreset = id;
BrowseFile = id;
CalculateBitrate = id;
Cancel = id;
ChapterPopUpChanged = id;
CloseAddPresetPanel = id;
CodecsPopUpChanged = id;
+ DeletePreset = id;
EnableQueue = id;
EncoderPopUpChanged = id;
FormatPopUpChanged = id;
@@ -25,8 +29,7 @@
ShowScanPanel = id;
TitlePopUpChanged = id;
VideoMatrixChanged = id;
- addPreset = id;
- deletePreset = id;
+ myAction = id;
tableViewSelected = id;
};
CLASS = HBController;
@@ -43,6 +46,7 @@
fAudLang2PopUp = NSPopUpButton;
fAudRateField = NSTextField;
fAudRatePopUp = NSPopUpButton;
+ fCreateChapterMarkers = NSButton;
fDstBrowseButton = NSButton;
fDstCodecsField = NSTextField;
fDstCodecsPopUp = NSPopUpButton;
@@ -79,6 +83,7 @@
fPresetDrawer = NSDrawer;
fPresetNewName = NSTextField;
fPresetNewPicSettingsApply = NSButton;
+ fPresetSaveButton = NSButton;
fPresetSelectedDisplay = NSTextField;
fPresetsAdd = NSButton;
fPresetsDelete = NSButton;
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib
index 02501e0fd..3d6e506bf 100644
--- a/macosx/English.lproj/MainMenu.nib/info.nib
+++ b/macosx/English.lproj/MainMenu.nib/info.nib
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>25 277 630 601 0 0 1440 878 </string>
+ <string>31 44 630 601 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>1843</key>
@@ -19,9 +19,10 @@
</array>
<key>IBOpenObjects</key>
<array>
- <integer>29</integer>
- <integer>1438</integer>
+ <integer>1867</integer>
<integer>1843</integer>
+ <integer>21</integer>
+ <integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8P2137</string>
diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
index 0d8b1659e..0f0ede5be 100644
--- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
+++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
Binary files differ