| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: fix a typo. | Damiano Galassi | 2017-02-24 | 1 | -1/+1 |
* | MacGui: set a sort descriptor by default in the titles selection table. | Damiano Galassi | 2017-02-24 | 1 | -0/+6 |
* | MacGui: preserve the output file name if auto naming is not enabled and the s... | Damiano Galassi | 2017-02-22 | 2 | -2/+13 |
* | MacGui: allow to sort by title/name/duration in the title selections sheet. | Damiano Galassi | 2017-02-04 | 4 | -51/+68 |
* | MacGui: make it possible to create a new folder in the destination open panel. | Damiano Galassi | 2017-02-04 | 1 | -0/+1 |
* | MacGui: add a "Add titles to queue" toolbar button. | Damiano Galassi | 2017-02-04 | 1 | -15/+49 |
* | MacGui: set toolbar images dpi to 72, so Xcode doesn't go crazy and resize th... | Damiano Galassi | 2017-02-04 | 20 | -0/+0 |
* | MacGui: improve management of security scoped resources. Fix external SRT in ... | Damiano Galassi | 2017-01-25 | 13 | -94/+219 |
* | MacGui: select the right title when editing a queue job, libhb avoids rescann... | Damiano Galassi | 2017-01-25 | 1 | -1/+17 |
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB... | Damiano Galassi | 2017-01-20 | 23 | -138/+1233 |
* | MacGui: reload the queue outline view action column when an encode is done (t... | Damiano Galassi | 2017-01-19 | 1 | -1/+4 |
* | disable fontconfig on macOS | Damiano Galassi | 2017-01-18 | 1 | -4/+12 |
* | MacGui: fix string encoding when converting chapters titles to NSString. | Damiano Galassi | 2017-01-12 | 1 | -1/+1 |
* | MacGui: sleep prevention in HBCore should be on by default. | Damiano Galassi | 2017-01-09 | 1 | -0/+1 |
* | MacGui: prevent sleep at queue start, and reallow it at the end of the queue.. | Damiano Galassi | 2017-01-05 | 1 | -0/+9 |
* | MacGui: add an option to disable HBCore automatic sleep prevention behaviour. | Damiano Galassi | 2017-01-05 | 2 | -5/+51 |
* | MacGui: fix NSSecureCoding for the HBSubtitles class. | Damiano Galassi | 2017-01-04 | 2 | -1/+3 |
* | MacGui: always use the last selected source parent directory for the open panel. | Damiano Galassi | 2017-01-02 | 1 | -13/+2 |
* | MacGui: use the bundle name as the title name for .eyetv bundles. | Damiano Galassi | 2017-01-02 | 1 | -0/+7 |
* | MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString. | Damiano Galassi | 2017-01-01 | 1 | -1/+1 |
* | MacGui: fix the tests, an external file is required to run them now. | Damiano Galassi | 2017-01-01 | 5 | -199/+58 |
* | MacGui: write the job preset name to the activity log. | Damiano Galassi | 2017-01-01 | 1 | -0/+1 |
* | Update copyright dates to 2017. | Bradley Sepos | 2017-01-01 | 1 | -1/+1 |
* | MacGui: check if a file overwrites its source before adding it to the queue. | Damiano Galassi | 2016-12-31 | 1 | -59/+70 |
* | MacGui: reset the video encoder additional options when switching to a differ... | Damiano Galassi | 2016-12-31 | 1 | -0/+14 |
* | MacGui: allow only .app to be selected in the "send file to" open panel. | Damiano Galassi | 2016-12-31 | 1 | -0/+1 |
* | MacGui: make possible to configure on which queue HBCore will call the callba... | Damiano Galassi | 2016-12-30 | 2 | -9/+7 |
* | MacGui: cache the text attributes in DockTextField to avoid recreating the sa... | Damiano Galassi | 2016-12-30 | 2 | -38/+54 |
* | If available, use the monospaced digit system font to draw the progress over ... | Marcelo Alves | 2016-12-30 | 1 | -2/+11 |
* | MacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue ... | Damiano Galassi | 2016-12-28 | 1 | -5/+9 |
* | MacGui: set PictureWidth and PictureHeight when creating presets with the "So... | Damiano Galassi | 2016-12-28 | 1 | -4/+12 |
* | MacGui: properly enable the "burned in" checkbox when switching from mp4 to m... | Damiano Galassi | 2016-12-28 | 1 | -1/+1 |
* | MacGui: do not use the raw block device path for bluray. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 13 | -18/+50 |
* | MacGui: fix audio and subtitles tracks when reloading a job from the queue. | Damiano Galassi | 2016-12-27 | 2 | -16/+20 |
* | MacGui: set the docs menu item to go directly to en 1.0.0 docs. | Damiano Galassi | 2016-12-24 | 1 | -1/+1 |
* | MacGui: change the initial queue window position to be near top-left screen c... | Damiano Galassi | 2016-12-24 | 1 | -6/+6 |
* | MacGui: set the subtitles track default key when applying defaults from a pre... | Damiano Galassi | 2016-12-24 | 1 | -0/+1 |
* | MacGui: fix preview HUD initial position if the window size is different than... | Damiano Galassi | 2016-12-24 | 1 | -1/+1 |
* | macgui: Update Info.plist copyright and license. | Bradley Sepos | 2016-12-22 | 1 | -2/+2 |
* | build: Add install, install-strip, and uninstall targets for Darwin/Mac. | Bradley Sepos | 2016-12-22 | 2 | -14/+45 |
* | MacGui: remove NSAppTransportSecurity handbrake.fr http exception, all the mi... | Damiano Galassi | 2016-12-21 | 1 | -13/+0 |
* | MacGui: fix languages cells layout. | Damiano Galassi | 2016-12-21 | 1 | -11/+12 |
* | MacGui: use the right color profile for Bt 2020 primaries. | Damiano Galassi | 2016-12-21 | 1 | -0/+8 |
* | macgui: Tweak queue toolbar icon badge. | Bradley Sepos | 2016-12-21 | 1 | -5/+6 |
* | macgui: Revise preview controller tooltips. | Bradley Sepos | 2016-12-20 | 2 | -27/+27 |
* | macgui: Revise queue tooltips and contextual menu. | Bradley Sepos | 2016-12-20 | 1 | -28/+16 |
* | macgui: Update activity window contextual menu items for consistency. | Bradley Sepos | 2016-12-20 | 1 | -19/+11 |
* | macgui: Update preferences dialogs. | Bradley Sepos | 2016-12-20 | 1 | -71/+75 |
* | macgui: Remove single tooltip from preview picture settings hud. | Bradley Sepos | 2016-12-20 | 1 | -5/+2 |