mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
6625a318ac
* add deployment * add correct api key * fix cmake lists and add heroku app name * Update .gitmodules sync modules with upstream * add possibility to start hyperiond as systray app * cleanup * - new command line options: --desktop --service to set desired mode (systray icon / console only) - auto detect x server - if avail run in gui mode - on osx always run in gui mode - use existing icon from webconfig, instead of own icon - add ability to no gice a config file name. If config not given, default config file will be set (home dir, or hyperiond dir, depending on writable state) * fix warnings and compile error * use own icon for systray purpose * use new logo * - set application properties - fix force service mode
28 lines
1.8 KiB
Plaintext
28 lines
1.8 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file alias="hyperion-icon.png">hyperion-icon_32px.png</file>
|
|
<file alias="hyperion-schema">hyperion.schema.json</file>
|
|
<file alias="hyperion_default.config">../../config/hyperion.config.json.default</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-framegrabber.json">schema/schema-framegrabber.json</file>
|
|
<file alias="schema-blackborderdetector.json">schema/schema-blackborderdetector.json</file>
|
|
<file alias="schema-kodiVideoChecker.json">schema/schema-kodiVideoChecker.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-protoServer.json">schema/schema-protoServer.json</file>
|
|
<file alias="schema-boblightServer.json">schema/schema-boblightServer.json</file>
|
|
<file alias="schema-udpListener.json">schema/schema-udpListener.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>
|
|
</qresource>
|
|
</RCC>
|