summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesDefaultsController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-5/+3
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* MacGui: update the docs urls for 1.1.01.1.0Damiano Galassi2018-04-051-1/+1
|
* MacGui: add an help button to quickly open the docs in the add preset, audio ↵Damiano Galassi2016-05-291-0/+6
| | | | and subtitles defaults sheets.
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-1/+2
|
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets ↵Damiano Galassi2015-10-291-6/+9
| | | | instead of a single done button. Fixed the bitrates and mixdowns popups in the audio defaults.
* MacGui: annotate the type of some arrays, and check the count of the input ↵Damiano Galassi2015-10-281-4/+4
| | | | jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command.
* MacGui: improve subtitles defaults undo support.Damiano Galassi2015-10-241-5/+6
|
* MacGui: partial undo/redo support in the defaults sheets.Damiano Galassi2015-10-221-0/+1
|
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-8/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed some warnings.ritsuka2014-10-301-5/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char ↵ritsuka2014-08-221-3/+3
| | | | | | to the “Configure Defaults” button. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6341 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed a number of missing release.ritsuka2014-08-041-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6263 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: enabled type select in the languages table view.ritsuka2014-08-031-1/+2
| | | | | | Improved the subtitles defaults selection to avoid adding the same track twice. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6261 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add drag & drop to rearrange languages in the subtitles default panel.ritsuka2014-08-021-2/+24
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6258 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ↵ritsuka2014-07-291-0/+68
the subtitles defaults, and added some more options from the other guis (add all, remove all). The SubtitleAddForeignAudioSubtitle setting will be added later after the automatic audio selection is done. Fixed a bug where HandBrake used 50% of cpu time if the subtitles table view was selected. Refactored a big part of HBSubtitlesController to make it works with the new automatic options and to cleaned the table view data source. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6241 b64f7644-9d1e-0410-96f1-a4d463321fa5