summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: refactor some queue related properties out of HBJob to a new HBQueueI...Damiano Galassi2019-02-071-17/+1
* MacGui: Add checkbox for Legacy A/V alignment behaviour for players that don'...Damiano Galassi2017-06-181-0/+2
* MacGui: improve management of security scoped resources. Fix external SRT in ...Damiano Galassi2017-01-251-8/+0
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-1/+15
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-0/+2
* MacGui: align some UI elements.Damiano Galassi2015-10-251-1/+2
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-0/+2
* MacGui: add a canceled state to HBJobDamiano Galassi2015-10-191-1/+2
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-4/+2
* MacGui: add a duration column to the chapters tableDamiano Galassi2015-10-091-1/+1
* MacGui: safer HBTitle by checking init, and use a weak property for title in ...Damiano Galassi2015-09-291-1/+1
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-1/+1
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-1/+5
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ...ritsuka2015-05-201-2/+2
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-13/+8
* MacGui: add a HBChaptersChangedNotification notification, used to notify when...ritsuka2015-01-311-1/+1
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-1/+1
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-19/+16
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-14/+1
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-1/+1
* MacGui: clean up headers and imports.ritsuka2014-12-271-0/+15
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-2/+6
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-3/+8
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-8/+7
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-211-10/+25
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-201-3/+4
* MacGui: import some headers directly in HBJob.h.ritsuka2014-12-111-3/+3
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-10/+13
* MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ...ritsuka2014-11-291-4/+4
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+56