[root]/macosx/English.lproj/Preferences.nib

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 32 (100.0%) | 63 (100.0%) | 1.9 |
| ritsuka | 8 (25.0%) | 47 (74.6%) | 5.8 |
| cleaner | 4 (12.5%) | 13 (20.6%) | 3.2 |
| dynaflash | 20 (62.5%) | 3 (4.8%) | 0.1 |
MacGui: HandBrake.app xib nib conversion
- All nibs in the HandBrake target are now .xib file format
- Will only build with IB 3 and above, which means HandBrake.app now only build on Leopard
- Changed the "Per-configuration Build Products Path" to be "$(PROJECT_DIR)/.." in order to successfully build - thanks travistex
0 lines of code changed in:
MacGUI: Fixed "Alert Window And Growl" option (thanks travistex) and small alignment changes in the Activity Window.
21 lines of code changed in:
MacGui: Reorganized prefs window. Re-added pref-general.png to copy bundle resoruces phase.
8 lines of code changed in:
MacGui: New preferences window. We need some new icons for the toolbar.
18 lines of code changed in:
MacGui: hide and disable the checkbox to use native subtitles or dubbed audio track in preferences
0 lines of code changed in:
MacGui: minor widget label changes
- In preference window, "Preferred Language" is now "Native Language"
- In main window, "Forced" is now "Forced Subs Only"
- Denoise status is added to -enableUI so it grays out when the main window ui is disabled esp. during scan.
0 lines of code changed in:
MacGui: Add subtitle widgets for eddyg's forced subtitle implementation.
- Create checkbox called "Forced" next to the NSPopUp button for subtitle selection with outlet named fSubForcedCheck
- Create a new preference checkbox to use subtitles instead of dubbed audio track if so desired.
0 lines of code changed in:
MacGui: Small pre release bug fixes
- Deinterlace On in preferences now sets deinterlacing to "Fast" upon launch
- Fixed bug AutoCrop was set to "Custom" upon launch.
- Changed verbage in Preference Panel to Activity Window instead of Debug Window.
0 lines of code changed in:
MacGui: Layout refinements courtesy of hawkman
0 lines of code changed in:
MacGui: Send to MetaX upon completion preference initial implementation.
- Thanks Rodney (MetaX dev)!
- Default is off
- Upon completion of encode, if checked in prefs, HB will send the finished movie to MetaX for meta tagging.
- currently only sends a single encode. If using the queue, will send the last job in the queue only.
- In talking to Rodney some work might have to be done on the MetaX side if we ever want to be able to send an entire queue to MetaX all at once.
0 lines of code changed in:
MacGui: Added "Put Computer to Sleep" and "Shut Down Computer" to the notifications when encode is done.
- Thanks hawkman!
- In ComboBox, left only the original selections visible unless you scroll down.
- When one of these is selected, especially shutdown computer, we might want to post an alert when you start encoding to remind you that HB will shut down your computer when it done.
0 lines of code changed in:
MacGui: Integrate Source Scanning into Main Window and permanently disable DVD Drive Auto Detect
- Choose DVD directly if necessary out of the Browse window
- No longer use sheets to show scan progress
- Added Scan Progress bar under Source section of main window
- Removed the "Browse" button in source section in anticipation of a "Source" icon in Toolbar
- For now, use File -> Select Source in Main Menu to get a new source (used to be "Select DVD"). Note: this is the same as 0.7.1
- Removed disable dvd auto detect from the prefs nib
0 lines of code changed in:
MacGui: Remove x264 opt field from the preferences.
0 lines of code changed in:
MacGui: Re-Add Preference to enable 64 bit mp4 files option in the main window.
- This is a reversion to a feature added in 620 that was then taken back out in 621. Due to the breaking of so many target devices, we should error on the side of caution here.
1 lines of code changed in:
MacGui: Pref for Encode Done alert added
- Added combobox to the Preferences nib so user can select "None", "Alert Window", "Growl Notification", "Alert Window and Growl Notification".
- Defaults to "Alert Window" if user has never set it before.
0 lines of code changed in:
MacGui: Disable DVD Drive Auto-Detect option in preferences.
- this feature allows you to use other dvd aware apps (mactheripper, dvd player, etc.) while using HB to encode a folder on your hard drive.
- checkbox in prefs nib to disable dvd drive auto detect
- when checked, hb does not poll for available drives at all.
- can still manually navigate to a dvd and select it though.
- is unchecked by default.
1 lines of code changed in:
MacGui: Remove Preference introduced in rev 620 to make users enable 64bit mp4 option.
The option is available at all times as per jbrjake.
0 lines of code changed in:
MacGui: + 4 GB Mpeg-4 modification
- adds a preference in the preferences window under advanced to turn on the option to use 64 bit formatting.
- default is unchecked, so unless the user checks this preference, they will never even see the option in the main window, and HB will ignore it all of the time.
1 lines of code changed in:
- Removed obsolete 'DefAdvancedx264FlagsShow' preference setting
- Added 'verbose debug output' preference that was missing in [601]
0 lines of code changed in:
- Moved preferences window from MainMenu.nib to Preferences.nib
- Moved languages from PrefsController.m to Preferences.nib
- Renamed PrefsController to HBPreferencesController
- Implemented bindings in Preferences.nib
- Enabled autocomplete in audio language combobox
13 lines of code changed in: