kstars-bleeding:work/ci-use-debug

Last commit made on 2022-04-23
Get this branch:
git clone -b work/ci-use-debug https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

Name:
work/ci-use-debug
Repository:
lp:kstars-bleeding

Recent commits

386dac5... by Nicolás Alvarez

CI: build in debug mode

The main reason why the CI build is slow is that KStars is being built in
release mode. Use Debug mode for build and test jobs, and leave Release
mode only for the appimage.

fc194fc... by Jasem Mutlaq

Use BlockWithGui as proposed by Wolfgang

7be59c2... by l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

43d690b... by l10n daemon script <email address hidden>

GIT_SILENT made messages (after extraction)

fb0e97d... by Jasem Mutlaq

Fix condition that prevented object selection from find dialog

f929c00... by Jasem Mutlaq

Fix I18N_NOOP usage

Turns out that most of I18N_NOOP strings in KStars were never properly used. It remained as a latin string since i18n was not used. This MR fixes the issue and offers methods to return either translated or latin string for states.

f3c38ca... by Jasem Mutlaq

Support native INDI mount directional control reverse logic

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

Fix issue estimating polar-alignment target pixel when error is large

There was a hardwired search of 2 degrees in the PAA code that refreshes the current PAA error (e.g. after the user has adjusted the alt/az knobs). Thus, with large PAA error, this would fail and the error was not updated. This corrects that.

Test added.

Note that with large error there are other problems too--e.g. if the target star wanders off the image because of the adjustments. Those issues are not addressed here, and would need a change of algorithm (e.g. plate solving instead of the borrowed guiding methods that are currently used).

4cc83f3... by Jasem Mutlaq

Fix compile on 18.04

b843bc9... by Jasem Mutlaq

Respect None setting