summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
Commit message (Expand)AuthorAgeFilesLines
...
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-061-130/+115
* MacGui: switch back another property to assign, 10.7 does not support weak fo...ritsuka2015-08-061-115/+130
* MacGui: swap the Video and Picture tab.ritsuka2015-08-051-13/+13
* MacGui: fix the build. Set the xibs compatibility to Xcode 6.3.ritsuka2015-07-2819-87/+341
* MacGui: remove the "use picture filters" checkbox in the add preset sheet. Th...ritsuka2015-07-271-22/+27
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-275-1157/+1867
* MacGui: do not let an instance edit a job that another instance is currently ...ritsuka2015-07-221-7/+7
* MacGui: various queue improvements, including:ritsuka2015-07-222-19/+55
* MacGui: rename "Source" to "Open Source", and add the "Open Recent" menu item.ritsuka2015-07-042-6/+16
* MacGui: correct typo.ritsuka2015-07-041-5/+4
* MacGui: update the layout of the add preset window.ritsuka2015-06-041-106/+74
* MacGui: add more tooltips. All the tooltips in https://reviews.handbrake.fr/r...ritsuka2015-05-177-78/+91
* MacGui: allow exporting a preset folder. Add import/export menu item to the p...ritsuka2015-05-162-33/+44
* MacGui: remove the built in presets update alert.ritsuka2015-05-141-40/+22
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-19/+31
* MacGui: use small size for the cropping radio button.ritsuka2015-05-071-42/+42
* MacGui: fix scan progress bar.ritsuka2015-04-302-14/+14
* MacGui: update the tooltips of the new auto passthru options.ritsuka2015-04-201-3/+3
* MacGui: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet.ritsuka2015-04-181-9/+51
* MacGui: disabled the alternate row background in the presets drawer. It didn'...ritsuka2015-04-071-3/+3
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-072-7/+33
* MacGui: add an alert window to show the exceptions not handled. Hopefully it ...ritsuka2015-03-241-0/+126
* MacGui: bind angle popup to the angle property of HBJob.ritsuka2015-03-191-29/+36
* MacGui: add some accessibility titles to the UI items.ritsuka2015-02-256-38/+80
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-211-27/+39
* MacGui: fix warnings.ritsuka2015-02-202-4/+4
* MacGui: add Burn-In options to subtitle defaults hopefully similar to the Lin...ritsuka2015-02-171-15/+86
* MacGui: add a "Clear All" and "Clear completed items" menu items to the queue...ritsuka2015-02-021-9/+22
* MacGui: forgot a file in the previous commit.ritsuka2015-01-311-3/+2
* MacGui: add a "Add Titles to Queue…" menu item that let select which titles...ritsuka2015-01-252-2/+149
* MacGui: fix subtitles defaults window resizing and delete an empty item in th...ritsuka2015-01-232-13/+10
* MacGui: move the application delegate to its own class. Removed the "Open Sou...ritsuka2015-01-223-811/+754
* MacGui: add a number formatter to the seconds and frames textfields.ritsuka2015-01-201-4/+36
* MacGui: use bindings to enable/disable the main window ui elements.ritsuka2015-01-201-16/+61
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-192-15/+16
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-132-21/+15
* MacGui: refactored some duplicated code.ritsuka2015-01-111-5/+6
* MacGui: enforce a min value for the picture width/height.ritsuka2015-01-091-8/+4
* MacGui: add a number formatter to the custom anamorphic textfields.ritsuka2015-01-061-2/+5
* MacGui: hide the iPod 5g check box if the codec is not h.264.ritsuka2014-12-301-1/+1
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-303-42/+52
* MacGui: use bindings to toggle the chapters/seconds/frames UI.ritsuka2014-12-291-3/+31
* MacGui: move more things out of HBController.ritsuka2014-12-281-2/+9
* MacGui: hide turbo two pass checkbox when x264 is not selected.ritsuka2014-12-271-7/+16
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-273-25/+100
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-4/+12
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-231-8/+25
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-9/+27
* MacGui: fix a warning.ritsuka2014-12-201-3/+3
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-201-57/+180