summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Macgui: Enable opening up .eyetv packages directlydynaflash2007-12-311-12/+59
* MacGui: Maintain Picture Filters state across sourcesdynaflash2007-12-261-2/+13
* MacGui: DRC slider modificationsdynaflash2007-12-191-9/+7
* MacGui: add outlets for the DRC descriptive labels and disable/enable along w...dynaflash2007-12-181-1/+2
* MacGui: Queue Update - thanks travistexdynaflash2007-12-171-47/+27
* MacGui: HTTP optimized mp4 implementationdynaflash2007-12-141-18/+34
* MacGui: Presets (code cleanup)dynaflash2007-12-121-254/+248
* MacGui: Presets Drawer improvementsdynaflash2007-12-121-6/+7
* MacGui: Dynamic Range Control implemented in the audio tab of the main window.dynaflash2007-12-121-5/+21
* MacGui: Update Presets to use NSOutlineView and change the associated methods...dynaflash2007-12-101-156/+173
* MacGui: fix a bracket on same line screw up from the last commit.dynaflash2007-12-071-45/+47
* MacGui: fix issue in which picture settings filters in presets would'nt set t...dynaflash2007-12-071-30/+76
* MacGui: Built-In Presets moved to new class: HBPresetsdynaflash2007-12-051-1193/+12
* MacGui: Scanning progress bar now shows as indeterminate (barber pole) as for...dynaflash2007-12-041-13/+13
* MacGui: Increase size of main window by 200 px wide and 50 px high.dynaflash2007-12-031-9/+17
* MacGui: Split Picture settings for new preset up into Size and Filters and ad...dynaflash2007-11-291-49/+112
* MacGui: Fix some warnings for compiling in 10.5dynaflash2007-11-281-6/+6
* MacGui: fix open last used source directory. broken in rev. 1067dynaflash2007-11-211-6/+9
* MacGui: add "Open Source (Specify Title)" featuredynaflash2007-11-191-64/+144
* Minor preset changes:jbrjake2007-11-151-8/+8
* MacGui: Move app support directory check to -init in controller.mmdynaflash2007-11-151-47/+59
* MacGui: VFR controls initial implementationdynaflash2007-11-101-1/+28
* MacGui: change -PrepareJob to -prepareJob to match cocoa coding conventionsdynaflash2007-11-091-3/+3
* MacGui: Add Deblock to the presets systemdynaflash2007-11-071-1/+9
* MacGui: Added Deblock to filters in Picture Preview Windowdynaflash2007-11-071-2/+18
* MacGui: Reorganize Controller.mm methodsdynaflash2007-11-021-1141/+1206
* MacGui: Queue Enhancements courtesy of travistexdynaflash2007-10-091-15/+9
* MacGui: Remove the sanity check for 23.976 framerate and detelecinedynaflash2007-10-091-5/+1
* MacGui: Rename iPhone preset to iPhone / iPod Touch0.9.1dynaflash2007-10-081-1/+1
* MacGui: Fix issue where Source is display with the volume id (ie. disk1) inst...dynaflash2007-09-281-3/+4
* MacGui: Add the auto detected framerate to the "Same as source" item in the "...dynaflash2007-09-271-4/+66
* A line went missing from Controller.mm in the reorg of that file, youeddyg2007-09-261-0/+5
* MacGUI: Various little code cleanup and small alignment fixes in the nib.ritsuka2007-09-231-141/+85
* MacGUI: don't reset codecs popup when changing format, if the new format supp...ritsuka2007-09-221-0/+6
* MacGui: Add conditional to 6 channel vorbis to remove < 192 bitrates from po...dynaflash2007-09-181-0/+11
* MacGui: Enable 6-channel Vorbis audiodynaflash2007-09-181-1/+2
* MacGui: Use the parent folder if VIDEO_TS is chosen as a source for display a...dynaflash2007-09-141-13/+19
* MacGui: New Queue Enhancements courtesy of travistexdynaflash2007-09-141-2/+19
* MacGui: Update Toolbar icons with the HawkPackdynaflash2007-09-131-5/+5
* MacGui: Fix the target size crash for real, and autovalidate the open source ...ritsuka2007-09-121-5/+1
* MacGui: Add warning if "Sleep" or "Shutdown" is going to occur after encoding...dynaflash2007-09-121-0/+33
* MacGui: Fix Quit command, especially during encodingdynaflash2007-09-121-45/+68
* MacGui: Fix a crash in calculateBitrate:ritsuka2007-09-121-1/+1
* MacGui: Fix starting an encode when nothing is in the queue bug which was int...dynaflash2007-09-111-1/+7
* MacGui: New queue enhancementsdynaflash2007-09-111-169/+257
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-4/+3
* MacGui: New preferences window. We need some new icons for the toolbar.ritsuka2007-09-101-22/+11
* MacGui: Fixed bitrate calculation for target size.ritsuka2007-09-091-7/+4
* MacGui: Fixed main window not showing updated filters settings after closing ...ritsuka2007-09-091-19/+12
* MacGui: ritsuka2007-09-081-34/+35