summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.mm
Commit message (Expand)AuthorAgeFilesLines
* MacGui: rename HBController and HBQueueController files.ritsuka2015-01-221-1383/+0
* MacGui: move the application delegate to its own class. Removed the "Open Sou...ritsuka2015-01-221-2/+42
* MacGui: fix the "Cancel encode and stop" alert button.ritsuka2015-01-201-17/+33
* MacGui: rename cancel: to cancelRip: so it won't be automatically called when...ritsuka2015-01-201-3/+3
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-813/+903
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-21/+34
* MacGui: fix frame rate mode description in the queue.ritsuka2015-01-121-1/+1
* MacGui: fix the number of pass in the job queue description.ritsuka2015-01-101-1/+1
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-1/+1
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-5/+14
* MacGui: move more things out of HBController.ritsuka2014-12-281-5/+0
* MacGui: fix the reveal button in the queue.ritsuka2014-12-271-13/+11
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-213/+215
* MacGui: moved the HBQueueOutlineView class to its own file.ritsuka2014-11-231-88/+14
* MacGui: modified the way the queue contextual menu selects its target. It now...ritsuka2014-11-011-8/+39
* MacGui: store the audio and subtitles defaults in each queue item so they can...ritsuka2014-08-251-6/+7
* MacGui: replaced the last two NSBeginCriticalAlertSheet calls, and two NSEnum...ritsuka2014-08-231-42/+39
* MacGui: remapped lavcOption to VideoOptionExtra.ritsuka2014-08-211-4/+4
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-211-16/+16
* MacGui: general clean up of HBQueueController: removed unused UI elements and...ritsuka2014-08-181-293/+179
* MacGui: simplified the way the audio tracks are stored in the queue.ritsuka2014-08-041-32/+24
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ...ritsuka2014-07-291-22/+16
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-161-1/+2
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-1/+3
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-34/+46
* MacGui: calculate the actual height of the queue rows. Align the interface el...ritsuka2013-08-181-119/+13
* MacGui: simplify queue display code.Rodeo2013-04-121-186/+29
* MacGui: don't mention grayscale twice in the queue display.Rodeo2013-04-121-5/+0
* Update the in-app icons to the new graphicssr552013-03-181-8/+8
* MacGui: more refactoring, bugfixes.Rodeo2013-01-021-44/+31
* MacGui: Initial x264 presets implementation.dynaflash2013-01-011-5/+50
* MacGUI: fix stupid bug introduced in revision 4633.Rodeo2012-05-031-0/+5
* MacGui: lots of stuff I forgot to to in revision 4627, plus a minor code clea...Rodeo2012-05-031-49/+50
* MacGui: Fix an issue where lavc options were shown and passed when Theora was...dynaflash2012-02-191-1/+3
* MacGui: Add ffmpeg (lavc) advanced options text box to the advanced panel.dynaflash2012-02-091-1/+21
* MacGui: add Auto Passthru support.Rodeo2012-01-241-4/+79
* MacGUI: add "Fast" decomb option.Rodeo2011-12-081-1/+5
* MacGui: Audio Gain Control initial implementationdynaflash2011-05-261-3/+7
* MacGui: change key for video framerate mode from VideoframerateMode to VideoF...dynaflash2011-04-281-2/+2
* MacGui: implement Frame Rate Mode as per the Lingui.dynaflash2011-04-151-6/+6
* MacGui: Make the queue window's wording match that of the main window.dynaflash2011-03-311-2/+6
* MacGui: Audio ... Allow more than 4 audio tracks.dynaflash2010-09-151-126/+42
* MacGui: Fix how we get the current instances pid number since NSRunningApplic...dynaflash2010-07-191-2/+5
* MacGui: Initial implementation of new queue sync code which allows multi-inst...dynaflash2010-07-171-46/+46
* MacGui: Peak Framerate initial implementationdynaflash2010-06-181-0/+7
* Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!dynaflash2010-02-111-0/+2
* MacGui: Queued item editing initial implementation.dynaflash2010-01-211-4/+46
* MacGui: Interface changes to allow pts or frame based point to point encoding...dynaflash2009-12-231-8/+19
* MacGui: Make sure that drc is set to 0 by default (not just in the built in p...dynaflash2009-11-051-4/+4
* MacGui: Picture Filtersdynaflash2009-08-261-13/+13