summaryrefslogtreecommitdiffstats
path: root/macosx/HBChapterTitlesController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-15/+13
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-9/+2
* MacGui: add a HBChaptersChangedNotification notification, used to notify when...ritsuka2015-01-311-5/+0
* MacGui: remove some NSString -> NSURL conversions. Added a default size value...ritsuka2015-01-091-4/+4
* MacGui: set the default name for the exported chapters to the destination fil...ritsuka2014-12-291-1/+1
* MacGui: clean up headers and imports.ritsuka2014-12-271-1/+0
* MacGui: remove the addChaptersFromQueue: in HBChapterTitlesController.h becau...ritsuka2014-12-271-7/+0
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-30/+12
* MacGui: use HBJob when possible.ritsuka2014-12-211-33/+3
* MacGui: use title->list_chapter directly instead of title->job->list_chapter.ritsuka2014-12-201-2/+2
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-5/+7
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-5/+5
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-0/+313