summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: rename HBController and HBQueueController files.ritsuka2015-01-221-1424/+0
* MacGui: move the application delegate to its own class. Removed the "Open Sou...ritsuka2015-01-221-943/+471
* MacGui: rename cancel: to cancelRip: so it won't be automatically called when...ritsuka2015-01-201-11/+2
* MacGui: use bindings to enable/disable the main window ui elements.ritsuka2015-01-201-40/+16
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-1323/+345
* MacGui: simplify the toolbar/menu validation methods, plus some cosmetics.ritsuka2015-01-141-167/+137
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-11/+5
* MacGui: remove some NSString -> NSURL conversions. Added a default size value...ritsuka2015-01-091-33/+25
* MacGui: use NSURL where possible, replace a api call not available on 10.6.ritsuka2015-01-071-40/+40
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-36/+22
* MacGui: set the preset name to custom when a setting in the video/picture/fil...ritsuka2014-12-291-1/+8
* MacGui: use bindings to toggle the chapters/seconds/frames UI.ritsuka2014-12-291-63/+8
* MacGui: move more things out of HBController.ritsuka2014-12-281-46/+9
* 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