summaryrefslogtreecommitdiffstats
path: root/macosx/HBRemoteCore.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: there is no need to update the core state each progress update.Damiano Galassi2020-04-151-1/+0
|
* MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵Damiano Galassi2020-04-111-56/+11
| | | | preference to set the number of queue workers.
* MacGui: lazy xpc service init.Damiano Galassi2020-04-111-14/+20
|
* MacGui: move sleep prevention to the main process, so we keep the sleep ↵Damiano Galassi2019-12-291-5/+52
| | | | assertion if the XPC service crashes.
* MacGui: make use of some newer NSCoding api to better report decoding failure.Damiano Galassi2019-08-151-1/+1
|
* MacGui: fix an exception when reading an HBJob from disk; do not store ↵Damiano Galassi2019-08-141-15/+31
| | | | previews image when scanning the title in the queue; set the log level immediately; improve progress info when the pass number is not set yet.
* MacGui: convert the last usage of NSDictionary to a proper class, fix ↵Damiano Galassi2019-08-131-2/+36
| | | | external subtitles tracks when sandboxed. Add initial support to the model to store the track title.
* MaGui: fix xpc service localization.Damiano Galassi2019-08-111-4/+8
|
* MacGui: improve xpc crash recovery, set dvdnav option in the xpc service.Damiano Galassi2019-08-111-5/+13
|
* MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ↵Damiano Galassi2019-08-111-3/+7
| | | | items state when going from scanning to encoding.
* MacGui: recover when the xpc service crashes.Damiano Galassi2019-08-111-19/+53
|
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-0/+167