summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: append "(Modified)" to the preset name.Damiano Galassi2017-12-191-0/+6
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-131-2/+2
* MacGui: fix a potential null dereference.Damiano Galassi2017-11-121-2/+5
* MacGui: do not allow the path separator "/" character to be inserted in the o...Damiano Galassi2017-11-111-0/+19
* MacGui: Add checkbox for Legacy A/V alignment behaviour for players that don'...Damiano Galassi2017-06-181-0/+16
* MacGui: do not load an HBJob is there is no file URL.Damiano Galassi2017-05-311-2/+2
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-9/+10
* MacGui: NSUUID is not available on 10.7, replace it with CFUUIDRefDamiano Galassi2017-04-211-2/+9
* MacGui: do not remove a job from the queue if the rescan to the main window f...Damiano Galassi2017-03-021-1/+2
* MacGui: fix a typo.Damiano Galassi2017-02-241-1/+1
* MacGui: improve management of security scoped resources. Fix external SRT in ...Damiano Galassi2017-01-251-69/+28
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-10/+170
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-3/+3
* MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio...Damiano Galassi2016-11-021-0/+2
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-5/+16
* MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-141-20/+0
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-3/+7
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-2/+2
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-221-2/+2
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-0/+62
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-14/+15
* MacGui: use the new deinterlate preset keysDamiano Galassi2015-10-091-2/+2
* MacGui: add a duration column to the chapters tableDamiano Galassi2015-10-091-3/+3
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ...ritsuka2015-05-201-0/+1
* MacGUI: don't double-sanitize encoder names.Rodeo2015-05-161-1/+1
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-9/+2
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-071-1/+1
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-23/+33
* MacGui: remove HBPicture dependency on HBTitle.ritsuka2015-04-171-1/+0
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-21/+15
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-23/+3
* MacGui: clean up the methods to update the destination file name and extension.ritsuka2015-02-011-3/+23
* MacGui: add a HBChaptersChangedNotification notification, used to notify when...ritsuka2015-01-311-7/+10
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-231-1/+1
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-0/+1
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-3/+7
* MacGui: fix some leaksritsuka2015-01-151-1/+2
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-545/+20
* Simplify frontend useage of hb_add()jstebbins2015-01-121-0/+1
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-11/+2
* MacGui: fix a case where deinterlace filter would be enabled even if decomb w...ritsuka2015-01-071-1/+1
* MacGui: use HB_VCODEC_H264_MASK to check whether to enable or not the iPod 5g...ritsuka2014-12-311-1/+1
* MacGui: hide the iPod 5g check box if the codec is not h.264.ritsuka2014-12-301-3/+11
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-0/+14
* MacGui: pass the fast decode option to the hb_job.ritsuka2014-12-291-1/+1
* MacGui: clean up headers and imports.ritsuka2014-12-271-0/+10
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-41/+77
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-21/+81
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-11/+25