Skip to content

Feedback via clipboard

Bruce Joseph Gallop requested to merge feedback_via_clipboard into devel

This re-write the feedback mechanism to use ClipBoard and a pair of classes instead of a mutex and directly called functions.

I've tested that this runs with the Fei4 scan std_tune_globalpreamp but I'm not qualified to check the results.

As a side effect, this stops lock/unlocking a mutex from different threads, which apparently is undefined behaviour.

One assumption I've made is that the previous call to try_lock is no longer needed, I think it was required for multiple FrontEnds, but the ClipBoard should support this more directly.

Edited by Bruce Joseph Gallop

Merge request reports

Loading