summaryrefslogtreecommitdiffstats
path: root/macosx/HBChapterTitlesController.m
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Damiano Galassi2017-11-121-2/+21
| | | | things in the xib.
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵Damiano Galassi2017-01-201-1/+1
| | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled.
* 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
| | | | range parts of HBJob.
* 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
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-9/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a HBChaptersChangedNotification notification, used to notify ↵ritsuka2015-01-311-5/+0
| | | | | | when the chapters are enabled or disabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6842 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove some NSString -> NSURL conversions. Added a default size ↵ritsuka2015-01-091-4/+4
| | | | | | value and folder expanded value for the presets drawer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6698 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: set the default name for the exported chapters to the destination ↵ritsuka2014-12-291-1/+1
| | | | | | file name again. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6670 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: clean up headers and imports.ritsuka2014-12-271-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6661 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove the addChaptersFromQueue: in HBChapterTitlesController.h ↵ritsuka2014-12-271-7/+0
| | | | | | because it's not longer used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6658 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: set the chapter titles directly in HBJob. Move more things over to ↵ritsuka2014-12-221-30/+12
| | | | | | HBTitle and HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6642 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: use HBJob when possible.ritsuka2014-12-211-33/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6633 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: use title->list_chapter directly instead of title->job->list_chapter.ritsuka2014-12-201-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6619 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: separate the video settings logic from the view controller. There ↵ritsuka2014-12-181-5/+7
| | | | | | are a number of small regression ("Custom" preset and auto naming not updating) that will be fixed in the next commits. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6606 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: implemented the HBViewValidation protocol in each of the main window ↵ritsuka2014-08-101-5/+5
| | | | | | view controllers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6285 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: Refactored the controller code for the ↵ritsuka2014-07-151-0/+313
video/audio/subtitles/chapters view: Added a xib file and a NSViewController subclass for each tab of the main HandBrake window. Each view controller now to responds to the HBContainerChangedNotification and HBTitleChangedNotification notifications instead of using a custom way to notify changes. Converted the modified .xibs to the Xcode 5.1 format. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6231 b64f7644-9d1e-0410-96f1-a4d463321fa5