summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: specify is a path is a folder or not when creating an url.Damiano Galassi2019-03-281-1/+1
* MacGui: support SSA file import.Damiano Galassi2019-01-151-10/+10
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-1/+1
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-18/+8
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-2/+2
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...Damiano Galassi2015-10-291-4/+1
* MacGui: improve subtitles defaults undo support.Damiano Galassi2015-10-241-5/+15
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-221-509/+24
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-4/+4
* 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