LordGrey
1ae37d151e
Dominant Color support ( #1569 )
...
* Dominant Color and Mean Color Squared
* Workaround - Suppress empty LED updates
* Add missing text
* Dominant Colors advanced
* Test with fixed initial colors
* Test with fixed initial colors
* Support new processing values via API
* ImageToLED - Add reduced pixel processing, make dominant color advanced configurable
* Updates on Grabber fps setting
* ImageToLedMap - Remove maptype and update test
* Update dynamic cluster array allocation
2023-02-17 16:02:51 +01:00
Hyperion-Bot
093361d3e4
Update sv.json (POEditor.com)
2023-02-17 15:19:10 +01:00
Hyperion-Bot
f4391a512b
Update es.json (POEditor.com)
2023-02-17 15:19:09 +01:00
Hyperion-Bot
f062aa71c5
Update ru.json (POEditor.com)
2023-02-17 15:19:07 +01:00
Hyperion-Bot
6251b58ff9
Update pl.json (POEditor.com)
2023-02-17 15:19:06 +01:00
Hyperion-Bot
dea0a17df4
Update it.json (POEditor.com)
2023-02-17 15:19:04 +01:00
Hyperion-Bot
22fa008c4b
Update fr.json (POEditor.com)
2023-02-17 15:19:03 +01:00
LordGrey
bf418686e3
Fix WLED & Smoothing ( #1567 )
...
* WLED - Fix empty segment element in DB
* WLED - Fix to not overwrite on state when not isStayOnAfterStreaming
* Refactor ProviderRestApi, increase default timeout
* Fix Smoothing - Fix empty updates, consider smoothing configs for effects
* UI - Fix not removed priority
* Add missing header and code updates
* setRedirectPolicy was only introduced in Qt 5.9
* Adalight - Align to HyperSerial v9.0.0
* HyperSerial Hyperion with awa protocol v8.0.0
* Correct line-endings
2023-02-12 21:20:50 +01:00
LordGrey
a57bcbc2b8
WLED segment streaming support ( #1556 )
...
* WLED segment streaming support
* Address CodeQL findings
* WLED - Remove that interim color is shown when WLED is powered off
* Allow LEDDevice to stay on after streaming
* Apply stayOn on segment streamed to
* Fix LED-Matrix Layout: Add Cabling direction selection element again
2023-02-07 08:15:22 +01:00
LordGrey
ef7ceb0bbf
Update to Mbed TLS 3.3.0 ( #1558 )
...
* Convert mbedtls to subproject
* Align cmake to subproject and mbedtls 3.3.0
* mdebtls 3.3.0
* Add cxx_std_20 for Windows build
2023-02-05 15:19:25 +01:00
dependabot[bot]
f327b5063e
Bump actions/download-artifact from 3.0.1 to 3.0.2 ( #1562 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 19:15:29 +01:00
LordGrey
fa7a5b6b56
Various Fixes/Updates ( #1549 )
...
* Update FindWindowsSDK.cmake
* cmake support libcec without version
* Ensure Light-Ids are strings
* Fix type - do not have dbus as requried
* Fixing #1544
* Cleanup
* CleanupFix #1551
* Consistently return instance number with JSON replies (#1504 )
* hyperion-remote- Fix extracting reply for configGet request
* Qt 6.6 - Fix iterator finds
* Fix test_image2ledsmap
* Ensure window.currentHyperionInstanceName is set, cleanup system/log clipboard report
* Address protobuf cmake warning
* Update License
* Update ChangeLog
* Address CodeQL and clang findings
2023-01-16 12:01:28 +01:00
LordGrey
f665f1e1b6
Update to Protocol Buffers 3.21.12 ( #1557 )
2023-01-15 22:25:39 +01:00
dependabot[bot]
e3a82b2890
Bump peter-evans/repository-dispatch from 2.1.0 to 2.1.1 ( #1553 )
...
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases )
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2.1.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 11:26:58 +01:00
dependabot[bot]
09d1ef4883
Bump SamKirkland/FTP-Deploy-Action from 4.3.2 to 4.3.3 ( #1552 )
...
Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/SamKirkland/FTP-Deploy-Action/releases )
- [Commits](https://github.com/SamKirkland/FTP-Deploy-Action/compare/4.3.2...4.3.3 )
---
updated-dependencies:
- dependency-name: SamKirkland/FTP-Deploy-Action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 11:26:47 +01:00
LordGrey
6fa7bab6f7
Add CodeQL for GitHub code scanning ( #1548 )
...
* Create codeql.yml
* Addressing codeql findings
2022-12-27 08:36:10 +01:00
LordGrey
1189f86c1a
Add Suspend/Resume support ( #1535 )
...
* Add Suspend/Resume support
* Support Suspend/Resume/Restart via API, UI and Systray
* Support screen lock/unlock scenario
* Handle idle scenario
* Align with fix for #1368
* Update Windows build
* Refactor SuspendHandler to maintain state
* Do not start BG-Effect, if system goes into suspend mode
* Correct Idle and Resume interaction
2022-12-22 12:40:39 +01:00
LordGrey
2217135336
Fixing outstanding issues ( #1537 )
...
* Correct stopEnableAttemptsTimer thread affinity
* Restart correctly, if running as service
* Add instance# in API response
* Qt6 updates
* Update fallthrough guide
* Update Compile warning
2022-12-19 14:04:35 +01:00
LordGrey
10b755b2ec
Refactor for Python 3.11 deprecated functions ( #1538 )
2022-12-19 13:14:35 +01:00
LordGrey
c4e681f6b3
Rollover version
2022-12-03 22:22:24 +01:00
LordGrey
b109703189
Version 2.0.14
2022-11-27 17:26:54 +01:00
LordGrey
a2db590d2a
Fixes - Smoothing, Color-Calibration ( #1532 )
...
* Smoothing Remove ouputrate as duplicate to update frequency
* Serial LDEDDevices -Increase writeBlack to overcome issues on high baud rates
* Serial LED-Devices - Support device feedback, show statistics provided by HyperSerial
* Fix - Update Color Calibration on Remote Control when settings saved
* Serial LED-Devices - Support device feedback, show statistics provided by HyperSerial
2022-11-27 15:47:54 +01:00
Hyperion-Bot
46f996310d
Update el.json (POEditor.com)
2022-11-26 17:30:36 +01:00
Hyperion-Bot
dc8dc566e0
Update tr.json (POEditor.com)
2022-11-26 17:30:35 +01:00
Hyperion-Bot
4d0c3723de
Update tr.json (POEditor.com)
2022-11-26 17:23:05 +01:00
Hyperion-Bot
29db3ba593
Update ca.json (POEditor.com)
2022-11-26 17:23:04 +01:00
Hyperion-Bot
6b17123259
Update tr.json (POEditor.com)
2022-11-26 17:23:03 +01:00
Hyperion-Bot
5098a7a11e
Update sv.json (POEditor.com)
2022-11-26 17:23:01 +01:00
Hyperion-Bot
905515c46f
Update es.json (POEditor.com)
2022-11-26 17:23:00 +01:00
Hyperion-Bot
1d12fe45ca
Update de.json (POEditor.com)
2022-11-26 17:22:59 +01:00
Hyperion-Bot
1127087b52
Update fr.json (POEditor.com)
2022-11-26 17:22:58 +01:00
LordGrey
547a976000
New languages -Catalan & Greek ( #1533 )
2022-11-26 16:44:59 +01:00
xkns
7a31e2bb6d
Oklab: Fix rollover error ( #1529 )
...
* oklab: Removed unnecessary type conversions
* oklab: Fixed rollover error in color conversion
2022-11-24 18:15:10 +01:00
LordGrey
80aafa22ec
Update for install-qt-action@v3
2022-11-07 22:00:58 +01:00
dependabot[bot]
1848744e6e
Bump peter-evans/repository-dispatch from 2.0.0 to 2.1.0 ( #1523 )
...
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases )
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 20:12:08 +01:00
dependabot[bot]
97e5e01a27
Bump actions/download-artifact from 3.0.0 to 3.0.1 ( #1524 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 20:11:54 +01:00
dependabot[bot]
b1fe042a9f
Bump geekyeggo/delete-artifact from 1 to 2 ( #1525 )
...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact ) from 1 to 2.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases )
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 20:11:39 +01:00
dependabot[bot]
0ea1522000
Bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 ( #1526 )
...
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases )
- [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/v5.2.0/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 20:11:13 +01:00
LordGrey
06091b0786
Cleanup APT-builds
2022-11-07 16:57:08 +01:00
dependabot[bot]
49b83abcdf
Bump SamKirkland/FTP-Deploy-Action from 4.3.1 to 4.3.2 ( #1517 )
...
Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/SamKirkland/FTP-Deploy-Action/releases )
- [Commits](https://github.com/SamKirkland/FTP-Deploy-Action/compare/4.3.1...4.3.2 )
---
updated-dependencies:
- dependency-name: SamKirkland/FTP-Deploy-Action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 23:01:21 +01:00
LordGrey
9df21b9ddd
Adalight - HyperSerial Support ( #1515 )
...
* HyperSerial support
* Migrate Adalight records to new structure
* Serial Devices - Select baud rate and allow providing a custom one
2022-09-30 17:02:40 +02:00
LordGrey
e8fc8a9855
Add libjpeg-dev to test LIBJPEG_TURBO_VERSION_NUMBER ( #1516 )
2022-09-29 20:38:32 +02:00
LordGrey
cb76afa4d9
Fix v4l2 MJPEG Processing ( #1512 )
...
* Fix MJPEG 3D and transform memory leak
* In 3D Crop only half to maintain ratio
* Support turbojpeg v1 and v2
2022-09-27 08:57:19 +02:00
LordGrey
9d23d9e2d6
Fix APT builds - Readd tarball
2022-09-07 08:12:13 +02:00
dependabot[bot]
d219dac36c
Bump SamKirkland/FTP-Deploy-Action from 4.3.0 to 4.3.1 ( #1508 )
...
Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/SamKirkland/FTP-Deploy-Action/releases )
- [Commits](https://github.com/SamKirkland/FTP-Deploy-Action/compare/4.3.0...4.3.1 )
---
updated-dependencies:
- dependency-name: SamKirkland/FTP-Deploy-Action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:03:20 +02:00
LordGrey
95e53b4720
Fix APT builds
2022-09-06 12:58:29 +02:00
LordGrey
9f6704118e
Fix - Logo should say "Lighting" not "Lightning" ( #1510 )
...
* Fix #1505 - Logo should say "Lighting" not "Lightning"
* Address LGTM findings
* Specify an image theme using html, as fragmented approach
2022-09-05 23:53:41 +02:00
Drzony
2008e2c3d7
Fix SEGFAULT in V4L2Grabber ( #1503 )
2022-08-19 10:22:10 +02:00
xkns
2fb2fc9dd7
Saturation & Brightness/Value Gain using Oklab color space ( #1477 )
...
* Imported Oklab reference implementation
* Add Okhsv conversions
* Fixed formatting error
* Add saturation and value gain to schemas
* Add english translation for saturation, value gain
* Created OkhsvTransform
* Make OkhsvTransform configurable
* Apply OkhvsTransform
* Clamped values during transform
* Precalculate isIdentity in OkhsvTransform
* Skip OkhsvTransform if it is the identity function
* Added changelog message
* Allow for full desaturation
* Imported recommended changes by LordGrey
* Fixed typo in constant
* Fixed anti-pattern in ok_color.h
* Correct indentions
* Correct remote-control
* Limited maximum gain settings to practical range
* Renane valueGain to brightnessGain for clarity and understanding
Co-authored-by: LordGrey <lordgrey.emmel@gmail.com>
2022-08-17 23:26:19 +02:00
LordGrey
a2266b177f
Improve Led Device on/off and background effect ( #1502 )
...
* Queue On-Off calls
* Do not switch-off LED-device when Background effect is enabled
* Fix LGTM Warnings
* Address LGTM findings
2022-08-14 23:02:30 +02:00