summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.h
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: various queue improvements, including:ritsuka2015-07-221-0/+8
| | | | | | | | | - multiple items drag & drop - "reset job" in contextual menu item to reset the job state - a toolbar item to select the action to perform when the queue is done - useless animations. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7358 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed a couple of unused preferences keys (CheckForUpdates, ↵ritsuka2014-08-241-9/+1
| | | | | | DisableDvdAutoDetect, DefAdvancedx264Flags) and the empty TOOLBAR_PICTURE tab. Added a new checkbox to hide the Advanced tab. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6353 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang ↵ritsuka2013-10-151-1/+1
| | | | | | static analyzer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5838 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add the ability to send the finished encode to any application the ↵dynaflash2010-01-121-1/+5
| | | | | | | | | | user chooses instead of just "Send to MetaX". - Retains a checkbox to acivate sending the finished encode - Adds a file name textfield and a browse button so user can choose the app to send the finished encode to. - Defaults to MetaX as this would be the only app already existing in the users prefs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3068 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: I forgot a file in my previous commit. Remove the close method from ↵ritsuka2008-04-301-1/+0
| | | | | | the header file too. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1451 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: New preferences window. We need some new icons for the toolbar.ritsuka2007-09-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@942 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Moved preferences window from MainMenu.nib to Preferences.nibcleaner2007-06-061-0/+17
- Moved languages from PrefsController.m to Preferences.nib - Renamed PrefsController to HBPreferencesController - Implemented bindings in Preferences.nib - Enabled autocomplete in audio language combobox git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@601 b64f7644-9d1e-0410-96f1-a4d463321fa5