summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: refactored some duplicated code.ritsuka2015-01-112-66/+58
* MacGui: use a smaller timer internal while scanning to make the UI more respo...ritsuka2015-01-111-5/+7
* MacGui: declare the public.movie UTI document type in the info.plist, so HB w...ritsuka2015-01-101-0/+8
* Bump year to 2015ritsuka2015-01-101-1/+1
* MacGui: fix a leak of the output log file path string.ritsuka2015-01-102-20/+21
* MacGui: remove HBViewValidation protocol.ritsuka2015-01-103-7/+8
* MacGui: fix the number of pass in the job queue description.ritsuka2015-01-102-16/+1
* MacGui: remove a deprecated api call.ritsuka2015-01-101-1/+1
* MacGui: fix the error alert, the error message wasn't captured properly by th...ritsuka2015-01-091-1/+5
* MacGui: update a file header and fix a comment.ritsuka2015-01-093-15/+11
* MacGui: remove some NSString -> NSURL conversions. Added a default size value...ritsuka2015-01-093-43/+39
* MacGui: enforce a min value for the picture width/height.ritsuka2015-01-092-9/+12
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-098-67/+64
* MacGui: fix a case where deinterlace filter would be enabled even if decomb w...ritsuka2015-01-071-1/+1
* MacGui: use NSURL where possible, replace a api call not available on 10.6.ritsuka2015-01-073-43/+43
* MacGui: create and run the error message alerts from libhb on the main thread.ritsuka2015-01-071-4/+3
* MacGui: handle the localised container strings manually.ritsuka2015-01-071-0/+9
* MacGui: use the inline find bar in the activity window.ritsuka2015-01-071-0/+6
* MacGui: handle SIGINT with gcd. Show the error messages from libhb in an aler...ritsuka2015-01-061-56/+24
* MacGui: add a number formatter to the custom anamorphic textfields.ritsuka2015-01-061-2/+5
* 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-304-12/+20
* MacGui: fix the picture and filters summary in the video tab.ritsuka2014-12-302-1/+14
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-3017-112/+158
* MacGui: set the preset name to custom when a setting in the video/picture/fil...ritsuka2014-12-293-1/+110
* MacGui: set the default name for the exported chapters to the destination fil...ritsuka2014-12-291-1/+1
* MacGui: use bindings to toggle the chapters/seconds/frames UI.ritsuka2014-12-296-69/+66
* MacGui: pass the fast decode option to the hb_job.ritsuka2014-12-293-2/+3
* MacGui: move more things out of HBController.ritsuka2014-12-2810-66/+137
* MacGui: hide turbo two pass checkbox when x264 is not selected.ritsuka2014-12-274-8/+24
* MacGui: do not redirect nil to the log.ritsuka2014-12-271-2/+5
* MacGui: clean up headers and imports.ritsuka2014-12-2711-45/+47
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-2711-111/+154
* MacGui: fix the reveal button in the queue.ritsuka2014-12-271-13/+11
* MacGui: remove the addChaptersFromQueue: in HBChapterTitlesController.h becau...ritsuka2014-12-272-10/+0
* MacGui: rename PictureController.* to HBPictureController.* .ritsuka2014-12-274-8/+8
* MacGui: remove unneeded init.ritsuka2014-12-272-7/+0
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-2739-2079/+1214
* eliminate job->largeFileSizejstebbins2014-12-231-12/+0
* MacGui: fix build.ritsuka2014-12-231-0/+1
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-2311-312/+131
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-2327-696/+1199
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-2211-113/+176
* MacGui: save the preset description, it had been broken after the add preset ...ritsuka2014-12-221-1/+4
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-2213-11/+332
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-225-35/+43
* MacGui: remove the last usage of title->job.ritsuka2014-12-217-460/+13
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-214-17/+549
* MacGui: refactor a bit of HBController to remove dependency on hb_title_t.ritsuka2014-12-212-243/+175
* MacGui: use HBJob when possible.ritsuka2014-12-2111-197/+103