This migrates Actiona from Qt5 to Qt6. A few APIs have been removed from Qt6, so unfortunately the features that depended on them had to be truncated or removed.
Removed features:
Code (JS) debugging (including UI)
Script schema validation
Multimedia playlist
Windows: taskbar loading progress bar
This migration was needed so that the project can still be maintained in the future when Qt5 will be deprecated. Code (JS) execution should be faster since the underlying engine is more modern.
This migrates Actiona from Qt5 to Qt6. A few APIs have been removed from Qt6, so unfortunately the features that depended on them had to be truncated or removed.
Removed features:
This migration was needed so that the project can still be maintained in the future when Qt5 will be deprecated. Code (JS) execution should be faster since the underlying engine is more modern.