summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.h
Commit message (Expand)AuthorAgeFilesLines
* 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