summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix tests for the sandboxed schemes.Damiano Galassi2017-04-144-8/+20
* MacGui: fix auto mixdown.Damiano Galassi2017-04-131-9/+1
* MacGui: do not duplicate the subtitle source track each time the job is read ...Damiano Galassi2017-03-171-1/+1
* MacGui: improve the job description in the queue.Damiano Galassi2017-03-173-366/+377
* MacGui: end the textfields editing before adding a job to queue or creating a...Damiano Galassi2017-03-164-50/+89
* MacGui: add a message in the panel to select the external app.Damiano Galassi2017-03-151-0/+1
* MacGui: remove two unused vars.Damiano Galassi2017-03-151-8/+2
* MacGui: fix a possible race condition with the multiprocess queue when editin...Damiano Galassi2017-03-151-2/+1
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-102-26/+3
* MacGui: fix "add titles to queue" toolbar item sizeDamiano Galassi2017-03-081-24/+24
* 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-024-43/+63
* MacGui: fix a typo.Damiano Galassi2017-02-241-1/+1
* MacGui: set a sort descriptor by default in the titles selection table.Damiano Galassi2017-02-241-0/+6
* MacGui: preserve the output file name if auto naming is not enabled and the s...Damiano Galassi2017-02-222-2/+13
* MacGui: allow to sort by title/name/duration in the title selections sheet.Damiano Galassi2017-02-044-51/+68
* MacGui: make it possible to create a new folder in the destination open panel.Damiano Galassi2017-02-041-0/+1
* MacGui: add a "Add titles to queue" toolbar button.Damiano Galassi2017-02-041-15/+49
* MacGui: set toolbar images dpi to 72, so Xcode doesn't go crazy and resize th...Damiano Galassi2017-02-0420-0/+0
* MacGui: improve management of security scoped resources. Fix external SRT in ...Damiano Galassi2017-01-2513-94/+219
* MacGui: select the right title when editing a queue job, libhb avoids rescann...Damiano Galassi2017-01-251-1/+17
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-2023-138/+1233
* MacGui: reload the queue outline view action column when an encode is done (t...Damiano Galassi2017-01-191-1/+4
* disable fontconfig on macOSDamiano Galassi2017-01-181-4/+12
* MacGui: fix string encoding when converting chapters titles to NSString.Damiano Galassi2017-01-121-1/+1
* MacGui: sleep prevention in HBCore should be on by default.Damiano Galassi2017-01-091-0/+1
* MacGui: prevent sleep at queue start, and reallow it at the end of the queue..Damiano Galassi2017-01-051-0/+9
* MacGui: add an option to disable HBCore automatic sleep prevention behaviour.Damiano Galassi2017-01-052-5/+51
* MacGui: fix NSSecureCoding for the HBSubtitles class.Damiano Galassi2017-01-042-1/+3
* MacGui: always use the last selected source parent directory for the open panel.Damiano Galassi2017-01-021-13/+2
* MacGui: use the bundle name as the title name for .eyetv bundles.Damiano Galassi2017-01-021-0/+7
* MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString.Damiano Galassi2017-01-011-1/+1
* MacGui: fix the tests, an external file is required to run them now.Damiano Galassi2017-01-015-199/+58
* MacGui: write the job preset name to the activity log.Damiano Galassi2017-01-011-0/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* MacGui: check if a file overwrites its source before adding it to the queue.Damiano Galassi2016-12-311-59/+70
* MacGui: reset the video encoder additional options when switching to a differ...Damiano Galassi2016-12-311-0/+14
* MacGui: allow only .app to be selected in the "send file to" open panel.Damiano Galassi2016-12-311-0/+1
* MacGui: make possible to configure on which queue HBCore will call the callba...Damiano Galassi2016-12-302-9/+7
* MacGui: cache the text attributes in DockTextField to avoid recreating the sa...Damiano Galassi2016-12-302-38/+54
* If available, use the monospaced digit system font to draw the progress over ...Marcelo Alves2016-12-301-2/+11
* MacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue ...Damiano Galassi2016-12-281-5/+9
* MacGui: set PictureWidth and PictureHeight when creating presets with the "So...Damiano Galassi2016-12-281-4/+12
* MacGui: properly enable the "burned in" checkbox when switching from mp4 to m...Damiano Galassi2016-12-281-1/+1
* MacGui: do not use the raw block device path for bluray.Damiano Galassi2016-12-271-1/+1
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-2713-18/+50
* MacGui: fix audio and subtitles tracks when reloading a job from the queue.Damiano Galassi2016-12-272-16/+20
* MacGui: set the docs menu item to go directly to en 1.0.0 docs.Damiano Galassi2016-12-241-1/+1
* MacGui: change the initial queue window position to be near top-left screen c...Damiano Galassi2016-12-241-6/+6
* MacGui: set the subtitles track default key when applying defaults from a pre...Damiano Galassi2016-12-241-0/+1