Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: added some enum to HBJob model to make things nicer in swift, plus ↵ | Damiano Galassi | 2016-03-14 | 1 | -0/+20 |
| | | | | two methods to convert from iso code to english language. | ||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -0/+1 |
| | |||||
* | MacGui: remove the browsedSourceDisplayName ivar in HBController. | Damiano Galassi | 2016-01-12 | 1 | -0/+12 |
| | |||||
* | MacGui: rework the way HBController scans, remove an ivar and move some ↵ | Damiano Galassi | 2016-01-10 | 1 | -0/+127 |
| | | | | unrelated code to HBUtilites. | ||||
* | MacGui: add nullability annotations to the headers and use weak where is ↵ | ritsuka | 2015-05-30 | 1 | -1/+1 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 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: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ↵ | ritsuka | 2015-02-21 | 1 | -13/+0 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6934 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove logs older than a month in the EncodeLogs folder. | ritsuka | 2015-02-20 | 1 | -0/+14 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6933 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: refactor the stderr/stdout redirect code to be more modular. | ritsuka | 2015-02-20 | 1 | -0/+8 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6927 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix a bunch of regressions (various crash when in some textfields, ↵ | ritsuka | 2014-12-30 | 1 | -6/+6 |
| | | | | | | encode log going to the wrong directory). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6676 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: separate the video settings logic from the view controller. There ↵ | ritsuka | 2014-12-18 | 1 | -4/+4 |
| | | | | | | 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: fixed another numbers of warnings. | ritsuka | 2014-10-23 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6458 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: moved two methods used by the whole app to HBUtilities.m: | ritsuka | 2014-07-16 | 1 | -0/+29 |
| | | | | | | | - appSupportPath: - writeToActivityLog: git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6232 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI ↵ | ritsuka | 2014-07-11 | 1 | -0/+101 |
counterpart. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6228 b64f7644-9d1e-0410-96f1-a4d463321fa5 |