summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fix a typo and the progress bar that was already hidden after the ↵Damiano Galassi2017-12-201-0/+2
| | | | last VoiceOver improvements.
* 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 ↵Damiano Galassi2017-11-301-1/+1
| | | | flip is enabled too. Shorter presets popover.
* MacGui: create the NSDrawer only when necessary in HBController (before it ↵Damiano Galassi2017-11-251-25/+27
| | | | was instantiated in the nib).
* 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
| | | | view.
* 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 ↵Damiano Galassi2017-11-111-6/+10
| | | | output file name.
* 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 ↵Damiano Galassi2017-03-161-0/+6
| | | | a preset, so all the current job settings will be saved.
* 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 ↵Damiano Galassi2017-03-021-31/+43
| | | | fails.
* MacGui: preserve the output file name if auto naming is not enabled and the ↵Damiano Galassi2017-02-221-1/+11
| | | | source is not a stream. Revert to the 0.10.x behaviour.
* MacGui: allow to sort by title/name/duration in the title selections sheet.Damiano Galassi2017-02-041-18/+10
|
* MacGui: make it possible to create a new folder in the destination open panel.Damiano Galassi2017-02-041-0/+1
|
* MacGui: select the right title when editing a queue job, libhb avoids ↵Damiano Galassi2017-01-251-1/+17
| | | | rescanning if the same file/folder is loaded.
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵Damiano Galassi2017-01-201-29/+64
| | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled.
* MacGui: always use the last selected source parent directory for the open panel.Damiano Galassi2017-01-021-13/+2
|
* MacGui: check if a file overwrites its source before adding it to the queue.Damiano Galassi2016-12-311-59/+70
|
* macgui: Revise Open Source toolbar button tooltip.Bradley Sepos2016-12-201-1/+1
| | | | Was also being set dynamically.
* MacGui: use the languages from the audio preferences for built-in presets, ↵Damiano Galassi2016-12-141-2/+46
| | | | this had been broken when the MacGui started to use hb_preset_job_init().
* MacGui: fix the stop button to properly stop the encode if libhb state is ↵Damiano Galassi2016-11-211-1/+1
| | | | HBStateSearching.
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-051-4/+5
|
* MacGui: fix drag&drop on the main window tab view.Damiano Galassi2016-06-171-0/+6
|
* MacGui: select the feature title instead of the first title after a scan.Damiano Galassi2016-05-271-13/+13
|
* MacGui: fix the 'scan only title' option.Damiano Galassi2016-03-261-1/+9
|
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-11/+5
|
* MacGui: show what preset will be used in the 'Add titles to queue' panel. ↵Damiano Galassi2016-02-151-1/+3
| | | | Use autolayout for the xib.
* MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-281-4/+7
|
* MacGui: always show the 'scan only title' view in the open panel, 10.11 ↵Damiano Galassi2016-01-211-0/+5
| | | | hides it by default.
* MacGui: pass the main window undomanager to the preview window.Damiano Galassi2016-01-151-1/+2
|
* MacGui: disk -> disc, plus a bunch of NSLocalizedString.Damiano Galassi2016-01-141-16/+16
|
* MacGui: remove the browsedSourceDisplayName ivar in HBController.Damiano Galassi2016-01-121-19/+10
|