summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
Commit message (Expand)AuthorAgeFilesLines
* 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
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-82/+211
* MacGui: added back some tooltips to the toolbar items. Remove the NSToolbarDe...ritsuka2014-12-041-8/+8
* MacGui: moved the main window toolbar to the xib.ritsuka2014-12-031-3/+77
* MacGui: connect the action of the "Presets Drawer" to the HBController toggle...ritsuka2014-11-241-1/+1
* MacGui: switched the Preview window class from NSPanel to NSWindow.ritsuka2014-11-231-6/+6
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-232-194/+209
* MacGui: changed the class of the preferences window from NSPanel to NSWindow....ritsuka2014-11-182-17/+24
* MacGui: fixed another label size due to the Helvetica/Lucida Grande differences.ritsuka2014-11-131-5/+5
* MacGui: revert the picture settings panel appearance to aqua on Yosemite.ritsuka2014-11-131-3/+3
* MacGui: made the x264 unparse label selectable.ritsuka2014-11-031-1/+2
* MacGui: fix another label size.ritsuka2014-11-021-1/+1
* MacGui: made editable the cropping field in the picture panel.ritsuka2014-10-311-14/+27
* MacGui: reordered the options in the advanced preferences tab.ritsuka2014-10-311-63/+82
* MacGui: update the file name when the bitrate is changed and auto naming is e...ritsuka2014-10-241-4/+10
* MacGui: made a bunch of labels bigger to make the whole text visible when com...ritsuka2014-10-232-36/+40
* MacGui: removed the appearanceType attribute in the xib to make them compile ...ritsuka2014-10-062-3/+3
* MacGui: set a min size and aligned the “Done” button in the Subtitles Def...ritsuka2014-09-181-3/+4
* MacGui: realigned the prefs ui a bit.ritsuka2014-09-171-28/+33
* MacGui: hide the “Use advanced options panel” checkbox too when the advan...ritsuka2014-09-171-10/+11
* MacGui: removed some attributes from the xib that might building on 10.8 .ritsuka2014-08-286-15/+15
* MacGui: realigned the video quality options.ritsuka2014-08-281-19/+19
* MacGui: removed unused outlets in PicturePreview.xib.ritsuka2014-08-281-9/+3
* MacGui: corrected a label text in the prefs audio tab.ritsuka2014-08-251-1/+1