summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* MacGui: make sure to strip off any source file extensions from the output fil...dynaflash2008-04-251-19/+20
* MacGui: Audio Tab - Make sure that selecting a subsequent audio track does no...dynaflash2008-04-251-0/+28
* MacGui: only enable audio tracks if the previous tracks have been chosen.dynaflash2008-04-241-3/+34
* MacGui: replace handbrake.m0k.org references with handbrake.fr in the entire ...dynaflash2008-04-151-1/+1
* MacGui: Fix AC3 Passthru bitrate setting in audio tab when using a legacy pre...dynaflash2008-04-141-31/+33
* MacGui: Get rid of some harmless warnings in Controller.mm during compiling.dynaflash2008-04-111-11/+18
* MacGui: Do not call customSettingsUsed until we have an intelligent way to de...dynaflash2008-04-101-1/+4
* MacGui: Implement per audio track drcdynaflash2008-04-081-19/+103
* MacGui: Fix broken Add Preset function for adding custom presets.dynaflash2008-04-081-27/+36
* MacGui: Sanity Check AC3 passthrough against any input audio that is not AC3.dynaflash2008-04-081-2/+2
* MacGui: Enhance Growl notifications and send to metaX so that each encode is ...dynaflash2008-04-071-29/+32
* MacGui: Fix the DTS source audio mixdown for an attempted AC3 passthru audio ...dynaflash2008-04-071-3/+26
* MacGui: Implement per track audio settings.dynaflash2008-04-071-472/+906
* MacGui: Fix issue where a new encode would retain one audio track from the pr...dynaflash2008-04-021-1/+2
* MacGui: Fix audio issue where both tracks would use the first source audio tr...dynaflash2008-04-021-4/+4
* MacGUI: Update to use the new audio layout.saintdev2008-04-011-159/+205
* "If one would give me six lines written by the hand of the most honest man, I...jbrjake2008-03-221-10/+65
* MacGui: Write version info the the activity log and activity windowdynaflash2008-03-171-0/+4
* MacGui: Clean up some formatting and errant comments left over from some of t...dynaflash2008-03-071-17/+12
* MacGui: Initial implementation of drag and drop in the presets drawer.dynaflash2008-03-071-6/+158
* MacGui: Presets - change the cursor highlighted color of the preset name to b...dynaflash2008-03-061-1/+1
* MacGui: Fix issue where renaming a preset does not reflect the new name immed...dynaflash2008-03-061-12/+5
* MacGui: move the presets sorting into a new method "-sortPresets" so it can b...dynaflash2008-03-061-5/+11
* MacGui: Fix issue where prepareJob was not sensing MKV in the Format popup co...dynaflash2008-03-051-1/+1
* MacGui: Be Gone rotten 64-bit preferences check. Be Gone!dynaflash2008-02-211-1/+1
* MacGui: Un-Banish the 64 bit mp4 checkbox from the Siberia known as the prefe...dynaflash2008-02-211-16/+4
* MacGui: Fix and issue for auto adding the .m4v file extension for the aac + a...dynaflash2008-02-211-9/+17
* MacGui: Fix issue where canceling the open source window, then re opening it ...dynaflash2008-02-211-2/+2
* MacGui: Change Home Page, Forum, and Wiki links in the help menu to use handb...0.9.2dynaflash2008-02-191-3/+3
* MacGui: As per newer vfr implementation. No longer disable the framerate popu...dynaflash2008-02-191-7/+1
* Sanity check the input codec is AC3 when selecting AC3 pass through to avoid ...eddyg2008-02-181-1/+1
* MacGui: Make sure that mp4's using ac3 passthru whether by itself or in combi...dynaflash2008-02-181-0/+9
* MacGui: Fix DPL2 + AC3 mixdown crash if the input audio source is DTSdynaflash2008-02-171-1/+1
* MacGui: Change aac/ ac3 hybrid to utilize the codecs popup and only offer one...dynaflash2008-02-161-8/+25
* Mcdeint is broken, so avoid using it as a deinterlacer. No more "Slowest," "S...jbrjake2008-02-161-17/+26
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-4/+59
* Allow multiple output audio tracks from a single DVD audio track.eddyg2008-02-151-0/+2
* AC3 from DVD via HB converted to M4V for viewing on ATVeddyg2008-02-141-1/+2
* MacGui: remove the preference to turn off verbose output in the activity window.dynaflash2008-02-131-4/+2
* MacGui: fix picture sizing issue in presets where creating a preset using an ...dynaflash2008-02-071-2/+13
* MacGui: Add the Forced subtitles checkbox to custom user presetsdynaflash2008-02-071-0/+5
* 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