summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fix HBSubtitlesTrack copy, it missed the container ivar.Damiano Galassi2016-01-301-0/+1
|
* MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-283-9/+14
|
* MacGui: switch the defaults languages to view based tables, and a little ↵Damiano Galassi2016-01-264-152/+172
| | | | project cleanup. Remove to unneeded casts.
* MacGui: use hb_generate_filter_settings() to generate the right settings ↵Damiano Galassi2016-01-251-2/+7
| | | | string for the rotate filter.
* MacGui: fix the audio description string encoding.Damiano Galassi2016-01-241-8/+6
|
* Add libavfilter.a to the Xcode project link phase.Damiano Galassi2016-01-221-0/+6
|
* MacGui: cosmetics.Damiano Galassi2016-01-211-1/+2
|
* MacGui: add a key equivalent to the 'don't quit' button of the quit alert.Damiano Galassi2016-01-211-0/+1
|
* 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: check if the activity log is not nil before adding it to ↵Damiano Galassi2016-01-162-4/+10
| | | | HBOutputRedirect.
* MacGui: batch the preview updates so we don't reload the same preview ↵Damiano Galassi2016-01-151-1/+16
| | | | multiple times.
* MacGui: pass the main window undomanager to the preview window.Damiano Galassi2016-01-155-1/+41
|
* MacGui: update the preview window to reflect the rotate filter state.Damiano Galassi2016-01-153-6/+71
|
* MacGui: add the rotate filter to the picture tab.Damiano Galassi2016-01-154-73/+98
|
* MacGui: disk -> disc, plus a bunch of NSLocalizedString.Damiano Galassi2016-01-142-20/+20
|
* MacGui: remove the browsedSourceDisplayName ivar in HBController.Damiano Galassi2016-01-123-19/+23
|
* MacGui: show a warning the first time a user try to scan a bluray directly too.Damiano Galassi2016-01-101-14/+18
|
* MacGui: rework the way HBController scans, remove an ivar and move some ↵Damiano Galassi2016-01-103-314/+323
| | | | unrelated code to HBUtilites.
* MacGui: add rotate filter support to HBJob.Damiano Galassi2016-01-103-0/+23
|
* MacGui: add bluray detection to HBDVDDetector.Damiano Galassi2016-01-092-38/+60
|
* MacGui: correctly update the checked item in the presets menu after an ↵Damiano Galassi2016-01-091-2/+33
| | | | undo/redo.
* MacGui: added some error logs to the queue.Damiano Galassi2016-01-092-8/+8
|
* MacGui: rename File -> Close to Close Window.Damiano Galassi2016-01-091-3/+3
|
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
|
* MacGui: add an exception to enable http connections to handbrake.frDamiano Galassi2015-12-141-0/+13
|
* MacGui: realign the views in the add preset window, disable the resize ↵Damiano Galassi2015-12-143-111/+40
| | | | button in the main window and realign things in the prefs.
* MacGui: show a focus ring around the main window when a file is dragged over ↵Damiano Galassi2015-12-127-86/+143
| | | | it, and move the advanced tab at the end.
* MacGui: add a 'view' menu with the standard menu items and some keyboard ↵Damiano Galassi2015-12-122-3/+65
| | | | shortcuts to switch between the main window tabs.
* MacGui: remove an unused 'Resources (unused)' group from the Xcode project.Damiano Galassi2015-12-051-16/+0
|
* MacGui: default to custom picture size in the add preset sheet if the ↵Damiano Galassi2015-12-054-38/+62
| | | | current job size is less than the maximum size.
* MacGui: add a space between the Queue and the Start toolbar items.Damiano Galassi2015-12-051-3/+4
|
* MacGui: fixed the table view header height on OS X versions older than 10.11.Damiano Galassi2015-12-053-11/+10
|
* MacGui: use a view-based outline view in the presets drawer.Damiano Galassi2015-12-052-56/+66
|
* MacGui: set the right autoresize mask for the cancel buttons of the defaults ↵Damiano Galassi2015-11-162-6/+6
| | | | panels.
* x265: macui multilib supportJohn Stebbins2015-11-122-2/+2
|
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-124-13/+14
| | | | | This adds the structure to load an libx264 10-bit shared library. The user must install this library themselves to an appropriate place.
* MacGui: add two tests for presets save and upgrade.Damiano Galassi2015-11-031-1/+52
|
* MacGui: remove a compatibility workaroud for the 10.9 sdk.Damiano Galassi2015-11-031-16/+6
|
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets ↵Damiano Galassi2015-10-299-52/+101
| | | | instead of a single done button. Fixed the bitrates and mixdowns popups in the audio defaults.
* MacGui: annotate the type of some arrays, and check the count of the input ↵Damiano Galassi2015-10-287-16/+19
| | | | jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command.
* MacGui: add some subtitles tracks to the fake title used in tests.Damiano Galassi2015-10-283-46/+30
|
* MacGui: switched the audio defaults track tableview to view based, and fixed ↵Damiano Galassi2015-10-286-310/+377
| | | | a number of typo.
* MacGui: remove the daily and monthly update check option.Damiano Galassi2015-10-253-58/+43
|
* MacGui: add some simple tests for the undo/redo implementation of HBJob.Damiano Galassi2015-10-253-2/+198
|
* MacGui: change the title selection sheet to use a view-based table view.Damiano Galassi2015-10-253-98/+177
|
* MacGui: align some UI elements.Damiano Galassi2015-10-253-9/+10
|
* MacGui: switch the audio table to a view-based one.Damiano Galassi2015-10-252-248/+347
|
* MacGui: improve subtitles defaults undo support.Damiano Galassi2015-10-243-10/+22
|
* MacGui: add type parameter to some arrays.Damiano Galassi2015-10-243-5/+7
|
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-2415-142/+295
|