Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: there is no need to update the core state each progress update. | Damiano Galassi | 2020-04-15 | 1 | -1/+0 |
| | |||||
* | MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵ | Damiano Galassi | 2020-04-11 | 1 | -56/+11 |
| | | | | preference to set the number of queue workers. | ||||
* | MacGui: lazy xpc service init. | Damiano Galassi | 2020-04-11 | 1 | -14/+20 |
| | |||||
* | MacGui: move sleep prevention to the main process, so we keep the sleep ↵ | Damiano Galassi | 2019-12-29 | 1 | -5/+52 |
| | | | | assertion if the XPC service crashes. | ||||
* | MacGui: make use of some newer NSCoding api to better report decoding failure. | Damiano Galassi | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | MacGui: fix an exception when reading an HBJob from disk; do not store ↵ | Damiano Galassi | 2019-08-14 | 1 | -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 Galassi | 2019-08-13 | 1 | -2/+36 |
| | | | | external subtitles tracks when sandboxed. Add initial support to the model to store the track title. | ||||
* | MaGui: fix xpc service localization. | Damiano Galassi | 2019-08-11 | 1 | -4/+8 |
| | |||||
* | MacGui: improve xpc crash recovery, set dvdnav option in the xpc service. | Damiano Galassi | 2019-08-11 | 1 | -5/+13 |
| | |||||
* | MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ↵ | Damiano Galassi | 2019-08-11 | 1 | -3/+7 |
| | | | | items state when going from scanning to encoding. | ||||
* | MacGui: recover when the xpc service crashes. | Damiano Galassi | 2019-08-11 | 1 | -19/+53 |
| | |||||
* | MacGui: move the queue libhb instance to an xpc service. | Damiano Galassi | 2019-08-11 | 1 | -0/+167 |