~mutlaqja/kstars-bleeding/+git/kstars-master:2.9.8

Last commit made on 2018-08-18
Get this branch:
git clone -b 2.9.8 https://git.launchpad.net/~mutlaqja/kstars-bleeding/+git/kstars-master

Branch merges

Branch information

Recent commits

a9c0685... by Jasem Mutlaq

Add warnings for missing properties

5f94eb1... by Jasem Mutlaq

Explicitly set timespec to UTC

155037a... by Jasem Mutlaq

FIx on 16.04 build

02e875e... by Jasem Mutlaq

Increase maximum dark library temperature thresold to 30

afcfeb5... by Jasem Mutlaq

Astrometry WCS should be enabled by default

a4698d9... by Jasem Mutlaq

Comment C++17 feature

4192037... by Jasem Mutlaq

Use IAU preferred names. While Tsih seems the most common name for Gamma Cassiopeiae, Navi is also associated from old space missions.

Epsilon Cassiopeiae was incorrectly name as Navi where it should be Segin.

BUGS:397516
FIXED-IN:2.9.8
CCMAIL:<email address hidden>

996935f... by Eric Dejouhanet <email address hidden>

Fix sequence boundary index regression.

Summary:
This differential fixes the regression on sequence boundary indices.
Following the signature change fixing the issue with sequence prefixes, the snippet in the Scheduler module was updated, but there was a duplicate in the Capture module, which was not.

The fixing code was duplicated so that it is easier to spot for refactoring later. Variable "sig_file" is unneeded by the way.

Test Plan:
Create a sequence with several captures, with prefix defined and with prefix left to default.
Without this differential, all capture files get index 001. This goes unnoticed if the sequence job has "TS" checked, because all files will have a different naming.
With this differential, capture files get indexed properly based on the number of files and sequence number in the storage folder.

Reviewers: mutlaqja, wreissenberger

Reviewed By: mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

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

e416273... by Eric Dejouhanet <email address hidden>

Fix unexpected signature folder creation, fix logs.

Summary:
This fixes the very minor creation of an empty folder when preparing a sequence job.
The empty folder is a side-effect of the addition of the sequence prefix to SequenceJob's signature.
It is created by updateSequencePrefix. This differential removes the prefix from the path before creating the destination folder.

Test Plan:
Create a few sequence jobs in the Capture module, with a prefix or with the default empty prefix.
Create a scheduler job in the Scheduler module using that sequence file.
Run the scheduler job, check the storage where capture files were generated.
Without the differential, an empty folder with the same name as the prefix for capture files is created.
With the differential, this empty folder is not created.

Reviewers: mutlaqja, wreissenberger

Reviewed By: mutlaqja

Subscribers: kde-edu

Tags: #kde_edu

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

e9fdc03... by Jasem Mutlaq

2.9.8 Changelog