summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+UIAdditions.h
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: remove two old unused classes, remove some old compatibility hacks, ↵Damiano Galassi2019-02-131-1/+2
| | | | and fix warnings.
* MacGui: refactor some queue related properties out of HBJob to a new ↵Damiano Galassi2019-02-071-1/+1
| | | | HBQueueItem class.
* MacGui: use a view-based table view in the queue window.Damiano Galassi2019-02-051-0/+1
|
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-131-0/+3
|
* MacGui: moved the queue code from HBController to HBQueueController, ↵ritsuka2015-01-191-0/+2
| | | | | | reworked the way the queue synchronise itself between multiple instances to be more resilient (hopefully). Modified HBCore to take callback blocks instead of notifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6770 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: hide the iPod 5g check box if the codec is not h.264.ritsuka2014-12-301-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6678 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: move more things out of HBController.ritsuka2014-12-281-0/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6664 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: change the queue to work with serialized HBJob objects, remove the ↵ritsuka2014-12-271-1/+5
| | | | | | NSDictionary job representation and the duplicate prepareJob method. Implement NSCopying protocol in HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6655 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: move the UI helper methods to new categories. Implement NSCoding in ↵ritsuka2014-12-231-0/+14
more classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6643 b64f7644-9d1e-0410-96f1-a4d463321fa5