summaryrefslogtreecommitdiffstats
path: root/macosx/HBChapterTitlesController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-2/+2
* MacGui: refactor the preferences keys and autonaming methods; fix the queue w...Damiano Galassi2019-07-291-3/+3
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-2/+2
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-2/+2
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-4/+4
* MacGui: add a "Start" column in the chapters tableview.Damiano Galassi2017-12-111-1/+1
* MacGui: add a double click action to start editing a chapter title. Align thi...Damiano Galassi2017-11-121-2/+21
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-1/+1
* MacGui: follow CSV format for imported/exported chapters.Damiano Galassi2016-08-221-57/+204
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-2/+3
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-41/+4
* MacGui: cleanup the csv import/export code and the chapters view controller.Damiano Galassi2015-10-161-114/+92
* MacGui: add a duration column to the chapters tableDamiano Galassi2015-10-091-7/+11
* 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