summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: properly remove an observer.Damiano Galassi2019-09-011-1/+0
* MacGui: fix an exception when reading an HBJob from disk; do not store previe...Damiano Galassi2019-08-141-1/+0
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-131-32/+171
* MacGui: improve localized string formats.Damiano Galassi2019-04-011-1/+2
* MacGui: load the HandBrakeKit framework localized strings from the framework ...Damiano Galassi2018-10-201-6/+7
* MacGui: add a missing [super init]Damiano Galassi2018-10-081-1/+5
* Autoname creation dateMatthew Lazarow2018-08-131-2/+29
* MacGui: make it possible to localise the default chapters titles.Damiano Galassi2018-07-111-1/+1
* MacGui: made possible to localise more UI strings.Damiano Galassi2018-07-101-1/+1
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-4/+4
* MacGui: add a short source description after the source name.Damiano Galassi2017-12-151-1/+44
* MacGui: move the playlist number at the end of the title string.Damiano Galassi2017-12-151-2/+2
* MacGui: rearrange the title description to show the index and timecode before...Damiano Galassi2017-12-111-7/+10
* MacGui: add a "Start" column in the chapters tableview.Damiano Galassi2017-12-111-1/+3
* MacGui: remove two unused vars.Damiano Galassi2017-03-151-8/+2
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-4/+2
* MacGui: fix string encoding when converting chapters titles to NSString.Damiano Galassi2017-01-121-1/+1
* MacGui: use the bundle name as the title name for .eyetv bundles.Damiano Galassi2017-01-021-0/+7
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-1/+1
* MacGui: round up HBTitle frames count.Damiano Galassi2016-11-111-1/+2
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-2/+24
* MacGui: switch the defaults languages to view based tables, and a little proj...Damiano Galassi2016-01-261-2/+2
* MacGui: fix the audio description string encoding.Damiano Galassi2016-01-241-8/+6
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-221-12/+0
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-1/+3
* MacGui: add a test for custom anamorphicDamiano Galassi2015-10-161-6/+0
* MacGui: add a duration column to the chapters tableDamiano Galassi2015-10-091-6/+6
* MacGui: safer HBTitle by checking init, and use a weak property for title in ...Damiano Galassi2015-09-291-2/+2
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-0/+8
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-071-1/+47
* MacGui: fix a couple nasty rounding errors.Rodeo2015-05-031-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-15/+1
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-231-4/+21
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-37/+11
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-1/+11
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-0/+5
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-221-0/+9
* MacGui: use HBJob when possible.ritsuka2014-12-211-1/+1
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-201-19/+23
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-0/+218