- 13 Sep, 2020 2 commits
-
-
Eric Dejouhanet authored
-
Eric Dejouhanet authored
-
- 12 Sep, 2020 1 commit
-
-
Eric Dejouhanet authored
-
- 11 Sep, 2020 2 commits
-
-
Jasem Mutlaq authored
-
Script Kiddy authored
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"
-
- 10 Sep, 2020 3 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 09 Sep, 2020 1 commit
-
-
Cyril Richard authored
row order reversing will work differently for odd and even row count.
-
- 07 Sep, 2020 1 commit
-
-
Jasem Mutlaq authored
-
- 05 Sep, 2020 2 commits
-
-
Fabrizio Pollastri authored
-
Jasem Mutlaq authored
-
- 04 Sep, 2020 1 commit
-
-
Hy Murveit authored
-
- 03 Sep, 2020 1 commit
-
-
Script Kiddy authored
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"
-
- 02 Sep, 2020 3 commits
-
-
Eric Dejouhanet authored
-
Doug Summers authored
Add alt to autofocus log lines (kstars log and autofocus log) in support of temperature and elevation focus compensation analysis
-
Hy Murveit authored
The focus test needs a FITSDATA in mode FITS_FOCUS. Added test for FITS_NORMAL HFR. Converted tests to fixture-aware tests.
-
- 01 Sep, 2020 6 commits
-
-
Alexis Lopez Zubieta authored
-
Alexis Lopez Zubieta authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 31 Aug, 2020 1 commit
-
-
Jasem Mutlaq authored
-
- 30 Aug, 2020 4 commits
-
-
Hy Murveit authored
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
- 29 Aug, 2020 1 commit
-
-
Yuri Chornoivan authored
-
- 28 Aug, 2020 9 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Eric Dejouhanet authored
This MR brings in a GitLab-CI pipeline. The pipeline consolidates a docker builder, then sequentially builds kstars and runs all tests, including UI tests. Because the size of the build folder is large, the pipeline uses a single stage to run both build and test. docker/Dockerfile provides a builder image, currently stored as tallfurryman/kstars-ci. How to record the activity of the test through xvfb-run: xvfb-run --listen-tcp --server-num 42 -s "-ac -screen 0 1920x1080x24" \ bash -c 'sleep 1 ; QT_QPA_PLATFORM=eglfs make test ARGS="-VV" ; sleep 15' & \ ffmpeg -f x11grab -video_size 1920x1080 -i :42 -codec:v libx264 -qp 0 -preset ultrafast ~/test_record.mp4 This is a single-line command producing two bash jobs. The tests run in the background, and the recorder on foreground. Press 'q' to terminate ffmpeg properly during the 15 seconds given at the end of the test. Video is recorded to ~/test_record.mp4.v
-
Eric Dejouhanet authored
This reverts commit 844f9912
-
Eric Dejouhanet authored
This reverts commit 90d1f7be
-
Hy Murveit authored
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
- 27 Aug, 2020 2 commits
-
-
Fabrizio Pollastri authored
-
Hy Murveit authored
Changed the help popup so that it scrolls. Added a way to input an alternate directory for FITS files.
-