Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -1/+1 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -2/+2 |
| | |||||
* | MacGui: refactor the preferences keys and autonaming methods; fix the queue ↵ | Damiano Galassi | 2019-07-29 | 1 | -3/+3 |
| | | | | when running multiple HandBrake instances; fixed a number of bugs. | ||||
* | MacGui: remove a bunch of unneeded compatibility code. | Damiano Galassi | 2018-07-10 | 1 | -2/+2 |
| | |||||
* | MacGui: fix another round of deprecation warnings. Remove drawer code. | Damiano Galassi | 2018-06-10 | 1 | -2/+2 |
| | |||||
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -4/+4 |
| | |||||
* | MacGui: add a "Start" column in the chapters tableview. | Damiano Galassi | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | MacGui: add a double click action to start editing a chapter title. Align ↵ | Damiano Galassi | 2017-11-12 | 1 | -2/+21 |
| | | | | things in the xib. | ||||
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 1 | -1/+1 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: follow CSV format for imported/exported chapters. | Damiano Galassi | 2016-08-22 | 1 | -57/+204 |
| | |||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -2/+3 |
| | |||||
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ↵ | Damiano Galassi | 2015-10-20 | 1 | -41/+4 |
| | | | | range parts of HBJob. | ||||
* | MacGui: cleanup the csv import/export code and the chapters view controller. | Damiano Galassi | 2015-10-16 | 1 | -114/+92 |
| | |||||
* | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 1 | -7/+11 |
| | |||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -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. | ritsuka | 2015-03-17 | 1 | -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 ↵ | ritsuka | 2015-01-31 | 1 | -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 ↵ | ritsuka | 2015-01-09 | 1 | -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 ↵ | ritsuka | 2014-12-29 | 1 | -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. | ritsuka | 2014-12-27 | 1 | -1/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6661 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove the addChaptersFromQueue: in HBChapterTitlesController.h ↵ | ritsuka | 2014-12-27 | 1 | -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 ↵ | ritsuka | 2014-12-22 | 1 | -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. | ritsuka | 2014-12-21 | 1 | -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. | ritsuka | 2014-12-20 | 1 | -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 ↵ | ritsuka | 2014-12-18 | 1 | -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 ↵ | ritsuka | 2014-08-10 | 1 | -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 ↵ | ritsuka | 2014-07-15 | 1 | -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 |