summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: clean up headers and imports.ritsuka2014-12-271-1/+12
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-271-41/+32
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-1243/+342
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-231-243/+86
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-43/+37
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-221-17/+6
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-333/+0
* MacGui: refactor a bit of HBController to remove dependency on hb_title_t.ritsuka2014-12-211-241/+175
* MacGui: use HBJob when possible.ritsuka2014-12-211-106/+70
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-201-229/+80
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-33/+28
* json: add json APIsjstebbins2014-12-161-23/+38
* 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