Skip to content

Color scheme update through d-bus

This MR replaces the direct call to update the color scheme from KStars to Ekos/Guide with a signal sent by KStars over the dbus wire, and picked by Ekos/Guide. The replacement is supported by a test in Tests/kstars_ui/test_ekos_simulator. Currently, only Ekos/Guide requires that notification.

This MR also fixes the automated selection of CCD in the Profile Editor during UI tests, broken by 1d6565d7. While its dropdown is not currently tested, selecting another Focuser will require the same change, thus a macro helper was added to simplify further implementations.

Merge request reports