summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* macosx: Minor cleanup of hbsign.Bradley Sepos2019-08-301-10/+9
* MacGui: sign with the sandbox entitlements if sandbox is enabled.Damiano Galassi2019-08-301-1/+5
* Update hbsign with hardened runtime and sandbox options.Damiano Galassi2019-08-303-29/+106
* MacGui: add a preference to not display preview images in the summary tab.Damiano Galassi2019-08-307-34/+95
* MacGui: make it possible to resize the columns in the audio and subtitles tab...Damiano Galassi2019-08-302-12/+15
* MacGui: do not set the track name if it's one of those we generate.Damiano Galassi2019-08-301-1/+8
* MacGui: passthru tracks names.Damiano Galassi2019-08-303-1/+8
* Update MacGUI with german mixdown stringsNomis1012019-08-293-4/+57
* MacGui: add the needed hardened runtime entitlements.Damiano Galassi2019-08-242-0/+6
* MacGui: workaround a issue in 10.15 beta where the queue file modification da...Damiano Galassi2019-08-241-12/+25
* MacGui: update sign script to sign the new xpc service.Damiano Galassi2019-08-221-0/+2
* MacGui: fix a warnings and the tests.Damiano Galassi2019-08-223-4/+4
* MacGui: make it possible to localize mixdowns.Damiano Galassi2019-08-227-38/+206
* make: Move sandbox option into new Security group in configure.py.Nomis1012019-08-211-1/+1
* make: Add a configure.py option to enable app sandbox.Nomis1012019-08-211-1/+5
* MacGui: revert a change that was committed by error.Damiano Galassi2019-08-191-5/+1
* MacGui: disable security-scoped bookmarks resolution in the XPC service.Damiano Galassi2019-08-194-1/+34
* MacGui: make use of some newer NSCoding api to better report decoding failure.Damiano Galassi2019-08-1511-46/+31
* MacGui: add a method to send a NSError to activity log.Damiano Galassi2019-08-152-3/+17
* MacGui: fix some truncated text in the picture settings.Damiano Galassi2019-08-151-8/+8
* MacGui: fix an exception when reading an HBJob from disk; do not store previe...Damiano Galassi2019-08-1420-66/+159
* MacGui: set a default queue window size.Damiano Galassi2019-08-131-0/+1
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-1318-180/+324
* MacGui: fix some UI syncronization issues caused by moving things to another ...Damiano Galassi2019-08-124-9/+14
* MacGui: fix the color of the selected queue row on 10.11.Damiano Galassi2019-08-121-1/+1
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-1275-153/+309
* MacGui: do not copy the xpc info.plist to the Resources folder.Damiano Galassi2019-08-122-2/+1
* MacGui: disable sudden termination in the xpc service when the core is created.Damiano Galassi2019-08-121-0/+3
* libhb: eliminate file path length limitsJohn Stebbins2019-08-111-2/+1
* add subtitle track name read/writeJohn Stebbins2019-08-111-0/+1
* mac: Remove libsamplerate from Xcode project.Bradley Sepos2019-08-111-6/+0
* MacGui: improve queue accessibility.Damiano Galassi2019-08-111-0/+9
* MaGui: fix xpc service localization.Damiano Galassi2019-08-116-6/+58
* MacGui: improve xpc crash recovery, set dvdnav option in the xpc service.Damiano Galassi2019-08-115-10/+26
* MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ...Damiano Galassi2019-08-113-8/+10
* MacGui: recover when the xpc service crashes.Damiano Galassi2019-08-116-22/+63
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-1130-290/+1298
* [MacGUI] Update german localization (for new queue)Nomis1012019-08-0711-91/+176
* MacGui: update Italian localization.Damiano Galassi2019-08-0610-87/+186
* MacGui: rename the Actions toolbar item to Action to be coherent with the oth...Damiano Galassi2019-08-061-3/+3
* Update deprecated gnu dialects name in project.pbxprojNomis1012019-08-061-4/+4
* MacGui: correct the HBEncodeLogLocation key. Fix #2220.Damiano Galassi2019-08-051-1/+1
* MacGui: don't send the search pass progress to the Finder progress bar.Damiano Galassi2019-07-311-1/+2
* Fix some typos (#2202)Nomis1012019-07-3124-29/+29
* MacGui: add a preference to automatically clear completed queue items.Damiano Galassi2019-07-304-28/+51
* MacGui: set the progress labels to a monospaced digit font.Damiano Galassi2019-07-303-5/+19
* MacGui: add a nicer icon to the details toolbar button.Damiano Galassi2019-07-304-4/+29
* MacGui: refactor the preferences keys and autonaming methods; fix the queue w...Damiano Galassi2019-07-2931-449/+555
* MacGui: add file size to the statistics. Fix selected text color when dark mo...Damiano Galassi2019-07-285-24/+59
* MacGui: show statistics for completed jobs.Damiano Galassi2019-07-276-64/+196