mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
* Allow to enable/disable suspend & lock event handling * Fix Windows * Refactor event handling incl.CEC * Revert "Auxiliary commit to revert individual files from 0d9a8b8a3a4a09609a339f54c7d8a9384c561282" This reverts commit 80737d926ad151a07b2493dd1685ed502975cb2e. * Support Events for Grabbers generically * Have CECEvent to actions configurable, further clean-ups * Remove handleEvent from V4L2grabber, as grabber will be stopped on suspend * Validate that one CEC Event can only trigger one action * MacOS lock/unlock added * fast windows fix * Corrections * Fix CodeQL findings * add macos lock/unlock handler * Migration of CEC-config and have default actions * Correct target_link_libraries * Include Foundation * macOS include AppKit * Support Scheduled Events, cleanups. * Fix destructing * Fix coredump during free * Consider additional error sceanrio * Fix missing code * install desktop icons * correct bash logic --------- Co-authored-by: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com>
32 lines
2.0 KiB
Plaintext
32 lines
2.0 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file alias="hyperion-schema">hyperion.schema.json</file>
|
|
<file alias="schema-general.json">schema/schema-general.json</file>
|
|
<file alias="schema-logger.json">schema/schema-logger.json</file>
|
|
<file alias="schema-device.json">schema/schema-device.json</file>
|
|
<file alias="schema-color.json">schema/schema-color.json</file>
|
|
<file alias="schema-smoothing.json">schema/schema-smoothing.json</file>
|
|
<file alias="schema-grabberV4L2.json">schema/schema-grabberV4L2.json</file>
|
|
<file alias="schema-grabberAudio.json">schema/schema-grabberAudio.json</file>
|
|
<file alias="schema-framegrabber.json">schema/schema-framegrabber.json</file>
|
|
<file alias="schema-blackborderdetector.json">schema/schema-blackborderdetector.json</file>
|
|
<file alias="schema-foregroundEffect.json">schema/schema-foregroundEffect.json</file>
|
|
<file alias="schema-backgroundEffect.json">schema/schema-backgroundEffect.json</file>
|
|
<file alias="schema-forwarder.json">schema/schema-forwarder.json</file>
|
|
<file alias="schema-jsonServer.json">schema/schema-jsonServer.json</file>
|
|
<file alias="schema-flatbufServer.json">schema/schema-flatbufServer.json</file>
|
|
<file alias="schema-protoServer.json">schema/schema-protoServer.json</file>
|
|
<file alias="schema-boblightServer.json">schema/schema-boblightServer.json</file>
|
|
<file alias="schema-webConfig.json">schema/schema-webConfig.json</file>
|
|
<file alias="schema-effects.json">schema/schema-effects.json</file>
|
|
<file alias="schema-ledConfig.json">schema/schema-ledConfig.json</file>
|
|
<file alias="schema-leds.json">schema/schema-leds.json</file>
|
|
<file alias="schema-instCapture.json">schema/schema-instCapture.json</file>
|
|
<file alias="schema-network.json">schema/schema-network.json</file>
|
|
<file alias="schema-eventActions.json">schema/schema-eventActions.json</file>
|
|
<file alias="schema-schedEvents.json">schema/schema-schedEvents.json</file>
|
|
<file alias="schema-osEvents.json">schema/schema-osEvents.json</file>
|
|
<file alias="schema-cecEvents.json">schema/schema-cecEvents.json</file>
|
|
</qresource>
|
|
</RCC>
|