summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: aligns the time/start textfield in the main window.ritsuka2014-08-251-5/+12
* MacGui: store the audio and subtitles defaults in each queue item so they can...ritsuka2014-08-251-28/+29
* MacGui: toggle the Advanced tab when the prefs setting changes.ritsuka2014-08-251-0/+33
* MacGui: removed the “Large file size” checkbox.ritsuka2014-08-231-22/+5
* MacGui: fixed auto naming for dvd sources.ritsuka2014-08-221-1/+13
* MacGui: removed an unnecessary NSBox in the Advanced tab.ritsuka2014-08-221-1/+1
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-221-1/+1
* MacGui: remapped lavcOption to VideoOptionExtra.ritsuka2014-08-211-1/+1
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-211-23/+14
* MacGui: set the tab views directly instead of adding a subview in the main wi...ritsuka2014-08-201-25/+4
* MacGui: added a HBDockTile class to manage the dock tile.ritsuka2014-08-201-91/+60
* MacGui: Removed the code to show/hide the fSrcAngle* UI elements in Controlle...ritsuka2014-08-191-22/+6
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-374/+142
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-181-2/+0
* MacGui: changed the preset selection code a little bit again.ritsuka2014-08-171-11/+12
* MacGui: select the default preset in the presets drawer at start up. Added a ...ritsuka2014-08-161-5/+15
* MacGUI: Replace deprecated NSBeginCriticalAlertSheet / NSRunAlertPanel / NSRu...ritsuka2014-08-131-100/+158
* MacGui: fixed the validation of the File menu. The validateMenuItem: method w...ritsuka2014-08-111-11/+13
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-13/+5
* MacGui: fixed gain validation in the audio panel. Remove the drc validation b...ritsuka2014-08-101-3/+5
* MacGui: removed the “Show Presets Drawer” preference. The state of the dr...ritsuka2014-08-101-0/+9
* MacGui: add a divider in the menu after the last built in preset and make the...ritsuka2014-08-091-1/+20
* MacGui: added the list of the presets at the bottom of the preset menu and a ...ritsuka2014-08-091-23/+75
* MacGui: replaced the few remaining enumerators in Controller.m with fast enum...ritsuka2014-08-081-27/+8
* MacGui: removed the last remaining of the code to load a custom application i...ritsuka2014-08-081-15/+0
* MacGui: removed a old check on the scan count from the era when the MacGui us...ritsuka2014-08-081-70/+25
* MacGui: improved the presets managementritsuka2014-08-071-1010/+193
* MacGui: simplified the way the audio tracks are stored in the queue.ritsuka2014-08-041-37/+56
* MacGui: Adds a new sheet for audio defaults (presets), uses the same preset k...ritsuka2014-08-041-94/+26
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ...ritsuka2014-07-291-250/+158
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-161-99/+60
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-1650/+179
* MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI c...ritsuka2014-07-111-56/+97
* macui/cli/libhb: cleanupjstebbins2014-06-181-185/+71
* MacGUI: fix line endings after last commit.Rodeo2014-05-111-7/+8
* mux: eliminate 32 track limitjstebbins2014-05-111-8/+7
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-20/+42
* MacGui: generalize x264CqSliderFractional preference to allRodeo2014-03-031-4/+4
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-58/+58
* MacGui: fixy a crash when opening an external SRT file.Rodeo2014-01-191-2/+2
* MacGui: update to the new preset getter API.Rodeo2013-11-081-8/+5
* Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.Rodeo2013-11-081-6/+6
* MacGUI: validate the toolbars items after a scan. This used to be done but go...ritsuka2013-11-051-1/+2
* MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...ritsuka2013-11-041-3/+8
* MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...ritsuka2013-11-021-22/+7
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-216/+221
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-59/+29
* MacGUI: Replace deprecated NSWorkspace API calls. Patch by Alexander Zautke.ritsuka2013-09-281-26/+27
* MacGui: use FSEvent api to create a FSEventStream to keep track of when a fil...ritsuka2013-08-191-28/+101
* Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.Rodeo2013-07-131-51/+74