Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-24 | Port AGL Demo Control Panel to Qt6 | Suchinton | 1 | -1/+1 | |
This commit includes the following changes: V1: - Migrated from PyQt5 to PyQt6/PySide6 with minor syntax adjustments. - Removed the dependency on qtwidgets and extracted only the required animated toggle module, patching it to work with PyQt6. - Updated the README to include new steps for compiling resources. - Bumped QtPy from version 2.3.1 to 2.4.1 V2: - Refactored set_icon function in Dashboard module to make use of QIcon directly instead of using the QtSvg library (Invalid in PyQt6) - Syntax changes in UI_Handeler to use PyQt6 V3: - Update gitignore - Remove dependency on qtpy V4: - Added new animated toggle button - Refactored ICPage and Settings to use new toggle - Updated Navigation Bar Animation to have Bounce effect using "OutBounce" QEasingCurve Bug-AGL: SPEC-5161 Change-Id: I44499bb5165d5794af7e9aae3407ffae1f7e1928 Signed-off-by: Suchinton <suchinton.2001@gmail.com> | |||||
2024-05-27 | Improve vehicle simulator | Scott Murray | 1 | -0/+197 | |
Rework the vehicle simulator code to pull it out of the IC page code to stand on its own, and extend it to support the requested new signals. The simulation logic for the values for the new signals is ad hoc, and likely should be revisited for value sanity down the road. Bug-AGL: SPEC-5143 Change-Id: I0db0ebd6a9fc263abb1bc7f31daf032344e4f2c2 Signed-off-by: Scott Murray <scott.murray@konsulko.com> |