summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix the presets view that was broken a few days ago.Damiano Galassi2018-07-121-1/+1
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-1/+1
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-25/+6
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-47/+47
* MacGui: show the copy protection alert at most once each time HandBrake is run.Damiano Galassi2018-06-091-6/+6
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-150/+68
* MacGUI: Select newly saved preset on creation.Bradley Sepos2018-03-171-0/+7
* MacGUI: Improve rename return value conditional.Bradley Sepos2018-03-171-1/+1
* MacGUI: Fix Rename dialog on 10.7.Bradley Sepos2018-03-171-6/+1
* MacGUI: Add Rename Preset dialog.Rodeo3142018-03-171-1/+40
* MacGUI: Set the popover selected preset to the current on make default.Bradley Sepos2018-03-171-0/+1
* MacGUI: Add Make Default Preset item to Presets menu.Bradley Sepos2018-03-171-0/+5
* MacGUI: Update main window preset control when renaming via popover.Bradley Sepos2018-03-171-4/+1
* MacGUI: Add Delete item to Presets menu.Bradley Sepos2018-03-171-0/+6
* MacGUI: Set the popover selected preset to the current preset on close.Bradley Sepos2018-03-171-0/+1
* MacGUI: Load the presets popover view on main window load.Bradley Sepos2018-03-171-0/+2
* Misc. typosluz.paz2018-02-201-1/+1
* MacGUI: Coding style cosmetics.Bradley Sepos2018-01-261-1/+2
* MacGui: Add preset reload button.sr552018-01-251-0/+8
* MacGui: fix a typo and the progress bar that was already hidden after the las...Damiano Galassi2017-12-201-0/+2
* MacGui: update preset when navigating with the keyboard arrows, fix #452Damiano Galassi2017-12-201-3/+6
* MacGui: improve VoiceOver navigation.Damiano Galassi2017-12-191-0/+1
* MacGui: append "(Modified)" to the preset name.Damiano Galassi2017-12-191-4/+4
* MacGui: add a short source description after the source name.Damiano Galassi2017-12-151-10/+16
* MacGui: do not update the UI if the windows are not visible.Damiano Galassi2017-12-121-4/+43
* MacGui: remove the audio preferences.Damiano Galassi2017-12-111-45/+1
* MacGui: remove an old workaround for a forgotten issue with progress bars.Damiano Galassi2017-12-071-13/+0
* MacGui: remove unneeded outlets and NSAnimationContext in HBController.Damiano Galassi2017-12-071-20/+4
* mac: Adjust main window progress area vertical spacing.Bradley Sepos2017-12-061-2/+3
* mac: Widen popover to show all official presets without clipping.Bradley Sepos2017-12-061-1/+1
* mac: Rename instances of cancelled to canceled.Bradley Sepos2017-12-051-1/+1
* MacGui: add a header to the presets popover.Damiano Galassi2017-11-301-0/+2
* MacGui: fix rotation in summary panel, show rotation in filters list when fli...Damiano Galassi2017-11-301-1/+1
* MacGui: create the NSDrawer only when necessary in HBController (before it wa...Damiano Galassi2017-11-251-25/+27
* MacGui: convert the main window xib to auto layout.Damiano Galassi2017-11-251-30/+16
* MacGui: use a popover instead of a drawer on 10.10+ .Damiano Galassi2017-11-241-13/+60
* MacGui: add a popup button to select the preset in the main window.Damiano Galassi2017-11-241-1/+12
* MacGui: use KVO to get a good part of the change notification in the summary ...Damiano Galassi2017-11-241-2/+2
* MacGui: show a preview image in the summary tab.Damiano Galassi2017-11-121-1/+4
* MacGui: do not allow the path separator "/" character to be inserted in the o...Damiano Galassi2017-11-111-6/+10
* MacGui: move the format options to the summary tab.Damiano Galassi2017-11-101-1/+10
* MacGui: add a popup menu to select the category in the add preset sheet.Damiano Galassi2017-11-101-6/+2
* MacGui: rename Folder to Category.Damiano Galassi2017-11-101-2/+2
* MacGui: end fields editing before the filename check.Damiano Galassi2017-09-151-1/+2
* MacGui: move the filters to a separate tab.Damiano Galassi2017-09-071-1/+10
* MacGui: end the textfields editing before adding a job to queue or creating a...Damiano Galassi2017-03-161-0/+6
* MacGui: forgot an else block in the previous commitDamiano Galassi2017-03-021-1/+4
* MacGui: do not remove a job from the queue if the rescan to the main window f...Damiano Galassi2017-03-021-31/+43
* MacGui: preserve the output file name if auto naming is not enabled and the s...Damiano Galassi2017-02-221-1/+11
* MacGui: allow to sort by title/name/duration in the title selections sheet.Damiano Galassi2017-02-041-18/+10