summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: improve management of security scoped resources. Fix external SRT in ...Damiano Galassi2017-01-251-9/+5
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-13/+41
* MacGui: sleep prevention in HBCore should be on by default.Damiano Galassi2017-01-091-0/+1
* MacGui: add an option to disable HBCore automatic sleep prevention behaviour.Damiano Galassi2017-01-051-5/+35
* MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString.Damiano Galassi2017-01-011-1/+1
* MacGui: write the job preset name to the activity log.Damiano Galassi2017-01-011-0/+1
* MacGui: make possible to configure on which queue HBCore will call the callba...Damiano Galassi2016-12-301-7/+5
* MacGui: do not use the raw block device path for bluray.Damiano Galassi2016-12-271-1/+1
* MacGui: use the right color profile for Bt 2020 primaries.Damiano Galassi2016-12-211-0/+8
* MacGui: do not display pass info if pass_count is -1. Start the HBCore update...Damiano Galassi2016-12-201-7/+8
* MacGui: set the appropriate colorspace for preview images, and use a gamma va...Damiano Galassi2016-11-101-3/+41
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-2/+2
* MacGui: use HB_ERROR_CANCELED status rather than tracking canceled in HBCoreDamiano Galassi2016-10-271-35/+22
* MacGui: show the encode progress when paused too.Damiano Galassi2016-05-241-1/+1
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...sr552016-03-121-1/+1
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-1/+16
* MacGui: make HBCore titles ivar always non null.Damiano Galassi2016-02-261-2/+4
* MacGui: cosmetics.Damiano Galassi2016-01-211-1/+2
* MacGui: update the preview window to reflect the rotate filter state.Damiano Galassi2016-01-151-2/+63
* MacGui: disk -> disc, plus a bunch of NSLocalizedString.Damiano Galassi2016-01-141-4/+4
* MacGui: show a warning the first time a user try to scan a bluray directly too.Damiano Galassi2016-01-101-14/+18
* MacGui: add type parameter to some arrays.Damiano Galassi2015-10-241-1/+1
* MacGui: expose a property to set the log level in HBCore.Damiano Galassi2015-10-201-0/+8
* MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca...Damiano Galassi2015-09-301-21/+12
* MacGui: read the actual preview count so we don't try to load a non existing ...Damiano Galassi2015-09-291-0/+5
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-1/+1
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ...ritsuka2015-05-201-0/+2
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-12/+13
* MacGui: fix the error variable in canScan:error: , it was dereferenced one ti...ritsuka2015-03-191-2/+2
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-15/+4
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-1/+1
* MacGui: set the paused/working state immediately, so the pause toolbar item w...ritsuka2015-01-281-0/+2
* MacGui: disable the cancel button while the queue is scanning because there i...ritsuka2015-01-271-11/+4
* MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...ritsuka2015-01-261-52/+136
* MacGui: clean up HBCore, add a way to register a block as error handler.ritsuka2015-01-231-51/+78
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...ritsuka2015-01-201-0/+3
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-1/+1
* MacGui: remove startProgressHandler:completationHandler: method in HBCore. Sw...ritsuka2015-01-191-13/+8
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-84/+71
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-0/+1
* Simplify frontend useage of hb_add()jstebbins2015-01-121-48/+1
* MacGui: use a smaller timer internal while scanning to make the UI more respo...ritsuka2015-01-111-5/+7
* MacGui: use NSURL where possible, replace a api call not available on 10.6.ritsuka2015-01-071-1/+1
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-1/+63
* MacGui: add some more logs in HBCore.ritsuka2014-12-211-0/+10
* MacGui: use the right string format specifier in HBCore.ritsuka2014-12-201-3/+3
* MacGui: add a "name" property to HBCore to easy debugging multiple instances....ritsuka2014-12-201-7/+11
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-28/+52
* MacGui: added more methods to HBCore.ritsuka2014-12-011-10/+42
* MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ...ritsuka2014-11-291-96/+202