Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: do not disable xpc services suddent termination. Sudden termination ↵ | Damiano Galassi | 2020-12-06 | 1 | -3/+0 |
| | | | | is automatically disabled when an encode is running. | ||||
* | MacGUi: fix build. | Damiano Galassi | 2020-07-06 | 1 | -0/+4 |
| | |||||
* | MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a ↵ | Damiano Galassi | 2020-04-11 | 6 | -1/+113 |
| | | | | preference to set the number of queue workers. | ||||
* | MacGui: move sleep prevention to the main process, so we keep the sleep ↵ | Damiano Galassi | 2019-12-29 | 2 | -26/+1 |
| | | | | assertion if the XPC service crashes. | ||||
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -3/+3 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | MacGui: add Russian localization and update the others after the video view ↵ | Damiano Galassi | 2019-10-06 | 1 | -0/+4 |
| | | | | changes. | ||||
* | MacGui: reorganize Xcode project groups and fix file copyright headers. | Damiano Galassi | 2019-10-04 | 4 | -16/+4 |
| | |||||
* | Update hbsign with hardened runtime and sandbox options. | Damiano Galassi | 2019-08-30 | 1 | -0/+8 |
| | |||||
* | MacGui: add the needed hardened runtime entitlements. | Damiano Galassi | 2019-08-24 | 1 | -0/+2 |
| | |||||
* | MacGui: disable security-scoped bookmarks resolution in the XPC service. | Damiano Galassi | 2019-08-19 | 1 | -0/+4 |
| | |||||
* | MacGui: fix an exception when reading an HBJob from disk; do not store ↵ | Damiano Galassi | 2019-08-14 | 2 | -3/+12 |
| | | | | 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 | 2 | -5/+6 |
| | | | | external subtitles tracks when sandboxed. Add initial support to the model to store the track title. | ||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 3 | -1/+10 |
| | |||||
* | MacGui: disable sudden termination in the xpc service when the core is created. | Damiano Galassi | 2019-08-12 | 1 | -0/+3 |
| | |||||
* | MaGui: fix xpc service localization. | Damiano Galassi | 2019-08-11 | 4 | -0/+28 |
| | |||||
* | MacGui: improve xpc crash recovery, set dvdnav option in the xpc service. | Damiano Galassi | 2019-08-11 | 2 | -0/+9 |
| | |||||
* | MacGui: move the queue libhb instance to an xpc service. | Damiano Galassi | 2019-08-11 | 6 | -0/+334 |