summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Fix bug where switching titles with vfr on changes the framerate from...dynaflash2008-01-231-4/+3
* MacGui: comment out two unused variables from legacy update system to quell b...dynaflash2008-01-221-2/+3
* MacGui: Remove one last section of code which generated the old update alert ...dynaflash2008-01-221-14/+0
* MacGui: Remove deprecated -updateAlertDone method used in the old updating sc...dynaflash2008-01-221-31/+9
* MacGui: Fix issue where selecting the chapter tab can crash the macgui if no ...dynaflash2008-01-221-0/+4
* MacGui: Make Legacy iPod presets truly backwards compatibledynaflash2008-01-221-6/+7
* MacGui: Be Gone x264 (h.264 iPod) encoder drop down!dynaflash2008-01-211-41/+44
* MacGui: small tweak to check for duplicate output file before adding to the q...dynaflash2008-01-171-1/+2
* MacGui: Sparkle Updater initial implementationdynaflash2008-01-161-1/+5
* MacGui: fixes scanning progress bar, still uses indeterminate for single titl...dynaflash2008-01-141-18/+10
* Use weightb=0 for turbo 1st pass x264 options. This prevents frame count disc...jbrjake2008-01-141-1/+1
* MacGui: Warn of duplicate output filenames when adding to the queue.dynaflash2008-01-141-0/+13
* MacGui: Add some activity log messages pertaining to source scan selectiondynaflash2008-01-091-6/+10
* MacGui: Add preset name used (or custom) to the queue and activity logdynaflash2008-01-091-21/+29
* MacGui: establish the source display name in browseSourcesDone instead of sho...dynaflash2008-01-081-28/+35
* MacGui: modify writeToActivityLog to use vargsdynaflash2008-01-081-6/+15
* Macgui: Implement writeToActivityLog method with provides a simple way to sen...dynaflash2008-01-081-5/+12
* Macgui: Change to using stderr to write to the activity window from within th...dynaflash2008-01-071-6/+6
* MacGui: Loose Anamorphic initial implementationdynaflash2008-01-031-53/+54
* 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