| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: make sure each chapter has always a non null title, even if the origi... | Damiano Galassi | 2021-01-06 | 1 | -1/+2 |
* | MacGui: don't recreate all the queue items urls from bookmarks at launch. | Damiano Galassi | 2020-04-06 | 1 | -6/+1 |
* | MacGui: improve security scoped resources management. Fixes #2566. | Damiano Galassi | 2020-01-10 | 1 | -0/+44 |
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -1/+1 |
* | MacGui: fix a few warnings when building in Xcode 11. | Damiano Galassi | 2019-09-13 | 1 | -2/+1 |
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 1 | -1/+1 |
* | MacGui: properly remove an observer. | Damiano Galassi | 2019-09-01 | 1 | -1/+0 |
* | MacGui: fix an exception when reading an HBJob from disk; do not store previe... | Damiano Galassi | 2019-08-14 | 1 | -1/+0 |
* | MacGui: convert the last usage of NSDictionary to a proper class, fix externa... | Damiano Galassi | 2019-08-13 | 1 | -32/+171 |
* | MacGui: improve localized string formats. | Damiano Galassi | 2019-04-01 | 1 | -1/+2 |
* | MacGui: load the HandBrakeKit framework localized strings from the framework ... | Damiano Galassi | 2018-10-20 | 1 | -6/+7 |
* | MacGui: add a missing [super init] | Damiano Galassi | 2018-10-08 | 1 | -1/+5 |
* | Autoname creation date | Matthew Lazarow | 2018-08-13 | 1 | -2/+29 |
* | MacGui: make it possible to localise the default chapters titles. | Damiano Galassi | 2018-07-11 | 1 | -1/+1 |
* | MacGui: made possible to localise more UI strings. | Damiano Galassi | 2018-07-10 | 1 | -1/+1 |
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -4/+4 |
* | MacGui: add a short source description after the source name. | Damiano Galassi | 2017-12-15 | 1 | -1/+44 |
* | MacGui: move the playlist number at the end of the title string. | Damiano Galassi | 2017-12-15 | 1 | -2/+2 |
* | MacGui: rearrange the title description to show the index and timecode before... | Damiano Galassi | 2017-12-11 | 1 | -7/+10 |
* | MacGui: add a "Start" column in the chapters tableview. | Damiano Galassi | 2017-12-11 | 1 | -1/+3 |
* | MacGui: remove two unused vars. | Damiano Galassi | 2017-03-15 | 1 | -8/+2 |
* | subtitles: simplify and shorten subtitle descriptions (#591) | John Stebbins | 2017-03-10 | 1 | -4/+2 |
* | 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 a... | Damiano Galassi | 2016-10-29 | 1 | -2/+24 |
* | MacGui: switch the defaults languages to view based tables, and a little proj... | Damiano Galassi | 2016-01-26 | 1 | -2/+2 |
* | 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 |
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ... | Damiano Galassi | 2015-10-20 | 1 | -1/+3 |
* | 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 |
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -0/+8 |
* | MacGui: wrap more hb_title properties in HBTitle. | ritsuka | 2015-05-07 | 1 | -1/+47 |
* | MacGui: fix a couple nasty rounding errors. | Rodeo | 2015-05-03 | 1 | -1/+1 |
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -15/+1 |
* | MacGui: expose a isStream and a timeCode properties in HBTitle. | ritsuka | 2015-01-23 | 1 | -4/+21 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -37/+11 |
* | MacGui: move the UI helper methods to new categories. Implement NSCoding in m... | ritsuka | 2014-12-23 | 1 | -1/+11 |
* | MacGui: set the chapter titles directly in HBJob. Move more things over to HB... | ritsuka | 2014-12-22 | 1 | -0/+5 |
* | MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie... | ritsuka | 2014-12-22 | 1 | -0/+9 |
* | MacGui: use HBJob when possible. | ritsuka | 2014-12-21 | 1 | -1/+1 |
* | MacGui: small improvements to HBTitle and HBJob. | ritsuka | 2014-12-20 | 1 | -19/+23 |
* | MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m... | ritsuka | 2014-12-03 | 1 | -0/+218 |