Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: write the queue to disk less often and add some validations when ↵ | Damiano Galassi | 2019-06-08 | 1 | -5/+7 |
| | | | | reading it back from disk. | ||||
* | MacGui: fix warnings. | Damiano Galassi | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -1/+1 |
| | | | | and picture job settings. | ||||
* | MacGui: move some kvo helpers to the UIAdditions category. | Damiano Galassi | 2016-03-14 | 1 | -21/+4 |
| | |||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -4/+7 |
| | |||||
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ↵ | Damiano Galassi | 2015-10-20 | 1 | -0/+55 |
| | | | | range parts of HBJob. | ||||
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7256 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: wrap more hb_title properties in HBTitle. | ritsuka | 2015-05-07 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7162 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix a couple nasty rounding errors. | Rodeo | 2015-05-03 | 1 | -1/+1 |
| | | | | | | | The results could be off by almost 4% with 30fps sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7154 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a ↵ | ritsuka | 2015-04-22 | 1 | -1/+6 |
| | | | | | | compatibility class to fall back on NSCoding on 10.7 and earlier. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7112 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix chapters range auto naming. | ritsuka | 2015-02-01 | 1 | -0/+11 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6855 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix a bunch of regressions (various crash when in some textfields, ↵ | ritsuka | 2014-12-30 | 1 | -0/+5 |
| | | | | | | encode log going to the wrong directory). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6676 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use bindings to toggle the chapters/seconds/frames UI. | ritsuka | 2014-12-29 | 1 | -0/+8 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6669 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: move more things out of HBController. | ritsuka | 2014-12-28 | 1 | -0/+20 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6664 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: change the queue to work with serialized HBJob objects, remove the ↵ | ritsuka | 2014-12-27 | 1 | -0/+20 |
| | | | | | | NSDictionary job representation and the duplicate prepareJob method. Implement NSCopying protocol in HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6655 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: move the UI helper methods to new categories. Implement NSCoding in ↵ | ritsuka | 2014-12-23 | 1 | -0/+90 |
| | | | | | | more classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6643 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: set the chapter titles directly in HBJob. Move more things over to ↵ | ritsuka | 2014-12-22 | 1 | -0/+26 |
HBTitle and HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6642 b64f7644-9d1e-0410-96f1-a4d463321fa5 |