summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* macgui: Revise Picture tab tooltips.Bradley Sepos2016-12-201-52/+106
|
* macgui: Revise Add Preset dialog tooltips.Bradley Sepos2016-12-201-14/+16
|
* macgui: Revise presets drawer tooltips.Bradley Sepos2016-12-201-20/+11
|
* macgui: Revise main window tooltips.Bradley Sepos2016-12-201-30/+34
| | | | Change Output Settings label to Preset.
* macgui: Revise main menu.Bradley Sepos2016-12-201-9/+9
|
* MacGui: do not display pass info if pass_count is -1. Start the HBCore ↵Damiano Galassi2016-12-202-9/+11
| | | | update timer only after starting a scan/job.
* MacGui: return 'und' is the language is unknown.Damiano Galassi2016-12-201-1/+1
|
* MacGui: restore the NSGraphicsContext after it has been used.Damiano Galassi2016-12-201-0/+2
|
* macgui: Revise Video tab tooltips.Bradley Sepos2016-12-191-27/+36
|
* MacGui: Update decomb/deinterlace tooltip to reflect new behavior. Fix some ↵Damiano Galassi2016-12-151-17/+18
| | | | tooltips text that was added as accessibility text.
* MacGui: use the languages from the audio preferences for built-in presets, ↵Damiano Galassi2016-12-144-42/+63
| | | | this had been broken when the MacGui started to use hb_preset_job_init().
* MacGui: restore type select in the defaults languages table.Damiano Galassi2016-12-143-101/+43
|
* MacGui: fix the stop button to properly stop the encode if libhb state is ↵Damiano Galassi2016-11-213-3/+3
| | | | HBStateSearching.
* MacGui: round up HBTitle frames count.Damiano Galassi2016-11-111-1/+2
|
* MacGui: set the appropriate colorspace for preview images, and use a gamma ↵Damiano Galassi2016-11-101-3/+41
| | | | value of ~1.96, same as Apple media frameworks.
* MacGui: remove a mention of strict anamorphic in the picture size tooltip.Damiano Galassi2016-11-071-6/+6
|
* MacGui: fix HBJob copy method, plus small performance optimisation in ↵Damiano Galassi2016-11-025-47/+69
| | | | HBAudio and HBSubtitles.
* MacGui: do not show "Auto passthru" in the audio panel encoders pop up. ↵Damiano Galassi2016-11-025-62/+90
| | | | Allow selecting the passthru fallback encoder settings in the audio defaults panel.
* MacGui: Add new anamorphic mode "Automatic".Damiano Galassi2016-10-318-138/+49
|
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-319-25/+28
|
* MacGui: add auto before the passthru fallback label.Damiano Galassi2016-10-311-30/+30
|
* MacGui: make it possible to set a audio defaults track settings when the ↵Damiano Galassi2016-10-291-17/+56
| | | | selected encoder is a passthru one, if a fallback encoder is available.
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵Damiano Galassi2016-10-2928-383/+251
| | | | and picture job settings.
* MacGui: use HB_ERROR_CANCELED status rather than tracking canceled in HBCoreDamiano Galassi2016-10-271-35/+22
|
* MacGui: add some accessibility labels to the preview window buttons.Damiano Galassi2016-10-212-10/+25
|
* MacGui: use accessibilityValueDescription for the slider value description, ↵Damiano Galassi2016-10-211-1/+12
| | | | and check if the method is available so it doesn't crash on 10.9-10.7.
* MacGui: give VoiceOver the right accessibility value for the video quality ↵Damiano Galassi2016-10-211-0/+5
| | | | slider.
* MacGui: better UI accessibility.Damiano Galassi2016-10-219-49/+90
|
* MacGui: fix test build.Damiano Galassi2016-10-182-3/+1
|
* MacGui: fix the queue toolbar icon badge quality on hi-dpi screens, and try ↵Damiano Galassi2016-10-171-23/+27
| | | | to better align the text.
* MacGui: fix a small memory leak in the NSColor -> CGColor conversion.Damiano Galassi2016-10-051-2/+4
|
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-059-36/+256
|
* MacGui: higher max width for the constant quality value text field, avoid ↵Damiano Galassi2016-09-211-8/+5
| | | | wrapping on two line.
* MacGui: Xcode 8 project check.Damiano Galassi2016-09-211-3/+9
|
* MacGui: fix a crash in the preferences format field.Damiano Galassi2016-09-211-1/+1
|
* MacGui: link to the new documentation.Damiano Galassi2016-09-151-3/+3
|
* MacGui: stop the queue and show an alert if disk space is less than 5 GBDamiano Galassi2016-09-071-1/+29
|
* MacGui: show a failed notification when an encode fails.Damiano Galassi2016-09-071-2/+17
|
* MacGui: show the encoded file in Finder when a done notification is clicked.Damiano Galassi2016-09-071-12/+24
|
* MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite.Damiano Galassi2016-09-031-1/+1
|
* MacGui: fix an ambiguous autolayout contrains in the subtitles defaults window.Damiano Galassi2016-09-031-11/+7
|
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-0312-992/+866
|
* MacGui: add libopus to Xcode project link phase.Damiano Galassi2016-09-033-4/+10
|
* MacGui: follow CSV format for imported/exported chapters.Damiano Galassi2016-08-221-57/+204
|
* MacGui: small UI tweaks.Damiano Galassi2016-08-063-152/+231
|
* MacGui: use auto layout in the preferences window.Damiano Galassi2016-08-062-571/+727
|
* MacGui: convert more xibs to Auto Layout.Damiano Galassi2016-07-306-306/+517
|
* MacGui: realign AddPreset.xib UI with Auto LayoutDamiano Galassi2016-07-301-61/+102
|
* MacGui: update the UI after a failed queue scan.Damiano Galassi2016-07-291-8/+20
|
* MacGui: update the drc value immediately when the slider is moved.Damiano Galassi2016-07-271-35/+17
|