Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: fix string encoding when converting chapters titles to NSString. | Damiano Galassi | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | MacGui: use the bundle name as the title name for .eyetv bundles. | Damiano Galassi | 2017-01-02 | 1 | -0/+7 |
| | |||||
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | MacGui: round up HBTitle frames count. | Damiano Galassi | 2016-11-11 | 1 | -1/+2 |
| | |||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -2/+24 |
| | | | | and picture job settings. | ||||
* | MacGui: switch the defaults languages to view based tables, and a little ↵ | Damiano Galassi | 2016-01-26 | 1 | -2/+2 |
| | | | | project cleanup. Remove to unneeded casts. | ||||
* | MacGui: fix the audio description string encoding. | Damiano Galassi | 2016-01-24 | 1 | -8/+6 |
| | |||||
* | MacGui: rewrote the subtitles tab to use bindings, view-based table view and ↵ | Damiano Galassi | 2015-10-22 | 1 | -12/+0 |
| | | | | to support undo/redo. | ||||
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ↵ | Damiano Galassi | 2015-10-20 | 1 | -1/+3 |
| | | | | range parts of HBJob. | ||||
* | MacGui: add a test for custom anamorphic | Damiano Galassi | 2015-10-16 | 1 | -6/+0 |
| | |||||
* | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 1 | -6/+6 |
| | |||||
* | MacGui: safer HBTitle by checking init, and use a weak property for title in ↵ | Damiano Galassi | 2015-09-29 | 1 | -2/+2 |
| | | | | HBJob | ||||
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -0/+8 |
| | | | | 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/+47 |
| | | | | 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: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -15/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: expose a isStream and a timeCode properties in HBTitle. | ritsuka | 2015-01-23 | 1 | -4/+21 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6801 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: change the queue to work with serialized HBJob objects, remove the ↵ | ritsuka | 2014-12-27 | 1 | -37/+11 |
| | | | | | | 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 | -1/+11 |
| | | | | | | 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/+5 |
| | | | | | | HBTitle and HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6642 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job ↵ | ritsuka | 2014-12-22 | 1 | -0/+9 |
| | | | | | | fields. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6637 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use HBJob when possible. | ritsuka | 2014-12-21 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6633 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: small improvements to HBTitle and HBJob. | ritsuka | 2014-12-20 | 1 | -19/+23 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6625 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the ↵ | ritsuka | 2014-12-03 | 1 | -0/+218 |
mac gui. Small improvements to the HBCore related classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6576 b64f7644-9d1e-0410-96f1-a4d463321fa5 |