summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-433/+71
* MacGui: clean up headers and imports.ritsuka2014-12-271-3/+1
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-271-12/+6
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-62/+27
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-221-2/+2
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-211-2/+3
* MacGui: use HBJob when possible.ritsuka2014-12-211-9/+8
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-8/+8
* MacGui: fixed a issue that happened on 10.8 when reloading a job from the que...ritsuka2014-11-021-5/+4
* MacGui: fixed some warnings.ritsuka2014-10-301-2/+1
* MacGui: store the audio and subtitles defaults in each queue item so they can...ritsuka2014-08-251-5/+0
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-221-3/+3
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-6/+6
* MacGui: enabled type select in the languages table view.ritsuka2014-08-031-19/+24
* MacGui: added some tooltips to the subtitles defaults window and made the def...ritsuka2014-08-011-2/+8
* MacGui: use the native language if available in the subtitles table and langu...ritsuka2014-07-311-2/+6
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ...ritsuka2014-07-291-636/+705
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-0/+928