summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: use sf symbols images for the preferences on macOS 11.Damiano Galassi2020-09-131-11/+25
|
* MacGui: fix a couple layout issues on macOS 11.Damiano Galassi2020-08-031-2/+2
|
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵Damiano Galassi2020-06-271-0/+7
| | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk.
* MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵Damiano Galassi2020-04-111-3/+5
| | | | preference to set the number of queue workers.
* MacGui: add a preference to not display preview images in the summary tab.Damiano Galassi2019-08-301-0/+3
|
* MacGui: fix some UI syncronization issues caused by moving things to another ↵Damiano Galassi2019-08-121-5/+5
| | | | process.
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-2/+2
|
* MacGui: correct the HBEncodeLogLocation key. Fix #2220.Damiano Galassi2019-08-051-1/+1
|
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
| | | Fix some typos
* MacGui: add a preference to automatically clear completed queue items.Damiano Galassi2019-07-301-1/+3
|
* MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵Damiano Galassi2019-07-291-38/+60
| | | | when running multiple HandBrake instances; fixed a number of bugs.
* MacGui: fix quality slider granularity prefs when the app is localized.Damiano Galassi2019-03-061-1/+1
|
* MacGui: add options to reset 'When done' action on app launch.Damiano Galassi2019-03-061-0/+1
|
* MacGui: add Italian localisation.Damiano Galassi2019-02-141-1/+39
|
* MacGui: set the minimum macOS version to 10.11Damiano Galassi2019-01-241-4/+1
|
* Autoname creation dateMatthew Lazarow2018-08-131-1/+1
| | | | | Adds {creation-date} and {creation-time} templates to autoname preference option.
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-4/+3
|
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-4/+2
|
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-1/+1
|
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-3/+3
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* MacGui: use the standard macOS icons for the general and advanced ↵Damiano Galassi2017-12-121-2/+2
| | | | preferences tabs.
* MacGui: remove the audio preferences.Damiano Galassi2017-12-111-22/+4
|
* MacGui: Disable implicit animations on 10.9 and earlier.Damiano Galassi2017-10-111-2/+2
|
* MacGui: add a preferences option to configure the queue low disk space warning.Damiano Galassi2017-06-151-1/+3
|
* MacGui: fix the "alert when done sound", it was checking the wrong key.Damiano Galassi2017-04-221-1/+1
|
* MacGui: add a message in the panel to select the external app.Damiano Galassi2017-03-151-0/+1
|
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵Damiano Galassi2017-01-201-1/+2
| | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled.
* MacGui: allow only .app to be selected in the "send file to" open panel.Damiano Galassi2016-12-311-0/+1
|
* MacGui: fix a crash in the preferences format field.Damiano Galassi2016-09-211-1/+1
|
* MacGui: use auto layout in the preferences window.Damiano Galassi2016-08-061-24/+41
|
* MacGui: update the default preset name and remove an uneeded pref key.Damiano Galassi2016-07-011-2/+0
|
* MacGui: remove the daily and monthly update check option.Damiano Galassi2015-10-251-1/+6
|
* MacGui: rename the 'send to app' preference keys and removed the default app.Damiano Galassi2015-10-191-2/+1
|
* MacGui: various queue improvements, including:ritsuka2015-07-221-1/+1
| | | | | | | | | - 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: remove the built in presets update alert.ritsuka2015-05-141-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7185 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-14/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ↵ritsuka2015-02-211-0/+1
| | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6934 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: center the prefs window in the showWindow: method.ritsuka2015-01-221-2/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6786 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-9/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6772 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove a deprecated api call.ritsuka2015-01-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6716 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove some NSString -> NSURL conversions. Added a default size ↵ritsuka2015-01-091-6/+10
| | | | | | value and folder expanded value for the presets drawer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6698 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed an issue where the preset drawer would not open if the "Preset ↵ritsuka2014-11-111-1/+1
| | | | | | out of date" alert were displayed. Renamed some prefs key to avoid conflicts with previous versions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6512 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed a couple of unused preferences keys (CheckForUpdates, ↵ritsuka2014-08-241-59/+46
| | | | | | 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: initialize the languages list before the window in the ↵ritsuka2014-08-181-2/+1
| | | | | | prefsController, so the popup in the audio tab will show the actual languages list. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6305 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: forgot a file in rev 6300 commit.ritsuka2014-08-161-0/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6302 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI ↵ritsuka2014-07-111-3/+78
| | | | | | counterpart. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6228 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-5/+4
| | | | | | | | | | - NSUInteger and NSInteger instead of int (where the Cocoa 64bit api uses them). - Cast to int when needed because NSInteger on 64bit is defined as long. - NSURL instead of NSString when possible. - Replaced some deprecated methods/functions. - numberWithInteger instead of numberWithInt. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5854 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: get rid of now obsolete @"UseCoreAudio" preference and related widgetsRodeo2013-06-201-1/+0
| | | | | | | | MacGui doesn't include faac anymore. Mapping from faac to Core Audio is done by libhb's fallback mechanism. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5594 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: Patch -Replace some deprecated API Calls ↵sr552013-06-011-4/+4
| | | | | | https://reviews.handbrake.fr/r/504/ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update the in-app icons to the new graphicssr552013-03-181-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5342 b64f7644-9d1e-0410-96f1-a4d463321fa5