summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj/MainMenu.nib
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: x264 options in presets - initial implementationdynaflash2007-04-043-4/+7
| | | | | | | | - x264 options string can be entered in NSTextview in the create new preset window NOTE: - When using x264, the gui first looks for a preset with a x264 option string available and then looks for the string in the preferences if it cant find it in the preset. So, if there is a string available in the preset, it ignores the string (if there is one available) in the prefs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@475 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presetsdynaflash2007-03-302-3/+3
| | | | | | - Show Built In Presets in a blue font and custom user presets in black to differentiate them. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@468 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enable 5.1 6 channel audio extraction for OGM with Vorbis audiodynaflash2007-03-282-0/+1
| | | | | | - also, some internal changes to controller.mm for upcoming appleTV preset capabilities in gui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@461 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Preset refinementsdynaflash2007-03-283-5/+5
| | | | | | | | | | | - Added current settings field in main window, uses the preset name if one is chosen and "Custom" if any settings are outside of the selected preset - Deselects the preset if settings are changed from currently selected preset - Uses a new method - (IBAction) CustomSettingUsed: (id) sender to make determination via the sender value. presets use a NULL value to make determination - Currently, changing Picture Settings DOES NOT trigger the display change. Still sorting through those conditionals. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@460 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets - reduce display fonts for presets to match the rest of the ↵dynaflash2007-03-262-0/+1
| | | | | | gui text. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@453 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add Chapter Marker Preferencedynaflash2007-03-253-6/+4
| | | | | | | - add a preference to default chapter markers on/off - currently default is off. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@449 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Create Chapter Markers implemented in gui.dynaflash2007-03-233-5/+11
| | | | | | | | | | | | | | | - 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
* MacGui: Introduce Auto Namingdynaflash2007-03-143-1/+3
| | | | | | | | - Auto Naming checkbox in Preferences (default to Off) - If "ON" uses the DVD Name and "- Title Number" as the file output name. - Called in -TitlePopupChanged function. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@434 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 5.1 branch into the trunk.prigaux2007-03-063-5/+26
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac GUI - Disabled the Auto Check for Updates in Preferences until it works.dynaflash2007-02-112-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@294 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac GUI - Fix Enable Queue to show "X job of x" queue status on the main window.dynaflash2007-02-112-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@289 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-113-6/+65
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@285 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 3rd and hopefully last time that I add the default audio stream preference, ↵prigaux2007-01-101-0/+0
| | | | | | please have a look before commiting your changes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@102 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Revert HB mac gui to m0k layout for impending 0.7.2 release.dynaflash2007-01-083-9/+6
| | | | | | Note: pri's language default combobox is also gone in this reversion for the preferences window. However, the underlying code for it is still retained in controller.mm. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@99 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Pri: Reintroduce the audio preferences combobox in pref controlerhandbrake2007-01-032-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@86 b64f7644-9d1e-0410-96f1-a4d463321fa5
* by dynflashhandbrake2007-01-022-6/+1
| | | | | | | | | Handbrake GUI: -fixed ScanController so that HB doesnt crash if you try to open a dvd that isnt there. -Uses DVD name as the default for Movie output (instead of the generic "Movie.mp4" -Versioned 0.7.1a5 in in Handbrake.plist to assist testers and developers of HB binary in telling which one they are using. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@83 b64f7644-9d1e-0410-96f1-a4d463321fa5
* dynaflash -handbrake2007-01-023-5/+5
| | | | | | | | | | | - Handbrake GUI redesign - Separate Video, Audio, Subtitles into a Tab View containers to clean up main window - Created "Output Settings Divider" to delineate Output Settings from Destination Note: Possibly foresee another tab call "Info" which has all of the chosen settings including Picture Settings in one place, this could be we might have a "Save as Preset" button for a future User Preset function ? git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@82 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Pri: Add preference for the default audio streamhandbrake2007-01-023-3/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@79 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Allow 32kHz audio output, updated build instructions.titer2006-05-032-11/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@69 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.7.0handbrake2006-01-144-97/+150
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@16 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.2handbrake2006-01-142-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@15 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.0-test3handbrake2006-01-142-6/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@12 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.0-test2handbrake2006-01-142-6/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@11 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.0-test1handbrake2006-01-143-43/+73
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@10 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.5.2handbrake2006-01-143-6/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@9 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.5.1handbrake2006-01-143-5/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@8 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.5handbrake2006-01-143-10/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.4handbrake2006-01-143-17/+39
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.3handbrake2006-01-143-0/+99
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4 b64f7644-9d1e-0410-96f1-a4d463321fa5