summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+UIAdditions.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: bind angle popup to the angle property of HBJob.ritsuka2015-03-191-2/+2
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-12/+12
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...ritsuka2015-01-201-8/+8
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-0/+406
* MacGui: handle the localised container strings manually.ritsuka2015-01-071-0/+9
* MacGui: hide the iPod 5g check box if the codec is not h.264.ritsuka2014-12-301-8/+6
* MacGui: move more things out of HBController.ritsuka2014-12-281-0/+72
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-0/+38
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-0/+24