https://bugs.kde.org/show_bug.cgi?id=454866

--- Comment #19 from steve <steve....@gmail.com> ---
 git bisect bad
b028a6e607f64cb0f7eac284732e5b12c6df366d is the first bad commit
commit b028a6e607f64cb0f7eac284732e5b12c6df366d
Author: Hy Murveit <h...@murveit.com>
Date:   Tue Apr 12 07:24:03 2022 +0000

    Add Target Distance to the Analyze graph/stats

    Adds the Target Distance statistic calculated by the scheduler to Analyze:
how far the most recent capture is from the target position (in arc-seconds).
Does this by adding a scheduler signal (targetDistance) which is received and
processed by analyze.

    This also includes adding the target distance to the capture summary tab
(commit by @wreissenberger).

 kstars/ekos/analyze/analyze.cpp               | 40 +++++++++++
 kstars/ekos/analyze/analyze.h                 |  4 ++
 kstars/ekos/analyze/analyze.ui                | 48 ++++++++++++++
 kstars/ekos/capture/capture.cpp               | 31 +++++++++
 kstars/ekos/capture/capture.h                 |  6 ++
 kstars/ekos/capture/capture.ui                | 35 +++++++++-
 kstars/ekos/capture/capturepreviewwidget.cpp  | 23 ++++---
 kstars/ekos/capture/capturepreviewwidget.h    |  6 ++
 kstars/ekos/capture/captureprocessoverlay.cpp | 15 +++++
 kstars/ekos/capture/captureprocessoverlay.h   |  8 +++
 kstars/ekos/capture/captureprocessoverlay.ui  | 96 +++++++++++++++++----------
 kstars/ekos/manager.cpp                       |  9 ++-
 kstars/ekos/scheduler/scheduler.cpp           |  1 +
 kstars/ekos/scheduler/scheduler.h             |  3 +
 kstars/kstars.kcfg                            |  4 ++
 15 files changed, 283 insertions(+), 46 deletions(-)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to