summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: start a new scan from a drag & drop only if there isn't already one. ...ritsuka2014-12-041-8/+11
* MacGui: merged the two browerFile methods.ritsuka2014-12-041-18/+14
* MacGui: added back part of the drag & drop handling.ritsuka2014-12-041-68/+66
* MacGui: set the fTitle to NULL before performing a scan.ritsuka2014-12-031-0/+2
* MacGui: moved the main window toolbar to the xib.ritsuka2014-12-031-163/+23
* MacGui: switched the hb_handle_t references in HBController to HBCore instances.ritsuka2014-12-031-738/+403
* MacGui: added a missing retain, it caused a crash when selecting a new defaul...ritsuka2014-11-241-1/+1
* MacGui: revert part of the previous commit.ritsuka2014-11-231-1/+2
* MacGui: remove legacy preset key UsesMaxPictureSettings.ritsuka2014-11-231-4/+1
* MacGui: removed 4 unneeded AutoCrop* ivars.ritsuka2014-11-231-16/+8
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-231-124/+77
* MacGui: updated the "add all to queue" alert to say it will use the current p...ritsuka2014-11-161-1/+1
* MacGui: convert the TrackDRCSlider value to a double instead of an int.ritsuka2014-11-131-4/+4
* MacGui: fixed an issue where the preset drawer would not open if the "Preset ...ritsuka2014-11-111-13/+15
* MacGui: revert the formats names to "MP4 File"/"MKV File" .ritsuka2014-11-021-1/+14
* MacGui: do not set the same value twice in the job dict (ChapterStart/Chapter...ritsuka2014-11-021-8/+2
* MacGui: pass only the tracks array to the addTracksFromQueue: method, no need...ritsuka2014-11-021-1/+1
* MacGui: removed two useless array creation and made a copy of the trackSelect...ritsuka2014-11-021-2/+2
* MacGui: remove a unused check for the Mp4LargeFile option.ritsuka2014-11-021-14/+1
* MacGui: workaround for a bug in [[NSApplication sharedApplication] applicatio...ritsuka2014-10-231-1/+7
* MacGui: fixed another numbers of warnings.ritsuka2014-10-231-1/+1
* MacGui: fix preview deinterlace display. The new deinterlace setting was set ...ritsuka2014-09-121-3/+3
* MacGui: fixed the denoise custom options string.ritsuka2014-09-021-2/+2
* MacGui: fix denies in preview jobs.ritsuka2014-09-011-1/+1
* MacGui: use the menu item tag to select the item of the format popup button.ritsuka2014-08-291-10/+9
* MacGui: set the NSOnState on the selected preset menu item.ritsuka2014-08-291-15/+17
* MacGui: removed the PresetIndexNum from the queue job dict.ritsuka2014-08-271-17/+4
* 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