9cb3fe0a72fix: Resolve build errors by adding missing Qt includes and fixing QByteArray to QString conversionsTobias J. Endres2025-08-16 06:19:40 +02:00
9195dbfad2feat: Integrate detailed black border and smoothing parameters; update docsTobias J. Endres2025-08-16 06:18:14 +02:00
03c08ff4c0docs: Add original Hyperion.ng default parameters to algorithm documentationTobias J. Endres2025-08-16 06:14:12 +02:00
10be323a3bdocs: Add default parameters for HyperionProcessor to algorithm documentationTobias J. Endres2025-08-16 06:11:49 +02:00
e321272c95docs: Update lessons_learned.md with recent refactoring and GRB color order detailsTobias J. Endres2025-08-16 06:10:14 +02:00
32b32adbe0docs: Update README.md for environment variable configuration and new featuresTobias J. Endres2025-08-16 05:47:50 +02:00
c46fade6b0feat: Refactor main application to use HyperionProcessor and WledClient with environment variable configurationTobias J. Endres2025-08-16 05:40:47 +02:00
79c5aa7f41Docs: New strategy for dedicated WLED configuration and LED testing toolTobias J. Endres2025-08-15 23:21:22 +02:00
bdd9e2982dDocs: New strategy for dedicated WLED configuration and LED testing toolTobias J. Endres2025-08-15 23:16:18 +02:00
113d5b53faRevert "Docs: Confirm WLED configuration with correct IP, LED count, and UDP port"Tobias J. Endres2025-08-15 23:10:17 +02:00
eebe7e1a04Docs: Confirm WLED configuration with correct IP, LED count, and UDP portTobias J. Endres2025-08-15 23:06:49 +02:00
b0e4f24f0aDocs: Add WLED API information to lessons_learned.mdTobias J. Endres2025-08-15 22:46:13 +02:00
1411eff48eDocs: Add Ambilight TV concept to lessons_learned.mdTobias J. Endres2025-08-15 22:37:03 +02:00
27caa88ce9Revert "Feat: Increase default change threshold to reduce flickering"Tobias J. Endres2025-08-15 22:36:23 +02:00
bff295502fFeat: Increase default change threshold to reduce flickeringTobias J. Endres2025-08-15 22:34:00 +02:00
1fee3e518fDocs: Update lessons_learned.md with flickering problem diagnosis and proposed solutionTobias J. Endres2025-08-15 22:25:18 +02:00
9c98604e12Docs: Document color order troubleshooting and resolution in lessons_learned.mdTobias J. Endres2025-08-15 22:13:41 +02:00
77059a24aaRefactor: Remove wled_test and update CMakeLists.txtTobias J. Endres2025-08-15 21:58:22 +02:00
b08186cf00Docs: Update lessons_learned.md with detailed direct WLED communication explanation and testing parametersTobias J. Endres2025-08-15 21:47:54 +02:00
ab4bb5a7ecRefactor: Initial setup for Wayland POC with KDE-specific protocol and Docker build environment.Tobias J. Endres2025-08-14 19:07:12 +02:00
795e6202acCleanup: Revert Dockerfile, CMakeLists.txt, wayland_poc.cpp to original state and remove generated/cloned files.Tobias J. Endres2025-08-14 18:59:27 +02:00
14a35b4928Refactor: Consolidate CreateSession D-Bus debugging notes\n\nConsolidated repetitive entries related to CreateSession D-Bus signature mismatch and argument evolution into a single, comprehensive entry in lessons_learned.md. This improves clarity and conciseness.Tobias J. Endres2025-08-14 07:52:02 +02:00
b19c2ab070Fix: D-Bus CreateSession signature mismatch (final fix)\n\nCorrected the CreateSession call in wayland_poc.cpp to only send the options dictionary, as the xdg-desktop-portal API does not expect a parent_window argument for this method. Updated lessons_learned.md.Tobias J. Endres2025-08-14 07:47:18 +02:00
4b1d8116bdFix: D-Bus CreateSession signature mismatch (revisited)\n\nRemoved the unexpected parent_window argument from the CreateSession call in wayland_poc.cpp, as the xdg-desktop-portal API expects only the options dictionary. Updated lessons_learned.md.Tobias J. Endres2025-08-14 07:43:30 +02:00
536e264590Fix: D-Bus CreateSession "Missing token" error\n\nAdded a handle_token to the QVariantMap passed to the CreateSession call in wayland_poc.cpp to resolve the "Missing token" error. Updated lessons_learned.md.Tobias J. Endres2025-08-14 07:16:48 +02:00
0ccac075a4Fix: D-Bus CreateSession signature mismatch\n\nModified the CreateSession call in wayland_poc.cpp to only send an empty QVariantMap as its argument, aligning with the expected a{sv} signature. Updated lessons_learned.md.Tobias J. Endres2025-08-14 07:16:11 +02:00
46a5aa63a1Fix: QDBusMessage::clearArguments() method not found\n\nRemoved the call to clearArguments() as it was causing a compilation error due to its removal in Qt 5.15. Updated lessons_learned.md.Tobias J. Endres2025-08-14 07:15:06 +02:00
c0626e7232Fix: D-Bus SelectSources signature mismatch in wayland_poc.cpp\n\nCorrected the D-Bus call flow for SelectSources by introducing a dedicated handler for CreateSession replies, ensuring proper argument passing and resolving the signature mismatch error. Updated lessons_learned.md.Tobias J. Endres2025-08-14 07:14:05 +02:00
ecc2b95670feat: Implement Wayland screen sharing POC and related fixesTobias J. Endres2025-08-14 06:15:31 +02:00
da11bcf541docs: Update lessons_learned.md with recent Wayland adaptation progressTobias J. Endres2025-08-14 05:19:32 +02:00
65b153eb50docs: Update lessons learned with D-Bus and QDBus API fixesTobias J. Endres2025-08-14 04:38:18 +02:00
e760af9f43docs: Document lessons learned during Wayland grabber adaptationTobias J. Endres2025-08-14 04:28:05 +02:00
710918a622feat: Refactor wayland_poc to use QDBus for xdg-desktop-portal interactionTobias J. Endres2025-08-14 04:26:53 +02:00
c7a4c49e36feat: Add Dockerfile for reproducible build environmentTobias J. Endres2025-08-14 03:24:06 +02:00
961afd2d9aAdds the Hyperion priority option.
kevin
2020-11-22 11:38:49 -05:00
7714250646Minor fixes / improvements.
kevin
2020-11-22 09:44:44 -05:00
5f4e7ec6c2Fixes the spacing on the help text.
kevin
2019-07-02 07:06:48 -04:00
46581fcab9Wrong key name.
kevin
2019-06-27 08:14:45 -04:00
44ec8d98cfAdd option to change X11 scaling filter
kevin
2019-06-27 08:12:57 -04:00
ed7ba36704Block until image data is sent to Hyperion. This prevents the socket buffer to overflow if the connection is too slow.
kevin
2019-06-27 07:43:15 -04:00
7d9b6e8b6cUseless conditional.
kevin
2019-06-26 19:18:57 -04:00
e68da0a4ccAdd a new method for determining user inactivity. Fix some bugs.
kevin
2019-06-26 19:15:32 -04:00