~mutlaqja/kstars-bleeding/+git/kstars-master:stable-3.6.0

Last commit made on 2022-08-28
Get this branch:
git clone -b stable-3.6.0 https://git.launchpad.net/~mutlaqja/kstars-bleeding/+git/kstars-master

Branch merges

Branch information

Name:
stable-3.6.0
Repository:
lp:~mutlaqja/kstars-bleeding/+git/kstars-master

Recent commits

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

Rotator preparation check fixed

KStars hangs during capture preparation if PA is selected in the rotator settings and the target rotator position is identical to the current.

This is fixed with this change and includes updated tests that reproduce the problem.

This fixes the problem mentioned in MR !707.

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

No separate JPLParser creation for check of epoch_mjd, since this causes crashes

The recent fix for different asteroids file structures had a side effect such that some test cases crashed when asteroids.dat was not present.

This fix corrects this avoiding double JPLParser initialization which led to the crash.

3a79433... by Jasem Mutlaq

Use native compress in cfitsio

2fe026e... by Jasem Mutlaq

Disable use of asyncmanager in find dialog filtering due to reported crashes

b809504... by Jasem Mutlaq

Fix format changes in NASA asteroid file

8e3c5e7... by Hy Murveit <email address hidden>

fix tooltip

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

Combine sampled polygons into large polygon for artificial horizon regions

This significantly speeds up the rendering of the red semi-transparent overlay for artificial horizons.
Previously there were many polygons generated at each sample of the artificial horizon points.
This MR generates many fewer polygons (with many more points each).
It can speed up the rendering by a factor to 3-10 depending on the artificial horizons in use.

4e00625... by Hy Murveit <email address hidden>

Reduce the resolution in drawing artificial horizon to 1 degree

a057cf2... by Jasem Mutlaq

Local driver source should be used last since we need to prefer system source

58711df... by Robert Lancaster <email address hidden>

Attempting to patch Find Dialog Crash Bug on MacOS

Please investigate why this fix seems to work and whether it is a good solution or whether something else needs to be changed.