summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitleSelectionController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-1/+1
|
* MacGui: made some touch bar buttons smaller.Damiano Galassi2018-11-151-2/+2
|
* MacGui: improve touch bar support, add touch bars to the add titles to queue ↵Damiano Galassi2018-10-161-0/+48
| | | | and add preset sheets.
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-1/+1
|
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-1/+1
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* MacGui: set a sort descriptor by default in the titles selection table.Damiano Galassi2017-02-241-0/+6
|
* MacGui: allow to sort by title/name/duration in the title selections sheet.Damiano Galassi2017-02-041-6/+6
|
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-1/+2
|
* MacGui: show what preset will be used in the 'Add titles to queue' panel. ↵Damiano Galassi2016-02-151-1/+3
| | | | Use autolayout for the xib.
* MacGui: change the title selection sheet to use a view-based table view.Damiano Galassi2015-10-251-49/+39
|
* MacGui: switch back another property to assign, 10.7 does not support weak ↵ritsuka2015-08-061-1/+1
| | | | | | for NSWindowController and NSViewController classes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7393 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add nullability annotations to the headers and use weak where is ↵ritsuka2015-05-301-1/+1
| | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-13/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a "Add Titles to Queue…" menu item that let select which ↵ritsuka2015-01-251-0/+112
titles are added to the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6810 b64f7644-9d1e-0410-96f1-a4d463321fa5