kstars-bleeding:kstarslite_update

Last commit made on 2019-11-25
Get this branch:
git clone -b kstarslite_update https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

Name:
kstarslite_update
Repository:
lp:kstars-bleeding

Recent commits

c63f076... by Jasem Mutlaq

Double zoom FOV to fix the FOV symbols field of view

e5fa1d6... by Jasem Mutlaq

Override fixes

a0cc1c4... by Jasem Mutlaq

Fix crash when there is no focused object in comet and asteroid components

e61e21e... by Hy Murveit <email address hidden>

Fix bug re filter-change-autofocus

Summary:
Added a test in Capture::captureImage() that checks to see if the filterManager is busy,
and if so, waits until it isn't. This resolves and issue where the focus and capture modules
could both be trying to take pictures, if auto-focus-on-filter-change is set, and if a filter
is changed mid-sequence, e.g. by a meridian flip causing align to run, which may run with a different filter.

Disabled auto-focus-on-filter-change for alignment. This wasn't 100% necessary to fix the above bug,
but I believe it is the right thing to do. Without this, align is likely to initiate an autofocus,
when theĀ auto-focus-on-filter-change option is set, and then, after control passes back to capture,
another auto-focus would likely be run. Seems over the top.

Reviewers: mutlaqja, wreissenberger, lancaster

Reviewed By: mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D25497

5574d1d... by Jasem Mutlaq

Fix crash when focused object is either asteroid or comet and the data is loaded afterwards thereby invalidating focusObject in SkyMap. With this change, the focus object is reset

d9de15d... by Jasem Mutlaq

Use qCDebug

bba1d7a... by Jasem Mutlaq

Update default ASTAP windows location

df4ae7e... by Wolfgang Reissenberger <email address hidden>

Abort plate solving when slewing is detected

Summary:
There are several reports about star trails on images taken during alignments. The reason why it sometimes happens that image capturing starts before a slew is complete, is not fully resolved yet.

This change intends to make alignment robust against scope movements during imaging. As soon as a slew motion is detected, capturing is aborted.

Test Plan:
Test case 1: Slew to an arbitrary position and start plate solving. Move the mount while imaging. Observe that imaging gets aborted and plate solving starts again when the slew is finished.
Test case 2: Do the same with the mount model builder. Check whether a movement during imaging aborts capturing and retries plate solving for the current alignment point.

Reviewers: mutlaqja, lancaster, TallFurryMan

Reviewed By: lancaster

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D25380

1007771... by "Tobias C. Berner" <email address hidden>

FreeBSD: lld does not support -Wl,-z,nodump

Summary:
kstars appends -Wl,-z,nodump to the linker flags, which is not supported by lld>=7 (previous versions just discareded unkonwn flags).

Add cmake module to check for support of the flag. (See also the abandoned D17863).

This should fix the build on FreeBSD CI.

Test Plan: - Should be tested on Linux too.

Reviewers: #freebsd, #kstars, mutlaqja

Reviewed By: #kstars, mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D25501

bf35498... by Wolfgang Reissenberger <email address hidden>

Bugfix for re-connecting a weather device initializes the weather display

Test Plan: Add a weather device, start EKOS and connect the device. Check if after disconnecting an re-connecting the weather tab is active and shows weather data.

Reviewers: mutlaqja

Reviewed By: mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D25498