9 Commits

Author SHA1 Message Date
Damiano Galassi
8e2843720a
MacGui: refactor the preferences keys and autonaming methods; fix the queue when running multiple HandBrake instances; fixed a number of bugs. 2019-07-29 07:34:38 +02:00
Damiano Galassi
371fa07a23
MacGui: add options to reset 'When done' action on app launch. 2019-03-06 09:32:14 +01:00
ritsuka
be9ac805c8 MacGui: various queue improvements, including:
- 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
2015-07-22 07:46:07 +00:00
ritsuka
29a2700784 MacGui: removed a couple of unused preferences keys (CheckForUpdates, 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
2014-08-24 05:59:00 +00:00
ritsuka
edc929027e MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang static analyzer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5838 b64f7644-9d1e-0410-96f1-a4d463321fa5
2013-10-15 11:36:51 +00:00
dynaflash
08485e0ceb MacGui: Add the ability to send the finished encode to any application the 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
2010-01-12 21:22:54 +00:00
ritsuka
af0c70dde2 MacGUI: I forgot a file in my previous commit. Remove the close method from the header file too.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1451 b64f7644-9d1e-0410-96f1-a4d463321fa5
2008-04-30 13:57:43 +00:00
ritsuka
ee9802a07a MacGui: New preferences window. We need some new icons for the toolbar.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@942 b64f7644-9d1e-0410-96f1-a4d463321fa5
2007-09-10 13:23:30 +00:00
cleaner
c28fb99641 - 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



git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@601 b64f7644-9d1e-0410-96f1-a4d463321fa5
2007-06-06 17:12:12 +00:00