summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* MacGui: include deep scan ( subtitle foreign language search) pass informatio...dynaflash2009-06-301-4/+9
* MacGui: Queue - Display varying row heights based on the content of the encode. dynaflash2009-06-231-4/+110
* MacGui: Queue - Only display audio tracks with a valid track selected (remove...dynaflash2009-06-161-17/+28
* MacGui: Multiple subtitle tracks initial implementationdynaflash2009-06-131-0/+34
* MacGui: ritsuka2009-03-021-15/+10
* MacGui; fixed warnings related to 64bit cocoa.ritsuka2009-03-011-1/+1
* MacGui: Queue -Stop animating currently encoding job icon when paused, restar...dynaflash2009-02-121-2/+8
* MacGui: Constant Quality Slider now QP/RF based.dynaflash2009-02-101-1/+1
* MacGui: Video Filter and Picture Settingsdynaflash2009-02-061-16/+23
* MacGui: Picture Filters Inspector enhancementsdynaflash2009-02-041-17/+40
* MacGui: Queue - Add the estimated bitrate to the queue display when displayin...dynaflash2008-10-271-1/+1
* MacGui: Queue - Add drc info for the audio tracks thanks to NightStorm for br...dynaflash2008-10-011-0/+37
* MacGui: Queue - Fix drag'n drop so that when dragging over an item, it doesn'...dynaflash2008-09-261-67/+33
* MacGui: Update labels for the mp4 options in both the main window and the que...dynaflash2008-09-261-3/+3
* MacGui: Queue display - fix display of deinterlace modesdynaflash2008-09-241-3/+3
* MacGui: queue - add the file output name to the first title line in the queue...dynaflash2008-09-241-2/+24
* MacGui: update the deblock filter setting display in the queue.dynaflash2008-09-231-11/+4
* MacGui: Re-enable deleting encodes with the delete key if hilighted.dynaflash2008-09-221-1/+12
* MacGui: Add encoding status readout to the queue windowdynaflash2008-09-221-0/+9
* MacGui: "Stop" command modificationsdynaflash2008-09-181-1/+2
* MacGui: Queue allow proper deleting of encoding queue items and proper deleti...dynaflash2008-09-181-3/+49