QVC integration and device fixes#288
Conversation
Avoid situations in which a missing icon file causes weird size issues.
Now device will have device_class in the ID string and the widget will check if the feature for attach with mic / hide children is set in the correct (backend) vm.
473a8c6 to
f253b2c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #288 +/- ##
==========================================
- Coverage 92.96% 92.94% -0.02%
==========================================
Files 64 64
Lines 13286 13286
==========================================
- Hits 12351 12349 -2
- Misses 935 937 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025112313-4.3&flavor=pull-requests Test run included the following:
Upload failures
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025111104-4.3&flavor=update
Failed tests25 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/158999#dependencies 17 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:21 performance degradations
Remaining performance tests:85 tests
|
| self.parent_ports_to_hide.append(dev.port) | ||
| self.hide_child_devices(dev.port, False) | ||
|
|
||
| def update_resolution(self, vm, _event, _feature, value=None, _oldvalue=None): |
There was a problem hiding this comment.
feature, value and oldvalue needs to be named exactly this way, they are used as keyword arguments.
f253b2c to
dcb38ef
Compare
To set resolution for use by the QVC, set the feature device-qvc-resolution in the backend for QVC; the feature should contain a space-delimited list of key=value pairs, where key is the device id (see features for attach with mic to compare) and value is the resolution string (e.g. 640x320x30)
dcb38ef to
2c8f095
Compare
Uh oh!
There was an error while loading. Please reload this page.