1KStars Revision History
2
3To produce log below, use:
4
5$ git log --date=short --pretty=format:"%h %ad %<(20)%an %<(150,trunc)%s"
6
73.5.6 (MPC):
8
98fa7a982e 2021-11-10 Jasem Mutlaq         In case of framing, do not capture again in fast exposure as that it already done for us at the driver level
105d14f61ae 2021-11-10 Jasem Mutlaq         Move response handling even before Ekos is connected
116dc096f79 2021-11-10 Jasem Mutlaq         Make the INDI server connection error uses KStars notification system
12f79aa5e7d 2021-11-10 Jasem Mutlaq         Connection to INDI server should be INFO not ALERT
130a583df80 2021-11-10 Jasem Mutlaq         Refactor name to standard INDI
146bf9fb7f5 2021-11-10 Jasem Mutlaq         Extra check to stop countdown timer when not required
150a42c0180 2021-11-10 Jasem Mutlaq         Improve fast exposure behavior in focus and align
166d4fea42f 2021-11-10 Jasem Mutlaq         Add extra check to prevent crash in case frame dimensions are different
1789dbf27a6 2021-11-10 Jasem Mutlaq         Refactor name from exposure looping to fast exposure since the latter is more intuitive
18e076f16e4 2021-11-10 Jasem Mutlaq         Clean up capture module after dark library is done
19c5897aa63 2021-11-08 Jasem Mutlaq         Separate dark processor in its own class. Problem was in using a singleton to...
20190831806 2021-11-08 Jasem Mutlaq         MPC base comets
2141121c62a 2021-11-08 Jasem Mutlaq         Add support for selecting star by fraction of image size
229b64e0777 2021-11-07 Jasem Mutlaq         Use 1920 for high bandwidth images
23e483a90a1 2021-11-06 Jasem Mutlaq         Fix clear data button not causing the graph not refresh
249c606673c 2021-11-05 Wolfgang Reissenberger Align event based target
25b0b920de6 2021-11-01 Jasem Mutlaq         Add a row to display focus source temperature and the delta so that it is not ambigous
26e494f5d03 2021-10-30 Jasem Mutlaq         Accept MDPD drivers to have possible aliases. Though this only works when a single device is detected
27177743f0f 2021-10-26 Jasem Mutlaq         INDI Drivers sync
283ea37b529 2021-10-24 Jasem Mutlaq         Suspend on filter focus offset change. Also only suspend if OAG is in use
29baa1fd701 2021-10-26 Jasem Mutlaq         What's up tonight DSO fix
30623aa9e9f 2021-10-19 Antonio Escriban     tooltip about fixed options for 'SEP Multi Star'-algorithm
3175144f58c 2021-10-25 Jasem Mutlaq         Move fits_write_img to last operation before closing to avoid possible HDU issues.
32db0809bf4 2021-10-23 Jasem Mutlaq         Indiana reverted to using DST
3305c79cd93 2021-10-22 Jasem Mutlaq         Fix polyfill issues on vanilla 20.04 with Qt 5.12
34895c27852 2021-10-21 Jasem Mutlaq         Use Tp as the JD of perihelion. Still the results are not very accurate compared to JPL
352cb7f88d3 2021-10-21 Valentin Boettcher   basic fix for asteroids
36022665db8 2021-10-20 Jasem Mutlaq         Fix crash due to missing camera possibly after driver restart due to a timeout.
3721981dd2f 2021-10-17 Antonio Escriban     configSEPMultiStarOptions - small addendum
380b9530f9f 2021-10-17 Jasem Mutlaq         No Queued Blocking signals and slots
39cb0f9a03a 2021-10-17 Hy Murveit           Add relative HFR calculation to Linear focus algorithm. Improve plotting. Tweak algorithm.
40d650674d7 2021-10-16 Jasem Mutlaq         After capture sequence is started, resync scheduler target position in alignment module
416b79f840b 2021-10-16 Jasem Mutlaq         Disable PHD2 test until it passes properly in the CI
428ba4c33d9 2021-10-16 Jasem Mutlaq         Do not show nan magnitudes in the tooltip
4308aaca20b 2021-10-14 Hy Murveit           emergency crash fix--guideview was nullptr
444282a74ad 2021-10-13 Jasem Mutlaq         Add logging when there is out of memory error in FITSData. Would be better to know application own memory use as well
45724095c73 2021-10-13 Jasem Mutlaq         Make ksnotification use KStars own KSMessageBox
46319d4e9e1 2021-09-21 Antonio Escriban     improve guider binning setting/saving and check supported binning of guider camera to inform user in the log window of EKOS
47b1e26f562 2021-10-08 Antonio Escriban     rearranged initialization (#0 Prelude) of dialogs in "Guide" to ensure updating of settings
48842a71026 2021-10-11 Jasem Mutlaq         Do not run checkCCD if the module is busy as this might end up disconnecting...
49102d25637 2021-10-11 Jasem Mutlaq         Check if dark frame can be loaded before proceeding
50a7470e854 2021-10-03 Jasem Mutlaq         Use FWHM 1 as it appears to be much more reliable than 2 or above at detecting stars
51a1a81a46a 2021-10-10 Jasem Mutlaq         Better handling for INDI::CCD errors since they can happen to a number of...
52c697d6206 2021-10-06 Hy Murveit           switch fix to kstarsdatetime::addDays
5338cc4a20d 2021-10-06 Hy Murveit           add fix to calculateDawnDusk and update test
540e680a7fb 2021-10-05 Hy Murveit           add test for dusk startup
5517ea2674f 2021-10-09 Valentin Boettcher   fix the issue where dso magnitudes are not drawn
56bb7cffeae 2021-10-09 Wolfgang Reissenberger Event based coordinate update
57e5b4efda0 2021-10-07 Hy Murveit           fix testschedulerunit, which was crashing
581a33741f8 2021-10-08 Jasem Mutlaq         Do not show magnitude if nan
5988cfea4b8 2021-10-01 Hy Murveit           Retry focus position when solution is pending, is before pass1 minimum, and HFR got worse
6065dc13122 2021-10-04 Jasem Mutlaq         Consider file extension in the generated file placeholder. Unless @kchoi has another solution, this should probably be merged since DSLR images cann..
61c4a2438be 2021-10-05 Hy Murveit           fix terrain for equirectangular projection
62503e73e81 2021-10-05 Jasem Mutlaq         Improve port selector shouldShow algorithm so that it does not show singular device with singular serial port
6346bfd741b 2021-10-05 Jasem Mutlaq         Add manufacturers to auxiliary
64158947dc9 2021-10-05 Jasem Mutlaq         INDI driver sync
65655795bb9 2021-10-05 Jasem Mutlaq         INDI drivers sync
66f2d87ed4f 2021-10-03 Laurent Montel       GIT_SILENT: remove .arcconfig
670b1fba8ab 2021-10-02 Jasem Mutlaq         Also set current goto mode when setting solver action
6869db0ba07 2021-10-01 Jasem Mutlaq         Quick fix dustCapLightEnabled -> lightBoxLightEnabled when checking currentLightBox
690fe1e1102 2021-09-30 Jasem Mutlaq         Make the websocket connections unique and introduce cache to reduce unnecessary property update messaging
703f3ad7887 2021-09-30 Jasem Mutlaq         Give more time for INDI to properly shutdown in case an existing server is detected
717c490745c 2021-09-30 Jasem Mutlaq         Break instead of return so that calibration state is set correctly
72d9039d6ff 2021-09-29 Hy Murveit           Fix issue where PAA is falsely disabled due to FOV
734e890c352 2021-09-28 Hy Murveit           Add popup if image write fails
7441a7d320c 2021-09-28 Jasem Mutlaq         Fix issue where saving flats to remote storage failed due to wrong camera...
75b920b785f 2021-09-21 Heiko Becker         Add FindERFA cmake module
7635fc49645 2021-09-23 Jasem Mutlaq         Since captured images are saved in a buffer, we do not persist bayer frames after debayering so we cannot save the file by copying. Bayer images wou..
77d806e5c3c 2021-09-23 Jasem Mutlaq         Also include camera name
780c2b197c3 2021-09-23 Jasem Mutlaq         Restrict to 32x32 to be consistent with other icons
79a41561c29 2021-09-22 Akarsh Simha         Increase the maximum value of the deep-sky magnitude limits to 30.
802bc3b2b18 2021-09-22 Hy Murveit           fix bug where hfr and eccentricity were not updating in fitsviewer
81f6622f0c6 2021-09-22 Jasem Mutlaq         Check image for nullptr
82aef8b3d31 2021-09-22 Jasem Mutlaq         Check if job index is within bounds
838c26cf623 2021-09-21 Jasem Mutlaq         Fix typo
8423219a3a5 2021-09-20 Yuri Chornoivan      Remove extra translation string
85c1cfa5484 2021-09-19 Wolfgang Reissenberger Manager GUI refactoring | Image preview with data overlay + capture counting streamlined
86035ceb153 2021-09-19 Jasem Mutlaq         Check for lightbox before dust cap
87038f89092 2021-09-19 Kwon-Young Choi      New flexible method to name filenames using `PlaceholderPath::generateFilename`
881d97ced0a 2021-09-18 Hy Murveit           Restructure test_ekos_scheduler_ops to allow for multiple job testing
892d417b636 2021-09-17 Alexander Lohnau     Convert HEALPix copyright statements to SPDX
90a26205ae9 2021-09-17 Alexander Lohnau     Convert GPL-2.0-or-later copyright statements to SPDX
9105b50d987 2021-09-17 Jasem Mutlaq         KStars v3.5.6 Beta
929d36d8272 2021-09-17 Alexander Lohnau     work/spdx
93584462311 2021-09-16 Hy Murveit           Add git merge instructions to README.md
94c4579a001 2021-09-16 Robert Lancaster     Fixing build on MacOS if the developer doesn't have dbus in the path, making it a warning instead of a failure
95f316ca22d 2021-09-15 Jasem Mutlaq         Add port_selector to json settings
967b8d9a153 2021-09-14 Jasem Mutlaq         Restore check for set times
97
983.5.5 (Bella):
99
100e16274917 2021-09-14 Jasem Mutlaq         KStars 3.5.5 stable
101a9b1d5a22 2021-09-14 Jasem Mutlaq         Fix transit and set times for several types of objects. Only remaining problematic object is comets. Lunar, Solar, Planetary, and Stellar objects ri..
1024ddf3bc17 2021-09-13 Hy Murveit           Tightened up the code related to capture suspending on bad guide deviations
1039d5e16721 2021-09-14 Jasem Mutlaq         When no temperature is supplied, turn off force
1044d0f5845e 2021-09-13 Jasem Mutlaq         No need for hack root cause fixed
105c276f5ffa 2021-09-13 Jasem Mutlaq         Fix crash division by zero. BUGS:402941
10631eaa16ab 2021-09-13 Hy Murveit           quiet frequent log message
107d40b42685 2021-09-13 Jasem Mutlaq         Fix tooltips. Fixes #424699
1083e727fab8 2021-09-13 Jasem Mutlaq         Reset default binning for solver to 2x2 since some cameras can be terrible at 4x4 leading to even more issues. Fix compiler warnings
1093ad663d8c 2021-09-12 Pino Toscano         typo fix
11032b28ed03 2021-09-12 Jasem Mutlaq         Change the infamous alignment failure message to suggest more items to check than just insufficient stars
1117c1946093 2021-09-11 Jasem Mutlaq         Restore special check for onBinaryReceive
1122f0cf7ec2 2021-09-10 Anthony Hinsinger    Disabled LTO
113268caf693 2021-09-11 Valentin Boettcher   fix the pykstars python package
114fd64fa993 2021-09-10 Jasem Mutlaq         Idle is acceptable state for parking and unparking for dust caps
1159c3fb25ec 2021-09-10 Jasem Mutlaq         Better use the new isValid then isRegistered
1162e36eb832 2021-09-10 Jasem Mutlaq         Check for nullptr in syncing switch and return
11706be887e8 2021-09-10 Jasem Mutlaq         Use dataProp.getPermission instead of accessing parent direclty
11853dd2001f 2021-09-08 Hy Murveit           bug fix: end calibration section in guidelog when calibrating 1D
119ab575d260 2021-09-09 Jasem Mutlaq         INDI drivers sync
120fa2f0fac1 2021-09-08 Jasem Mutlaq         Check for alignment in constructor since it is already registered before class is created
12137d7b6f82 2021-09-08 Jasem Mutlaq         On abnormal disconnect, try to clear devices first by using BlockingQueuedConnection connection type with serverFailure signal
122a100fa166 2021-09-08 Jasem Mutlaq         Use modern connect
123eb137327f 2021-09-07 Hy Murveit           Fix issue where calibration wasn't updated if guider binning was changed
12456d3372e8 2021-09-08 Jasem Mutlaq         Add new city in German. Fixes #130
125f86983c5d 2021-09-07 Hy Murveit           move vect.h and matr.h to namespace GuiderUtils
12669ea81e02 2021-09-07 Jasem Mutlaq         Partial fix for #442082 regarding building on newer Eigen version.
127ffffe23e8 2021-09-07 Jasem Mutlaq         Add extra checks to prevent mix up of camera signals to guide slots
128f757267f9 2021-09-06 Hy Murveit           fix guide driftplot for RA
12925058a519 2021-09-06 Hy Murveit           Guider fixes: ra error plotting reversed, disabling axes bug
130df269e340 2021-09-06 Jasem Mutlaq         Sort by magnitude and activate supernovae when searching for them
1314d4e5a55b 2021-09-06 Jasem Mutlaq         When searching for exact dso object, use lower to provide case-insensitive search
132c45ca58ee 2021-09-06 Jasem Mutlaq         Save guide bin index properly for future sessions
1335840eb553 2021-09-05 Jasem Mutlaq         Fix the elusive FITSViewer window popping up without image. tabID was never reset to -1 when a FITSViewer is closed mid-sequence so instead of calli..
134678c5e360 2021-09-05 Jasem Mutlaq         + Fix crash on crash when INDI server is still running. + INDI Control Panel was using a very convoluted layout system that results in few bugs when..
135f5d92a964 2021-09-04 Jasem Mutlaq         Use array for designations
136d7864b5a6 2021-09-03 Valentin Boettcher   skycomponent db import: do not ask and move to unique name...
137fadc315a5 2021-09-03 Jasem Mutlaq         Sync startup time to system when starting a profile in EkosLive
1389e14dbfb4 2021-09-02 Hy Murveit           fix crash in test_polaralign
1394ebe78ad6 2021-09-01 Jürgen Terpe         Resize manager: change the size of the log view
140acf1c21c3 2021-08-31 Jasem Mutlaq         Fix pre-capture script not executing before each capture as intended
141126879e3a 2021-08-29 Jasem Mutlaq         Remove message hack
142e014ceb04 2021-08-29 Robert Lancaster     Moving some kstars-mac building commands to cmakelists from the craft script to make it easier for potential coders
1439b00fd163 2021-08-29 Jasem Mutlaq         Add fov_w and fov_h to hipsfinder
14434f93cde2 2021-08-28 Jasem Mutlaq         Enclose searchObjects by the required ifdefs
145575263f04 2021-08-28 Jasem Mutlaq         Do not search objects in FITS after loading WCS unless it is explicitly needed.
1460af86470c 2021-08-28 Jasem Mutlaq         Use local time directly and let almanac do the conversion to UT.
147baf962fbf 2021-08-27 Jasem Mutlaq         Increase timeout
148a85a38c02 2021-08-27 Robert Lancaster     Eliminating formerly required Python options for local astrometry.net on MacOS
149aeebedcae 2021-08-27 Jasem Mutlaq         Possible fix for CI test failure
1504a03f493b 2021-08-27 Yuri Chornoivan      Fix minor typos
151a57f2889a 2021-08-26 Jasem Mutlaq         INDI drivers sync
152e7de78d1d 2021-08-19 Hy Murveit           Refactor guider, adjust UI, convert to 0-1.0 control parameter, use calibration, add calibration test.
1533a76f6907 2021-08-25 Edgar Scholz         Update skyculture sternenkarten simplifying some constellation lines adding new constelllation lines for the southern hemisphere
1542354ea736 2021-08-26 Valentin Boettcher   store a reference to the database file instead of a string
1551d87ec995 2021-08-26 Jasem Mutlaq         Add missing header
1562dd49c1af 2021-08-26 Alexander Lohnau     Use QFINDTESTDATA to make search for test data more robust
1572e37228d4 2021-08-23 Jasem Mutlaq         Add filter wheel sync test to demonstrate MR \!397
158a8ec089f7 2021-08-23 Jasem Mutlaq         Ensure that filter info is synchronized before capture. This sets the active filter wheel in camera ACTIVE_DEVICES so that the filter value can be p..
15999add6c0d 2021-08-23 Jasem Mutlaq         Add post refresh phase in order to shutdown properly when done. Update documentation
1600679c0ae3 2021-08-23 Jasem Mutlaq         Fix tab order
161d629cb0ac 2021-08-23 Jasem Mutlaq         Fallback to scale and then later position in case of align solver failure
162a7767c195 2021-08-22 Jasem Mutlaq         Some early documentation. Needs a lot more still
163e84986d41 2021-08-22 Jasem Mutlaq         Fix minor warnings
1644f98b9c6c 2021-08-22 Jasem Mutlaq         More fixes to issue in the migration process
16533d93a265 2021-08-22 Jasem Mutlaq         More minor fixes due the migration process
1660a444b30e 2021-08-22 Jasem Mutlaq         Separating manual rotator in its own class
167e6f8f4b9e 2021-08-22 Jasem Mutlaq         Init polar alignment in constructor
168e756f059d 2021-08-22 Jasem Mutlaq         Removing legacy polar alignment. Separating polar alignment in its own class. Still does not compile need more work
169faa288335 2021-08-21 Jasem Mutlaq         Solve an odd condition whereas duration is selected in capture sequenence, but ADU target is selected so that the final duration is determined by Ek..
17078782f5d5 2021-08-21 Jasem Mutlaq         Check that rectangle is valid for sending off to stellarsolver
1714c00c51bd 2021-08-21 Jasem Mutlaq         Respect scale and position options when using load and slew
1724f5204a9a 2021-08-21 Jasem Mutlaq         Separate mount model into its own class
173d1b829e41 2021-08-25 Jasem Mutlaq         solverCam --> solverCamera
1741a156e37f 2021-07-21 Antonio Escriban     Save Binning, Fits filter settings (guider), Camera gain (solver) and configure SEPMultistarOptions correctly
17590c8dfc28 2021-08-24 Valentin Boettcher   update paths to the test db to accomodate !395
1769b050ebb0 2021-08-23 Jasem Mutlaq         Disable TestEkosSchedulerOps test since it cannot apparently run in a CI environment with DBus server
177cb9fe8013 2021-08-19 Hy Murveit           Fix compiler warnings
1789e7f243d3 2021-08-22 Alexander Lohnau     Define CMake, Qt and KF requirements to versions that are shipped with Ubuntu 18.04
179837c12fcb 2021-08-21 Wolfgang Reissenberger Bug fix for profiles and target names containing special XML characters
18062f217c25 2021-08-21 Valentin Boettcher   add more information to the catalogsdb docstring
1813dbd0200b 2021-08-20 Jasem Mutlaq         Do not return duplicate search objects
18237b0d9584 2021-08-20 Jasem Mutlaq         Search each object type separately
183edbaf78e0 2021-08-18 Hy Murveit           Revamp guider UI, remove dead code
1842e297137a 2021-08-19 Hy Murveit           Defensive checks in capture.cpp
1858a3ca1233 2021-08-18 Jasem Mutlaq         Add observability and riseset support to EkosLive
186f048f70ac 2021-08-14 Jasem Mutlaq         Use 1280 as default for media in EkosLive
18701bb34a6c 2021-08-13 Hy Murveit           crash-fix: check for activeJob in setCaptureComplete
18860e54952e 2021-08-14 Hy Murveit           Add altitude adjustment for terrain image. Fix bug.
1898a7193d24 2021-08-12 Hy Murveit           Adjust golden values in polar-align test to match changes in bf86d2e3
190950a987ff 2021-08-11 Jasem Mutlaq         Set solver profile when it changes in options otherwise it will not be picked up by Ekos in the current session
1913001752d9 2021-08-11 Jasem Mutlaq         Reset image data before loading a new image in align view so that the new image is assigned after loading is done. This fixes an issue with loadands..
1924cce79ae2 2021-08-11 Jasem Mutlaq         Since actual devices in an observatory can take a while to startup unlike simulators, their ready signal could have been already emitted before the ..
193adbbb7e5d 2021-08-10 Jasem Mutlaq         Emit newModule() as early as possible to help against a race condition in scheduler whereas it is waiting for ready signal to be emitted by the modu..
1940bc9ee02a 2021-08-10 Jasem Mutlaq         Only register observatory module once
19589a437dc3 2021-08-10 Valentin Boettcher   fix performance for loading thumbnails
1965d0c6e1b9 2021-08-10 Jasem Mutlaq         Do not change camera while it is capturing
197218953bef 2021-08-10 Jasem Mutlaq         Fix connection, supposed to go to manager updateCurrentHFR
198c2fc4976e 2021-08-10 Jasem Mutlaq         Mark test as unstable
1991474aa3c5 2021-08-10 Wolfgang Reissenberger Move focuser back to initial position when interrupted by a meridian flip
20024efced5f 2021-08-06 Jasem Mutlaq         Fix build on Windows. Migrate to use more #pragma once for header files
2014038931f6 2021-08-06 Valentin Boettcher   increase search radius for right click
202f74b03f24 2021-08-06 Valentin Boettcher   resize catalog table headers to fit contents
203102f7a5cd 2021-08-06 Jasem Mutlaq         Minor code readability improvements
2042c71e7c0b 2021-08-06 Valentin Boettcher   use type aliases for the dso db return types
2056494258cd 2021-08-06 Yuri Chornoivan      i18n fixes
206a8638e0c7 2021-08-06 Jasem Mutlaq         HiPS finder to generate images for offline storage
207cb31b5082 2021-08-05 Valentin Boettcher   Skycomp import
2084834e3cc5 2021-08-04 Jasem Mutlaq         No need to say USE in checkbox
209c8dd0be67 2021-08-04 Jasem Mutlaq         INDI driver sync
210be7624ae2 2021-08-03 Wolfgang Reissenberger Tests for capture workflow
211c30ce7d73 2021-08-01 Yuri Chornoivan      Give a meaningful title to the color editor dialog
212ca5028200 2021-08-01 Hy Murveit           Add horizon altitude constraints to the scheduler. Add testing.  Improve dbus...
2136c2e034b0 2021-07-31 Valentin Boettcher   Add catalog color to the docs
214566e2d802 2021-07-31 Valentin Boettcher   add color database tests
215f1e2df5d5 2021-07-31 Valentin Boettcher   correct empty default
2169df332bef 2021-07-29 Valentin Boettcher   remove gruft from tests
217a161d52c1 2021-07-29 Valentin Boettcher   test and fix color string parsing and dumping
218ab6621fd3 2021-07-29 Valentin Boettcher   remove a stray qdebug
2198af6d816e 2021-07-27 Valentin Boettcher   implement color selection for catalog edit form
220877959efe 2021-07-27 Valentin Boettcher   move more functionality into the color editor
2216a6c41ffc 2021-07-27 Valentin Boettcher   better contrast
222c837e36f3 2021-07-27 Valentin Boettcher   identify color scheme by filename
2238b41724c2 2021-07-26 Valentin Boettcher   accept cancellation
2242a48f640f 2021-07-26 Valentin Boettcher   add ui for color selection
225dbb0cc3f1 2021-07-26 Valentin Boettcher   record color scheme names and files globally
226635944f64 2021-07-26 Valentin Boettcher   improve the docstring
227f657e5509 2021-07-26 Valentin Boettcher   basic color support
2282e5557e56 2021-07-27 Valentin Boettcher   fix dso_db_path to give the correct path with a slash
229036ddb348 2021-07-26 Valentin Boettcher   implement basic colors table
230bf86d2e37 2021-07-31 Akarsh Simha         Fix core computations in SkyPoint and StarObject, and a few other improvements.
2318cda1153a 2021-07-28 Jasem Mutlaq         Disable RunTimeLocation test as it keeps failing on OpenSUSE and FreeBSD. Fixes #124
2325e603e92b 2021-07-28 Yuri Chornoivan      Better sectionning for translation
2337d353e717 2021-07-28 Jasem Mutlaq         Add more information on why this particular test keeps failing
234d7f39cd83 2021-07-28 Akarsh Simha         "Batch add" option in the Observation Planner
235d6dc1f193 2021-07-27 Valentin Boettcher   fix dso_db_path to give the correct path with a slash
236d53eab53d 2021-07-27 Akarsh Simha         Expose the internet-based name resolver via DBus
2379e0ea7d34 2021-07-27 Jasem Mutlaq         Merge branch 'bellaperez/kstars-bellaperez/Documentation'
2388db2bdc19 2021-07-26 Antoni Bella Pérez   Merge branch 'bellaperez/Documentation' of invent.kde.org:bellaperez/kstars into bellaperez/Documentation
2397991d68f6 2021-07-26 Antoni Bella Pérez   Lastest changes
2405e04da0d1 2021-07-25 Antoni Bella Pérez   More revision with items reordered
241a3f149e7b 2021-07-25 Antoni Bella Pérez   Make it more visual adding some GUI icons
24201c3799a1 2021-07-25 Antoni Bella Pérez   Rename other screenshot
243a9caf514f 2021-07-25 Antoni Bella Pérez   Suitable screenshots rename
2442ad58f678 2021-07-26 Antoni Bella Pérez   squash 85566b790 Suitable screenshots rename squash e3db55aad Rename other screenshot squash 93b8cf57c Make it more visual adding some GUI icons squ..
245777aa42d0 2021-07-25 Antoni Bella Pérez   Add menu items and suitable tags
246f7f0b1e31 2021-07-23 Antoni Bella Pérez   Renew screenshots
247cd784a2e0 2021-07-23 Antoni Bella Pérez   Documentation updates  * Review all items
248dacce8c08 2021-07-26 Antoni Bella Pérez   Lastest changes
249182a80854 2021-07-26 Valentin Boettcher   qAppName is not known until runtime
2502c995dc3e 2021-07-26 Jasem Mutlaq         Disable port selector for the guide test
251496360a48 2021-07-25 Antoni Bella Pérez   l10n: Punctuation and capitalize
2526beac9288 2021-07-25 Antoni Bella Pérez   More revision with items reordered
25393b8cf57c 2021-07-25 Antoni Bella Pérez   Make it more visual adding some GUI icons
254e3db55aad 2021-07-25 Antoni Bella Pérez   Rename other screenshot
25585566b790 2021-07-25 Antoni Bella Pérez   Suitable screenshots rename
256ed9b97671 2021-07-25 Antoni Bella Pérez   Merge branch 'bellaperez/Documentation' of invent.kde.org:bellaperez/kstars into bellaperez/Documentation
2578737aa63c 2021-07-25 Antoni Bella Pérez   Merge branch 'master' of invent.kde.org:education/kstars into bellaperez/Documentation
258449fe8727 2021-07-25 Antoni Bella Pérez   Add menu items and suitable tags
259438eb08b2 2021-07-23 Antoni Bella Pérez   Renew screenshots
2601b4d80d2c 2021-07-23 Antoni Bella Pérez   Documentation updates  * Review all items
2615b1914466 2021-07-24 Hy Murveit           Restore the HFR etc statistics.
26255c620a70 2021-07-23 Antoni Bella Pérez   Renew screenshots
263d213c3a62 2021-07-23 Antoni Bella Pérez   Documentation updates  * Review all items
2646123fa93e 2021-07-22 Yuri Chornoivan      Fix minor typos
2650884643e5 2021-07-21 Jasem Mutlaq         Label KSPath test as unstable since it fails on CI
266c3d580cc4 2021-07-21 Hy Murveit           Refactor scheduler, use just one timer, add unit testing.
267d101568ac 2021-07-21 Valentin Boettcher   fix the object counts in the observation wizard
268a3c2303b5 2021-07-20 Wolfgang Reissenberger Bugfix for guiding target plot showing mirrored plots
269aaaa1feb1 2021-07-21 Antoni Bella Pérez   GUI l10n fixes
27013834ad30 2021-07-19 Wolfgang Reissenberger Bugfix shared pointers in capture count widget
271fae50b500 2021-07-19 Jasem Mutlaq         Use timer based approach to show the port selector
2728ba923311 2021-07-19 Jasem Mutlaq         Toggle profile port selector
273b9f35b78e 2021-07-17 Wolfgang Reissenberger Fixed compiler warnings
27448e46ce61 2021-07-18 Jasem Mutlaq         Bring back auto dark in capture module
275d4da61ef8 2021-07-18 Jasem Mutlaq         Sort by master dark capture date
276fb73702b1 2021-07-17 Jasem Mutlaq         Do not call WCS dependent functions without WCSLIB
2779ccf1f5bd 2021-07-17 Jasem Mutlaq         Remove unnecessary reset in sequence job that was only used to reset batch mode
2789c5028c10 2021-07-17 Jasem Mutlaq         Do not allow histogram width to be zero
279adaf4ec88 2021-07-10 Jarno Paananen       Remove precalculated pixel-to-WCS lookup table which takes huge amounts of memory (two floats per pixel) and slows down image loading in favor of ca..
28008b13460a 2021-07-14 Valentin Boettcher   update bundled openngc
2810386e1a21 2021-07-14 Valentin Boettcher   hack to make sorting work
2824f10d59fc 2021-07-14 Valentin Boettcher   find objects by wildcard to avoid wrong objects showing up
2830771fd970 2021-07-10 Valentin Boettcher   move the prefix definition where it belongs
284e476d439b 2021-07-10 Valentin Boettcher   remove accidental double pasting
2855f7848af1 2021-07-10 Valentin Boettcher   restore catalog exploration to what's interesting
28635a7e0f72 2021-07-09 Valentin Boettcher   clean up indentation in wiview.qml
287ddd9f67a3 2021-07-14 Wolfgang Reissenberger Manager refactoring | re-usable widgets extracted
2880be6e85a8 2021-07-14 Jasem Mutlaq         Use a smarter method to show the port selector dialog
28945c9695b8 2021-07-14 Yuri Chornoivan      Fix minor typos
290679497898 2021-07-14 Yuri Chornoivan      Fix typo, optimize docbook parsing for translation
291e262e2688 2021-07-14 Jasem Mutlaq         New Profile Port Selector
29293c6f30f7 2021-07-13 Nicolás Alvarez      Don't auto-retry GitLab CI jobs
29353e62ce5b 2021-07-13 Valentin Boettcher   fix doc issues discovered by checkxml5
294a38047c8d 2021-07-13 Valentin Boettcher   Dso docs
2958908f69b0 2021-07-13 Jasem Mutlaq         When Ekos resets, release dark library
296cae45d2eb 2021-07-12 Valentin Boettcher   generic data location to app data location
29701b134b3c 2021-07-11 Valentin Boettcher   change usage of writableLocation in texturemanager
2987d4ed9361 2021-07-11 Jasem Mutlaq         In capture and solve if image data is missing, assign from view
299e768088e7 2021-07-10 Jarno Paananen       Remove templating from rescale function as the template type is not used for anything (anymore?). Also fix a typo in "hasDebyaer".
300249350d35 2021-07-09 Valentin Boettcher   pre populate the search dialog with the brightest objects
301b661673a8 2021-07-09 Jasem Mutlaq         Many functions still depend on FITSView loading the image fully when when the FITSData is emitted. Such functions should be gradually moved to separ..
302772298d80 2021-07-08 Jasem Mutlaq         Remove underscore from target name when setting FITS_OBJECT
30374c9563e5 2021-07-07 Simone Tisa          Improve randomness of non guiding dithering
3041da63e84b 2021-07-07 Alexis Lopez Zubieta Fix/appimage
305563c5f336 2021-07-07 Eric Dejouhanet      Hotfix for the twilight restriction
30668cd35cad 2021-07-07 Dušan Poizl          Stable alphabetical INDI device order
307d71333ad1 2021-07-07 Eric Dejouhanet      Rewrite KSPaths::writableLocation to give test their own environment.
308a320f01e5 2021-07-07 Jasem Mutlaq         Mount QML changes caused crash on raspberry pi perhaps due to language issue in variable subsutiion. Have a workaround now for this to work
309addb57755 2021-07-06 Siyu Zhang           Control Mount with arrow keys
310c2b40918d 2021-07-02 Jasem Mutlaq         Move away from FITSView and try to use FITSData directly in order to decouple the data processing from GUI
311d130fa950 2021-06-26 Nate Graham          Add shortcuts for increasing and decreasing the time scale
3124c1ebb5f4 2021-07-06 Jasem Mutlaq         kdoctools-dev --> libkf5doctools-dev starting from Ubuntu 21.04
313e48bd5e95 2021-07-06 Jasem Mutlaq         Starting 3.5.5 development cycle
314fcedf7bb6 2021-07-06 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3155a05e1009 2021-07-06 Jasem Mutlaq         Update XML types for more direct access to variables by external programs
3164283b82ef 2021-07-06 Jasem Mutlaq         Use fully qualified name for CommunicationStatus so that external programs do not cause QMetaType errors
31750c6a3242 2021-07-05 Valentin Boettcher   the download dialog should belong to kstars
31894ad6adce 2021-07-05 Valentin Boettcher   fix the date conversion in pykstars and add catalog meta update
3195149471e2 2021-07-04 Valentin Boettcher   nicer backup filename
3205f9e33bda 2021-07-04 Valentin Boettcher   backup dso db
32186ac115a8 2021-07-02 Valentin Boettcher   only lesser versions are a problem
322d7d5a5c6f 2021-07-02 Valentin Boettcher   test reading timestamps
32378ed73fe1 2021-07-02 Valentin Boettcher   fix i18n typo
3246fc38b301 2021-07-02 Valentin Boettcher   implement migration for reading meta
325571324d0c 2021-07-02 Valentin Boettcher   add migration to import
32665cfd5699 2021-07-02 Valentin Boettcher   add timestamp support to pykstars
327bba1e308c 2021-07-02 Valentin Boettcher   update test db
328e3959205a 2021-07-02 Valentin Boettcher   add timestamp field to catalog and a migration to update the db
32956f732cb8 2021-07-03 Jasem Mutlaq         Prepare for 3.5.4 stable release
3303fe7f5941 2021-07-03 Valentin Boettcher   show notice about the knewstuff bug
331
3323.5.4 (Gera):
333
3347498a113d 2021-07-03 Valentin Boettcher   clear texture cache before reloading the deeps sky, cache not found
335305007451 2021-07-02 Jasem Mutlaq         Set correct frame information for DSLR
336896d37996 2021-07-02 Eric Dejouhanet      Fix twilight calculation
3378443f28f1 2021-07-01 Valentin Boettcher   don't show catalog identifier
338ac694e05f 2021-06-30 Jasem Mutlaq         Merge branch 'lancaster/kstars-master'
339d76113a8d 2021-06-30 Valentin Boettcher   Better dso search
340bacb23249 2021-06-30 Valentin Boettcher   also check top level dir for textures
34101f357a9b 2021-06-30 Valentin Boettcher   update default openngc
34253b39b377 2021-06-30 Valentin Boettcher   make object hashes more stable by only hashing essential fields
343d0b0ece76 2021-06-29 Robert Lancaster     Fixing typo2
34438189b7b8 2021-06-29 Robert Lancaster     Fixing typo
345f2f82ae39 2021-06-29 Robert Lancaster     fix descriptions due to wikipedia API update
34601c0ad994 2021-06-29 Robert Lancaster     Merge branch 'master' of https://invent.kde.org/education/kstars
347f2972aa6f 2021-06-29 Valentin Boettcher   fix the thumbnails in what's interesting
348782f19f9f 2021-06-27 Valentin Boettcher   Revert "draw dso with the correct position angle" and fix it for good
349f40a0e7c6 2021-06-26 Valentin Boettcher   draw dso with the correct position angle
3509512d5254 2021-06-26 Valentin Boettcher   rediscover textures when downloading with knewstuff
3516c72ce03f 2021-06-26 Valentin Boettcher   only discover texture dirs once
3520f94ae768 2021-06-26 Jasem Mutlaq         Remove Boost requirement for Windows
353aec4d7647 2021-06-25 Valentin Boettcher   correctly detect if the master catalog exists
3540ea39d5c8 2021-06-25 Valentin Boettcher   load inline textures faster
3556fe8ccb6f 2021-06-24 Jasem Mutlaq         INDI drivers sync
356c5d43c5b5 2021-06-23 Valentin Boettcher   hide inline images and initialize m_image_loaded correctly
357b380b83fa 2021-06-23 Valentin Boettcher   bring back the moon (and other solar system textures)
3587f5e80829 2021-06-23 Valentin Boettcher   make label density even cleverer
3596d8760431 2021-06-21 Valentin Boettcher   Implement inline images for DSO, organize thumbnail downloads into separate directory
36016cf8d159 2021-06-21 Hy Murveit           Add filter synonyms for Analyze
3613574cd138 2021-06-20 Valentin Boettcher   make the label density for catalogs cleverer
3620dc0ad435 2021-06-20 Yuri Chornoivan      Fix minor typos
363c3d369471 2021-06-19 Valentin Boettcher   remove nonsensical qsqlquery wrapper
364a4b519ad1 2021-06-19 Valentin Boettcher   give the user the option to start over if the dso db is unreadable + better initialization
365f986ac75e 2021-06-18 Valentin Boettcher   fix the AUTHORS list to be in alph. orderd
366bc8f96103 2021-06-18 Valentin Boettcher   be less verbose in the detailsdialog
3678919454be 2021-06-18 Yuri Chornoivan      Fix minor typos in docs
36854bdbbc5b 2021-06-18 Yuri Chornoivan      Fix one more i18n()
369b3ba86881 2021-06-18 Yuri Chornoivan      Fix i18n()
370c9796ef79 2021-06-18 Yuri Chornoivan      Fix minor typos
371be9d8156b 2021-06-18 Yuri Chornoivan      Fix message extraction
3728a92a7ab0 2021-06-17 Valentin Boettcher   fix segfault in whatsinteresting
37355f0aea68 2021-06-17 Valentin Boettcher   fix windows build by removing unsupported structure init
3748e7e74453 2021-06-17 Valentin Boettcher   check in forgotten test data
375e0a3ea3db 2021-06-17 Valentin Boettcher   Dso overhaul
3766a17d7aff 2021-06-16 Wolfgang Reissenberger Suspend mode added to align module
37714259e3ca 2021-06-15 Jasem Mutlaq         Only force fusion on non-KDE desktops.
378286aea8cf 2021-06-15 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
379f0162f7a7 2021-06-14 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
380e69d7da74 2021-06-14 l10n daemon script   GIT_SILENT made messages (after extraction)
38143172bba1 2021-06-12 Jasem Mutlaq         Use newer style coding for for loops. Use ISD::Telescope instead of raw device
38210ae85bb9 2021-06-12 Jasem Mutlaq         Unless stopping driver is requested, do not try to stop drivers on remote manager
3830593d51ad 2021-06-12 Jasem Mutlaq         Since GUIDE_DITHERING_SETTLE is ONLY set when ditherSettle > 0, therefore there is no need to check if it meets this condition since it is a must, a..
3847f7ef51f4 2021-06-12 Jasem Mutlaq         If not dither settling is required, capture immediately, otherwise skip capture
385872ec4734 2021-06-08 Yuri Chornoivan      Fix minor typo
386711a107c9 2021-06-07 Eric Dejouhanet      Astrometry tests in CI
38715bc20a91 2021-06-07 Jasem Mutlaq         If focus motion command times out in 30 seconds, command it again. If after 3...
38842fd89e76 2021-06-07 Wolfgang Reissenberger Manager UI cleanup
389700da587e 2021-06-07 Jasem Mutlaq         Check if weather check is enforced before shutting down. Comment out for now unused function
39020570cef7 2021-06-02 Jasem Mutlaq         Increase sensitivity of pixel scale difference by an order of magnitude to detect small variations in focal length
39195fdd1b37 2021-05-27 Jasem Mutlaq         Better state transition logging
392be4c957b6 2021-05-26 Jasem Mutlaq         Remove extra fprintf
39338c8ca689 2021-05-26 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
39470690e650 2021-05-26 l10n daemon script   GIT_SILENT made messages (after extraction)
3959cc3e2026 2021-05-24 Jasem Mutlaq         Add temperature regulation dialog box
3960ace45948 2021-05-22 Hy Murveit           Magnifying glass for fitsviewer.
397628d7db6d 2021-05-20 Hy Murveit           Cleanup. Remove deprecated FITSView::getImageData. Fix typo.
398489168917 2021-05-19 Paweł Soja           Use non-pointer INDI::Property.
39929e87a8b6 2021-05-19 Yuri Chornoivan      Remove extra semicolons
400f01492f34 2021-05-18 Hy Murveit           Remove the red text color from the polar-align instructions.
4019452053b5 2021-05-11 Hy Murveit           Readability--replace loadSlewState with solveFromFile.
402f27c9ce2d 2021-05-17 Jasem Mutlaq         INDI driver sync
4034199047fd 2021-05-16 Eric Dejouhanet      Small update to the Scheduler docbook for the Mosaic Tool.
404689ea7404 2021-05-17 Yuri Chornoivan      Fix minor typos
4050b7564b42 2021-05-17 Yuri Chornoivan      Fix minor typo
406dedb7c9d7 2021-05-16 Eric Dejouhanet      Improve Mosaic Tool state
407e1ded1e85 2021-05-15 Jasem Mutlaq         Add detection and algorithm to focus log on start
408bd7c0e5fb 2021-05-15 Jasem Mutlaq         Use source temperature directly
4090082c4259 2021-05-15 Jasem Mutlaq         if source temperature is invalid, try to read from current source
41034774e237 2021-05-14 Jasem Mutlaq         Sync setting when temperature source changes
411c73dfc823 2021-05-10 Pawel Soja           Simplify code - Use INDI::WidgetView<>.
4129a627986e 2021-05-10 Jasem Mutlaq         Use KSNotification to send events
413aef83fc6a 2021-05-10 Jasem Mutlaq         Set calibration mode (previously preview_mode) whenever calibration is started...
4140c3da5721 2021-05-08 Jasem Mutlaq         Using adjusted with path() in Qt has a negative effect in Windows where driver letters are removed from the path. Falling back to a simpler method t..
415fedf419e7 2021-05-09 Jasem Mutlaq         Make user select explicit temperature source for focus instead of assuming which source to use
416d5b11325d 2021-05-08 Jasem Mutlaq         Simplify message for toggling rotator
417346275b9a 2021-05-08 Yuri Chornoivan      Fix weird formatting
4183e21f05f8 2021-05-03 Hy Murveit           Refactor artificial horizon constraints. Add ceiling constraint. Add unit tests. Use Great circle.
419bb37143cb 2021-05-06 Alexander Lohnau     GIT_SILENT Add auto generated files to .gitignore
420e32f6399c 2021-05-04 Wolfgang Reissenberger Bugfix meridian flip for lower culmination
421efc58b174 2021-04-17 Hy Murveit           Refactor scheduler for unit testing. Add Unit Tests.
4225e0a1a6fc 2021-05-01 Eric Dejouhanet      Fix catalog download crash
4235cd188f59 2021-04-30 Jasem Mutlaq         Start using temperature in passive cameras
42458fc41ab6 2021-04-30 Jasem Mutlaq         Fix login AND to OR
4252de30edc4 2021-04-29 Jasem Mutlaq         Revert unintended change, remove Qt::DirectConnection
426dc7e3007d 2021-04-29 Jasem Mutlaq         Fix upper limit for exposure in dark library
427c7d73a5ff 2021-04-29 Jasem Mutlaq         Fix rare crash on exist where client could still be active and sending updates
428fcbd6718e 2021-04-29 Jasem Mutlaq         Fix null QObject disconnect error
429864468396 2021-04-27 Eric Dejouhanet      Improve WUT performance by testing magnitude before visibility.
4301adf58605 2021-04-26 Heiko Becker         Fix build without BUILD_KSTARS_LITE and libraw
431e2bf44592 2021-04-26 Siyu Zhang           Fix build
432ed31d56b6 2021-04-26 Jasem Mutlaq         Starting v3.5.4 development cycle
433
4343.5.2 (Huygens):
435
436ec39e58d5 2021-02-28 Jasem Mutlaq         Fix return code error
437fea80004a 2021-02-28 Jasem Mutlaq         Improve solve failure alignment message
438157c8cff0 2021-02-28 Jasem Mutlaq         Mark stable release for 3.5.2
439487ca62b2 2021-02-28 Eric Dejouhanet      Fix fread return code check and non-init block use.
440e6c2c9c4c 2021-02-27 Hy Murveit           Save the estimated GPG period.
441a2f6995f6 2021-02-28 Yuri Chornoivan      Fix wrong usage of i18np()
442d80cef232 2021-02-27 Eric Dejouhanet      Fix Guider capture/reacquire timeout handling
4433f0274dda 2021-02-27 Eric Dejouhanet      Protect from focuser loss, ensure autofocus stop from button.
444a09145800 2021-02-24 Aziz Bouland         adds the ability to set the video buffer size and the max frames per second sent from ekos programtically
445ab65d91b8 2021-02-24 Jasem Mutlaq         INDI driver sync
446739c70fb8 2021-02-23 Hy Murveit           Save Align accuracy. Add focus position to Analyze focus info box.
4478240afe3c 2021-02-22 Yuri Chornoivan      Fix minor typo
4484aaad41e8 2021-02-22 Jasem Mutlaq         Fix build error
449601788519 2021-02-21 Jasem Mutlaq         Simplify PAA messages
45065b0f85d5 2021-02-18 Jasem Mutlaq         Add more information about mount coordinates conversions in log
4519ecc46851 2021-02-18 Jasem Mutlaq         Add ha to mount messages
452c5a7b5be0 2021-02-18 Eric Dejouhanet      Protect from focuser loss, ensure autofocus stop from button.
45311e7f786c 2021-02-16 Jasem Mutlaq         Send pixmap for low-res images
454d61c55749 2021-02-16 Jasem Mutlaq         No need to send temperature as state
455224caa313 2021-02-16 Jasem Mutlaq         Fix crash in serial port assistant device navigation
456b26c18ea1 2021-02-11 Hy Murveit           Add apt-add-ppa to README.md build instructions.
457c97f2adb4 2021-02-09 Eric Dejouhanet      Fix issues found by Coverity Scan (level medium)
458578da02cb 2021-02-08 Jasem Mutlaq         Disable placehold test on Windows until fixed later
4598962f1cc6 2021-02-08 Eric Dejouhanet      Fix issues found by Coverity Scan (level High).
460e50708a71 2021-02-08 Jasem Mutlaq         Only debayer images that originally have single channel in the fits header.
461dec23434b 2021-02-08 Jasem Mutlaq         Make sure we have single channel to read data min and max. For multichannel we calculate directly.
462b0268d421 2021-02-07 Jasem Mutlaq         Add visual studio ignores
463ea1cc1f96 2021-02-07 Jasem Mutlaq         Disable strict iterators for Windows
4641426c837f 2021-02-07 Jasem Mutlaq         Make KStars compile on Windows in Debug mode. Apparently headers order is important
465bfd04bf36 2021-01-27 Kwon-Young Choi      Test SequenceJob::getSignature
466b4e350952 2021-01-19 Kwon-Young Choi      Empty TestPlaceholderPath class in preparation of issue #54
46743c5c5dbe 2021-02-05 Jasem Mutlaq         INDI Drivers sync
4682d790408f 2021-02-05 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
469c10e174fe 2021-02-03 Hy Murveit           PAA UI: Fix wording. Speedup drawing of circle.
4701caa4dcce 2021-02-04 Yuri Chornoivan      Fix minor typos
471c5c04f2e9 2021-02-03 Hy Murveit           New UI to help user correct polar alignment.
4724c3a23ed3 2021-02-02 Jasem Mutlaq         Simplify serial assistant
473783a076fb 2021-02-02 Jasem Mutlaq         Add weather interface as well since most are serial devices
474e37423958 2021-02-01 Jasem Mutlaq         No need to scale bounded rectangle
475708d9be9d 2021-01-31 Eric Dejouhanet      Fix sequence unexpectedly changing when pasting a Scheduler job.
476dc14609eb 2021-01-26 Jasem Mutlaq         Quick fix for meridian message box crash
4772e32f9886 2021-01-26 Jasem Mutlaq         Use KSMessageBox dialog to display meridian warning. Send az and alt error in the polarUpdated signal
47886b990833 2021-01-25 Hy Murveit           PAA fix issue with rotation, adjust test.
479b1a4eba48 2021-01-25 l10n daemon script   GIT_SILENT made messages (after extraction)
4805b3eacbd9 2021-01-24 Jasem Mutlaq         Send state when modules are started
481df1571634 2021-01-24 Jasem Mutlaq         Simplify PAH text
482e0bd6d66c 2021-01-24 Akarsh Simha         Update DSS URLs to https.
483dcc946b43 2021-01-24 l10n daemon script   GIT_SILENT made messages (after extraction)
4849ab004338 2021-01-22 Hy Murveit           PAA bugfix, make sure PAA is running before cancelling it on solver fail.
48554c8299b8 2021-01-23 Jasem Mutlaq         Fix build on BSD
486cef2ab206 2021-01-23 Jasem Mutlaq         Fix build on Windows
487dc3e949a0 2021-01-23 Jasem Mutlaq         Add adaptive sampling as a possible solution to load large images in memory constrained systems
488fb74da14b 2021-01-22 Hy Murveit           Fix PAA manual rotation message, Retry if solver fails, PAA UI cleanup.
4897619cc39a 2021-01-21 Jasem Mutlaq         Safe to add blocking connection back. No deadlock detected with tests
490f89934aa3 2021-01-21 Jasem Mutlaq         Emit change for vector correction
49183b04aa39 2021-01-16 Rick Bassham         feat: add rotation to scheduler
49274e0dac19 2021-01-20 Hy Murveit           Simplify AlignView for PAA and fix bug there.
493ed097b432 2021-01-20 Jasem Mutlaq         Remove older code now that we send updated frame
4941941d7623 2021-01-20 Jasem Mutlaq         Make the connection unique
49581570e3a8 2021-01-20 Jasem Mutlaq         Send correction vector on update
4964f3be0fc6 2021-01-20 Jasem Mutlaq         Fix mount speed settings in polar alignment
4971c57e4518 2021-01-20 Jasem Mutlaq         Ignore SIGPIPE again
4981b3245b3c 2021-01-20 Jasem Mutlaq         Safe to use blocking queued connection now
4990975bdf7f 2021-01-20 Jasem Mutlaq         Auto park on PAH completion should be off now by default
500c02f114a5 2021-01-18 Jasem Mutlaq         Fix Ekoslive PAH refresh
50174c8d9d91 2021-01-18 Jasem Mutlaq         Remove Pluto from planet search in observation wizard
50217637042f 2021-01-17 Hy Murveit           Analyze details table--move to QTableWidget.
5032a6ed9959 2021-01-17 Jasem Mutlaq         Remove extra functions for end focus as they were causing confusion. Focus tested under multiple real scenarios under Ikarus Observatory along with ..
5046a797bfaf 2021-01-17 Jasem Mutlaq         Create userdb database backup file and restore it once detecting a corrupted file for whatever reason
5053656fed1d 2021-01-17 Jasem Mutlaq         Delete client later to prevent crash under some scenarios
506a65830501 2021-01-17 Jasem Mutlaq         Abort focus if it is in progress while meridian flip is underway
5072e3ca42ba 2021-01-17 Jasem Mutlaq         WHen in meridian flip, ignore focus state changes
50885c3b3196 2021-01-17 Jasem Mutlaq         Must set this flag otherwise state is not dispatched in completeFocusProcedure
509f53607cdc 2021-01-17 Eric Dejouhanet      Fix Capture aborting exposure of Focus
5108f55f85d2 2021-01-16 l10n daemon script   GIT_SILENT made messages (after extraction)
5118dcefc97b 2021-01-15 Jasem Mutlaq         If ekos status is not idle, try to stop ekos first before starting again
512b90f3ef33 2021-01-13 Jasem Mutlaq         Set maximum temperature diff to 1 up from 0.1 as many cameras coolers are not usually accurate enough to 0.1. This would allow for first image to ki..
51305510da0e 2021-01-15 Hy Murveit           PAA--cleanup test. Update user messaging.
51453f886c33 2021-01-15 Jasem Mutlaq         Send ekoslive events even when not fully connected
515e15ef966f 2021-01-15 Jasem Mutlaq         Use KSNotification on device connection failure
516f87c3ba28 2021-01-15 Jasem Mutlaq         Use KSNotification::event instead of direct KNotification
51726c615d94 2021-01-15 Jasem Mutlaq         Use more sane defaults for INDI message notification and starting step size for most focusers
51829cda560e 2021-01-13 Jasem Mutlaq         Use Blocking Queued Connection again since deadlock issue temporarily fixed on INDI side
5190fa393571 2021-01-13 Hy Murveit           PAA: sample from the center of the image. Update test. minor bugfix.
520b7ac3bd53 2021-01-11 Hy Murveit           Fix PAA type (purple -> green).
521cbe33115a 2020-12-20 Hy Murveit           New polar-alignment scheme
5224635b3b08 2021-01-10 Brodrick Bassham     feat: manual rotation dialog in alignment module
523c5e8b6234 2021-01-10 Jasem Mutlaq         Starting 3.5.2 development cycle
524
5253.5.1 (Centauri):
526
5270b214549f 2021-01-07 Jasem Mutlaq         Mark 3.5.1 stable release
5286fd6ba608 2021-01-06 Jasem Mutlaq         Yet another fix to in sequence focus not getting reported to capture module after completion
529d204d7237 2021-01-05 Jasem Mutlaq         Fix crash when no object was clicked in recent satellite MR
530542911112 2021-01-02 Eric Dejouhanet      Fix focusEffect option test.
531287f375ac 2021-01-03 Pedro Rodriguez Perez Fix xi18n argument: it can't be split over multiple lines
532803b6f499 2021-01-03 Eric Dejouhanet      Additional fix for focus state changes
533a6fa048db 2021-01-02 Hy Murveit           Add option to control downsampling on stretch slider preview.
5343b53c5446 2021-01-03 Yuri Chornoivan      Fix minor typo
535dd96446b6 2021-01-02 Jasem Mutlaq         Set subtract parameters when existing frame is found as well
536298566a67 2021-01-02 Jasem Mutlaq         Set inSequenceFocus to false once stopped and set state to Ekos::FOCUS_COMPLETE once there is no need to perform autofocus after checkFocus in invoked
5372a6f959d2 2021-01-02 l10n daemon script   GIT_SILENT made messages (after extraction)
5387de4a03d5 2021-01-01 Eric Dejouhanet      Fix and validate management of image filter in Focus.
539a9b3a6d8e 2020-12-30 Eric Dejouhanet      Fix HFR check breaking running autofocus
5408f5ee7e4f 2020-12-30 Jasem Mutlaq         Fix timespec for observation time
541cc23d8170 2020-12-30 Jasem Mutlaq         Gracefully handle remove probs. All tests ran OK with this change
542a39da7171 2020-12-30 Jasem Mutlaq         INDI drivers sync
543c6c189b19 2020-12-28 Jasem Mutlaq         FITS saving failed because we used datatype while it was expecting imagetype
5441f2790158 2020-12-26 Jasem Mutlaq         Double check that guider chip is valid, if not fallback to primary
545f08f7f74e 2020-12-25 Eric Dejouhanet      Skip mount control test until QML/GL mixed window issue is resolved.
5464ad709d23 2020-12-25 Eric Dejouhanet      Relax capture timeout, add warning.
5474c790b7f0 2020-12-25 Jasem Mutlaq         Guide limits should be first
548d111331dd 2020-12-23 Jasem Mutlaq         Revert "Improve HiPS rendering on HiDPI screens as well by relaxing levels"
549081b064a9 2020-12-22 Fabrizio Pollastri   Mount Control: click on displayed coords to set them as input.
5505ff349164 2020-12-23 Aziz Bouland         Adds Park everyday for ekoslive
551d055ca42a 2020-12-22 Jasem Mutlaq         Fix potential crash when new operator fails. It should fail gracefully when memory allocation fails
55238c862083 2020-12-22 Jasem Mutlaq         Revert "[Needs Review] Add missing CMake module for StellarSolver"
5533d52e6981 2020-12-19 Akarsh Simha         Find StellarSolver in the usual UNIX locations
5543a1b62620 2020-12-19 Akarsh Simha         Update FindStellarSolver.cmake from current master of StellarSolver
555a60cf3af2 2020-12-19 Akarsh Simha         [Needs Review] Add missing CMake module for StellarSolver
55678b2374d4 2020-12-18 Hy Murveit           Changed the order of the Capture Tab columns.
557214386d8f 2020-12-17 Jasem Mutlaq         solver MODE would be used now to designate mode of operation local (stellarsolver) or remote solver. While solver TYPE would be used to differentiat..
558ce952999d 2020-12-16 Jasem Mutlaq         Improve HiPS rendering on HiDPI screens as well by relaxing levels
559e7e6ce298 2020-12-14 Pedro Rodriguez Perez Add satellite context menu copy TLE to clipboard
560f4505dcac 2020-12-15 Luigi Toscano        Revert "Fix xi18n argument: it can't be split over multiple lines"
561dd0d33f0b 2020-12-14 Pedro Rodriguez Perez Fix xi18n argument: it can't be split over multiple lines
5624f41d99bd 2020-12-13 Hy Murveit           Add handook doc to README.md
563dd4559989 2020-12-14 Luigi Toscano        Fix xi18n argument: it can't be split over multiple lines
564ea17d50eb 2020-12-11 Jasem Mutlaq         Make sure cameras that have focus and filter interface are not inadvertenly identified as pure focus or filter wheel device. Check for CCD bit mask ..
56505bb5e469 2020-12-10 Hy Murveit           Make Linear focus restart a little gentler. Add test.
5661c9cf1c98 2020-12-10 Jasem Mutlaq         Check for device name before deleting properties.
5672b859c1b7 2020-12-09 Jasem Mutlaq         Scripts manager
56879ff9655d 2020-12-02 Hy Murveit           Capture option to wait for low drift. Also guider keeps better track of guide star. Analyze can plot this better rms.
569d15e198bd 2020-12-07 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
570496411fed 2020-12-07 l10n daemon script   GIT_SILENT made messages (after extraction)
571480a65cd7 2020-12-06 Robert Lancaster     Updating CMakeLists to copy Data directory into the app bundle on Mac builds so that it doesn't have to be done in the build script.  Also changing ..
572247eb3d2e 2020-12-04 Eric Dejouhanet      Remove some Ekos dependencies from builder
573451ac590c 2020-12-01 Cyril Richard        Fixes wcs structure and code when singular matrix is detected. Should fix #47
574e8da99b5d 2020-12-03 Hy Murveit           Fitsviewer option to overlay saturated pixels in red.
5752da33d40e 2020-12-01 Robert Lancaster     Updating CMakeLists to copy Data directory into the app bundle on Mac builds so that it doesn't have to be done in the build script.  Also changing ..
576f7fa10536 2020-11-29 Eric Dejouhanet      Fix the focus state notification
577fafbf12e0 2020-11-27 Alexander Lohnau     Port KNS method
578757b6d9f9 2020-11-28 Eric Dejouhanet      Make the app-image build failure a warning only.
5793507693c8 2020-11-24 Jasem Mutlaq         Start KStars v3.5.1 development cycle
580f8ac2f798 2020-11-22 Jasem Mutlaq         Apparently checking isEnabled is not reliable indicator since it depends on parent status as well
581343f484ed 2020-11-22 Jasem Mutlaq         Call checkCCD..etc al when set setting is called for the first time to ensure all parameters are set up properly
582
5833.5.0 (StellarSolver):
584
5853384e057f 2020-11-20 Robert Lancaster     Updating CMakeLists to copy Data directory into the app bundle on Mac builds so that it doesn't have to be done in the build script.  Also changing ..
5869e376958f 2020-11-19 Robert Lancaster     Updating CMakeLists to copy Data directory into the app bundle on Mac builds so that it doesn't have to be done in the build script.  Also changing ..
58756dc564a8 2020-11-18 Jasem Mutlaq         Only save debayered local file using copy method and not temporary ones
5886f7352178 2020-11-18 Jasem Mutlaq         Update dependency
589255dcd32d 2020-11-17 Jasem Mutlaq         Exclue User Input events to fix an issue on MacOS
5908b1eacdae 2020-11-17 Eric Dejouhanet      Prevent duplicate focus execution.
59169f97fd6d 2020-11-16 Jasem Mutlaq         Fix crash when multiple views access the same FITSData and where loading WCS is still in progress. Add a variable to keep watch on WCS processing st..
592b3422835d 2020-11-15 Hy Murveit           Linear focuser fix bug where it hadn't been returning to initial position on error.
5935b275fb3d 2020-11-16 Robert Lancaster     Updating CMakeLists to copy Data directory into the app bundle on Mac builds so that it doesn't have to be done in the build script.  Also changing ..
5941bb129f85 2020-11-15 Robert Lancaster     Updating CMakeLists to copy Data directory into the app bundle on Mac builds so that it doesn't have to be done in the build script.  Also changing ..
595d1e1352d4 2020-11-15 Jasem Mutlaq         Remove unused headers
5960dd339c95 2020-11-15 Eric Dejouhanet      Build on master and MRs, test and app-image on MRs only.
5972109eb393 2020-11-15 Jasem Mutlaq         Do not warn about Sun if you are already tracking it
5989b5156e22 2020-11-15 Jasem Mutlaq         Remove more unused old astrometry code
5998dd932036 2020-11-14 Jasem Mutlaq         Comment disabled file
600c7c03bfd8 2020-11-14 Jasem Mutlaq         Disable unused code. Create and add local astrometry folder to the list of astrometry paths
6015c1c1b76e 2020-11-14 Jasem Mutlaq         Call configure local astrometry to create the local astrometry download folder
60256dd014b8 2020-11-14 Jasem Mutlaq         Comment unused sources
60339b6d8ab0 2020-11-14 Jasem Mutlaq         Reduce sizes
604b70807bb2 2020-11-14 Eric Dejouhanet      Reset Ekos pop-ups parents
6058ef5acddc 2020-11-13 Fabrizio Pollastri   Mount Control layout with font metrics
60657c44d05c 2020-11-13 Eric Dejouhanet      Rework Focus UI button update.
60769b159be6 2020-11-13 Hy Murveit           Give the fitsValue and fitsPosition status widgets a minimum width.
608911f29311 2020-11-12 Robert Lancaster     Updating the profile editor to manage the initial keep parameter
60983ed4971a 2020-11-12 Hy Murveit           Fix profile combobox bug
6107ab6c95a6 2020-11-12 Jasem Mutlaq         Fix test fits data. Hopefully this is the last bit with default profiles
6114886d9b31 2020-11-11 Hy Murveit           Fix annoying compiler warnings.
612f8b9ca3de 2020-11-11 Eric Dejouhanet      Explicitly add libstellarsolver as dependency
61325d417e5c 2020-11-11 Jasem Mutlaq         Update mount control status when slewing
614bc6b3d43c 2020-11-11 Jasem Mutlaq         Fix several layout issues. Apparently less is more
615dcce7dd4d 2020-11-11 Jasem Mutlaq         Disconnect client manager to this specific device when removing to prevent possible crash
6168d542046b 2020-11-11 Jasem Mutlaq         Fixed LONG standing GUI bug affecting connection tab when some properties are removed and then later added. Now calling invalidate to refresh the la..
617be7515a43 2020-11-11 Jasem Mutlaq         Use QtConcurrent to speed up WCS calculations
618bb940ddcf 2020-11-10 Hy Murveit           Remember to reset the meridian flip (and other) settings on exit.
619370ede8ca 2020-11-10 Jasem Mutlaq         Use QTime to produce the text
62000e570b94 2020-11-10 Jasem Mutlaq         Throttle mount update status
6210ce1926c4 2020-11-10 Jasem Mutlaq         const correctness and add meridian flip status accessor
62288c82ce89 2020-11-10 Jasem Mutlaq         Add i18n to meridian flip status description
6235cfdb5870 2020-11-10 Wolfgang Reissenberger Capture counting test cases added
62415f72c16c 2020-11-10 Jasem Mutlaq         Send meridianFlipText separately
6250c8d0f085 2020-11-09 Hy Murveit           Don't print HFR for flats in fitsviewer status line.
626fba99848a 2020-11-10 Jasem Mutlaq         Should not disable meridian flip in polar alignment since it is not achieving the required result. An explicit call to mount module is required and ..
627c15d8028a 2020-11-09 Hy Murveit           Modified default StellarSolver profiles for Guide and Focus
628166f3d91a 2020-11-09 Hy Murveit           Fix bug where HFR status disappears from fitsviewer.
6298f1d90fdf 2020-11-08 Jasem Mutlaq         INDI Drivers sync
63070a5076bb 2020-11-07 Wolfgang Reissenberger Change fitsview tab title for image changes
631e8af04cf4 2020-11-07 Jasem Mutlaq         Use image_data filename instead of currentURL which can be empty
63225b789c2b 2020-11-04 Hy Murveit           Reorganize Analyze UI, add capture features.
633d0f7c923b 2020-11-06 Jasem Mutlaq         Include filename even when loading data buffer to set the metadata necessary
63459551491a 2020-11-05 Jasem Mutlaq         Delete all FITS viewers on exist
63508d9aa954 2020-11-05 Jasem Mutlaq         Switch local stellarsolver if remote astrometry device is not detected
63602922db06 2020-11-05 Jasem Mutlaq         Release all fits viewer if the option was indepdent windows since they will not be otherwise destroyed when KStars is
637a5f1a5e74 2020-11-05 Jasem Mutlaq         Remote solver should be working again
6388bd227f0c 2020-11-05 Jasem Mutlaq         Fix adding profile for cameras, guiders, and focusers
6393dfb01546 2020-11-04 Eric Dejouhanet      Fix star count being limited by StellarSolver's default profile.
640e9c606fd3 2020-11-04 Eric Dejouhanet      Work around the delay to add a sequence job item, consider invalid exposure and count.
641d3be92d28 2020-10-27 Dušan Poizl          Fix opening FITS files where path contain non Latin1 characters
642b90fe2201 2020-11-04 Jasem Mutlaq         Add HFR SEP Profiles
6430b22df4b0 2020-11-04 Jasem Mutlaq         Remove pp added by mistake
644f952564f4 2020-11-04 Jasem Mutlaq         Refactor to StellarSolverProfileEditor from generic OptionsProfilesEditor
645a2cef5e53 2020-11-04 Hy Murveit           HFR StellarSolver Extraction profiles.
6460be60f8a6 2020-11-03 Wolfgang Reissenberger Test cases for capture counting harmonized - tests with and without the scheduler use the same test data sets - new test data added showing bugs usi..
647edb060431 2020-11-02 Jasem Mutlaq         Fix by Fabrizio Pollastri to Qt 5.15 Mount QML layout
6481d0df82e7 2020-11-02 Jasem Mutlaq         Ensure the prior future if any completed processing before starting a new one
649940a05d8f 2020-11-02 Jasem Mutlaq         Fixed the root cause leading the erronous GOTO when using the DBus GotoTarget function
65060e223063 2020-11-02 Jasem Mutlaq         Restore function used in data visualization
651fe85aa9a9 2020-11-02 Jasem Mutlaq         More .get to .data fixes for pre Qt 5.11
652aaa132013 2020-11-02 Jasem Mutlaq         Fix warning
653c4dfdc612 2020-11-02 Jasem Mutlaq         No need to clear a stacked declared variable
654cd8eaa998 2020-11-02 Jasem Mutlaq         Set batch mode explicitly off to prevent any batch files written as a consequence
655d1cdcb1f4 2020-11-02 Jasem Mutlaq         Fix jpg and png loading. Support monochrome natively
656acfa86185 2020-11-02 Jasem Mutlaq         Do not fall back to searching full frame if there are no stars in the subframe. Let the calling function make that decision
657e4c82583f 2020-11-02 Jasem Mutlaq         Use .data since .get is not available until Qt 5.11
65846d67d9f3 2020-11-01 Hy Murveit           Remove red circles from SEPMultistar guideview
659e8b32a694 2020-11-01 Jasem Mutlaq         Fix mount module slew to wrong coordinates
660af7540d97 2020-11-01 Jasem Mutlaq         Handle cases where the corredponding module is not yet initialized
661c653962c5 2020-11-01 Jasem Mutlaq         Add a check for the current Telescope pointer
662976dc3067 2020-11-01 Jasem Mutlaq         Use delete later for FITSData and check if the future is running before waiting for it to finish
6638492eab3f 2020-10-31 Robert Lancaster     Setting correct windows default paths for astrometry solving.
664c27a4cd4c 2020-10-31 Jasem Mutlaq         Account for binned pixel
665db771febd 2020-10-30 Jasem Mutlaq         Add more metadata and increase METADATA_PACKET size
6665d8e55863 2020-10-29 Jasem Mutlaq         In case star detector is still running, wait for it to finish before destroying the object
667dfe6ee466 2020-10-29 Jasem Mutlaq         Set binning and sep profile in align
6688ee91df8f 2020-10-28 Jasem Mutlaq         Limit testfitsdata to StellarSolver
669b3d670d52 2020-10-28 Jasem Mutlaq         Do not run tests if StellarSolver is not installed
6701416dd6ee 2020-10-28 Jasem Mutlaq         Use more sane defaults for focus. Can be better optimized
671dfb2552f2 2020-10-27 Jasem Mutlaq         Check if special value is not invalid
672aa97bb16d 2020-10-27 Jasem Mutlaq         Use INVALID_VALUE to learn whether the value has been initialized
67387ec60260 2020-10-27 Jasem Mutlaq         Init offset and gain special values
674da0f07418 2020-10-27 Jasem Mutlaq         Fix gain and offset add job settings
67567f727db7 2020-10-27 Jasem Mutlaq         load from image QByteArray
676100f0e0c2 2020-10-27 Jasem Mutlaq         Use RGB888 to save on memory when loading from buffer
67722a3ac419 2020-10-27 Jasem Mutlaq         Media load and slew support
678758a122dd 2020-10-27 Jasem Mutlaq         Add a new command to send stellarsolver profiles
679c3c17b910 2020-10-27 Jasem Mutlaq         Handle capture preset in loop
680b1cbcace2 2020-10-27 Jasem Mutlaq         Rename StellarSolver profiles to more appropiate name. Add function to return a list of profile labels
681985347101 2020-10-27 Jasem Mutlaq         Update build to use modern stellarsolver config targets
682bd7b76b3a 2020-10-27 Jasem Mutlaq         Not required as stellarsolver would use config targets
6835ae4a9eac 2020-10-27 Jasem Mutlaq         Fix header corruption when copying values
6846d04886fe 2020-10-27 Jasem Mutlaq         Disable unnecessary function and reset FITSView
685d51afaa14 2020-10-27 Jasem Mutlaq         Make event notification less spammy
686bdb7d5784 2020-10-27 Jasem Mutlaq         Reset frame before focus capture
6874dba074d5 2020-10-26 Jasem Mutlaq         Do not forget to announce state change for mount
688b827b1d93 2020-10-26 Jasem Mutlaq         Re-enable loadandslew after solver failure
6898cc9ab4cc 2020-10-26 Jasem Mutlaq         When saving to a new FITS file, create it from a new image since we could have debayered the buffer and lost the original bayered buffer since it is..
690fbf04c95d 2020-10-26 Jasem Mutlaq         Use QByteArray instead of passing raw buffers
6918fc67230a 2020-10-26 Jasem Mutlaq         WHen loading images use all formats at once to avoid confusion
692f9638b9c2 2020-10-26 Jasem Mutlaq         Fix target diff refactor
6937bd28c2a3 2020-10-26 Jasem Mutlaq         Migrate old-style signals/slots to the new style
694276a12d96 2020-10-26 Jasem Mutlaq         Fix warnings and close and remove indi fifo file when server is stopped
695b45531d18 2020-10-26 Jasem Mutlaq         Remove temporary file check since it is no longer valid
696558448493 2020-10-26 Jasem Mutlaq         Fix FITS tests
6970077370a9 2020-10-26 Jasem Mutlaq         Close buffer are use
69807c8b0679 2020-10-25 Jasem Mutlaq         No need to set maxStarCount since it is set in the profiles
699995e1a343 2020-10-25 Jasem Mutlaq         Send resolution along with video frame
700bc2eb0e84 2020-10-25 Jasem Mutlaq         send extension in metadata
701af1a79810 2020-10-25 Jasem Mutlaq         Open buffer before use
702182db227a 2020-10-25 Jasem Mutlaq         For gain and offset, use their special value
7034a1b51091 2020-10-25 Jasem Mutlaq         Fix StelalrSolver ifdef enclosure
7041c2ed998c 2020-10-25 Jasem Mutlaq         Embed metadata with image
705f19c96c15 2020-10-25 Jasem Mutlaq         Fix StellarSolver warnings
7067e0056620 2020-10-25 Robert Lancaster     Updating the Astrometry Config File and Index File Directory options so that they don't create duplicate entries, they remove nonexistant directorie..
707f921dad0d 2020-10-25 Jasem Mutlaq         Use QSharedPointer for video frame
70810b5d026a 2020-10-25 Jasem Mutlaq         Rework dark library handling with the FITSData
709d1fd2c93e 2020-10-25 Jasem Mutlaq         Use temporary fake path name to ensure the file is recognized as preview
710b749c9b9d 2020-10-25 Jasem Mutlaq         Fix min/max in special cases
711b309d8ab7 2020-10-24 Jasem Mutlaq         Use files for online and offline solvers
7120a77a9376 2020-10-24 Jasem Mutlaq         Move all FITSViewer window creation to KStars instance so that it can manage them fully while other objects only request from the pool of available ..
7130a62e4648 2020-10-24 Jasem Mutlaq         Use QSharedPointer for FITSViewer
714f33714a06 2020-10-24 Jasem Mutlaq         Migrate channels to be part of the image statistics. Minor fixes
715fada31090 2020-10-24 Jasem Mutlaq         Use QSharedPointer for FITSViewer
7160a67e2ff2 2020-10-24 Jasem Mutlaq         Use summary view if possible to send preview images, if not then from FITSData
717546f368dd 2020-10-24 Jasem Mutlaq         Update capture module to work with FITSData directly. Fix gain setting
718f85812fa9 2020-10-24 Jasem Mutlaq         Use QSharedPointer for FITSViewer
719626300316 2020-10-24 Jasem Mutlaq         Add new method to load data directly from FITSData and not disk files
720a84c5fc08 2020-10-24 Jasem Mutlaq         Use QSharedPointer for FITSViewer
7215ffaf7808 2020-10-24 Jasem Mutlaq         Use QSharedPointer for FITSViewer
722c8881b868 2020-10-24 Jasem Mutlaq         Add support to load RAW images
7230a5d6709e 2020-10-24 Jasem Mutlaq         Remove auto convert FITS since that is no longer necesary
724c056458f9 2020-10-24 Jasem Mutlaq         Use FITSViewer shared pointer
725e12899511 2020-10-24 Jasem Mutlaq         Major refactoring for FITSViewer and how FITS and other data is handled: 1. Eliminate any unncessary "temporary" files. If we have a buffer, use it ..
72683568b231 2020-10-23 Felix Yan            Correct a typo in darkmatter.docbook
727696d5a022 2020-10-23 Nicolas Alvarez      GitLab CI: reduce parallel jobs in ninja
7283ca7488ac 2020-10-22 Jasem Mutlaq         Improve setSetting so that it updates object information if toggled
729aca1aa042 2020-10-22 Jasem Mutlaq         Fix tests. Need to re-check again after default profiles are embedded in KStars
730e65a48404 2020-10-22 Jasem Mutlaq         Correct syntax leading to odd results
731d22f267b8 2020-10-22 Jasem Mutlaq         Cast to double since JMIndex can be zero otherwise
732f703c7ba8 2020-10-22 Jasem Mutlaq         Do not remote load and slew temporary file, it will be detected later
733840a2d659 2020-10-22 Jasem Mutlaq         Restore align completion time. Do not copy solved file as it is not required with stellarsolver
734393783486 2020-10-22 Jasem Mutlaq         Update settings upon adding filter wheel
735a1c7b5a28 2020-10-22 Jasem Mutlaq         Use stars returned from StellarSolver to create edges directly
7361e88074a6 2020-10-22 Jasem Mutlaq         Move block down so that it compiles on Windows due to weird conflict with stellarsolver astrometry
7372a873898e 2020-10-21 Robert Lancaster     Updating the Astrometry Config File and Index File Directory options so that they don't create duplicate entries, they remove nonexistant directorie..
738c42bc42fa 2020-10-21 Jasem Mutlaq         Add check for jobs empty
73943aca337f 2020-10-21 Jasem Mutlaq         Use Unique Connections for all module connections
7408fd68915f 2020-10-21 Jasem Mutlaq         Get target params default settings before setting them
741e386646d0 2020-10-21 Jasem Mutlaq         Forgot to include middle rect
742d9d1167f8 2020-10-21 Jasem Mutlaq         Restore QuickHFR settings
743000e8a9ac 2020-10-21 Jasem Mutlaq         Use cleanup
74459faf2eab 2020-10-21 Jasem Mutlaq         Remove duplicate prepareJob
7457023bc311 2020-10-21 Jasem Mutlaq         Add missing header
7462f42d402b 2020-10-21 Jasem Mutlaq         Better handling for source extractor settings in FITSData
747759c64c27 2020-10-20 Jasem Mutlaq         Add extraction background as a separate entity to the FITS data that can be retrieved after source extraction
7489a89171a9 2020-10-20 Jasem Mutlaq         Enclose connect clause for dialog type confirmation in the corresponding if block
7492767cd178 2020-10-20 Jasem Mutlaq         Send axis delta to ekoslive
750b049d7abe 2020-10-20 Jasem Mutlaq         Fix missing closing slash in XML element
751a1755653e 2020-10-20 Jasem Mutlaq         Update to extractor parallel computation
75258aabb619 2020-10-19 Jasem Mutlaq         Standardize mount module interface
753d9ef1810f 2020-10-18 Jasem Mutlaq         wrap solver in QPointer to prevent leak
754f8c287bf1 2020-10-18 Jasem Mutlaq         Disable eventloop since extraction is sync operation now
755ad6b33668 2020-10-17 Wolfgang Reissenberger Ekos states documentation for capture states
7569208ba63a 2020-10-17 Robert Lancaster     Updating the Astrometry Config File and Index File Directory options so that they don't create duplicate entries, they remove nonexistant directorie..
757652039e03 2020-10-17 Wolfgang Reissenberger Bugfix correcting meridian flip states for double meridian flips
7585d7ff49ed 2020-10-17 Robert Lancaster     Adding the AutoDownsample function
75915ba3c90a 2020-10-16 Robert Lancaster     Fixing online file path.  Renaming some combo box items
760b3903b791 2020-10-16 Jasem Mutlaq         Make use of all available space
7615c8fb5e02 2020-10-16 Jasem Mutlaq         Use updated signal to ensure proper shutdown of the solver. Requires updated stellarsolver
76284d87a0e8 2020-10-16 Yuri Chornoivan      Add missing period
7638863df103 2020-10-15 Jasem Mutlaq         Improve how FOV Position Angle is displayed with match with expectations in Ekos
764bccebb707 2020-10-15 Jasem Mutlaq         Add sync target to mount function separately
765544cf5a8a 2020-10-15 Jasem Mutlaq         Add accuracy and settle to settings
76685b9f6a4e 2020-10-15 Jasem Mutlaq         Add focus option profiles to settings
76740ed6072a 2020-10-15 Christian Dersch     Update OpenNGC to latest release (v20201004)
768eef33ac6d 2020-10-15 Jasem Mutlaq         Fix non-FITS private load warnings
76942e295f7e 2020-10-15 Jasem Mutlaq         Fix scope reporting
770e24b0b211 2020-10-15 Jasem Mutlaq         process solverAction setting
771be9ccdbb7 2020-10-15 Jasem Mutlaq         Add guide loop support
77269b606eb7 2020-10-15 Jasem Mutlaq         Use pixmap for low bandwidth images
7737d23ea305 2020-10-15 Jasem Mutlaq         Add loop function to guide
77433d1abcd4 2020-10-15 Jasem Mutlaq         Add commands for focus and guide captures
77543e2c29f1 2020-10-15 Jasem Mutlaq         Improve supplied vs effective focal lengths
7768fdde98d4 2020-10-15 Jasem Mutlaq         Extend solver scale range from 80% to 120% of calculated values to allow for more room for variations
77723f9127f6 2020-10-15 Jasem Mutlaq         Disable problematic test until further notice
7789869bcfb5 2020-10-15 Jasem Mutlaq         Add additional check to ensure we are using the correct telescope when imaging a sequence
77936eb16a1c 2020-10-14 Jasem Mutlaq         Increase overall streaming quality
780a099f2361 2020-10-14 Jasem Mutlaq         Add space
7813f4acf6fa 2020-10-13 Jasem Mutlaq         Fix typo and correct format
782be009c503 2020-10-13 Jasem Mutlaq         Only debyaer .stream formats only
783961409672 2020-10-13 Eric Dejouhanet      Switch deps to nightly
784478382b13 2020-10-13 Jasem Mutlaq         Find existing header information to speed up load and slew like before using StellarSolver
7855ea51643f 2020-10-13 Jasem Mutlaq         Fix scale and field units
7860c31810ff 2020-10-13 Jasem Mutlaq         Add a function to parse solution header
7879a27b51f0 2020-10-13 Jasem Mutlaq         Make startup wizard buttons more concrete and less confusing.
788745b6d909 2020-10-12 Jasem Mutlaq         Restore the timer start when solving. Do not update effective FOV and focal length when in load and slew
7891069cd896 2020-10-12 Jasem Mutlaq         Fix crash when remote solver is selected but not available due to missing driver
790278bc3c15 2020-10-12 Jasem Mutlaq         Add focus, guide, and align to media websocket preview send
7919e941a735 2020-10-12 Eric Dejouhanet      Add StellarSolver library to CI.
792f597ae8bd 2020-10-12 Jasem Mutlaq         Make sure remote parse device exist. If not switch back to StellarSolver
7936014b37a2 2020-10-12 Jasem Mutlaq         Fix typo
794d6d3a27ff 2020-10-11 Akarsh Simha         In the find dialog, replace multiple spaces by single space.
7958aebf4626 2020-10-11 Akarsh Simha         astyle fixes
7964c1d71034 2020-10-11 Akarsh Simha         Hackish way to fix crash when a random text file is loaded as a session plan into the observing list tool
797698fb43f8 2020-10-11 Jasem Mutlaq         Add a settle status to Ekos manager whereas any 3rd party clients can now know when it is safer to communicate given that all properties are defined..
798ddb52173a 2020-10-11 Jasem Mutlaq         Fix calculation for effective focal length
799a8b786e88 2020-10-11 Akarsh Simha         Minor improvement: Avoid inserting nullptr objects into the nameHash
800d87b7b880 2020-10-11 Jasem Mutlaq         Remove ekos reference in FITS Sep detector
8010491c0286 2020-10-11 Jasem Mutlaq         Use KSUtil when possible to return any default paths
802d1e4e2115 2020-10-11 Jasem Mutlaq         Add effective focal length and ratio in align module
80325660a7e3 2020-10-11 Robert Lancaster     Separating StellarSolver logging from Astrometry logging.  Improving message for failed solves when alignment logging is off.  Improving Focus loggi..
804bce9e3dc8 2020-10-10 Yuri Chornoivan      Fix minor typos
805f7fe2ba7d 2020-10-10 Jasem Mutlaq         Declare starCenters for both stellarsolver and regular SEP
80651fbd126b 2020-10-09 Robert Lancaster     Master
80712ab6230f 2020-10-09 Jasem Mutlaq         Fix testfitsdata after latest changes
80810bb63b6e 2020-10-09 Jasem Mutlaq         Fix findStars usage
809fa6d0f0f2 2020-10-09 Jasem Mutlaq         Fix build when stellarsolver is not installed
810f7e82270e 2020-10-09 Jasem Mutlaq         Update code to use asynchronous mode for star detection
811d5d00312b 2020-10-09 Jasem Mutlaq         Use the updated StellarSolver consolidated syntax
812f95230b88 2020-10-09 Jasem Mutlaq         Fix the fits test with stellarsolver
813ebc1f4a7a 2020-10-08 Jasem Mutlaq         Use more accurate description for solver type
814e5878278c 2020-10-08 Jasem Mutlaq         Add libstellarsolver-dev to the dependencies
815976208fd7 2020-10-08 Jasem Mutlaq         Fix crash when using raw pointer
81682ccb1e90 2020-10-08 Jasem Mutlaq         Add new HFR_HIGH type which gets a star in the top 5% of detected stars to avoid overly saturated stars while still getting a bright star good enoug..
8178e8ea898c 2020-10-08 Jasem Mutlaq         If bounded search fails, fall back to full frame
8184c3b4151d 2020-10-08 Jasem Mutlaq         Fix memory allocation issue
81977fb1287b 2020-10-08 Jasem Mutlaq         Revert to gradient as it is now more reliable than SEP
820a44d6b9d3 2020-10-08 Jasem Mutlaq         Stop crash if stellarsolver object is not init
82163f320e23 2020-10-08 Jasem Mutlaq         Fix build when StellarSolver is not available even though it is now a hard dependency if INDI is detected
822b2a99b8fb 2020-10-08 Jasem Mutlaq         Fix stellarsolver includes
82320943987e 2020-10-08 Jasem Mutlaq         No need for astrometry.net
8244f67d3282 2020-10-08 Jasem Mutlaq         Star should be select after setting star center
8259a2189911 2020-10-08 Jasem Mutlaq         Fix using boundary in stellarsolver
8263e02202c8 2020-10-08 Jasem Mutlaq         Add stellarsolver dependency
827e78154841 2020-10-08 Robert Lancaster     This is a pretty big change.  It is the start of the integration of the StellarSolver Library that I created this spring.   Here are some of the cha..
8280ed5f9338 2020-10-08 Jasem Mutlaq         Revert "This is a pretty big change.  It is the start of the integration of the StellarSolver Library that I created this spring.   Here are some of..
8291dd9baf71 2020-10-08 Jasem Mutlaq         This is a pretty big change.  It is the start of the integration of the StellarSolver Library that I created this spring.   Here are some of the cha..
8307120f95a1 2020-10-07 Jasem Mutlaq         Add _GET for focus settings
831489300e12 2020-10-07 Jasem Mutlaq         Fix warnings
8325dd94370a 2020-10-06 Jasem Mutlaq         Fix property subscription
833afe2e28d8 2020-10-06 Jasem Mutlaq         Add focuser name to the settings get/set
834c643cb792 2020-10-06 Jasem Mutlaq         Fix absolute path and style
835681f72a62 2020-10-05 Hy Murveit           Fix issue with Analyze Info Box's background color.
836e690ee5c7 2020-10-06 Fabrizio Pollastri   Minimize the mean angle representation error of DMS/HMS formats
837936d1e33e 2020-10-05 Jasem Mutlaq         Add separate setters for primary, process, and mechanics options in focus module
838902789ba1 2020-10-05 Jasem Mutlaq         Add corresponding commands for setting settings
839de226522c 2020-10-05 Jasem Mutlaq         Add focus json Settings
8409e74446c7 2020-10-04 Robert Lancaster     Misspelled Options
841106e9968d 2020-10-04 Jasem Mutlaq         Add focus and guide get/set settings. Improve sycning settings
842896673f64 2020-10-04 Robert Lancaster     Fixing star detection problem in other algorithms
8434b671724c 2020-10-03 Robert Lancaster     Enabling Options Editing with apply and OK button, Allowing chaning of options profile for focusing, deleting unused options, improving logging opti..
8441ef9dcc5f 2020-10-03 Jasem Mutlaq         Fix sending video frames over websocket
845c8cfc1b17 2020-10-03 Jasem Mutlaq         Add an assert to check for potentially invalid base device and client manager pointers
846f2161238a 2020-10-03 Jasem Mutlaq         foreach --> for
847b23157726 2020-10-03 Jasem Mutlaq         Add labels to calibrate and rotate buttons to make them easier to figure out
8487062c36b0 2020-10-01 Philip Mair          Fix for temperature delta check When using single exposure jobs (SHOSHO...)
849ec404ec3c 2020-10-03 Robert Lancaster     Merging with upstream master
8502c3b8c64c 2020-10-03 Jasem Mutlaq         Add missing KSTARS_CCD dType to INDI::CCD
851432b0d356 2020-10-02 Jasem Mutlaq         Further improve handling disconnecting clients. Add 50ms delay to connecting devices
8526fccf3e9e 2020-10-02 Eric Dejouhanet      Fix some deadlocks and sigsegvs
853f5e4e9836 2020-10-01 Hy Murveit           Move settle started log statement to the start of dithering to match phdlogview
854d604b2835 2020-09-27 Hy Murveit           Skip GPG with large drift. Reset GPG if too many skips.
855ff7fff6d8 2020-09-30 Robert Lancaster     Loading index folder paths both default and from config file
856ae8f095f5 2020-09-30 Robert Lancaster     loading saved options list, deleting unused downsample option
8578ad873931 2020-09-30 Jasem Mutlaq         Fix wrong static cast to int for double value
8585af15c4cf 2020-09-29 Robert Lancaster     Creating a way for useScale and usePosition to be temporarily disabled for the loadAndSlew method.
8590f3c1f7d7 2020-09-29 Jasem Mutlaq         Add accuracy and settle to setSettings in Align
860b74f372e8 2020-09-29 Jasem Mutlaq         Support saving to QImage supported format
861861caff77 2020-09-29 Jasem Mutlaq         Separate PNG and JPG save
86223b8fe2c7 2020-09-29 Robert Lancaster     Enabling external program editor boxes
8631103d4958 2020-09-29 Robert Lancaster     making index folder list editable
86404642de74 2020-09-28 Robert Lancaster     trying again to fix find module on windows
865b542fff01 2020-09-28 Robert Lancaster     trying to fix findstellarsolver.cmake
866aa74bcdeb 2020-09-28 Robert Lancaster     Fixing problem with includes placement
867972088205 2020-09-28 Robert Lancaster     Trying to fix the cmake module
86885fa90625 2020-09-21 Hy Murveit           Add option to set max HFR for the guide star selected by SEP MultiStar.
869480e2db4f 2020-09-28 Jeremy Burton        Fix sequence tag name
8708b2b1e305 2020-09-28 Robert Lancaster     Correcting a forgotten disconnect that caused a crash
871362239934 2020-09-28 Robert Lancaster     Adding the ability to load any image in load and slew and Open image
8724b6c0dbb5 2020-09-27 Eric Dejouhanet      Fix gadget name in Capture Tests.
873d576fd1dc 2020-09-27 Jasem Mutlaq         Add gain, iso, and dark to align JSON get/set presets
874571da3b7b 2020-09-27 Jasem Mutlaq         Fix refactored save image error
8757a18e0a58 2020-09-27 Jasem Mutlaq         Revert "Fix deprecated warning. endl --> Qt::endl"
8763789e42f7 2020-09-27 Jasem Mutlaq         Fix deprecated warning. endl --> Qt::endl
8774ce14076f 2020-09-27 Jasem Mutlaq         Fix sequence XML tags messed up due to mass replace before
8782ca083c36 2020-09-27 Jasem Mutlaq         Set colorScheme as read-write property
879156415dea 2020-09-27 Robert Lancaster     Enabling options profile editor buttons
880c9cc6bfca 2020-09-25 Eric Dejouhanet      Color scheme update through d-bus
881183ad39bc 2020-09-25 Jasem Mutlaq         INDI drivers sync
8827402cc2be 2020-09-24 Jasem Mutlaq         Associate filter manager data with device
8835d6c8880f 2020-09-24 Jasem Mutlaq         Add get and set data for filter manager
8849272e360e 2020-09-24 Jasem Mutlaq         propElements is a better description for the variable
8857a9aa6254 2020-09-23 Jasem Mutlaq         Implement EkosLive add and remove properties
8865971ffdb5 2020-09-22 Jasem Mutlaq         Fix crash in guide module in case main camera is restarted
887e57d3b8ec 2020-09-22 Eric Dejouhanet      Create ccache folder when gitlab runner lacks its cache.
888c0f28925e 2020-09-22 Jasem Mutlaq         Fix compile error
8898d84f21bb 2020-09-22 Jasem Mutlaq         Do not use filename when it is not necessary
89091d0dcc94 2020-09-22 Eric Dejouhanet      Use ninja as build system instead of make, use ccache and fail fast on build.
891396ab2c72 2020-09-22 Yuri Chornoivan      Use plurals, fix argument
89228011870d 2020-09-21 Hy Murveit           Fix Analyze bug where bad timestamps can be used and written to analyze log
8938e83bce18 2020-09-21 Jasem Mutlaq         Fix data type typo
8947499206e7 2020-09-21 Akarsh Simha         Minor optimization: Move Options:: calls and floating point multiplication outside of drawing loop
895d768c4aa8 2020-09-21 Akarsh Simha         Apply the deep-sky limiting magnitude to custom catalogs as well.
8966bf859ac0 2020-09-21 Akarsh Simha         Refactor out the calculation for the deep-sky magnitude limit that we draw up to.
8971a8aec58c 2020-09-20 Akarsh Simha         Inform the user when a wishlist object was not available in KStars instead of truncating the wishlist silently
898aa1396bb0 2020-07-06 Akarsh Simha         Fix behavior of focus dialog when entering RA/Dec in JNow mode
8997b3f37d6a 2020-09-20 Jasem Mutlaq         Add support to saving png/jpg in FITS Viewer
9008bf143316 2020-09-20 Eric Dejouhanet      Reword ProfileEditor tooltips, especially remote INDI chaining.
90119cae02e0 2020-09-19 Nicolas Fella        Remove unused include
902528c3e74c 2020-09-17 Jasem Mutlaq         Add get calibration and file settings
9033ad907342 2020-09-16 Jasem Mutlaq         Fix typo
904f069f1358 2020-09-16 Jasem Mutlaq         Refactor capture module controls and add calibration, file, and limit settings to messages
905c55eb81a5 2020-09-16 Jasem Mutlaq         Fix possible crash condition is currentFilterPosition <= 0
906b207fc4be 2020-09-15 Kukuh Syafaat        add content rating
907af9f6a642 2020-09-14 Jasem Mutlaq         Add ISO and Gain controls in Align module. This is a temporary solution as we should move to using presets with preset editor so that different came..
908a52e61860 2020-09-14 Eric Dejouhanet      Condition use of horizontalAdvance to Qt 5.11+
909b9b00ffe1 2020-09-12 Fabrizio Pollastri   Fix SkyPoint::EquatorialToHorizontal giving Az=360.0
910a23eb10e4 2020-09-14 Eric Dejouhanet      Fix remote indi connection configuration and sigsegv on failure.
91134b0c07aa 2020-09-13 Jasem Mutlaq         Fix warning and only search stars for LIGHT frames
912f58c3b704 2020-09-13 Jasem Mutlaq         Fix INDI property to JSON translation
9139fc522af6 2020-09-12 Eric Dejouhanet      Add Capture Module tests.
9147fdf29242 2020-09-11 Jasem Mutlaq         Dynamically adjust font size based on how long the FOV name is
915d15324a77 2020-09-10 Jasem Mutlaq         Refactor to be more consistent with code style
9169831b5d1a 2020-09-10 Jasem Mutlaq         INDI drivers sync
917b5cf8f524 2020-09-10 Jasem Mutlaq         Fix cpp-check warnings and Windows build error
91872a7c8f16 2020-09-09 Cyril Richard        This fix the orientation issue: row order reversing will work differently for odd and even row count.
919c55c2c3a8 2020-09-07 Jasem Mutlaq         Add device attribute to EkosLive device messages as it is required
9209d7b3b17b 2020-09-06 Robert Lancaster     Updating defaults and fixing a crash
921ddf5bcabd 2020-09-05 Fabrizio Pollastri   Fix class Dms double to float rounding
922905746def 2020-09-05 Jasem Mutlaq         Update device time if KStars time is updated when applicable
9239498c39a3 2020-09-04 Hy Murveit           Update the git tips section of README.md
924f65d7f014 2020-09-02 Eric Dejouhanet      Relax RA/DEC match when slewing.
92505fe66e98 2020-09-01 Doug Summers         Add alt to autofocus log lines (kstars log and autofocus log) in support of temperature and elevation focus compensation analysis
926e17401310 2020-09-02 Hy Murveit           Fix testfitsdata.
927affb11733 2020-08-31 Alexis Lopez Zubieta Include indiserver
928fe07c8158 2020-08-28 Alexis Lopez Zubieta add appimage-builder recipe
929c06150531 2020-09-01 Jasem Mutlaq         Add support to APPDIR for App image builds
9303e26bbc6e 2020-09-01 Jasem Mutlaq         Add support to connecting to remote INDI hosts directly without device names
9311d6565d72 2020-09-01 Jasem Mutlaq         Add manufacturer selection support to camera and focuser dropdowns to make it more accessible
932f65347af8 2020-09-01 Jasem Mutlaq         INDI drivers sync
93338c6dfafc 2020-09-01 Jasem Mutlaq         We can safe call startAstrometry now since it sets the target coordinate in the align module
93405add3677 2020-08-31 Robert Lancaster     Making the OptionsProfiles work for KStars
9351b72f18dc 2020-08-29 Hy Murveit           Improve Analyze zoom-in.
9361314b03ee 2020-08-30 Robert Lancaster     Rotator and default paths combo box
937b05ea1c11 2020-08-30 Yuri Chornoivan      Use i18n() instead of tr()
9388bc1b3f6a 2020-08-30 Yuri Chornoivan      Allow flexible layout for labels on the Analyze tab
9390a46e2dbe 2020-08-30 Yuri Chornoivan      Fix minor typos
9403e6a13d62 2020-08-29 Yuri Chornoivan      Fix i18n() and typos
941df9c28a67 2020-08-28 Robert Lancaster     Integrating Options
9424e891aac0 2020-08-29 Jasem Mutlaq         Fix multithreaded race condition that could lead to crash between client and main GUI threads
943bbc46886b 2020-08-29 Jasem Mutlaq         If Ekos option for Independent Window is selected, set Qt::Window flag accordingly.
94401c6b2d8c 2020-08-28 Robert Lancaster     Updating docker test
945a808199da 2020-08-28 Robert Lancaster     Some forgotten files in the commits
946c99b53002 2020-08-28 Robert Lancaster     commenting out an issue
947b57497179 2020-08-28 Robert Lancaster     Fixing conflicts
948cffc7f79f 2020-08-28 Eric Dejouhanet      Using gitlab-runner to run tests.
949d6d6dbc3c 2020-08-28 Eric Dejouhanet      Revert "Revert "Debugging test initialization.""
950844f99123 2020-08-28 Eric Dejouhanet      Revert "Debugging test initialization."
95111a445154 2020-08-28 Robert Lancaster     updating to new include directory name for stellarsolver
952a2149a13a 2020-08-27 Hy Murveit           Change SEP MultiStar guiding from Experimental to Recommended.
95377bb12748 2020-08-28 Yuri Chornoivan      Use entity
954b620eb490 2020-08-28 Yuri Chornoivan      Add some formatting
955e082d271b 2020-08-28 Yuri Chornoivan      Fix minor typo
9569681ee46b 2020-08-25 Fabrizio Pollastri   Add sync with az/alt coordinates
9577b45612a9 2020-08-27 Hy Murveit           Changed the help popup so that it scrolls. Added a way to input an alternate directory for FITS files.
9589278ec8f1 2020-08-24 Yuri Chornoivan      Fix minor typo
959f5af981af 2020-08-23 Eric Dejouhanet      Stabilize tests
960f4a8a74c6 2020-08-23 Jasem Mutlaq         Make sure current telescope is initilized
9610910ae8a2 2020-08-23 Jasem Mutlaq         Add support for forcing re-alignment before each job
9623d9157ee3 2020-08-22 Robert Lancaster     Attempt at integrating the solver
963d260ea008 2020-08-22 Jasem Mutlaq         Fix issue with dbus call missing arguments
964f13b95b07 2020-08-22 Jasem Mutlaq         INDI Drivers sync
96557b7e9f8f 2020-08-20 Eric Dejouhanet      Revert "Option added for re-aligning if guiding failed"
966698b19a14 2020-08-20 Jasem Mutlaq         Add facility in Align module to set a custom target module. It used to be always based on current mount target, but under few circumstances, the cur..
9677beff6309 2020-08-19 Wolfgang Reissenberger Checking dithering before focus check to avoid overlapping of both actions during pre-capture checks
9686444cbc54 2020-08-19 Wolfgang Reissenberger Option added for re-aligning if guiding failed
969c9bc7452d 2020-08-19 Pino Toscano         TestFitsData: increment loading timeouts to 10s
970a9f07c324 2020-08-19 Jasem Mutlaq         Add extra check that property is registered
9713d3c7e3d3 2020-08-17 Valentin Boettcher   correct small typo in the doxygen main page
97243595faa3 2020-08-12 Nicolas Fella        Remove unneeded includes
97345db55d66 2020-08-10 Jasem Mutlaq         Disconnect all blob managers when remotely disconnecting a server as well
974e6a69db89 2020-08-05 Wolfgang Reissenberger Bug fix for continuing capturing after meridian flip if no guiding is running
9750c7482e02 2020-08-03 Hy Murveit           Add BUILD_RELEASE to main kstars version display.
97626f1cd330 2020-08-03 Jasem Mutlaq         Add pre-release warning to About page so that users can differentiate between beta and stable builds
977027d1df28 2020-08-02 Jasem Mutlaq         Add concept of Proxy Devices which are devices that implmenet a different interface of a concrete device decorator.
9783332d51f5 2020-08-01 Florian Signoret     Autofocus on observatory temperature change
979b13ec7ea4 2020-07-28 Jasem Mutlaq         Fix compile errors
980653a4a80f 2020-07-28 Hy Murveit           Adjust SEP MultiStar graphics so lines don't obscure guidestar.
981f3f1165ea 2020-07-26 Jasem Mutlaq         Correctly handle "other" button.
982328cd5477 2020-07-26 Hy Murveit           skip non-guide blobs in guider::newFITS, improve reaction to lost stars in dither, remove getLastStarPosition.
983597ec9f0e 2020-07-25 Hy Murveit           Added MR description section to README.md. Changed Pull Request -> Merge Request.
9844042555e6 2020-07-25 Jasem Mutlaq         Starting v3.5.0 development cycle
9853d97cda93 2020-07-18 Hy Murveit           Fixed dither issue where when star is not found, large drift is wrongly calculated.
986f0bfcdf13 2020-07-20 Pino Toscano         tests: do not pass a literal string as format string
987
9883.4.3 (Neowise):
989
9907b2c3a010 2020-07-18 Jasem Mutlaq         INDI driver sync
99111130020b 2020-07-17 Eric Dejouhanet      Bugfix  phd2 protocol tolerance
99219ec71c74 2020-07-17 Eric Dejouhanet      Fix qCompare int/double.
99329abc4aef 2020-07-17 Eric Dejouhanet      Fix focus test missing header.
9944fc154588 2020-07-16 Hy Murveit           Enable focus test
9952c4aab15d 2020-07-07 Hy Murveit           Save and restore calibration, with test. Refactor calibration code.
996b4c164f0a 2020-07-15 Jasem Mutlaq         Just account for the dec in the last step, no need to change the mosaic tile drawing code
997ef84f225e 2020-07-15 Jasem Mutlaq         Account for cos(dec) in mosaic tool
9980e0de5257 2020-07-14 Eric Dejouhanet      Improve fault tolerance during PHD2 interactions
9997d1de4a14 2020-07-13 Jasem Mutlaq         Add filter wheel logging to capture dbus
1000adeebc903 2020-07-13 Jasem Mutlaq         Fix logging DBus call
100183bb3a765 2020-07-12 Jasem Mutlaq         Check that we process only WEATHER_PARAMETERS property
1002dcd9dd52a 2020-07-12 Jasem Mutlaq         Use const reference to pass weather data instead of by value
10035a0ef1e81 2020-07-12 Jasem Mutlaq         Try to send 5secs before heart beat timeout instead of 15 secs
10044d7209279 2020-07-10 Jasem Mutlaq         Move flat focus option to filter manager for clarity
1005dcf419875 2020-07-10 Jasem Mutlaq         INDI drivers sync
1006d499f0bbb 2020-07-06 Jasem Mutlaq         Ensure that the default filter wheel exists in the current device list, otherwise fallback to filter wheel device list
10073d6975107 2020-07-06 Jasem Mutlaq         Ensure that the filter wheel is set to whatever the default is. Ignore override
1008a4ea698e1 2020-07-05 Akarsh Simha         Code formatting (astyle) fixes
1009e3dc576f5 2020-07-05 Akarsh Simha         [Needs testing] Major refactoring of refraction corrections that fixes some bugs
10104283c554f 2020-07-05 Akarsh Simha         Some refractoring: needs double-checking to be sure.
101110e98d37b 2020-07-05 Akarsh Simha         Remove incorrect comment -- we iterate for the inverse in SkyPoint::unrefract
1012791f471c1 2020-07-05 Akarsh Simha         Replace -1.0 by SkyPoint::altCrit in various places (where we check for objects below the horizon)
10138576c3760 2020-07-04 Hy Murveit           Merge branch 'master' of https://invent.kde.org/education/kstars
10147137a2240 2020-07-04 Hy Murveit           Linear focus tests, UI, and tweaks
1015749d40a51 2020-07-04 Akarsh Simha         Fix regression in rendering deep star catalogs from 3c299e52e57a1a52722bc9d3b9235b31a4306fb2
10164cdaf4457 2020-07-04 Jasem Mutlaq         INDI driver sync
101714c60f4dc 2020-07-03 Hy Murveit           Add a compute HFR option, and separate HFR computation from Mark Stars.
1018706b372ac 2020-07-02 Hy Murveit           Merge branch 'master' of https://invent.kde.org/education/kstars
101992f1fbe58 2020-07-03 Jasem Mutlaq         Disable internalguide test in Windows
1020712f85378 2020-07-03 Jasem Mutlaq         Re-arrange test requirements
1021b7957ba6d 2020-07-03 Jasem Mutlaq         Move internal guide to INDI
10223acc0e989 2020-07-02 Jasem Mutlaq         Fix few issues with opsgpg UI file
1023c331d2fe5 2020-07-02 Jasem Mutlaq         Add GUIDE_REACQUIRE to list of conditions which lead to GUIDE_ABORT
10241a46698f6 2020-07-01 Jasem Mutlaq         Dithering should be activated on preview
10256edf21614 2020-07-02 Hy Murveit           Fix compiler warnings in opsgpg
1026446481d5f 2020-07-01 Jasem Mutlaq         Send to client if there is no object
1027dae284f46 2020-07-01 Jasem Mutlaq         Do not start focus in preview capture
102843b0c54fd 2020-07-01 Jasem Mutlaq         Fix warnings
1029ebf61c52f 2020-07-01 Hy Murveit           Gaussian Process Guider & guide graph
103017a8085bc 2020-06-29 Wolfgang Reissenberger Bugfix for correct activation of dome and weather UI
1031db1a82113 2020-06-27 Eric Dejouhanet      Fix typo on DEC integral gain.
1032d4b4cc2eb 2020-06-27 Jasem Mutlaq         Fix crash in image dump mode. Fix script parsing
103327c9bda00 2020-06-27 Jasem Mutlaq         Use regex to parse DBus command to fix a crash.
1034eaae3bb6c 2020-06-27 Jasem Mutlaq         Increase icon size
1035416181f40 2020-06-26 Jasem Mutlaq         Migrate the below horizon and Sun dialogs to KSMessageBox
10361fb950b4d 2020-06-26 Jasem Mutlaq         Add corresponding INDI driver call to logging as well
1037632c41435 2020-06-26 Wolfgang Reissenberger Bugfix focuser duplicated abs position
10380e075c10e 2020-06-26 Jasem Mutlaq         Add more logging controls and sync filter rules after updataing them
1039eac257180 2020-06-25 Jasem Mutlaq         Abort before time out
104032d82b183 2020-06-25 Jasem Mutlaq         INDI drivers sync
1041f9ef809a6 2020-06-23 Wolfgang Reissenberger Fix crash in looping
10423ea1d0852 2020-06-23 Jasem Mutlaq         Add Ekos logging to DBus
10432afeec16f 2020-06-23 Wolfgang Reissenberger Bug fixing capture refactoring
1044b7614fea3 2020-06-22 Hy Murveit           Remove obsolete code
1045ad0936a94 2020-06-20 Jasem Mutlaq         Perform checks in 1000ms to enable proper shutdown sequence of multiple drivers per device
1046e9eb0cdc6 2020-06-18 Jasem Mutlaq         Fix state machine transition. Do not emit unless we have an actual change in the state
1047c85487ac5 2020-06-18 Hy Murveit           Internal guider improvements
1048a36776e1e 2020-06-17 Jasem Mutlaq         Preview images should always be Client upload type
104958e9292b1 2020-06-17 Jasem Mutlaq         Fix issue where progress is not updated when remote images are captured. Thanks to Ken on INDI forums who found the issue
10508d1cc913e 2020-06-17 Jasem Mutlaq         Add support for camera driver restart. Still needs testing
105111f5b1758 2020-06-15 Hy Murveit           Graphics for SEP MultiStar
1052cc17537dd 2020-06-15 Hy Murveit           Address the slew-never-started bug.
1053b5693e22a 2020-06-14 Jasem Mutlaq         Disable spammy log for now
1054b6ae9277f 2020-06-14 Eric Dejouhanet      Tests for the PHD2 guider link
1055a223eb308 2020-06-13 Jasem Mutlaq         Add explicit offset control. Separate ISO and Gain controls
1056fa66a4a10 2020-06-13 Jasem Mutlaq         Add explicit offset control. Separate ISO and Gain controls
10575804fa40b 2020-06-11 Hy Murveit           Cleaned up the multi-star guiding graphics
10580d98c7b5e 2020-06-11 Hy Murveit           Graphics for SEP MultiStar
1059a4964e6a2 2020-06-11 Mohamad Kaouri       Added profile name uniqueness requirement
1060bfa637c52 2020-06-11 Hy Murveit           SEP Multi-Star Internal Guider
10614293214ac 2020-06-10 Wolfgang Reissenberger Code refactoring unifying capture initialization for new sequences and continuing of sequences
106296a8ae0cc 2020-06-05 Jasem Mutlaq         INDI drivers sync
1063e9533982c 2020-06-04 Chris Rowland        Allow for the case where the mount uses the pointing state early
10641b42c2f6f 2020-06-04 Jasem Mutlaq         Propagate weatherData from device to weather module and connect it with Focus
10656a8af56c1 2020-06-04 Jasem Mutlaq         Merge branch 'dmsummers/kstars-focus_temperature_logging' into HEAD
10663cb37ee62 2020-06-02 Florian Signoret     Keep focus temperature until next autofocus is complete
1067160fd208a 2020-06-03 Hy Murveit           Changed name to isGuidingOn and made it a private method.
1068d41401815 2020-06-02 Doug Summers         update to use WEATHER_TEMPERATURE name vs label
1069032b712d3 2020-06-01 Doug Summers         focus log changes supporting addition of weather temperature sensor (when focuser sensor is unavailable) plus HFR addition to autofocus results, plu..
1070c78d02b61 2020-06-02 Doug Summers         only log when focus logging is enabled
1071af8ece546 2020-06-02 Jasem Mutlaq         Add extra register check in INDI Device
107219a8922e6 2020-06-01 Doug Summers         focus log changes supporting addition of weather temperature sensor (when focuser sensor is unavailable) plus HFR addition to autofocus results, plu..
1073da5ccab3f 2020-06-01 Jasem Mutlaq         Ensure to register DBus modules as signals depend on order of creation
107480572f086 2020-05-30 Jasem Mutlaq         NO_ERROR appears to be reserved in Windows
107577ce9e42a 2020-05-27 Jasem Mutlaq         Use QElapseTimer instead of QTimer. Mark parking as failed state if state is ALERT and let calling function deal with the failure. Need to test
10763e583f43f 2020-05-27 Jasem Mutlaq         Only register a CCD device if the interface explicitly contains CCD_INTERFACE
10778e3147c72 2020-05-26 Jasem Mutlaq         Do not create a new device when a camera is reconnected again
10789cec1ad2c 2020-05-24 Jasem Mutlaq         Do not debayer streamed DSLR frames since they are motion JPGs
10797f3e50042 2020-05-24 Jasem Mutlaq         Sync INDI drivers
108096c82809d 2020-05-24 Jasem Mutlaq         use Delta symbol
1081e1f84402f 2020-05-23 Jasem Mutlaq         Add missing header
1082fb4e84ad9 2020-05-23 Jasem Mutlaq         Make transient message disappear after 10 seconds
10839ac60e4b0 2020-05-23 Jasem Mutlaq         Use #if defined and include kstars config
1084a42bf8d62 2020-05-23 Jasem Mutlaq         polar alignment testing should be running only when INDI is installed
1085c3edc7f24 2020-05-23 Chris Rowland        Add new polaralign class including test harness
108607de9e16a 2020-05-23 Jasem Mutlaq         Add support to edit filters names in Ekos capture module
1087836e2f124 2020-05-23 Jasem Mutlaq         Use Delta instead of Change
108823e20970d 2020-05-23 Jasem Mutlaq         Formatting fix and disabling spammy log
1089dbc9925b2 2020-05-23 Jasem Mutlaq         Only use Sextractor settings if the solver is set to offline.
1090bf7a7cef4 2020-05-23 Jasem Mutlaq         Check filter index to prevent crash in align module on filter change.
109163c220e37 2020-05-23 Florian Signoret     Add autofocus on temperature change
109202baf5380 2020-05-23 Hy Murveit           Fixes to guide logger
10939fbdcb6ec 2020-05-22 Jasem Mutlaq         Update README.md
10941c40d394a 2020-05-21 Hy Murveit           Move where Git Tips was, and added code section at the bottom of the tips.
1095f24231436 2020-05-21 Jasem Mutlaq         Fix indentations in README.md
1096c17a522b8 2020-05-21 Hy Murveit           Updated README.md adding instructions for developement mostly. Also added authors.
1097cb09caa45 2020-05-20 Hy Murveit           Change the guidelog directory to a guidelogs subdirectory.
1098f8e21b9c7 2020-05-20 Yuri Chornoivan      GIT_SILENT: add KStars icon as repository logo
10990dbc6e5bc 2020-05-19 Hy Murveit           New user log for internal guider in Phd2 log format
110095be2c8f7 2020-05-19 Jasem Mutlaq         USE_LIBONVA --> HAVE_LIBNOVA
1101eec7a3964 2020-05-17 Jasem Mutlaq         Update migration to gitlab info
1102320e0fe89 2020-05-17 Jasem Mutlaq         Organize Ekos options by breaking them down into several components
110341d8323f8 2020-05-15 Jasem Mutlaq         Correct and simplify the meridian flip degree setting between mount and ekos
11046749f48a4 2020-05-15 Jasem Mutlaq         Use JNow instead of J2000 when measuring the mount HA circle as propoer by Chris Rowlands to accurate measure the Polar Alignment Error. Requires mo..
1105a2ced315e 2020-05-15 Jasem Mutlaq         Add function to get UTC datetime from DATE-OBS header field
11062bfe15fea 2020-05-14 Jasem Mutlaq         Fix libnova location and linking
1107f0f7c658b 2020-05-13 Hy Murveit           Add an internal guider calibration plot
11086a551dcb9 2020-05-13 Jasem Mutlaq         Add .cmake to ignore
1109db21d0441 2020-05-12 Jasem Mutlaq         Fix libnova dependency issue
1110234d06d46 2020-05-12 Jasem Mutlaq         Fix the mess I made with average RMS calculation, and simply use the hypotenuse function
111107fd9b4c5 2020-05-12 Jasem Mutlaq         Fix wrong RMS calculation again.. the division by 2 goes inside the sqrt
11126fbcea2b0 2020-05-12 Jasem Mutlaq         Only test file if libnova is found on system
111325e7799e9 2020-05-11 Jasem Mutlaq         Fix delta RMS calculation
111482569890a 2020-05-10 Jasem Mutlaq         Updates to SkyPoint to improve positions
1115507b97075 2020-05-09 Jasem Mutlaq         Do not use typeof as it breaks compliation on Windows
11164688c4775 2020-05-09 Jasem Mutlaq         Fix date read in and improve output batch file for Almanac
11177434ad7ae 2020-05-07 Jasem Mutlaq         Add pause and toggleSequence to DBus interface as proposed by Ray
1118ab232a0a9 2020-05-07 Hy Murveit           Save HA Limit Enable checkbox
1119c264b91c4 2020-05-07 Jasem Mutlaq         Automatically debayer in video streams if supported
1120ea7020906 2020-05-04 Hy Murveit           Internal guider didn't take binning into account when computing arc-seconds
112177c2bbe33 2020-05-04 Jasem Mutlaq         Implemented Bahtinov mask focus assistant, fix compiler warnings (in fpackutil.c and modcalcvizequinox.cpp)
11224c68c4a7d 2020-05-04 Wolfgang Reissenberger Option to acquire the guiding status from PHD2 to stay in sync
112301132e09a 2020-05-04 Eric Dejouhanet      Let UI tests customize the UI settings file.
1124637c9248c 2020-05-04 Hy Murveit           Fix issue with Meridian Flip Retry
1125913cbed49 2020-05-03 Jasem Mutlaq         Add syncDSLRToTargetChip function to set the INDI driver settings immediately without switching to capture module
1126f66d63476 2020-05-03 Jasem Mutlaq         Don't run fitsviewer test if no fitsio
11273d738d3a6 2020-05-01 Hy Murveit           Comment out a couple wordy debug log messages
11283521aa720 2020-04-30 Jasem Mutlaq         Only process focus numbers
1129e5b869391 2020-04-30 Yuri Chornoivan      Add missing space
11306ab4abe7d 2020-04-29 Chris Rowland        + Use the mount Pier Side property to manage Pier Flip + Add HA limits.
11316f9310924 2020-04-29 Jasem Mutlaq         Proper handling for restart crashed drivers
11329d0b76420 2020-04-29 Jasem Mutlaq         Directly use getDriverInterface
113330ac6d357 2020-04-29 Jasem Mutlaq         Migrate signal-slots to new format
11343c299e52e 2020-04-28 Jasem Mutlaq         Disable old warning
1135cf56f127f 2020-04-27 Eric Dejouhanet      Make the Focus capture action include star detection
11363875af22a 2020-04-27 Hy Murveit           Fix bug where tab fitsviews weren't receiving images when fitsviewer was not enabled
1137ec82fc3b7 2020-04-26 Yuri Chornoivan      Fix minor typos
113868fda2473 2020-04-26 Hy Murveit           Improve Overlay Rendering
11398ba2ccf79 2020-04-26 Jasem Mutlaq         Starting work on KStars v3.4.3
1140
11413.4.2 (Borisov):
1142
1143c4ec429ac 2020-04-25 Jasem Mutlaq         Do not process un-registered property
11443d9099bbf 2020-04-25 Jasem Mutlaq         Reduce random max travel dither distance to 15 pixels down from 25
11451197d9389 2020-04-25 Jasem Mutlaq         Ignore SIGPIPE on Linux and MacOS
11463035e5565 2020-04-25 Jasem Mutlaq         Failed and Aborted should be treated equally in capture
1147b907f6873 2020-04-24 Jasem Mutlaq         Disable test in package building
1148e7c2b8db7 2020-04-24 Jasem Mutlaq         No need for zoom factor with Hy latest patch
1149b03b46834 2020-04-24 Jasem Mutlaq         Remember weather status
1150837de1e60 2020-04-24 Jasem Mutlaq         Register FITSMode meta type
11511133ae451 2020-04-22 Hy Murveit           Fix stretch control bug created in D28935
1152d9f2ef2e9 2020-04-22 Jasem Mutlaq         Use modern signal and slot connection
1153199f46268 2020-04-21 Jasem Mutlaq         typeof uses language extension so do not use it
1154bce2aa337 2020-04-21 Jasem Mutlaq         Fix compiling on Windows
1155cc087cd90 2020-04-21 Jasem Mutlaq         sysconf for Linux and MacOS only
1156edcf3554a 2020-04-21 Jasem Mutlaq         Remove GCC pragma to fix compliation on Windows
1157484918644 2020-04-21 Hy Murveit           Reduce memory use when zooming in fitsviewer
115847da4eb38 2020-04-19 Jasem Mutlaq         Try up to 3 times to check if drivers are running on remote indi manager
1159573302c27 2020-04-19 Jasem Mutlaq         Sync INDI drivers
1160e6d1d0dca 2020-04-18 Eric Dejouhanet      Hotfix for non-INDI builds.
1161cb6f7207d 2020-04-17 Yuri Chornoivan      Fix minor typos
1162e7796bf9c 2020-04-17 Eric Dejouhanet      Make UI tests use a separate userdb
1163515efd42f 2020-04-17 Hy Murveit           SEP Focus improvements
1164c859850b1 2020-04-11 Akarsh Simha         Minor: const correctness
1165f2e080d37 2020-04-11 Akarsh Simha         Fix behavior of DBus method setRaDec, provide a new DBus method setRaDecJ2000, and support refraction-corrected altitudes in DBus method setAltAz
11664594c3d64 2020-04-11 Wolfgang Reissenberger Mount box layout corrected so that everything fits well into the window
11671f7493a63 2020-04-10 Hy Murveit           Fix the build which is broken on Macs by adding include for cmath
116856051aa47 2020-04-09 Eric Dejouhanet      Hotfixes for the Focus module
11696cf0a3a2b 2020-04-09 Jasem Mutlaq         INDI drivers sync
11704f6af9adf 2020-04-08 Eric Dejouhanet      Tests for the star detection
1171fd28026cf 2020-04-05 Eric Dejouhanet      Refactoring the Focus module.
11721dffaa5d7 2020-04-03 Jasem Mutlaq         Turn off meridian flip when operating polar alignment assistant tool
1173632bb22ae 2020-04-03 Jasem Mutlaq         Fix exposure time when no filters are used
11748c410bd41 2020-04-02 Jasem Mutlaq         Fix typo
1175c400edea6 2020-03-30 Jasem Mutlaq         Fix program flow in case a full-frame star is selected
1176bf9845f2e 2020-03-30 Jasem Mutlaq         If non-guide is enabled, do not consider the state as autoguided
1177637b7c96c 2020-03-29 Jasem Mutlaq         More work to remove the deadlock on disconnecting from INDI server
1178394f1be73 2020-03-29 Jasem Mutlaq         Do not display options after error, let user open it up
117992127a698 2020-03-29 Jasem Mutlaq         Add OK Button to error and warning dialogs
1180209b20763 2020-03-28 Jasem Mutlaq         Add size of fits buffer loaded
1181db0ae6227 2020-03-28 Jasem Mutlaq         Do not crash if current target is not set
1182e208ce382 2020-03-27 Denis Zaytsev        Modified svg with INDIHUB icon and logo
1183af134f296 2020-03-26 Jasem Mutlaq         removeProperty is called in the BaseClient thread and provides a pointer to INDI::Property object. Since INDI_D::removeProperty method needs to run ..
1184c24ff635f 2020-03-26 Jasem Mutlaq         Fix crash on new profile with indihub
1185829c37b9d 2020-03-25 Jasem Mutlaq         Restore the 180s capture timeout
11860b818253b 2020-03-25 Jasem Mutlaq         Fix North and South Korea cities. Patch submitted by Shinjo Park
1187f8c3d1359 2020-03-25 Jasem Mutlaq         Change remoteProperty connection to the default queued connection.
1188cf25aa5ee 2020-03-25 Jasem Mutlaq         Fix share mode
1189ebeea6e4f 2020-03-25 Jasem Mutlaq         Disable driver restart until few issues with shutdown are fixed
119001dc3f76b 2020-03-25 Jasem Mutlaq         Fix format issues
1191bd6e5ccb8 2020-03-25 Jasem Mutlaq         Add building and format code instructions
1192f8c978db7 2020-03-23 Jasem Mutlaq         Fix few warnings
11931b8ebe7ed 2020-03-22 Jasem Mutlaq         Add a warning if the dust cap is missing instead of total abort
1194a33efa5de 2020-03-21 Jasem Mutlaq         Add initial support for restarting local and remote drivers in case of timeout
1195a2a961e00 2020-03-21 Eric Dejouhanet      Removed simulator startup clock test for Qt<5.8.
1196fea9b12c1 2020-03-20 Jasem Mutlaq         Check for INDI hub before terminating
11973ded897d8 2020-03-20 Jasem Mutlaq         Add indihub local support. Requires testing
1198da42b0848 2020-03-20 Jasem Mutlaq         Fix typo
119962f78d06e 2020-03-19 Laurent Montel       Add missing includes
12009bc2faa5f 2020-03-19 Jasem Mutlaq         Save indihub in profile
1201575be8ef9 2020-03-19 Jasem Mutlaq         Correct Chile TZ rule
120253b0ab05b 2020-03-18 Eric Dejouhanet      Attempt to fix Ubuntu 16.04 build, that is using Qt 5.5.
1203b92c3cb32 2020-03-18 Jasem Mutlaq         Initial work for indihub support
120419bcaa049 2020-03-15 Eric Dejouhanet      Auxiliary tests (skeletons).
120515ca86074 2020-03-15 Jasem Mutlaq         Add flip vector as a temporary measure until we figure out why it fails under some circumstances
1206b3b107c61 2020-03-09 Jasem Mutlaq         Do not calculate download times for repeats
1207dcf94c2a3 2020-03-09 Jasem Mutlaq         Fix warnings
12088c53c246b 2020-03-07 Hy Murveit           Fix a bug in the debayer offset code.
120940d0573bd 2020-03-06 Jasem Mutlaq         Re-enabled the Jupiter's Moons tool
1210acf0f6eee 2020-03-06 Hy Murveit           Update median calculation
12111cc965a80 2020-03-04 Eric Dejouhanet      Fix warning treated as error on bionic.
1212deff540be 2020-03-02 Eric Dejouhanet      Fix OpenSUSE build error on incomplete type KStarsData.
1213ccac57a47 2020-03-02 Jasem Mutlaq         Go back to ksqueezelabel since regular QLabel have several issues
121403f2dcc27 2020-03-01 Jasem Mutlaq         More hack to get the label size to be correct when using multiple elements
121508c69ae84 2020-03-01 Eric Dejouhanet      Restructure tests, add simulator tests, spot expected failures.
12163a6642ea8 2020-02-29 Jasem Mutlaq         Fix squeezed labels in height
12170288cbd1d 2020-02-29 Jasem Mutlaq         Increase minimum bandwidth to 300MB
1218302689bc1 2020-02-29 Jasem Mutlaq         working on KStars v3.4.2
12191db2c052a 2020-02-29 Jasem Mutlaq         Simplify where images are saved to
12206ce69709a 2020-02-26 Jasem Mutlaq         Check for errors in WCS transformation
122111f68d971 2020-02-26 Hy Murveit           Correct bug in median computation
12220d418a390 2020-02-23 Jasem Mutlaq         Make sure all image files permissions end up 644
1223
12243.4.1 (FreeCloud):
1225
12265632a36a1 2020-02-23 Jasem Mutlaq         Do not calculate download time or send image when upload mode is LOCAL
12271d72ab065 2020-02-23 Eric Dejouhanet      Adding test for Ekos start/stop.
1228e82c0c41b 2020-02-23 Jasem Mutlaq         Only load FITS Data when we need to use FITSViewer
12291eac4ced7 2020-02-23 Jasem Mutlaq         Add small space between buttons to avoid accidental deletes
12306e1c837c8 2020-02-21 Yuri Chornoivan      Fix minor EBN issues (http->https, no newline end)
12314b4144e77 2020-02-21 Jasem Mutlaq         Fix crash on CCD reconnection for those with built-in filter wheels
1232d0fdd647f 2020-02-21 Jasem Mutlaq         INDI driver sync
12332610a2ca0 2020-02-20 Yuri Chornoivan      Fix minor typos
12342f836ac57 2020-02-20 Eric Dejouhanet      Fix qCompare between strings.
123567488f7c1 2020-02-20 Jasem Mutlaq         Move guide reset button to calibration settings
1236de594e589 2020-02-18 Jasem Mutlaq         Fixed Equinox and Solstice dates in Calculator
123706c537cae 2020-02-17 Jasem Mutlaq         Use QLabel so that text wrap if long
123894efa36e0 2020-02-17 Jasem Mutlaq         Fix file mode 755 --> 644
1239b909202bd 2020-02-17 Jasem Mutlaq         Starting KStars 3.4.1 work
1240248ff0e6a 2020-02-17 Hy Murveit           Add logging to help debug some capture stalls
124106a63ce69 2020-02-16 Eric Dejouhanet      Rework of UI tests, KStars window and Ekos profile.
1242
1243
12443.4.0 (Horsehead):
1245
124660dabac08 2020-02-12 Yuri Chornoivan      Fix minor typo
1247e44a6bd2f 2020-02-12 Robert Lancaster     Summary: Fixing a bug found by a user in the Load and Slew command. Also setting the internal sextractor directory for initial OS X install. This al..
124800f1ce483 2020-02-11 Jasem Mutlaq         Remove unnecessary qDebug()
124964538ebc4 2020-02-11 Robert Lancaster     Supporting Sextractor instead of python
12505b31c6aba 2020-02-11 Hy Murveit           Add logging to look into alignState in capture
125103b944163 2020-02-11 Hy Murveit           Fixes issue where align wasn't called after meridian flip
1252aa6666670 2020-02-10 Jasem Mutlaq         Fix permission
1253b3a6b1434 2020-02-10 Hy Murveit           Remove the word experimental from the Linear Focus algorithm
125455944129d 2020-02-10 Hy Murveit           Correct issue with filter-autofocus and meridian flip
12555dda5bd20 2020-02-08 Jasem Mutlaq         Improve display of some fields by using f instead of g specifier
1256ccd88663c 2020-02-07 Jasem Mutlaq         Only report the ignored FITS warning if we are not guiding
125767f6afb87 2020-02-07 Jasem Mutlaq         Fix FOV out of bounds limit
1258fcfe5d9ec 2020-02-07 Jasem Mutlaq         Fix tests
1259e5e74112c 2020-02-07 Jasem Mutlaq         Ekos::Manager is singleton now
12601014a91d2 2020-02-06 Jasem Mutlaq         Fix typo
126125cd69943 2020-02-05 Jasem Mutlaq         Add error message when calculated FOV is out of bounds
1262144a2396d 2020-02-03 Jasem Mutlaq         Disable the extensive logging in alignmnent as it is polluting the log
1263f6ab2c54b 2020-02-03 Jasem Mutlaq         Start connection to remote INDI server also when not using web manager
1264a7a8eab07 2020-02-03 Hy Murveit           Fix bug which may be causing the fits crashes.
12651ce35ff4d 2020-02-02 Jasem Mutlaq         Introduce small settle time after killing indiserver
126669219efbd 2020-02-02 Jasem Mutlaq         Disconnect the KMessageBox after use
12671da4f6ac2 2020-01-31 Jasem Mutlaq         Make connecting to INDI server *mostly* asycn
126877981bfd3 2020-01-31 Hy Murveit           Linear Focus 3.2, optimize solution
12692165b84aa 2020-01-30 Jasem Mutlaq         Remove unused packaging files
1270ff2108732 2020-01-29 Nicolas Fella        Add link to google play in appstream data
12716f237d161 2020-01-29 Jasem Mutlaq         Remove unnecessary patch
12727c1264a3b 2020-01-27 Hy Murveit           Fix a crash, reinitialize rawImage for every image.
1273706324de6 2020-01-26 Jasem Mutlaq         INDI drivers sync
12745348a5fc9 2020-01-25 Hy Murveit           Bugfix for fitsview, checking wrong width & height in initDisplayImage
127588f52e1e9 2020-01-23 Jasem Mutlaq         Permit changing of target when capture is also complete
1276b6a42a1a3 2020-01-23 Jasem Mutlaq         Improve name sanitization further to remove duplicate __ and extra _ at the end
12773d19f16ff 2020-01-23 Jasem Mutlaq         Sanitize target name and file prefix
1278081cd819e 2020-01-23 Hy Murveit           Linear Focus Algorithm 3.1, ignore timer-based focuser's return value.
1279e5cab7014 2020-01-22 Jasem Mutlaq         Remove extra BLOBUpdated
1280cf467f48d 2020-01-22 Jasem Mutlaq         Fix DSLR ImageToFITS loading when auto convert is used
1281c3a0862b1 2020-01-21 Jasem Mutlaq         More work for INDI property to JSON objects over websockets
1282b37319f6b 2020-01-21 Jasem Mutlaq         Improving EkosLive websocket performance
1283c0516050f 2020-01-20 Jasem Mutlaq         Comment out unused variable
12841ab26869d 2020-01-20 Jasem Mutlaq         Do not save config for ACTIVE_XXX devices as this might cause regressions in other areas
1285643066850 2020-01-20 Hy Murveit           Re-allocate the rawImage buffer if the number of channels has changed.
12866e9d7aa96 2020-01-20 Jasem Mutlaq         Do not start guiding if mount is parked
1287861851089 2020-01-15 Hy Murveit           Improvements to the linear focus algorithm--v3
1288dd53f3aee 2020-01-14 Wolfgang Reissenberger Align property labels in the INDI dialog vertically on top
1289814b54d78 2020-01-14 Hy Murveit           Update of the Linear Focus Algorithm--v2
12902a0361caa 2020-01-14 Jasem Mutlaq         Use transient FOV container instead of anti-pattern access to the Ekos align object from other classes
12915fb10f208 2020-01-14 Jasem Mutlaq         Log fits create error
1292abd77a722 2020-01-14 Jasem Mutlaq         Make sure temporary location is also writable
1293381cc57b7 2020-01-12 Laurent Montel       It alreadys added by kaboutdata
129449ce49de2 2020-01-12 Jasem Mutlaq         Wait until wcsWatcher is finished before loading from memory
1295856e544c4 2020-01-11 Jasem Mutlaq         Do not abort slewing when in polar alignment mode
1296166d69d54 2020-01-10 Jasem Mutlaq         Fix manualfocusdrive based focus bug due to fix in commit de12d97ddefc
12974ea088bbc 2020-01-10 Jasem Mutlaq         Reuse same primary buffer for debayering. Always flush before closing
1298c325b3881 2020-01-10 Jasem Mutlaq         Delete earth shadow on exit
1299ebf219d83 2020-01-09 Jasem Mutlaq         More improvements to memory handling
13005e1d1e40f 2020-01-09 Jasem Mutlaq         Some memory fixes from Valgrind and Hy suggestions
1301d7bb14fb6 2020-01-08 Jasem Mutlaq         Set aux members of ACTIVE_FILTER to nullptr on initial property definition
13026ae9866e3 2020-01-08 Jasem Mutlaq         Improve reliability of setting snoop property for the active profile
1303972224caf 2020-01-08 Jasem Mutlaq         Fix scheduler frame name check for fractional exposures
1304c035e1135 2020-01-07 Laurent Montel       Port to QString::asprintf
1305855e27514 2020-01-07 Laurent Montel       Port to QElapsedTimer
1306ac26e490b 2020-01-07 Laurent Montel       Don't use nullptr as flag. Use default value when possible
13071a061ea74 2020-01-07 Laurent Montel       Port endl to \n as it's Qt:: namespaced in qt5.15. QFile flushs it when
1308f1f38c0bb 2020-01-07 Laurent Montel       Remove endl at the end of qDebug/qWarning.. it already adds endl
1309f34fd196a 2020-01-07 Jasem Mutlaq         Remove redundant faint magnitude swap, thanks to Vladimir Dvorak for spotting and reporting this. Fixing few warnings and introducing proper debug
1310974f62209 2020-01-05 Jasem Mutlaq         Load supernova data on demand to conserve memory
1311000ac53e7 2020-01-04 Jasem Mutlaq         Fix setting the default filter wheel in the various Ekos modules
1312de12d97dd 2020-01-04 Jasem Mutlaq         Fix timer and relative based focus bug as they were sent negative numbers by mistake
1313ca2703b3d 2020-01-04 Jasem Mutlaq         Indicate why a received FITS image is ignore so we can diagnose issues that otherwise would be ignored silently
1314754b4126c 2020-01-04 Jasem Mutlaq         Make scheduler logs less spammy
1315001ce18d8 2020-01-04 Hy Murveit           Refactor polynomial code in focus and other small changes
1316e60b54ec2 2020-01-04 Jasem Mutlaq         KStars v3.4.0 cycle begins
13173674fcd0a 2020-01-03 Laurent Montel       Port to QElapsedTimer
131851ad4e094 2020-01-03 Laurent Montel       Don't use 0 as flag
131967612b1e9 2020-01-03 Laurent Montel       Port endl to '\n' as endl is namespaced in Qt5.15. When we delete QFile
1320c9fca7398 2020-01-03 Laurent Montel       Don't use deprecated QString::sprintf
1321c6b339a41 2020-01-03 Laurent Montel       Remove extra ';'
13223e3a1fc68 2020-01-03 Laurent Montel       Remove endl at the end of qdebug as it already adds it
13239ea44f783 2020-01-03 Jasem Mutlaq         Explicitly treat JNow and J2000 differently when setting the sky point RA and DE components
1324
13253.3.9 (Oscar):
1326
1327881b7a882 2019-12-31 Jasem Mutlaq         Check for duplicate ccd binaries in primary, guide, and all aux drivers
13286d712a640 2019-12-31 Jasem Mutlaq         Autofocus support in Ekos module for manualfocusdrive gphoto command for Nikon
1329bbc09aee9 2019-12-29 Jasem Mutlaq         Fix couple of warnings and formatting fixes
1330e89bff5d3 2019-12-29 Jasem Mutlaq         Minor warning fixes
1331162a4f5ba 2019-12-29 Wolfgang Reissenberger Minor corrections to capture, scheduler and mount
1332d67b2be77 2019-12-28 Shubham Jangra       Fix multiple warnings
13332628f1853 2019-12-28 Yuri Chornoivan      [docs] Add markers for the configuration pages, add some info about sky cultures
1334f7279d781 2019-12-28 Hy Murveit           Modify focus graph to include sample number.
13359f5012a8f 2019-12-28 Jasem Mutlaq         Add new western sky cultur
1336197cf7789 2019-12-25 Hy Murveit           Improve Linear Focus Algorithm by adding extra outward motion then moving back in.
1337e80a9158e 2019-12-22 Jasem Mutlaq         MD formatted now
1338ff2516e91 2019-12-22 Jasem Mutlaq         Update KStars README to ensure that users on Github do not submit PRs by mistake
1339318cc2b2b 2019-12-22 Chris Rowland        Add AutoFocus data to log
1340930cd61af 2019-12-22 Jasem Mutlaq         Tooltip and index fixes
1341ef6d65cfe 2019-12-22 Hy Murveit           Introduce the linear focuser
1342a8fcd66e5 2019-12-22 Jasem Mutlaq         Fix offline cloud storage settings
1343e1467aa63 2019-12-14 Robert Lancaster     Making the Columns in the Align view resize automatically
134482656bfd7 2019-12-11 Jasem Mutlaq         Account for exposure less than 0.001 seconds in the file name
1345456c445d8 2019-12-10 Jasem Mutlaq         Add option to limit single step commands.
13468200b9c74 2019-12-08 Yuri Chornoivan      Use URLs with transport encryption
13477acd53d63 2019-12-08 Yuri Chornoivan      Fix minor EBN issues
134808fd2a3b4 2019-12-08 Hy Murveit           New UI to allow the user to modify the stretch being used.
1349ed4882df7 2019-12-07 Jasem Mutlaq         Prevent log spamming
1350f34721935 2019-12-07 Jasem Mutlaq         Set raw prefix to target name if the former is empty while the latter is non empty
13516053d5b54 2019-12-07 Jasem Mutlaq         Make sure target chip is completely valid
13527e3a783ea 2019-12-07 Jasem Mutlaq         Return if base device is not yet initialized
1353838a7d2d9 2019-12-05 Jasem Mutlaq         Update versions to 3.3.9
1354d5929002d 2019-12-05 Jasem Mutlaq         Bump to v3.3.9
1355c7fdb7e41 2019-12-05 Jasem Mutlaq         Set index before changing type
135619d26b9d2 2019-12-04 Jasem Mutlaq         Fix astrometry crash when remote astrometry is not fully yet initialized
1357a8e7678f0 2019-12-01 Jasem Mutlaq         Fix video streaming resize crash on Windows
1358bd2636ad5 2019-11-30 David Faure          Fix wrong syntax for include_directories, detected by -Wmissing-include-dirs
1359befd2806a 2019-11-29 Jasem Mutlaq         Retry connection in case we have a refused connection
136092b276a6f 2019-11-27 Jasem Mutlaq         Disable excessive logging
13618d4156003 2019-11-27 Wolfgang Reissenberger Reset guiding calibration if the mount moves and "Always Reset Guide Calibration" option is set.
1362e331a3abe 2019-11-27 Jasem Mutlaq         Improve tooltip for mount limits
13634bc17bee6 2019-11-26 Jasem Mutlaq         If raw prefix is empty and target name is not, set it to the target name and update the job and GUI accordingly
13644c7c05ccf 2019-11-26 Jasem Mutlaq         Use rawPrefix as property
1365f5615a8e8 2019-11-25 Yuri Chornoivan      Fix link: ui.html -> menus.html
1366a0cc1c499 2019-11-25 Jasem Mutlaq         Fix crash when there is no focused object in comet and asteroid components
1367e61e21eea 2019-11-25 Hy Murveit           Fix bug re filter-change-autofocus
13685574d1d9a 2019-11-24 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 ch..
1369d9de15de6 2019-11-24 Jasem Mutlaq         Use qCDebug
1370bba1d7a01 2019-11-22 Jasem Mutlaq         Update default ASTAP windows location
1371df4ae7eec 2019-11-24 Wolfgang Reissenberger Abort plate solving when slewing is detected
1372100777109 2019-11-24 Tobias C. Berner     FreeBSD: lld does not support -Wl,-z,nodump
1373bf3549851 2019-11-24 Wolfgang Reissenberger Bugfix for re-connecting a weather device initializes the weather display
1374824bbbd6a 2019-11-23 Hy Murveit           Fix off-by-one bug in stretch.
137585fe55f23 2019-11-20 Jasem Mutlaq         For windows, when index 1 is selected from the combo box it should be considered REMOTE
13763eece768c 2019-11-20 Hy Murveit           Update the auto-stretch scheme and UI
137782d4d4b08 2019-11-20 Jasem Mutlaq         Change ASTAP default location
1378d6a60f19d 2019-11-19 Jasem Mutlaq         Load PHD2 star image from memory instead of temporary file
1379a732557b1 2019-11-18 Jasem Mutlaq         Removing debug statements
1380b566a2ad4 2019-11-16 Pino Toscano         appdata: update homepage and help URLs
1381
13823.3.8 (Obaidy):
1383
13848da28c636 2019-11-16 Jasem Mutlaq         KStars v3.3.8 release
13855653f65a9 2019-11-16 Jasem Mutlaq         Fix dome status for rolloff dome when sending status messages
1386b2c4c4fd8 2019-11-15 Jasem Mutlaq         INDI drivers sync
138734ffb6db5 2019-11-15 Jasem Mutlaq         Disable the move to polar message action and just display it as a message instead to alert the user
1388511a8cd8a 2019-11-14 Jasem Mutlaq         Fix another crash in poly plotting. Check if array is empty
1389a8c59b592 2019-11-14 Robert Lancaster     Adding the polynomial and focus position to the focus graph as well as tooltips
139046d4ea32f 2019-11-13 Jasem Mutlaq         Fix incorrect labels
1391d3645e7da 2019-11-13 Jasem Mutlaq         Use backend instead of type to avoid confusion
1392c7fa46d29 2019-11-12 Jasem Mutlaq         Add solver and astrometry solver types
1393205c9d4db 2019-11-12 Jasem Mutlaq         Add error dialog if astap is not found and open options dialog automatically after that
1394edadd4a66 2019-11-12 Jasem Mutlaq         Solve crashing in creating WCS file and use simpler WCS update
1395fb5d677a4 2019-11-10 Jasem Mutlaq         Add warning about missing ASTAP
1396a1089b1d5 2019-11-10 Jasem Mutlaq         Fix condition where previous values of solver type can cause crash in the 3.3.7 version
1397fa45d7b52 2019-11-08 Jasem Mutlaq         Adding Wolfgang and Hy to authors
1398
13993.3.7 (Carina):
1400
1401f38d8378c 2019-11-07 Jasem Mutlaq         Sync INDI drivers
1402864905553 2019-11-06 Jasem Mutlaq         Fix few issues with rotation angle
1403883d26df3 2019-11-06 Jasem Mutlaq         Add tooltip tp explain the purpose of desired target PA
140428c513adf 2019-11-05 Jasem Mutlaq         Update ASTAP config as per Hans recommendations
1405ae7219c65 2019-11-05 Robert Lancaster     Keeping track of download times for more reliable time estimates.
14069a734d1e7 2019-11-04 Wolfgang Reissenberger Handle guiding problems during dithering
140716171346e 2019-11-03 Hy Murveit           Directly specify arcsecond error in Align UI.
1408e1d19eb38 2019-11-02 Wolfgang Reissenberger Dithering while crossing the meridian recognized as guiding
1409b1f390ebf 2019-11-02 Wolfgang Reissenberger Ensure that guiding is running when capture is started
1410b30a9d850 2019-11-02 Robert Lancaster     Fixing ASTAP Path on OS X and Setting Autostar as default for PHD2 Guiding
141102d191bae 2019-10-29 Jasem Mutlaq         Use status string for better logging
1412bf020d440 2019-10-29 Wolfgang Reissenberger Making display of x axis cofigurable
1413a6f633b49 2019-10-29 Jasem Mutlaq         square --> rectangle
141415ef142d8 2019-10-29 Jasem Mutlaq         Implement a more reliable way to sync ACTIVE_DEVICES
1415565ed5fc6 2019-10-28 Jasem Mutlaq         Back to string confinement since classic confinement does not work with plugs
14164ec7d0b68 2019-10-28 Jasem Mutlaq         Update snap to build from git
1417c72edccbc 2019-10-27 Hy Murveit           Write FITS file on separate thread
1418104c0ee03 2019-10-25 Jasem Mutlaq         Make documentation building as a CMake option and disable it for snaps
14199c5cb4136 2019-10-25 Jasem Mutlaq         Test release build effectiveness
14206248d6adc 2019-10-24 Jasem Mutlaq         Update OpenNGC to v20191019
14211407f3fcb 2019-10-23 Jasem Mutlaq         Update snapcraft from Neon sources and move it to top level so we can build it with Launchpad
14225f4b269cc 2019-10-23 Yuri Chornoivan      Fix minor EBN issues
1423a12df4a85 2019-10-22 Jasem Mutlaq         Use CROTA1 for rotation instead of CROTA2
1424ae3b27018 2019-10-22 Jasem Mutlaq         Merge branch 'astap_work'
14258e48df369 2019-10-22 Jasem Mutlaq         Process astap solver solution
14268f0e4319e 2019-10-22 Jasem Mutlaq         Timed out solutions should be marked as such
1427c0f8d5c4f 2019-10-21 Jasem Mutlaq         Fix TZ rules for a few countries.
14284388cf0ec 2019-10-21 Yuri Chornoivan      More updates to libindi strings
142956e035095 2019-10-20 Yuri Chornoivan      Translate UI string
143086c0823fc 2019-10-20 Yuri Chornoivan      Update libindi strings
1431dc3b30b5f 2019-10-20 Jasem Mutlaq         Do not save FITS file in mosaic job scheduler list since each job has its own unique calculated location.
1432d2eb24f2c 2019-10-20 Jasem Mutlaq         More progress in supporting ASTAP. Need to process output to determine if the solver completed successfully
1433ea5a3a384 2019-10-20 Jasem Mutlaq         Merge branch 'master' into astap_work
14348aa121e0f 2019-10-20 Jasem Mutlaq         FOV was set to default to 0x0 to force astrometry.net to blind solve and measure the effective FOV.
1435cf5a252a4 2019-10-20 Wolfgang Reissenberger Immediate refresh weather data on startup
1436c4e8b95f7 2019-10-18 Jasem Mutlaq         Add focus handling for aborted images
143786eb5cb61 2019-10-18 Wolfgang Reissenberger Bugfixing and small enhancements for weather display
1438edba67eb6 2019-10-16 Jasem Mutlaq         Starting work on supporting ASTAP as alternative solver
143952fe2eaf5 2019-10-16 Wolfgang Reissenberger Weather sensor data graph display
144061729fdff 2019-10-13 Hy Murveit           Adds an option to mouse-pan the HiPS graphics.
1441b926ba790 2019-10-11 Nicolas Fella        Use AppDataLocation on Android
1442576e9ab55 2019-10-10 Jasem Mutlaq         Add JNow to indicate the epoch for both telescope and solution coordinates
14439cfac15cf 2019-10-09 Jasem Mutlaq         implement detect from ekos in FOV editor. Use INVALID_VALUE instead of -1 when there is no solution available yet
1444b3fda7efe 2019-10-09 Jasem Mutlaq         Fix placeholder since it depends on Qt 5.12+
14455f80fd584 2019-10-09 Yuri Chornoivan      Be consistent (Nebulas -> Nebulae)
1446bc69693b5 2019-10-08 Yuri Chornoivan      Some i18n fixes
14479422bc453 2019-10-08 Jasem Mutlaq         Only report success when the number of connected devices equal the number of drivers. Generic drivers would always equal connected devices
1448edffb8760 2019-10-08 Jasem Mutlaq         Check if GainSpin exists before using it otherwise it causes a crash.
1449c1c5e52a9 2019-10-08 Jasem Mutlaq         Add a button to scheduler to snap the sky map center coordinate
14501cbccc85a 2019-10-08 Jasem Mutlaq         Adding a fetch button to the mosaic wizard to sync its value from the active Ekos profile via DBus
1451b753dabe2 2019-10-08 Jasem Mutlaq         swapItemAt is too new so it is removed for now, we need to add a check later.
145260ba9044d 2019-10-08 Jasem Mutlaq         Initial work for fetching camera and telescope info over dbus in mosaic planner
1453ee7e22b07 2019-10-08 Jasem Mutlaq         Fix few warnings
1454a2f50ed3f 2019-10-08 Hy Murveit           Complete the implementation of Capture tab gain control.
1455722159dcf 2019-10-08 Jasem Mutlaq         Add counter-weight down to make sure parking is correct
1456d5e7c1b5e 2019-10-07 Jasem Mutlaq         INDI drivers sync
145727a1278e2 2019-10-05 Hy Murveit           Set gain each capture
1458318a545be 2019-10-04 Carl Schwan          Add Windows Store link in AppStream metadata
145930af73a77 2019-10-03 Wolfgang Reissenberger Hitting a constraint sets a job to IDLE instead of COMPLETE so that it might be restarted later
1460f4fb3326d 2019-10-03 Jasem Mutlaq         Add force DSLR presets option to ensure accurate DSLR exposure times when possible
1461e2f9690aa 2019-10-03 Ron Huizer           Update readme taking into account latest releaeses
14624925404d3 2019-10-02 Jasem Mutlaq         Use the same green and red color code as mount parking for dome parking to be consistent
1463847aca910 2019-10-02 Hy Murveit           Remove dead code from fitsviewer
1464728a55f6e 2019-10-02 Robert Lancaster     PHD2 Enhancements
1465faec39c2d 2019-10-02 Hy Murveit           Fix focus HFR-averaging bug
14669ba205842 2019-10-01 Jasem Mutlaq         Right click would restore the frame to full size. If selection is too small do not zoom
14679dbd7cdc1 2019-09-29 Yuri Chornoivan      Use i18n()
14688db9af129 2019-09-29 Yuri Chornoivan      More i18n()
1469255f207aa 2019-09-25 Wolfgang Reissenberger Handling of aborts during parking/unparking of rolloff roofs corrected
14700ffd9c6ec 2019-09-25 Eric Dejouhanet      Summary: Connect Scheduler sleep timer to Simulation Clock scale change.
1471234a1d28f 2019-09-25 Jasem Mutlaq         Use KSTARS instead of KSTARS_EKOS_ALIGN in utils
1472a77e03bb8 2019-09-24 Jasem Mutlaq         Update the INDI build script to reflect the repo split
1473471943e41 2019-09-23 Robert Lancaster     Fixing an RA/DEC swap issue
1474d3860aa52 2019-09-23 Wolfgang Reissenberger Location of M 102 corrected
1475f1c5444bd 2019-09-23 Jasem Mutlaq         Update debian changelog for v3.3.7
147696a57b6e6 2019-09-23 Eric Dejouhanet      Fix crash when guiding unexpectedly restarting with no current job.
1477b4e6b826f 2019-09-23 Wolfgang Reissenberger Restrict pausing to image capturing
1478715afccc0 2019-09-23 Jasem Mutlaq         Preparing for v3.3.7 release
1479b6eeb8928 2019-09-23 Robert Lancaster     Guiding Labels
148076aba5fa3 2019-09-22 Jasem Mutlaq         Avoid division by zero condition
1481c7d784293 2019-09-22 Jasem Mutlaq         INDI driver sync
14822af2a8694 2019-09-21 Jasem Mutlaq         Remove placeholdertext that failed to build on older Qt versions
148309c88490c 2019-09-19 Jasem Mutlaq         Fix check for unparked state
14843af77247f 2019-09-19 Jasem Mutlaq         removed top spacer from scheduler ui
1485269e6fca8 2019-09-19 Jasem Mutlaq         Fix HFR calculation, add HFR on focus view, adjust focus UI.
1486f7a06d684 2019-09-19 Jasem Mutlaq         Use reasonable minimum that does not squish the GUI
1487dd0e00586 2019-09-19 Laurent Montel       Port to setContentsMargins
1488eaba32948 2019-09-19 Eric Dejouhanet      Implement customizable dusk and dawn offsets.
1489cefa36d91 2019-09-18 Jasem Mutlaq         Add websocket command to toggle filter wheel
14903a3d41731 2019-09-18 Hy Murveit           # Enter a commit message. # # Changes: # #     kstars/fitsviewer/fitshistogram.cpp
1491f84708e85 2019-09-18 Jasem Mutlaq         Add debian patches set
14924ae670a34 2019-09-18 Jasem Mutlaq         Update kstars debian files
149350bd34941 2019-09-15 Jasem Mutlaq         Update INSTALL instructions.
1494fab755ffe 2019-09-15 Jasem Mutlaq         Add option to save focus frames. Warn about storage space.
14955c5f27a3c 2019-09-15 Jasem Mutlaq         Disable autofocus when the HFR checkbox is toggled.
149664d7eb749 2019-09-14 Jasem Mutlaq         Improve reliability of flat field ADU algorithms
1497c2de9690d 2019-09-14 Jasem Mutlaq         Fix warning about single cell span
14983dbf09cac 2019-09-14 Jasem Mutlaq         Add reset to dark library in case of Ekos shutdown to clean its state
149976d95edea 2019-09-14 Jasem Mutlaq         When adding a FITS file to the scheduler, check the header to see if the information about the object RA and DEC and its name are available so they ..
15003e5fa041d 2019-09-11 Jasem Mutlaq         Do not init astrometry config on Windows.
150158d94662d 2019-09-10 Yuri Chornoivan      Fix minor typos
15025c64ccd43 2019-09-09 Jasem Mutlaq         Use int and not QString when using i18np
1503
15043.3.6 (Fomalhaut):
1505
150637015dc91 2019-09-08 Robert Lancaster     Fixing a little typo
150748f4645b0 2019-09-08 Jasem Mutlaq         QVector --> std::vector just to resolve the mysterious build errors on Windows CI
1508e9a9a1f00 2019-09-08 Jasem Mutlaq         Fix block logic error
1509d31cb637c 2019-09-08 Jasem Mutlaq         Fix cross-platform errors
1510753228b1c 2019-09-08 Jasem Mutlaq         fix wrong variable name
1511
15123.3.5 (Eridani):
1513
151431f986600 2019-09-08 Jasem Mutlaq         Add confirmation when deleting index folder, improve GUI a bit
151553305c7ee 2019-09-08 Robert Lancaster     Improving Astrometry Conf file support for Linux and OS X
15160a3661c78 2019-09-06 Jasem Mutlaq         Add indi web manager scanner for the local network in the profile editor
151709156232e 2019-09-06 Jasem Mutlaq         Adding icon for atikbase
1518c582e031a 2019-09-06 Jasem Mutlaq         Initilize the recommended gain properly on startup.
1519f5db90ab0 2019-09-06 Jasem Mutlaq         Add DBus function to get location info
15203973c3b89 2019-09-05 Jasem Mutlaq         Improvements is estimateJobTime
1521fad803969 2019-09-05 Jasem Mutlaq         Send camera state instead of just temperature
1522423c190cf 2019-09-05 Jasem Mutlaq         Do not set temperature or gain unless supported
1523c4541528e 2019-09-04 Jasem Mutlaq         Send states after defining the device capabilities
15249da186174 2019-09-04 Jasem Mutlaq         Do not exclude Windows from testing. The windows build was failing due to another reason
1525361a0163e 2019-09-04 Jasem Mutlaq         processMarkSelection should be overridden in align view to prevent double clicking from moving the marker by mistake
152661ae6f3fc 2019-09-04 Jasem Mutlaq         Fix few warnings
1527db6aba4a6 2019-09-04 Jasem Mutlaq         Improve set coordinates manually by adding switches for JNow and J2000 settings
1528c169fdaec 2019-09-04 Jasem Mutlaq         Set coordinates manually should always default to RA-DE tab
1529db6742a36 2019-09-04 Jasem Mutlaq         Do not report guiding as started in PHD2::StartGuiding Event handler because it will start scheduled capture prematurely (before Settle is complete).
1530a196bf114 2019-09-04 Jasem Mutlaq         Use table for statistics to show all channels
1531c58562e35 2019-09-04 Jasem Mutlaq         No need to use double for frequency
1532048dd2ea4 2019-09-04 Laurent Montel       Add DesktopEntry to notifyrc
15338d96f935b 2019-09-04 Jasem Mutlaq         Compute histogram is median value is missing
1534c04e9f588 2019-09-04 Jasem Mutlaq         Median value should be an integer
1535c2d379f95 2019-09-03 Jasem Mutlaq         In case setting is missing, use camera value
1536a5c088c0a 2019-09-03 Jasem Mutlaq         Use generate_export_header to fix compile issue on Windows
15379dc806afa 2019-09-03 Jasem Mutlaq         Send settings along with camera info
153859cc4f96c 2019-09-03 Jasem Mutlaq         Disable actions when parked
153983a9b0600 2019-09-02 Jasem Mutlaq         Use icons for the menu
154012c89412c 2019-09-02 Jasem Mutlaq         Use more intuitive telescope popup menu in the sky map
1541872f2354b 2019-09-02 Wolfgang Reissenberger Display of weather sensor data added to Observatory module
15429c9dd4140 2019-09-02 Jasem Mutlaq         Insert format and gain values in the settings
1543abf0ec3a4 2019-09-01 Yuri Chornoivan      Sync the tip with GUI label
1544861b1866c 2019-08-31 Jasem Mutlaq         Improve set coordinates manually dialog by initializing it to the current selected coordinates first
1545299c60b74 2019-08-31 Jasem Mutlaq         Set clicked object to nullptr in order to correctly recenter on clicked point
15461a1185841 2019-08-31 Jasem Mutlaq         INDI drivers sync
15471a77e6822 2019-08-31 Jasem Mutlaq         Minor UI changes
154854b7ed8e7 2019-08-31 Yuri Chornoivan      Fix minor EBN issues
1549a8dd7687c 2019-08-31 Wolfgang Reissenberger Adding error handling strategy control to Scheduler
1550cc05215c5 2019-08-31 Wolfgang Reissenberger Filename options selection preserved
155169fb7e9a8 2019-08-31 Jasem Mutlaq         Try disabling testing on Windows
1552df36c16f5 2019-08-30 Jasem Mutlaq         Further improvements to the auto-park functionality
15538f4ed5f74 2019-08-30 Jasem Mutlaq         Add support to automatically starting auto-park feature on startup to park the mount at a specific time
1554a99fd95aa 2019-08-30 Yuri Chornoivan      Replace the last overlooked qSort()
15559a3ab3221 2019-08-30 Yuri Chornoivan      Replace obsolete methods with non-obsolete ones
155660332d1e4 2019-08-30 Yuri Chornoivan      Fix typos, make the button tooltips translatable
15577c873442b 2019-08-30 Yuri Chornoivan      Make the tooltips translatable
1558ebdfc0eb5 2019-08-30 Yuri Chornoivan      Fix minor typo
1559a4a1e0775 2019-08-29 Jasem Mutlaq         Add support to reverse axis in mount control panel
1560848b15b2e 2019-08-29 Jasem Mutlaq         Add support to profile mappings
1561a882598c6 2019-08-29 Yuri Chornoivan      Fix minor typos
15628ea9a8f0a 2019-08-29 Yuri Chornoivan      Fix i18n()
1563b45556c5b 2019-08-29 Robert Lancaster     Should be fabs not abs, abs is ambiguous.
156455831a86c 2019-08-27 Jasem Mutlaq         NOOP --> i18n
1565bef790752 2019-08-25 Jasem Mutlaq         Fix the Android build with the latest Qt, Android NDK and SDK tools
1566ddbf38859 2019-08-25 Jasem Mutlaq         Add cr3 to list of RAW formats
1567d7981710e 2019-08-24 Robert Lancaster     changing name to sky point
15680fa7df3d8 2019-08-23 Robert Lancaster     Fixing bug in Mount Model and Simplifying function
15694f006707e 2019-08-23 Jasem Mutlaq         Fix using i18n for Sun object
1570e8b1be7ee 2019-08-23 Jasem Mutlaq         + Do not set m_wasSlewStarted explicity when issusing GOTO command. Wait for IPS_BUSY from mount driver. + Using Enums instead of string comprison f..
15714b19a3d44 2019-08-22 Jasem Mutlaq         Make display format in planet viewer to be dd/MM/yyyy
15727d7fbe0a5 2019-08-22 Jasem Mutlaq         Update install instructions
1573669835dae 2019-08-22 Jasem Mutlaq         Preparing for 3.3.5 release
15745072faa20 2019-08-22 Jasem Mutlaq         Driver sync
15751b0d4b17c 2019-08-22 Jasem Mutlaq         Fix infinite loop
15760cb19ee3a 2019-08-21 Jasem Mutlaq         Profile wizard revamp to remove confusion by some end users
15771ee36d436 2019-08-21 Jasem Mutlaq         Update backlash value from driver as it arrives
15780e1d35d2a 2019-08-20 Jasem Mutlaq         Fix toggle of meridian flip unit
15791d0803895 2019-08-20 Jasem Mutlaq         Fix gain behavior setting in focus module. It should use value stored in config unless changed by user
1580eb075bbed 2019-08-20 Jasem Mutlaq         Add support for direct gain setting in capture module
158182509989c 2019-08-20 Jasem Mutlaq         INDI drivers sync
1582d83e7d82d 2019-08-19 Jasem Mutlaq         Fallback to default configs in case dns lookup fails for .local addresses
15837f4b8b10f 2019-08-19 Wolfgang Reissenberger Bugfix for focus looping with HFR setup
1584151f405c5 2019-08-19 Hy Murveit           Sample the fits viewer's histogram calculation
1585836679ea6 2019-08-19 Jasem Mutlaq         Make the meridian flip hour angle unit to be in degrees by default since this is a common settings used by many mounts. The meridian flip value is s..
158603a943060 2019-08-19 Jasem Mutlaq         Remove debug that was added by mistake
1587e7de7ff60 2019-08-17 Jasem Mutlaq         Flip correction vector for southern hemisphere
1588b197a2a0a 2019-08-15 Jasem Mutlaq         Set the exposure restart button as default since it was defaulting to record which should not be the case
158954d617fa4 2019-08-13 Jasem Mutlaq         Add support to setting backlash directly in Ekos focus module IF supported by the INDI driver.
1590ce8e6c967 2019-08-13 Jasem Mutlaq         Check against device name and not pointer when removing
15915031aa100 2019-08-13 Jasem Mutlaq         Fix minor warning
15924add11efd 2019-08-13 Jasem Mutlaq         INDI drivers sync
15930e9825067 2019-08-11 Jasem Mutlaq         remove unnecessary debug message
1594c395e4580 2019-08-11 Jasem Mutlaq         Adding support for debayer in video stream window
1595
15963.3.4 (Dormi):
1597
1598d3323c608 2019-08-08 Jasem Mutlaq         Use i18nc for Not Applicable
15999d6ecf5d3 2019-08-08 Jasem Mutlaq         Clean up how group debug options are parsed
1600abe69b6da 2019-08-08 Wolfgang Reissenberger Rolloff roof handling introduced
16017fb0266f0 2019-08-08 Jasem Mutlaq         Comment unused variable
1602a4d10fdcb 2019-08-06 Jasem Mutlaq         KStars v3.3.4 release
1603da4661ca6 2019-08-06 Jasem Mutlaq         use rangeHA to make sure -12 < HA <= 12
1604fda55706a 2019-08-05 Jasem Mutlaq         v3.3.3 version code 15 for KStars Lite on Android
16054228d5ccc 2019-08-05 Jasem Mutlaq         Proper disconnection of Dark Library signals and slots in various Ekos modules.
1606569b147f1 2019-08-05 Jasem Mutlaq         Read astrometry config file on other platforms
1607b17fe7453 2019-08-04 Jasem Mutlaq         This should fix #410573 in addition to initial support for dust caps in Dark Library.
160802fc8bfaf 2019-08-03 Jasem Mutlaq         always evaluate statistics after opening regardless of histogram
1609e7d78e838 2019-08-03 Nicolas Fella        Fix double/float conversion in Java code
161037f8576cc 2019-08-02 Nicolas Fella        Fix missing include in Android build
1611
16123.3.3 (Canis):
1613
161413bca1735 2019-08-01 Jasem Mutlaq         qMin --> qMax since we need rate 0 to 3
1615fe3c4d97c 2019-08-01 Jasem Mutlaq         Fix proper disconnection for KSMessageBox signals
1616dba03213e 2019-08-01 Jasem Mutlaq         Another attempt at fixing odd behavior of accept and reject roles. Now using ActionRole and simply connecting the button click to the dialog accept ..
1617ef59fcceb 2019-07-31 Jasem Mutlaq         Further improvements to the reliability of the system after a crashed driver is restarted
16185df509c57 2019-07-31 Jasem Mutlaq         Add support to restarting crashed drivers for local servers
161918999483d 2019-07-31 Jasem Mutlaq         Seems like reversing order of accept and reject roles fixes the button order in MacOS. It has no effect on Linux
1620e7f35fce9 2019-07-31 Jasem Mutlaq         sizeInBytes is only available in Qt 5.10+, thanks to jpaana for the heads up
1621ae9f44bba 2019-07-31 l10n daemon script   GIT_SILENT made messages (after extraction)
16226db7d8c0e 2019-07-30 Jasem Mutlaq         Send preview JPEGs when they are generated to the client
16235446b14cb 2019-07-30 Jasem Mutlaq         Migrate more KMessageBox --> KSMessageBox
16243a64d4f93 2019-07-30 Jasem Mutlaq         Try to solve Qt warning about adding to existing layout
162544fe84d14 2019-07-29 Wolfgang Reissenberger Bug fix paused during dithering not resuming
1626c8d48978f 2019-07-29 Jasem Mutlaq         Fix minor warning
1627738dc7a47 2019-07-26 Jasem Mutlaq         INDI drivers sync
16288b0be80c3 2019-07-26 Jasem Mutlaq         Migrate dark library to async KSMessageBox
16290361dbf91 2019-07-26 Jasem Mutlaq         Remove rest of autonomous option that was deleted
1630bdbbf55bc 2019-07-25 Jasem Mutlaq         remove & when comparing button texts
163169c58c89a 2019-07-25 Jasem Mutlaq         Removing unnecessary autonomous option for dialog with the instroduction of the new KSMessageBox class that open message box asynchronous and can be..
163219460c0b8 2019-07-24 Jasem Mutlaq         Fix crash in downloadJob due to possible using raw pointer before
1633b2d276de3 2019-07-24 Jasem Mutlaq         Add new KSMessageBox class to fulfill some KStars specific requirements
1634e656f1ee8 2019-07-24 Jasem Mutlaq         Add helpful comments
1635d90beac90 2019-07-24 Wolfgang Reissenberger Autofocus disturbing meridian flip corrected
1636d9c6acc1c 2019-07-22 Wolfgang Reissenberger Show the tracking box on the inital focusing frame
1637a5b559fa4 2019-07-22 Jasem Mutlaq         refactor isSlewDirty and set it as false in cases of IDLE and ALERT states for EqNP.
1638c9afb11cd 2019-07-22 Wolfgang Reissenberger Check for refocus also during the calibration stage
16390391998ff 2019-07-22 Jasem Mutlaq         Add support to CONFIG_PURGE and add more options to clear some mount data in case of trouble
1640796d0b15c 2019-07-18 Jasem Mutlaq         Add more protection boundary checks
16414d5adb07b 2019-07-18 Jasem Mutlaq         remove unnecessary cast
16428ca63444b 2019-07-17 Eric Dejouhanet      Reset autofocus when executing a job, so that focus step is applied properly when checked.
1643d65071a02 2019-07-17 Jasem Mutlaq         Fix regression for non-guide dithering and re-arrange guide option to make dither frequency has its own row
1644f134b5ee5 2019-07-17 Jasem Mutlaq         Add option to control auto park post PAA tool operation
16452f2ab1b39 2019-07-16 Jasem Mutlaq         Another missing header
1646fa2458d60 2019-07-16 Jasem Mutlaq         Add missing header
1647a1692871c 2019-07-16 Jasem Mutlaq         Introduce autonomousMode option to run KStars in autonomous mode whereas user interaction is not expected so popup dialogs are suppressed whenever p..
1648fb5d192a8 2019-07-15 Jasem Mutlaq         KStars v3.3.3
16494ca0b2ab1 2019-07-15 Jasem Mutlaq         Fix translation issues with solar system objects
1650c211fc0a5 2019-07-15 Jasem Mutlaq         Precess sun to get correct accurate geocentric coordinates
165103317cc17 2019-07-14 Eric Dejouhanet      When evaluating twilight restriction, shift dusk to next day when it happens before dawn on the same day.
16527e3757a96 2019-07-09 Jasem Mutlaq         Display more information about version and interface once device is online
1653a5b719580 2019-07-09 Jasem Mutlaq         Fix non-static warning
16547a29a2a8e 2019-07-08 Jasem Mutlaq         Only construct histogram synchronously when required
1655968c0263d 2019-07-04 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
165699835cca2 2019-07-03 Jasem Mutlaq         Explicitly use setCurrentIndex since setCurrentText is problematic
16577d6fbb121 2019-07-03 Wolfgang Reissenberger Motion control for domes added
1658
16593.2.0 (Ivy):
1660
1661596569b5a 2019-04-18 Jasem Mutlaq         Including missing header
166263a05b9f1 2019-04-14 Jasem Mutlaq         Must add mount this way since we have a tree structure
166318fdbc7f3 2019-04-14 Wolfgang Reissenberger Capture counting corrected
166449fc6bfc1 2019-04-13 Jasem Mutlaq         Do not connect to EkosLive with empty username
16658968926f9 2019-04-11 Jasem Mutlaq         Also accept .fits.fz in FITSViewer
16665577dc1c6 2019-04-09 Jasem Mutlaq         Fix slew and sync in KStars Lite. Patch by Sebastian.
1667060749c18 2019-04-08 Wolfgang Reissenberger Clean module registration
166811cc7c78c 2019-04-07 Jasem Mutlaq         Use click to trigger the change since the signals are attached to the button clicked event
16696fa80f617 2019-04-06 Jasem Mutlaq         Show toolip explicitly on button click
167029461e124 2019-04-06 Jasem Mutlaq         Add information icon to explain what the guiding rate control is for
16710c8f1ef98 2019-04-06 Jasem Mutlaq         Resume KStars if paused in EkosLive
16724389e2361 2019-04-06 Jasem Mutlaq         Make sure clock is ticking and sync with system time when websocket connection is established
1673c90eaa335 2019-04-06 Jasem Mutlaq         Move auto star selection for calibration to main guide module to make it more accessible
16748c0e7b2b9 2019-04-06 Jasem Mutlaq         Fix issue with online solver args
16757bf777cf4 2019-04-04 Jasem Mutlaq         Add RC telescope type
167653266b534 2019-04-04 Jasem Mutlaq         Fix capture delay when using legacy polar alignment tool
16779d6687356 2019-04-03 Jasem Mutlaq         If primary or guide IDs are zero or less, set profile scope to Default
1678b91610734 2019-04-02 Jasem Mutlaq         Add support to updating scopes and profiles
1679ae65feaa1 2019-04-02 Jasem Mutlaq         Scope commands do not require active connection in this location as well
1680e90132500 2019-04-02 Jasem Mutlaq         Scope commands do not require active connection
1681049f3083e 2019-04-02 Jasem Mutlaq         GET_SCOPES can now be sent before Ekos is online
168212a340798 2019-04-02 Jasem Mutlaq         Add scope websocket functions to add and delete scopes. Improve getScopes to cover all available telescopes
1683d6e0f59b5 2019-04-01 Jasem Mutlaq         Send profile add deleting or adding one
1684c59abae19 2019-04-01 Wolfgang Reissenberger Unchecking the meridian flip checkbox reset the meridian flip state
1685e8cf401fb 2019-03-31 Jasem Mutlaq         Move send drivers before the block requiring live ekos connection
16869bfe7a47b 2019-03-31 Jasem Mutlaq         Do not change filter directly, use the filter manager
168725441353f 2019-03-31 Jasem Mutlaq         Fix infobox setting not sticking for some reason under Qt 5.12
16885689e1085 2019-03-30 Jasem Mutlaq         Save focus module filter wheel and filter in options
168987baf5eb9 2019-03-27 Eric Dejouhanet      Fix altitude restriction log and allow restriction down to -15 degrees
16909895d4898 2019-03-24 Jasem Mutlaq         Wait until backlash builds up before moving to more aggressive pulses that might cause overshooting the target position
16913916fc78e 2019-03-24 Jasem Mutlaq         Add debug log for remaining angle for mount rotation in alignment module
1692c5f80470d 2019-03-21 Jasem Mutlaq         Add websocket function to get all drivers
1693f9ab9cbb8 2019-03-18 Jasem Mutlaq         Update docs
1694677f7dbad 2019-03-18 Jasem Mutlaq         Profile management via websocket is ready for testing
169560bd7f39a 2019-03-18 Jasem Mutlaq         Initial work for profile and driver exposure to ekoslive
1696bd1d4d28b 2019-03-18 Wolfgang Reissenberger Bugfix: proper usage of abort() for finishing a capture sequence queue
1697abbfb7db1 2019-03-17 Jasem Mutlaq         Reduce calibration iterations to 3 by default as it is mostly what is required for most cases
1698fabf80109 2019-03-17 Eric Dejouhanet      Prevent rescheduling aborted jobs until all jobs are processed
1699410f0226f 2019-03-17 Jasem Mutlaq         Making Scheduler robust against guiding problems
1700f52ef343d 2019-03-17 Wolfgang Reissenberger Bugfix #405325: Keeping meridian flip in capture and mount in sync.
17017a04a4393 2019-03-12 Jasem Mutlaq         Fix websocket getting called from a different thread
1702cba93a705 2019-03-12 Jasem Mutlaq         Add EkosLive DBus methods and properties
170399ba5e31e 2019-03-12 Jasem Mutlaq         Display saved DSLR infos
170415c296062 2019-03-12 Robert Lancaster     Making the StarProfile Viewer fix from 3.1.0 work for Guide and Focus Views too
17056ee0ebfb7 2019-03-10 Jasem Mutlaq         Load captured RAW images in summary without have to double-covert them since they are converted once in INDI::CCD
17061549005f5 2019-03-10 Jasem Mutlaq         Only remove .fits explicitly from base name instead of finding last decimal point since this causes conflicts with exposures in file names
170708fc70c84 2019-03-09 Jasem Mutlaq         Make the mount window resizable to fit on different DPIs
17086b3d3b4fb 2019-03-09 Jasem Mutlaq         HEAD is at v3.2.0 now
1709ff94934ee 2019-03-09 Jasem Mutlaq         INDI Driver auto sync
17104cbaa0f58 2019-03-08 Jasem Mutlaq         Comment out obsolete slot connect
1711f250da377 2019-03-07 Jasem Mutlaq         Remove unrequired attributes.
171204dd9fed1 2019-03-07 Jasem Mutlaq         Notify user of error in focusing even when not in autofocus
1713b10c35a93 2019-03-07 Jasem Mutlaq         Add support to sending horizontal coordinates from the mount box
1714cfdecf66f 2019-03-06 Heiko Becker         LONG_LONG_MAX is an obsolete GNU name for LLONG_MAX
171507219cd80 2019-03-06 Jasem Mutlaq         Improve description of the ImageToFITS option
17167d0e57198 2019-03-06 Jasem Mutlaq         Refactor the variable means to remove any confusion
1717a4f962162 2019-03-05 Jasem Mutlaq         Auto ImageToFITS should be false by default
17181da8d1b62 2019-03-05 Jasem Mutlaq         Improve behavior for dark and flat frames capture when it comes to covering the mount
1719c1aef273e 2019-03-05 Jasem Mutlaq         Support converting images to FITS
1720efd36250e 2019-03-04 Jasem Mutlaq         Before loading next image, check if current image is temporary and if yes remove it from disk
172161d42b6e4 2019-03-04 Jasem Mutlaq         Add notification dialog for user to cover scope with flat field light source in case of manual source
17229947d6ff0 2019-03-04 Yuri Chornoivan      Fix minor typos
1723efa95bffb 2019-03-04 Robert Lancaster     Making the initial astrometry.net path change automatic
1724336babded 2019-03-03 Jasem Mutlaq         Configure Equipment was causing a conflict on Mac as found by Robert. Broke the menu and distributed the two items to where they logically belong
1725f93400f75 2019-03-03 Jasem Mutlaq         More PHD2 fixes: 1. Restore star display despite "Receive External Guide Frame" setting since they are two separate options. 2. Fix crash when async..
1726f8522bfb1 2019-03-03 Jasem Mutlaq         Be silent when auto updating comet and asteroid orbital elements
17271c9157e20 2019-03-03 Jasem Mutlaq         Add comet and asteroid orbital elements auto update on startup
1728d1b81599a 2019-03-01 Jasem Mutlaq         Make selection behavior single rows for the capture jobs
1729cf581270c 2019-02-28 Wolfgang Reissenberger Deleting arbitrary imaging sequence in the Capture module corrected.
17303a81f2e51 2019-02-27 Jasem Mutlaq         Fix upload issues to the cloud with compressed images
1731dc198425f 2019-02-27 Jasem Mutlaq         All compressed files are extracted and considered temporary however we need to know if the original compressed file was temporary or not
17328e3b17c32 2019-02-27 Jasem Mutlaq         Fix state of ekoslive button toggle on startup
17330c70fad89 2019-02-27 Jasem Mutlaq         Do not exist program on error, return error code
1734
17353.1.0 (Timmy):
1736
17375af4cbdc7 2019-02-26 Jasem Mutlaq         Changes for KStars 3.1.0
173834a6e0c2f 2019-02-26 Jasem Mutlaq         Sync INDI drivers
17390b0f99334 2019-02-25 Jasem Mutlaq         More parked state more prominent for end users
1740d8fdb74d1 2019-02-24 Jasem Mutlaq         Go back to single threaded runningAverageStdDev since the multithreaded version is causing crashes
174157337d2dc 2019-02-24 Jasem Mutlaq         Reset activeBin to 1 if there is no binning support
1742bc5788d16 2019-02-21 Yuri Chornoivan      Add Doxygen comment
1743b9a3343ff 2019-02-21 Jasem Mutlaq         No need to explicitly toggle all member of an exclusive button group
1744fbf0bee79 2019-02-21 Jasem Mutlaq         One architecture detection function is enough
174562bd608f4 2019-02-21 Jasem Mutlaq         Add a couple of function to limit the software in case of ARM architecture
17460f1351510 2019-02-20 Yuri Chornoivan      Remove extra spaces to not interfere with Doxygen comments
1747b0210f23f 2019-02-19 Yuri Chornoivan      Fix minor Doxygen issues
174868e7afd64 2019-02-19 Jasem Mutlaq         Fix cases for .fits.fz formats
1749c842797ad 2019-02-19 Jasem Mutlaq         Remove temporary compressed .fz files
175030278ca0d 2019-02-19 Jasem Mutlaq         Try to use QtConcurrent for running average stddev calculations
1751f6d810c83 2019-02-18 Jasem Mutlaq         Append format to the temporary file
17528e2476dcc 2019-02-18 Jasem Mutlaq         When there is binning change, always FORCE setting of frame values even if they did not change
1753dc4a8f726 2019-02-16 Volker Krause        Fix build on binary factory
17541fd7cc9db 2019-02-14 Jasem Mutlaq         Indenepdent windows has other issues should be used for advanced users
1755706896304 2019-02-14 Jasem Mutlaq         Make independent window stay on top
1756509a16b20 2019-02-14 Jasem Mutlaq         Fix Ekos widget not showing up issue after close. Make both INDI and Ekos windows independent by default
1757db96ecab7 2019-02-14 Jasem Mutlaq         If preview RAW then process it. Qt can open CR2 though
1758d92170292 2019-02-12 Jasem Mutlaq         Only convert RAW to JPG if DSLR image viewer is enabled
1759075531728 2019-02-10 Jasem Mutlaq         Use better connection that does not produce runtime warnings
176048ce18f1d 2019-02-09 Jasem Mutlaq         Make button icons more indicative of the action
1761025c4f3ca 2019-02-09 Jasem Mutlaq         Auto sync
1762e0a019f19 2019-02-08 Jasem Mutlaq         Use simple array instead of QVector
176333d6af04d 2019-02-08 Jasem Mutlaq         Reimplement auto stretch buffer in rescale
1764ac4a672f6 2019-02-07 Jasem Mutlaq         No need to explicitly call save config since it is done by the driver already
1765c69966fd6 2019-02-05 Jasem Mutlaq         Watch for negative IDs and reset them to zero
1766b47a6fbba 2019-02-05 Jasem Mutlaq         Do not autostrech again
17675e924826c 2019-02-04 Jasem Mutlaq         When target position exceeds limits, try to move it to the limit edge instead of immediately aborting
176887f090d7d 2019-02-04 Jasem Mutlaq         Sync drivers
1769b26261685 2019-02-04 Jasem Mutlaq         If pixel is zero and model exists, update driver
1770fb43f5d99 2019-02-04 Jasem Mutlaq         0 to nullptr
1771ada401f72 2019-02-03 Robert Lancaster     Summary: Removing Environment Variable, Use qt.conf instead.Improving Mac Astrometry Logging.
17721f12040f3 2019-02-02 Jasem Mutlaq         Fix override warnings
177303d1d8813 2019-02-02 Jasem Mutlaq         Use better statiscal methods for average HFR
17749e03ce150 2019-02-02 Jasem Mutlaq         Merge branch 'arcpatch-D18510'
1775aebcc6f7b 2019-02-02 Jasem Mutlaq         Do not reset current position to 50000 when using a relative focuser
17768feee5e1f 2019-02-02 Jasem Mutlaq         Use steps instead of ticks
1777a7826e9b3 2019-02-02 Jasem Mutlaq         Rearrange the UI a bit. When full field is unchecked, the FITS View is alerted so that it reset the filter values
177821bb7c775 2019-02-02 Eric Dejouhanet      Ring-field focusing feature.
1779ee73f81f8 2019-02-02 Sebastian Neubert    working prototype solution for manual slewing during polar alignment
1780824c2887f 2019-02-02 Wolfgang Reissenberger Meridian flips handled by Mount
1781c795b4bdf 2019-02-02 Jasem Mutlaq         Enclose MacOS functions with ifdefs
1782c1f3d114e 2019-02-02 Robert Lancaster     Summary: Environment variable and Index File Path Fixes for Macs
1783964879c51 2019-02-02 Jasem Mutlaq         Always reset zoom level dropdown to 1x when the window is displayed. Disable FPS target if the camera does not support it
1784f45514107 2019-02-01 Jasem Mutlaq         Add extra check for capture module
17859f4a6ae5b 2019-01-29 Jasem Mutlaq         Apply Autostretch in dark library
178683baf543a 2019-01-29 Jasem Mutlaq         Use a combo box instead of zoom buttons and set the values twice since GPhoto does not change the value at first go
1787a2b8cc30a 2019-01-29 Jasem Mutlaq         Use a more logical control for FPS in the video streaming window
178832553c69f 2019-01-29 Yuri Chornoivan      Fix the unfinished statement
17895e2445486 2019-01-29 Yuri Chornoivan      Fix minor typos
17902db493f04 2019-01-28 Jasem Mutlaq         Update FITS Viewer information
1791a08d5be70 2019-01-28 Jasem Mutlaq         Update version
17929a3b44ef7 2019-01-25 Jasem Mutlaq         Add DBus function to set GPS location
17934384b31a2 2019-01-25 Jasem Mutlaq         Fix few warnings
1794cc9380aa4 2019-01-24 Jasem Mutlaq         Make MOC on older Qt happy
1795745695628 2019-01-23 Yuri Chornoivan      Really translate the notice
17965ccec7d9f 2019-01-23 Yuri Chornoivan      Fix minor typos, enhance formatting
17975175396b5 2019-01-23 Jasem Mutlaq         Style updates
17983d541e3f9 2019-01-22 Yuri Chornoivan      Docs enhancements and updates
17995b20b6eec 2019-01-22 Yuri Chornoivan      Docs enhancements and updates
180090bd90b36 2019-01-22 Jasem Mutlaq         Expand spacer if there are no DSLR controls to show
180165f81ac56 2019-01-22 Jasem Mutlaq         Fix few histogram issues with multi-channel images
1802fbfb77651 2019-01-22 Jasem Mutlaq         Include filename in the sequence job. Use async uploads instead of blocking. Use Filename to load and upload data to cloud instead of relying on FIT..
180371304a16d 2019-01-22 Jasem Mutlaq         Initial work for supporting EOS zoom and zoom position control
1804640b3d245 2019-01-22 Jasem Mutlaq         Remove spammy log
1805ff4031a4b 2019-01-21 Yuri Chornoivan      Minor fixes and enhancements in docs
1806e78af3e3a 2019-01-20 Jasem Mutlaq         Add manufacturer support to custom drivers
180771cb09830 2019-01-18 Jasem Mutlaq         Preliminary support for websocket to INDI::CCD on the client side
1808ff54baeef 2019-01-20 Yuri Chornoivan      Fix minor formatting glitches in docs
180901d1de71a 2019-01-19 Jasem Mutlaq         Improving integration with EkosLive
181011ef936e0 2019-01-19 Yuri Chornoivan      Fix my typos
18116654dfe42 2019-01-19 Yuri Chornoivan      Fix minor glitches
18122fb6d94b0 2019-01-17 Yuri Chornoivan      Add Ekos docs to KStars
1813d9c6e792f 2019-01-14 Jasem Mutlaq         Separate align and capture timeout timers
1814305f802a3 2019-01-10 Yuri Chornoivan      Fix minor typo
18152ea477356 2019-01-09 Jasem Mutlaq         Add option for raising FITS viewer when an image is recieved
1816da0f8ebae 2019-01-09 Jasem Mutlaq         Raise FITS Viewer when receiving an image
18179bb38b5ae 2019-01-07 Eric Dejouhanet      Fixed START_AT jobs disregarded while evaluating, and fixed the update of their score.
18181f60a107c 2019-01-07 Wolfgang Reissenberger Meridian flip issued also when a target is slewed directly without using a schedule
18197c6e9e03a 2019-01-05 Jasem Mutlaq         Record initialHA after slew is complete. Without this, a premature meridian flip can be issued when not required if the slew happens outside the Mou..
1820a9ef62dd3 2019-01-04 Jasem Mutlaq         Fix a possibly crash you on exit if one or more FITS Viewer windows remain open
1821b31dd1e18 2019-01-04 Jasem Mutlaq         Remove the FITS viewer based on index and now raw pointer value
18228e9382342 2019-01-04 Jasem Mutlaq         Fix crash when using linguider
182354c3c6203 2019-01-03 Jasem Mutlaq         Remove "libindi" prefix in header files
18241cba6d72b 2019-01-03 Jasem Mutlaq         INDI Drivers sync script
18256f6a09f02 2019-01-03 Jasem Mutlaq         Rework serial port assistant page navigation
182690f15f04d 2019-01-03 Jasem Mutlaq         Ensure that autofocus is ready before asking filter manager to sync the focuser position for the filter
182723700ffe1 2019-01-02 Jasem Mutlaq         Sync INDI drivers script
182875693abb2 2019-01-02 Jasem Mutlaq         Remove device widget once udev rule is added and go back to home
18292fd178f7e 2019-01-02 Jasem Mutlaq         Fix issue where correction pulses where sent in odd frames only
18305dd3651d0 2019-01-02 Yuri Chornoivan      Last fixes to unbreak automatic PDF generation from Doxygen code
18312bd1ad043 2018-12-29 Jasem Mutlaq         In Dark library, always consider DSLRs to be shutterless when taking dark frames
1832ab5d0f983 2018-12-29 Jasem Mutlaq         No need to check pointer, delete anyway
1833d0e9bc52d 2018-12-29 Wolfgang Reissenberger bug fix #400265: meridian flip check before capturing
1834c46bcafb7 2018-12-29 Jasem Mutlaq         Use QVariantMap instead of QJsonObject for the signal since the latter is not automatically serielized to QVariantMap when used with DBus
18357a83c25e8 2018-12-29 Jasem Mutlaq         Register PierSide in DBus
1836b7c41c47c 2018-12-29 Jasem Mutlaq         Add tooltip to mount tab to clarify limits
183714e944110 2018-12-29 Jasem Mutlaq         Reset shutter status in clear camera configuration
183833c80eb3c 2018-12-27 Jasem Mutlaq         Show and then raise the custom properties dialog to make sure it is displayed properly
183936a2e8845 2018-12-27 Laurent Montel       Use isEmpty()
18400d37947b0 2018-12-27 Jasem Mutlaq         Save remote capture directory in options
1841c0e85b4d9 2018-12-27 Jasem Mutlaq         Bump to 3.1.0
1842791ad2985 2018-12-27 Jasem Mutlaq         Remove old TODOs
18439e1fab025 2018-12-27 Jasem Mutlaq         Sync INDI drivers
18444e3a15fd3 2018-12-26 Jasem Mutlaq         Save PAH mount speed index for future use
18458ef969d35 2018-12-26 Laurent Montel       Add parent to buttondialogbox
1846f39cb09ff 2018-12-26 Laurent Montel       Fix mem leak
1847c45fbcbd8 2018-12-25 Jasem Mutlaq         Using rotation only instead of GOTO for PAH
1848e211076cb 2018-12-24 Jasem Mutlaq         Fix syncing of the combo boxes when switching between local and remote
1849418fd3ef3 2018-12-23 Jasem Mutlaq         Group mounts by manufacturer in the profile editor
1850edbd5496e 2018-12-23 Jasem Mutlaq         Add more checks to the serial port assistant
1851c70d2afdc 2018-12-21 Jasem Mutlaq         Add tooltip for mount model resetting
185254f6c5567 2018-12-19 Jasem Mutlaq         Move all sleep checking function to shouldSchedulerSleep function
18539f514ca35 2018-12-19 Eric Dejouhanet      Proper removal of existing jobs by the Mosaic Tool
1854
18553.0.0 (Algol):
1856369e30d4e 2018-12-19 Jasem Mutlaq         Improve the naming of objects in the history find list
18574ba2aa4e4 2018-12-19 Jasem Mutlaq         Improve find dialog further
1858ab70395e0 2018-12-18 Jasem Mutlaq         Move FindDialog to a singleton and improve its interface
1859322e7703d 2018-12-18 Jasem Mutlaq         Send initial state on startup
18608696bd1a8 2018-12-18 Jasem Mutlaq         Fix radio box state
186109376e5ff 2018-12-17 Jasem Mutlaq         Automatically set prefix as currently mount tracking target if capture state is IDLE
1862908655c54 2018-12-17 Jasem Mutlaq         Add clear button to prefix and script
186354dade3a8 2018-12-17 Jasem Mutlaq         Minor fix for manual dither
1864a3e3b2c7c 2018-12-16 Jasem Mutlaq         Fix scheduler light frame check
18651f3a925d0 2018-12-16 Jasem Mutlaq         Improve progressive manual dithering
186685a767406 2018-12-16 Jasem Mutlaq         Minimize spaces
18677fe72fc98 2018-12-16 Jasem Mutlaq         Add switch for EkosLive connection mode
1868b9e6fb141 2018-12-14 Jasem Mutlaq         Reduce minimum FOV for PAH to 10 arcmins since folks like to solve narrow field images and fail
1869dad9c9af3 2018-12-14 Jasem Mutlaq         Do not change CCD settings if it is capturing now
1870ece6c0a36 2018-12-14 Jasem Mutlaq         Add auto start support for EkosLive
1871d95035176 2018-12-13 Jasem Mutlaq         1. Fix LightFrameRequired flag. Calculated ALL required light frames for the job and then find if the overall job requires them. 2. Reset job stage ..
1872261fefea2 2018-12-13 Jasem Mutlaq         Do not include FOV in KStars Lite
18732c2a6c5dc 2018-12-13 Aleix Pol            Add missing file to integrate with arcanist
18746d6aaee0f 2018-12-11 Jasem Mutlaq         Loaded and Closed signals should communicate FITS UID, not raw index in the widget
1875dfa010479 2018-12-11 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
1876d5fc9b5ca 2018-12-10 Jasem Mutlaq         Fix FOV shape
187746618f648 2018-12-10 Jasem Mutlaq         Remove duplicate property
18783afe6b00a 2018-12-10 Jasem Mutlaq         SOlve compiling error
1879ac129a3d1 2018-12-10 Jasem Mutlaq         Add DBus support for FOVs
1880cfd401e80 2018-12-10 Jasem Mutlaq         When deleting DSLR info, immediately fire up the DSLR info dialog
18814cd008811 2018-12-09 Jasem Mutlaq         Display DSLR image if preview always
1882946db550b 2018-12-09 l10n daemon script   GIT_SILENT made messages (after extraction)
18832fa7b9f54 2018-12-08 Yuri Chornoivan      Add missing space
18840ec215d69 2018-12-08 Jasem Mutlaq         Only display serial port assistant when stellarmate is detected
1885e0d84250b 2018-12-07 Jasem Mutlaq         Added shouldSchedulerSleep function to check if the current job is far away from lead time that necessate scheduler sleep. Some white spaces cleanups
188658829bb13 2018-12-07 Eric Dejouhanet      Rewrite of Scheduler planning
1887f1c5776a4 2018-12-06 Jasem Mutlaq         Reversing DEC alone is not sufficient when pier side is switched so we clear calibration
1888bb78146cc 2018-12-06 Jasem Mutlaq         Remove unnecessary header
1889d5b1b353c 2018-12-06 Jasem Mutlaq         Add flag for when telescope is covered to uncover it in case of shutterless cameras.
18909e855fa21 2018-12-05 Yuri Chornoivan      Try to fix the build on Jenkins
18917a31d2a68 2018-12-05 Yuri Chornoivan      Remove property duplication
18925d40881da 2018-12-05 Yuri Chornoivan      Trying to fix the rest of minor doxygen issues
189352090a6d0 2018-12-05 Yuri Chornoivan      Fix minor typo
1894a3a2c6589 2018-12-05 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
1895129230c64 2018-12-04 Jasem Mutlaq         Serial port assistant is operational now but needs testing
1896033e1046b 2018-12-04 Jasem Mutlaq         1. If we are reacquiring a star when we are subframed, reset the frame. 2. Make guide module aware of mount pier side to switch DEC swap so that rec..
1897415690fdc 2018-12-04 Jasem Mutlaq         Fix settling time for PAH and regular astrometry
1898f8409f85e 2018-12-04 Robert Lancaster     Improvements to histogram
1899c69c8bf35 2018-12-04 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
190086bc697d3 2018-12-04 Yuri Chornoivan      Fix minor typo
1901480965d33 2018-12-03 Jasem Mutlaq         MOre progress on serial port assistant
19020821ae6cd 2018-12-03 Jasem Mutlaq         Add guide settle time for focus module when resuming guide
190366b6aa507 2018-12-03 l10n daemon script   GIT_SILENT made messages (after extraction)
1904ee5d35bbd 2018-12-02 Jasem Mutlaq         Add icon for Serial Port Assistant
1905e85653c20 2018-12-02 Jasem Mutlaq         Limit the serial port assistant to selected devices and do not show it just yet
1906cbe804508 2018-12-02 Jasem Mutlaq         Adding support to loading and remove rules from serial port assistant
1907f020d0971 2018-12-02 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
190819effbebf 2018-12-02 Yuri Chornoivan      Fix minor EBN doxygen issues
19099a75874a4 2018-12-02 Yuri Chornoivan      Fix minor typos
19106213a7abb 2018-12-02 Jasem Mutlaq         Add checkbox to drivers group
191192c556a35 2018-12-01 Jasem Mutlaq         Initial work for Serial Port Assistant integration
1912e8cbcc835 2018-12-01 Jasem Mutlaq         Add a function to execute focus steps whether in-sequence or timed. This could run after image capture or after a dither operation is complete, so m..
19130fff8ebf0 2018-12-01 Jasem Mutlaq         Read and set focuser MAX position
19148807679e1 2018-12-01 Jasem Mutlaq         Set default solver action to slew to target since this is what new users expect
1915edcb4bae3 2018-11-30 Yuri Chornoivan      Fix minor EBN doxygen issues
1916f8c2bf8c6 2018-11-29 Jasem Mutlaq         Fix compile error with star profile widget
1917de5eb0259 2018-11-29 Robert Lancaster     Fixing a crash caused by QCustomPlot's replot method in a concurrent thread
191832b15d9ba 2018-11-28 Robert Lancaster     Fixing StarProfileViewer and Adding Sliders to Histogram
19191c78ec1c9 2018-11-28 Csaba Kertesz        Fix Android build
1920b0d4dd0fc 2018-11-28 Jasem Mutlaq         Honor settling time in Polar Alignment Assistant tool
19215c39c2da8 2018-11-27 Robert Lancaster     Creating the FitsTools Panel and Histogram Fixes
1922d60eefc6b 2018-11-26 Jasem Mutlaq         Fix Degree to Hours error in finding next scope RA in Polar Alignment Assistant tool
1923a8073c844 2018-11-25 Yuri Chornoivan      Make Star Profile Viewer localizable
192440c9bfb99 2018-11-25 Yuri Chornoivan      Get rid of zorder
192539f75c049 2018-11-25 Jasem Mutlaq         Add Pegasus Ultimate Power Box
19262cc8ac8cd 2018-11-22 Jasem Mutlaq         Updating INDI drivers list
19279da689ccd 2018-11-22 Jasem Mutlaq         Improving performance of star profile viewer
1928d98bd207d 2018-11-21 Jasem Mutlaq         Do not get stuck if ekos status is idle
19292eb72d97b 2018-11-21 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
193063edb18d3 2018-11-19 Yuri Chornoivan      More EBN fixes in API docs
193166257a011 2018-11-19 l10n daemon script   GIT_SILENT made messages (after extraction)
1932aabb94a97 2018-11-18 Yuri Chornoivan      Fix minor EBN issues in API docs
1933de7f74bae 2018-11-18 Yuri Chornoivan      Remove duplicate includes
19340c981ffd5 2018-11-18 l10n daemon script   GIT_SILENT made messages (after extraction)
1935a4e6023d8 2018-11-17 Yuri Chornoivan      Minor fixes to API docs
19369b984ce39 2018-11-16 l10n daemon script   GIT_SILENT made messages (after extraction)
1937f14f3db38 2018-11-15 Yuri Chornoivan      Fix minor typos
19384a7823826 2018-11-15 l10n daemon script   GIT_SILENT made messages (after extraction)
1939e3a79c8c9 2018-11-14 Yuri Chornoivan      Minor fixes to the API docs
194028eed04fc 2018-11-14 l10n daemon script   GIT_SILENT made messages (after extraction)
19417590627f4 2018-11-14 Jasem Mutlaq         Fix compile error
1942ae1dcd9c7 2018-11-13 Jasem Mutlaq         For Refocus Every X time method, reset the focus frame if the last time we ran focus is >= 30 minutes
1943415f3dff8 2018-11-13 Yuri Chornoivan      Fix typo: hasDeails -> hasDetails
19445c81d1dd1 2018-11-13 Yuri Chornoivan      Fix Appstreamercli minor issues
1945e5a12ee6d 2018-11-13 Yuri Chornoivan      Add missing includes
194627d10e4f9 2018-11-13 Yuri Chornoivan      Fix minor typos
1947c56d24dda 2018-11-10 Jasem Mutlaq         Fix enabling & disabling of BLOBs in the BLOB manager
194892fe9a48d 2018-11-10 Jasem Mutlaq         Add option to toggle using Focus median value
194999834103c 2018-11-07 Jasem Mutlaq         Add timeout to capture module
19505efb79241 2018-11-06 Yuri Chornoivan      Remove extra semicolons
1951e1f970517 2018-11-06 Jasem Mutlaq         CHeck for targetChip which is a better indicator of disk vs non-disk darks
1952cb66fb188 2018-11-06 Jasem Mutlaq         DO not ask to remove cover if data is loaded from disk
1953d59c6deaa 2018-11-06 Jasem Mutlaq         Fix autostretch handling
1954984211e81 2018-11-04 Jasem Mutlaq         Disable mount tracking if supported by driver after slewing to a wall
195503e2c20d2 2018-11-04 Jasem Mutlaq         Look in system path for drivers as well
1956fd915e011 2018-11-04 Jasem Mutlaq         Bump to 1.3
19574add977d7 2018-11-04 l10n daemon script   GIT_SILENT made messages (after extraction)
1958da7539930 2018-11-03 Jasem Mutlaq         Fix slewing to wall when not in calibration mode.
195992c8491ea 2018-11-03 Jasem Mutlaq         For shutterless cameras, ask user to remove cover from scope before continuing
1960afc33f675 2018-10-27 Jasem Mutlaq         Add support for Dust Cap and Light panel control from EkosLive. Just light switch is now controllable plus parking
19617189bb67c 2018-10-27 Jasem Mutlaq         Use the common INVALID_VALUE constant
1962351bd4c32 2018-10-27 Jasem Mutlaq         Send frames to EkosLive media whenever an image is captured and not necessairly depending on Summary View behavior. This would only work if the FITS..
19631934c012c 2018-10-27 Jasem Mutlaq         Add support for gain
196487be20f17 2018-10-27 Jasem Mutlaq         Use common INVALID_VALUE. Set gain from EkosLive is supported by camera by adjusting custom properties
19659863db4e2 2018-10-25 Jasem Mutlaq         Send domes and dustcaps when initialized
19662aebdaaf4 2018-10-24 Jasem Mutlaq         Store park status variable when updated
19673c1643402 2018-10-24 Jasem Mutlaq         Disconnect all _other_ CCDs when the CCD is switched, not the current CCD
1968720b6badb 2018-10-24 Jasem Mutlaq         Do not crash if there are no sorted job in the 2nd run
1969026689b41 2018-10-24 Jasem Mutlaq         Check if the file is temporary .. this was removed due to a regression
197086db271f3 2018-10-24 Jasem Mutlaq         Do not update frame when tracking box is enabled or disabled, let the calling function handles this
19712abf84cfe 2018-10-24 Jasem Mutlaq         Let the calling function handle calling updateFrame when necessary
1972a78a7c805 2018-10-24 Jasem Mutlaq         Delete all component before clearing them
19738bb0ac4d9 2018-10-24 Jasem Mutlaq         No need to use pointer for QImage since the data is stored on the heap and is implicitly shared
1974f98492f2b 2018-10-24 Jasem Mutlaq         Free background buffer
1975dfd0a7267 2018-10-22 Jasem Mutlaq         QOverload not supported in Qt 5.6 which we use for 16.04
19763f2726186 2018-10-22 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
1977fa6ff04bf 2018-10-22 Jasem Mutlaq         Add new function deltaAngle to DMS class to calculate the shortest angle between two angles.
19784bc6befa6 2018-10-22 Jasem Mutlaq         If object is not in the list, default to Saturn
1979be63dda4f 2018-10-22 Jasem Mutlaq         Completely disconnect the server process when shutting down
198039f1287b1 2018-10-21 Jasem Mutlaq         Fix regression that caused job aborted due to twilight loop forever
19810ed0f5771 2018-10-21 Jasem Mutlaq         Remove extra option that is no longer required
19829f0d41c3e 2018-10-20 Jasem Mutlaq         Small improvements to icons to make them consistent with the rest of Ekos
1983aafd6adf3 2018-10-20 Jasem Mutlaq         Fix layout stretch for observatory scripts
198416e301823 2018-10-20 Pino Toscano         fixuifiles
198514528eeef 2018-10-20 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
1986119e9a4ab 2018-10-19 Jasem Mutlaq         Add earth shadow + lunar eclipse finder
1987ca52b659a 2018-10-18 Jasem Mutlaq         Always emit resumeGuiding even on focus failure
198816dfe2afc 2018-10-18 Jasem Mutlaq         Add detailed comments for workflow. Fix issue with timeout in case of minimum required HFR is requested
19893d2a77317 2018-10-18 Jasem Mutlaq         Add Qt version to info
199047c741ac2 2018-10-17 Jasem Mutlaq         Remove duplicate alignTimer slot
1991cdd741910 2018-10-17 Yuri Chornoivan      Fix minor typos
1992b436e426c 2018-10-16 Jasem Mutlaq         Only run polynomial fitting after 5th data point to improve reliability.
1993eee4c4606 2018-10-16 Jasem Mutlaq         Improve flat calibration algorithm by checking out of range and saturated images
199466c1622b7 2018-10-15 Jasem Mutlaq         Revert change from mass replacement. androiddeployqt should not have a packaging prefix
1995c1b04a0a8 2018-10-15 Jasem Mutlaq         Complete the support for dome control in EkosLive
19968fb96ad4f 2018-10-15 Jasem Mutlaq         Fix Focus --> Align state
19970b0834fce 2018-10-15 Jasem Mutlaq         Update few timesouts to be more relaxed
1998f2a2f88d5 2018-10-14 Jasem Mutlaq         Make loadAndSlew return a boolean value to solve async problem. More DBus functions need to be migrated to this pattern
199953a13eb7e 2018-10-13 Jasem Mutlaq         Only target SDK needs to be 26. Minimum SDK can remain at 17
2000025d23caa 2018-10-13 Jasem Mutlaq         Google Store now requires minimum API to be 26 even for updates
2001678c96d23 2018-10-12 Eric Dejouhanet      Use "Remember Job Progress" in Scheduler and "Always Reset Sequence When Starting" in Capture.
200247b3a3633 2018-10-13 Eric Dejouhanet      Fix regression on job deletion when sorting jobs based on altitude and priority is enabled.
2003a2b6a9aec 2018-10-12 Jasem Mutlaq         For FITS images only emit BLOBUpdated after the frame is loaded to allow dependent modules to process the captured FITS after it is loaded
2004e4aa750af 2018-10-12 Jasem Mutlaq         Add capture timeout watchdog to ensure focus does not timeout waiting for captured images
2005a5955d2cb 2018-10-11 Jasem Mutlaq         Fix few issue with displaying capture progress when FITS Viewer is disabled
2006199051955 2018-10-11 Jasem Mutlaq         Simplify image capture signaling
2007fcee7f64f 2018-10-11 Jasem Mutlaq         Fix crash when opening FITS
2008e02f376f5 2018-10-10 Eric Dejouhanet      Do not alter the state of the Scheduler while evaluating
20099157a6fda 2018-10-10 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
2010d6278a000 2018-10-10 l10n daemon script   GIT_SILENT made messages (after extraction)
2011787ec001b 2018-10-09 Jasem Mutlaq         Fix focus in and out
2012f0e9bd5e6 2018-10-08 Jasem Mutlaq         Remove redundant vars
2013b24c2ed8c 2018-10-08 Jasem Mutlaq         Adding dome and dust cap controls to dbus and ekoslive
2014a04c0c605 2018-10-08 Yuri Chornoivan      Fix minor typo
2015d6d79c8e7 2018-10-08 Jasem Mutlaq         Try to connect guider before guiding in the case of an external guider that got disconnected. For internal guider it makes no difference
20161e03ff016 2018-10-08 Jasem Mutlaq         Add inactivity checks in scheduler to make sure that modules do not timeout when they are commanded to do certain actions
2017fb875282e 2018-10-07 Yuri Chornoivan      Fix minor EBN issues
20186f347684f 2018-10-07 Jasem Mutlaq         Call stop first before start and add a bit of delay in between. Restart timeout timer
2019998e57aa6 2018-10-07 Jasem Mutlaq         Do not start Ekos if Ekos is already in pending mode or already online
20205f8d20ded 2018-10-07 Jasem Mutlaq         Make messages more consistent. Clean up old code
2021a777d1506 2018-10-06 Jasem Mutlaq         Add warning when slewing to Sun. Adjust tracking rate if supported by the mount depending on the object type
20222db493c09 2018-10-05 Pino Toscano         remove extra return
20232c94bce5f 2018-10-04 Jasem Mutlaq         Add option to control DSLR image viewer. It can now be turned off
2024e92e7e59e 2018-10-04 Jasem Mutlaq         Read driver manufacturer into DriverInfo class
20254e6b8ed26 2018-10-04 Jasem Mutlaq         Summary View now loaded sequence images properly
202615e734753 2018-10-04 Jasem Mutlaq         When polynomial next predicted exposure flat is invalid, discard the last point and recapture again
20272308878a9 2018-10-03 Jasem Mutlaq         Fix installation of translations files. po should be merged into source tree for this to work
20287e1f63acf 2018-10-03 Eric Dejouhanet      Update job completion counts, and fix regression on job rescheduling.
202940d755591 2018-10-03 Jasem Mutlaq         Add QFuture to fitsdata.h header since it is required on Android
20301de7e4130 2018-10-03 Jasem Mutlaq         KStars Lite should always fetch translations regardless
2031645540da1 2018-10-03 Jasem Mutlaq         Add Zulu postfix to the DATE-OBS
2032ee82d0767 2018-10-02 Jasem Mutlaq         Add option to fetch translations
2033cf0476591 2018-10-02 Jasem Mutlaq         Add live view support to focus module and rework existing one in capture to be icon based
2034f07eff116 2018-10-02 Jasem Mutlaq         Limit stack size change to Qt v5.10+
20359cfccbc9e 2018-10-02 Jasem Mutlaq         Merge branch 'async_fits'
2036332e25e19 2018-10-02 Jasem Mutlaq         Fixing issue with updating list of running FITSViewers. They are now properly removed once closed
20377740e042a 2018-10-02 Jasem Mutlaq         More progress for async FITS operations
2038c0c1fe0d1 2018-10-01 Jasem Mutlaq         More work on async loading
20396528ab561 2018-10-01 Jasem Mutlaq         Migrating the rest of the code to support the asynchronous nature of FITS loading now
20402b3679a37 2018-10-01 Jasem Mutlaq         Add helpful tip to location dialog
20416bfa75846 2018-10-01 Jasem Mutlaq         Merge branch 'master' into async_fits
2042c7dbd94c5 2018-10-01 Eric Dejouhanet      Use system locale to display numbers in the scheduler.
2043ab320a1ec 2018-10-01 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
20444adf0ed41 2018-10-01 Jasem Mutlaq         Fix issue with subframed calibration when auto-select star is not enabled. Now subframed star position is set properly in the internal guider before..
2045a2930512b 2018-10-01 Jasem Mutlaq         Remove unnecessary break
2046fe758c72c 2018-09-30 Jasem Mutlaq         Update star profile viewer to new property system
2047d572d63ed 2018-09-30 Jasem Mutlaq         Starting work on asynchronous FITS operations
2048183d1758c 2018-09-30 Jasem Mutlaq         Refactoring FITSData to migrate to Q_PROPERTY framework and to prepare to asynchronous loading
20494daf63e55 2018-09-29 Jasem Mutlaq         Fix wrong XML and indentation
205007bf0ce7d 2018-09-29 Eric Dejouhanet      Fix Scheduler slewing stage and dome interaction.
20510ae972bbd 2018-09-28 Jasem Mutlaq         Fix cooler logic issues
2052da1dd33e0 2018-09-28 Jasem Mutlaq         Reduce code duplication and include SLEWING stage in the check since the mount could be on that object when the scheduler starts and therefore a sle..
2053fd13e74ac 2018-09-27 Jasem Mutlaq         Fix QSharedPointer error
2054115c0d0cd 2018-09-27 Jasem Mutlaq         Create a separate dedicated client to handle only BLOB properties to increase efficiency
205568352b8b4 2018-09-27 Jasem Mutlaq         Minor fixes
205618dee7544 2018-09-27 Jasem Mutlaq         Fix reconnect issues
205715ae755c9 2018-09-27 Jasem Mutlaq         Fix options and reintroduce INDI Control Panel button
2058808573c0d 2018-09-27 Jasem Mutlaq         Minor cast fixes
20596535358b6 2018-09-27 Jasem Mutlaq         Missed ISD::ParkStatus change
20605f73c086e 2018-09-27 Jasem Mutlaq         Support older Qt versions format in 16.04
2061e2b179abe 2018-09-26 Jasem Mutlaq         Encode the QDbus vars with ifdefs for KSTARS LITE
20628bdd3ecd9 2018-09-26 Jasem Mutlaq         Bump version to 1.2.0 for Android
2063ae29d544e 2018-09-26 Eric Dejouhanet      Do not abort a job that is repeating because it started long ago, that delay is expected.
2064b97920405 2018-09-26 Jasem Mutlaq         Capture module: fixes for decimal numbers in various locales, and fix for CCD selection
2065b17a8a3d4 2018-09-26 Jasem Mutlaq         Disable KAuth due to reliability issues. We are now saving the config and files locally if not found on the system
20667236760aa 2018-09-26 Jasem Mutlaq         Send escaped text elements to prevent breaking XML
2067091e3fa69 2018-09-25 Jasem Mutlaq         Cooler and clearing camera configuration buttons added
206890fd88cbc 2018-09-24 Jasem Mutlaq         Preliminary support for controlling cooler in capture module
2069fa000c136 2018-09-24 Jasem Mutlaq         Fix target name property. Also, do not clear sequence queue as it called internally by capture module. When restarting a sequence, no need to reload..
20702ae3ff3cb 2018-09-24 Jasem Mutlaq         Fix jobs always starting at zero counts by dividing jobs checks into scheduler-aware and regular types along with the option to ignore job progress ..
20711895fe59f 2018-09-24 Jasem Mutlaq         Remove extra signal that was causing issues since it was already declared in guiderinterface
2072c4acb9c8d 2018-09-23 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
207325958fa4f 2018-09-23 Eric Dejouhanet      Remove prevention of autofocus when no prior focus was done, add warnings.
207482b5ba276 2018-09-23 Robert Lancaster     Fix exposure spinbox and MacOS compile problem
2075cfe494a8c 2018-09-16 Jasem Mutlaq         Removing duplicated enum
2076f007c9e69 2018-09-16 Jasem Mutlaq         Fix wrong enum value
2077f928a5d92 2018-09-16 Jasem Mutlaq         STATUS_PENDING is reserved in Windows so we are using different enum values
207862c885a73 2018-09-15 Jasem Mutlaq         Preliminary support for flatpak paths
2079b88bfe91d 2018-09-14 Jasem Mutlaq         Scheduler event-driven work is nearly completely
208037483f059 2018-09-13 Jasem Mutlaq         Create ready signal to continue event-driven migration of scheduler
20810602776d3 2018-09-13 Jasem Mutlaq         More process in dbus migration. dbusInterface->property() is not working now. Need to investigate
2082a7d692958 2018-09-13 Jasem Mutlaq         Fix DST rule for Terre Haute
20835e8fe0d4b 2018-09-12 Jasem Mutlaq         Dome, mount and dustcap DBus interface updated
20848653d9c0a 2018-09-12 Jasem Mutlaq         Fix compile issues
2085042e91922 2018-09-12 Jasem Mutlaq         Merge branch 'dbus_work' of git://anongit.kde.org/kstars into dbus_work
2086830e749d5 2018-09-12 Jasem Mutlaq         More work on DBus update and migration
20876049fdae0 2018-09-12 Jasem Mutlaq         Merge branch 'master' into dbus_work
20887d1295998 2018-09-12 Jasem Mutlaq         Improve timeout behavior for astrometry download with KAuth
2089f2560079d 2018-09-12 Jasem Mutlaq         QString sprintf is deprecated so using arg() instead, but it still does not produce correct locale-aware fractions
2090fe3782719 2018-09-11 Eric Dejouhanet      Fix cache discrepancy when a job is complete.
2091a9cd4c67e 2018-09-11 Eric Dejouhanet      Fix mount not unparking after scheduler stops
2092daaddeb30 2018-09-11 Jasem Mutlaq         More work on converting Signal/Slot to new Qt Style
2093f4f940677 2018-09-10 Jasem Mutlaq         Migrate to new Qt connection style
209410c893568 2018-09-10 Jasem Mutlaq         Migrate to new Qt connection style
2095a4d380764 2018-09-10 Jasem Mutlaq         Align and Guide modules DBus is updated
209617f917917 2018-09-07 Wolfgang Reissenberger Restarting looping schedule continues capturing
2097edb8bb0ae 2018-09-07 Jasem Mutlaq         Fix remaining warnings in fpackutil.c
20981b7c748ab 2018-09-06 Jasem Mutlaq         Fix warnings in fitsviewer code in fpack and fpackutil due to const qualifier and unused variables
2099708d796df 2018-09-06 Jasem Mutlaq         Fix warning: content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.
2100d086573e0 2018-09-06 Jasem Mutlaq         Update focus module DBus interface
2101e0d63f01c 2018-09-04 Csaba Kertesz        Fix a crash and storing INDI settings in KStars Lite
2102e057aa064 2018-09-03 Jasem Mutlaq         Few J2000/JNow fixes
2103d625b2b6c 2018-09-02 Jasem Mutlaq         Minor refactoring
21047d6d6d386 2018-09-02 Jasem Mutlaq         Capture module DBus migration first pass is complete. All connections migrated to new Qt style
21054e8b61f53 2018-09-01 Robert Lancaster     Adding XPlanet Recenter ability Making left mouse button change position and right mouse chane location Adding Reset Recenter button Adding Reset Lo..
2106f055309dd 2018-09-01 Jasem Mutlaq         Remove / from thumbnail file names
210738edb83ea 2018-09-01 Jasem Mutlaq         Reimplement compute altitude at a specific time
2108b03bbbb39 2018-08-31 Jasem Mutlaq         Do not add any camera or ST4 devices to guide module if guider is external. Instead put guider type in guider dropdown and disable it
2109eee184547 2018-08-31 Jasem Mutlaq         Fix crash and add support to J2000 mounts
211036476b0a7 2018-08-31 Jasem Mutlaq         Add another check that state is not suspended
21118afa2bc4f 2018-08-31 Jasem Mutlaq         Show loaded coords in sexigesimal format and in high precision when possible
2112e6eca7cf2 2018-08-31 Jasem Mutlaq         Do not cast DSO coords seconds to int as we lose important precision. Use full resolution as double
21138fd3d9e10 2018-08-31 Jasem Mutlaq         Fix J2000 coordinates in Align and Capture
2114f3705f1c9 2018-08-31 Robert Lancaster     Support for xplanet on Windows
2115ca5a604f9 2018-08-31 Jasem Mutlaq         Add new state to capture SUSPENDED. This is triggered once the sequence needs to be aborted, but capture module has the ability to resume itself aut..
21160a5d10188 2018-08-29 Jasem Mutlaq         android --> packaging/android
21175c24fac29 2018-08-29 Jasem Mutlaq         Add dbus log property and signal for Ekos Manager
21185825ccb6c 2018-08-29 Eric Dejouhanet      Proper silencing for the switch-case fall-through warning
2119be3948ed5 2018-08-29 Jasem Mutlaq         Refactoring old style connect to new style. DBus signals working now via structure which is not ideal but the only way to use enums in signals and r..
2120aeaa325a0 2018-08-29 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
21218a1bd75ba 2018-08-28 Jasem Mutlaq         Adding packaging directory to include all KStars multiplatform packaging scripts and resources
21228491cc25b 2018-08-28 Jasem Mutlaq         Detect coordinates epoch once from property registeration
21236798c1d0c 2018-08-28 Jasem Mutlaq         Account for JNow vs J2000 coords in the mount and capture modules. Telescope class should report which epoch is in use
21241e299fdf5 2018-08-28 Eric Dejouhanet      Fix parking engine, and make observatory startup job-centric
212585bf46276 2018-08-28 Wolfgang Reissenberger Bugfix for #397650 flat creation failed
21269294e4f03 2018-08-27 Jasem Mutlaq         DBus signals are working now
212712278209f 2018-08-26 Jasem Mutlaq         More progress in refactoring
212830c99f686 2018-08-26 Jasem Mutlaq         Refactoring EkosManager to Ekos::Manager and updating DBus structure for all modules
21299de71fb7b 2018-08-26 Jasem Mutlaq         Reset properties when filter is disconnected
21306d1297e8f 2018-08-25 Yuri Chornoivan      Fix minor EBN issues
213100c6861b9 2018-08-25 Robert Lancaster     Summary: Using specified FOV's for each planet so the user can zoom. Adding a button to select FOV from the KStars FOV list. Adding another decimal ..
2132a6510ac67 2018-08-23 Robert Lancaster     Making more recommended xplanet changes and fixing bugs:
21330fa94d809 2018-08-23 Eric Dejouhanet      Improve Scheduler robustness against INDI disconnections
2134e3bec03e2 2018-08-22 Jasem Mutlaq         Use apparentCoord to immediately process the J2000 coordinates to JNow
213587be05656 2018-08-21 Jasem Mutlaq         Q_FALLTHROUGH() requires Qt 5.8 while we support 5.4 still so disabling
2136d695b9ef6 2018-08-21 Csaba Kertesz        Fix the Android build
213719ec89274 2018-08-21 Csaba Kertesz        Add missing icons by automerge
213899d5b93fe 2018-08-21 Csaba Kertesz        Fix some item colors in KStars Lite
2139a11fd36b0 2018-08-21 Jasem Mutlaq         Add telescope joystick controls to KStars Lite
2140e47d07dea 2018-08-20 Eric Dejouhanet      Proper silencing for the switch-case fall-through warning
21410b33b9aea 2018-08-20 Jasem Mutlaq         Use more sane default when hitting enter key in Ekos modules.
2142279e64a11 2018-08-20 Yuri Chornoivan      Fix minor EBN issues
2143b9eb26e4d 2018-08-18 Jasem Mutlaq         Add warnings for missing properties
21445bb40f285 2018-08-18 Jasem Mutlaq         Explicitly set timespec to UTC
21456256a1993 2018-08-18 Jasem Mutlaq         FIx on 16.04 build
214680c7784ec 2018-08-18 Robert Lancaster     Adding XPlanet Viewer
21475823021b2 2018-08-18 Jasem Mutlaq         KStars GIT is now 3.0.0
214802e875e9e 2018-08-17 Jasem Mutlaq         Increase maximum dark library temperature thresold to 30
2149afcfeb55c 2018-08-17 Jasem Mutlaq         Astrometry WCS should be enabled by default
2150a4698d9e4 2018-08-16 Jasem Mutlaq         Comment C++17 feature
21514192037d2 2018-08-16 Jasem Mutlaq         Use IAU preferred names. While Tsih seems the most common name for Gamma Cassiopeiae, Navi is also associated from old space missions.
2152996935f9f 2018-08-16 Eric Dejouhanet      Fix sequence boundary index regression.
2153e416273aa 2018-08-16 Eric Dejouhanet      Fix unexpected signature folder creation, fix logs.
2154
21552.9.8 (Pelican):
2156=================================================================================================
2157eb4aa89dc 2018-08-13 Jasem Mutlaq         Fix upper limits for some guide settings
2158b7e3810b1 2018-08-13 Eric Dejouhanet      Fixes for the Scheduler and Capture modules
215927ae34f2b 2018-08-12 Jasem Mutlaq         Bit of code refactoring. Keep track of axis distance when reversing guide calibration direction. If we are still not moving toward the starting poin..
2160e8cb5f3a9 2018-08-12 Jasem Mutlaq         Revert "Remove prefix from test to be the same for all"
2161c2fef9880 2018-08-12 Jasem Mutlaq         Remove prefix from test to be the same for all
21626dfb66d01 2018-08-11 Jasem Mutlaq         Fix J2000 in sendCoords
2163054fb21cd 2018-08-11 Jasem Mutlaq         Handle EQUATORIAL_COORD when the property is updated
21642587c4f6f 2018-08-11 Jasem Mutlaq         Draw J2000 coords
2165d1cb70fbe 2018-08-11 Jasem Mutlaq         ALso accept EQUATORIAL_COORD for telescope coordinates
2166b455bd581 2018-08-10 Yuri Chornoivan      Fix minor EBN issues
21679816f3521 2018-08-10 Jasem Mutlaq         In guiding deviation handler, search for aborted jobs and resume one since activeJob is always nullptr when abort is now called
2168cb856ddf5 2018-08-09 Yuri Chornoivan      Fix minor typo
21699cd9341e0 2018-08-09 Jasem Mutlaq         Reset RMS value when reacquiring a star
21700d65fa060 2018-08-08 Jasem Mutlaq         Add complex job test
217123ec2283e 2018-08-08 Jasem Mutlaq         Fix message using the wrong variable
2172ac502664b 2018-08-08 Jasem Mutlaq         Add helpful tooltip for guide settle
2173e1a3f1369 2018-08-07 Eric Dejouhanet      Add RA/DEC fields to the list of controls which trigger a save.
2174da7c8a6bc 2018-08-07 Csaba Kertesz        Fix the custom sky object removal
21759c7bebf84 2018-08-07 Jasem Mutlaq         Fix typo
21767f915094e 2018-08-07 Jasem Mutlaq         Check if telescope is connected before accepting sync
21776da8bb68e 2018-08-07 Jasem Mutlaq         Add Copy Coordinates action to the popup menu
21781d45a9c07 2018-08-07 Eric Dejouhanet      Edit scheduler jobs with double-click and update icon to match Capture module.
2179610a79ed9 2018-08-06 Jasem Mutlaq         Fix typo
2180068ef057a 2018-08-05 Csaba Kertesz        Fix for touch support to avoid closing popups in the skymap
2181a5e515663 2018-08-05 Jasem Mutlaq         IDLE --> ABORTED so that scheduler acknowleged that. Disabling GuideStep --> Guiding transition since we have a case now where the transition is inc..
2182617703f09 2018-08-05 Jasem Mutlaq         Update INSTALL file to reflect current state of affairs
218307a0d3eb3 2018-08-05 Jasem Mutlaq         Looksl like we will release 2.9.8 hotfix first before moving to 3.0.0
21845b7990ead 2018-08-05 Csaba Kertesz        Increase the font size in KStars Lite
21851fa13a932 2018-08-05 Jasem Mutlaq         Using Delta Max RMS as the threshold value to abort instead of just pulse length since it is a more reliable measure of guiding performance and also..
2186bb27336ca 2018-08-05 Jasem Mutlaq         Always process images in Guide, Focus, and Align as Mono images
218745777dfd4 2018-08-04 Andy Galasso         The PHD2 external guider was not honoring the Lost Star timeout setting, it was using a hard-coded value of 5 seconds which is much too aggressive.
2188a6b9780d2 2018-08-04 Yuri Chornoivan      Fix some EBN issues
21890abaa846a 2018-08-04 Wolfgang Reissenberger Summary: Logging output in Capture corrected, considering only the counts of a single sequence job
219046523bed3 2018-08-04 Eric Dejouhanet      Rework scheduler startup to merge execution paths.
21913e5f9f055 2018-08-04 Eric Dejouhanet      Update frame map unconditionally when starting scheduler.
2192c774401a8 2018-08-04 Eric Dejouhanet      Mark scheduler job dirty when succesfully changing its target.
2193bf4ac1e6a 2018-07-21 Csaba Kertesz        Use localization for KStars Lite
21945cec05783 2018-07-17 Csaba Kertesz        Further fixes for the Android build
2195f83aed485 2018-08-03 Eric Dejouhanet      Adjust job editing algorithm
2196723c1bcf9 2018-08-03 Jasem Mutlaq         Fix focus timer in capture module. Add more comments to explain some of the complex counting
21973bfa544de 2018-08-02 Jasem Mutlaq         After meridian flip, clear calibration is required and then guide
2198c4dd86424 2018-08-02 Aleix Pol            Add the file to integrate with phabricator
21993ba2c1a27 2018-08-01 Jasem Mutlaq         Add GUIDE_IDLE to accepted previous state before restarting capture
2200f3982dbf5 2018-08-01 Jasem Mutlaq         When PHD2 reports idle after calibration error, keep the error so that it is picked up by other processes until DBus signals are implemented
2201424f4b03d 2018-08-01 Jasem Mutlaq         Fix slots connections. Remove prior hack used to identify aborted guide state
2202499669f86 2018-08-01 Jasem Mutlaq         Limit reading for drivers XML files to those starting with indi_*
220325630e41c 2018-07-31 Pino Toscano         cmake: fix enabling of exceptions
22047676c91eb 2018-07-31 Jasem Mutlaq         Add warning if the guide camera is the same as the capture capture
22058e1034e54 2018-07-31 Jasem Mutlaq         Adapt INDI control panel to high DPI screens
22060132cd73c 2018-07-31 Jasem Mutlaq         Simplify scheduler calls to Guide module by remote the startAutoCalibrate and calling individual commands to have more control
2207ac36a20c1 2018-07-30 Jasem Mutlaq         Reset align and guide fail counts when finding next job. Add GUIDE_IDLE as a fail condition since PHD2 resets to IDLE after it fails calibration
2208d42df697c 2018-07-30 Jasem Mutlaq         When user edit FOV and reset it to 0x0, remove the effective FOV if one is saved so that the alignment process re-measures it again
2209895cf1480 2018-07-30 Jasem Mutlaq         Remove cross cursor it was added before by mistake somehow
221026cd35278 2018-07-30 Jasem Mutlaq         Add StartupWMClass for better compatibility in other desktop environments
22116654b2fd2 2018-07-29 Jasem Mutlaq         Show tip of the day dialog after applying themes.
22129be2169dc 2018-07-29 Andy Galasso         PHD2: honor the "Receive external guide frames" setting. Also, only log event messages from PHD2 when verbose logging is enabled PHD2: only request ..
22130e259fb08 2018-07-28 Pino Toscano         i18n fixes
2214cde98d293 2018-07-26 Jasem Mutlaq         Fix crash due to NaN asteroid magnitude. Also enforce show limit as per the options.
2215fc5b8e237 2018-07-26 Eric Dejouhanet      Fix FINISH_AT management in Scheduler.
221640578b139 2018-07-25 Jasem Mutlaq         FIx another center issue with older Qt
2217e5656839e 2018-07-25 Jasem Mutlaq         QPointF.center requires Qt 5.8 so we are going for the simpler version to make this compile on 16.04
2218fadd47d9b 2018-07-25 Wolfgang Reissenberger Handling multiple occurrence of the same sequence job corrected
22194f100e322 2018-07-25 Robert Lancaster     Improving the Astrometry Index File configuration tab to include a button to open files and a link to the Readme
22200176721b0 2018-07-25 Jasem Mutlaq         Add green cloud to indicate EkosLive is online
2221
22222.9.7 (Luna):
2223=================================================================================================
2224fadd47d 2018-07-25 Wolfgang Reissenberger Handling multiple occurrence of the same sequence job corrected
22254f100e3 2018-07-25 Robert Lancaster     Improving the Astrometry Index File configuration tab to include a button to open files and a link to the Readme
22260176721 2018-07-25 Jasem Mutlaq         Add green cloud to indicate EkosLive is online
2227c3c9543 2018-07-24 Jasem Mutlaq         Improve tracking box pixmap by giving it a margin. Guiding profile needs to be grapped fully as is
22288d746c6 2018-07-24 Robert Lancaster     I finally got around to looking at these two issues.  First, the Astrometry Startup wizard has been rather redundant since I integrated all the astr..
2229c3156de 2018-07-24 Jasem Mutlaq         Update OpenNGC to latest snapshot
223072a13e3 2018-07-24 Jasem Mutlaq         Support for remote drivers, both locally and using INDI Web Manager are complete. These changes require INDI Web Manager v0.1.5
223146cb903 2018-07-24 Jasem Mutlaq         Add control to change video stream exposure duration from the video widget
22322e33c32 2018-07-24 Jasem Mutlaq         Remote drivers are now supported locally and also remote via INDI Web Manager in addition to custom driver support
22330bf5c25 2018-07-24 Jasem Mutlaq         Add support for remote drivers
2234619f446 2018-07-24 Jasem Mutlaq         Use new versioning system that is more reliable than relying on KStars version solely. Remove very old database upgrade paths.
2235c67f9e8 2018-07-23 Jasem Mutlaq         Accomodate new web manager API
22364e13404 2018-07-23 Jasem Mutlaq         Syncing remote drivers in current profile with remote INDI web manager
223725f4a55 2018-07-23 Jasem Mutlaq         Custom drivers now work locally with Ekos
2238d6ef5b1 2018-07-23 Jasem Mutlaq         Bump GUI version to 7
223923e6454 2018-07-22 Jasem Mutlaq         A bit of refactor and GUI rework plus database functionality for Custom Drivers instead of just aliases
22407ba647c 2018-07-22 Jasem Mutlaq         Use more common-sense variable names
22412b2e3a8 2018-07-22 Jasem Mutlaq         Update XML from upstream 3rd party
2242e3d2c1f 2018-07-22 Jasem Mutlaq         Add detector to aux list as well
22430ce2169 2018-07-22 Jasem Mutlaq         Add spectrograph family type
22447804e61 2018-07-22 Jasem Mutlaq         calculating cumulative frequency corrected
224534ff784 2018-07-21 Jasem Mutlaq         Add support to manual dither either by magnitude or X,Y coordinates. Please note that if the target X,Y coordinates are far away from current reticl..
224617ec2a5 2018-07-21 Jasem Mutlaq         Use settings universally
2247a781a00 2018-07-21 Jasem Mutlaq         Do not assume Filter_# convention
2248f17be1d 2018-07-20 Jasem Mutlaq         Initial work for driver aliases
2249e31207e 2018-07-20 Jasem Mutlaq         Add auto park feature with a timer
22504ba60e3 2018-07-20 Jasem Mutlaq         Do not delete temporary file even with autoremove set to true if we are loading the same filename
2251bc6a45c 2018-07-20 Jasem Mutlaq         Use correct header
2252c5ef911 2018-07-20 Jasem Mutlaq         Add option to restart alignment process in scheduler in case of guiding calibration failure since the target might have moved off center during the ..
22536d2257b 2018-07-20 Jasem Mutlaq         Add more check when saving PHD2 FITS image
2254cc3a339 2018-07-19 Jasem Mutlaq         Add warning if reset guide calibration is enabled while using PHD2
22550e5361a 2018-07-19 Jasem Mutlaq         Limit minimum box radius to 100 pixels
225641104d9 2018-07-17 Aleix Pol            Android: Fix small build issues
225765735ca 2018-07-18 Jasem Mutlaq         Only queue focus-related tasks when the focuser is online
2258ec7fd81 2018-07-17 Jasem Mutlaq         Send PAH message as plain text
22595db8b39 2018-07-17 Jasem Mutlaq         Return calculated values as required from astrometry option even if the effective FOV has not been measured yet. Make binning by default to be the m..
226028c4b13 2018-07-16 Jasem Mutlaq         Implement smart auto zoom for PAH when using EkosLive
2261a89e11d 2018-07-16 Jasem Mutlaq         Add guiding settle time to capture module
226221bbdc0 2018-07-16 Jasem Mutlaq         Send center coords to EkosLive
2263ed93aa1 2018-07-14 Jasem Mutlaq         Use dedicated timer instead of single shot so that we can stop the timer when captureAndSolve is invoked again. Added more helpful PAH info
2264fd2c5ee 2018-07-14 Jasem Mutlaq         Send polar error along with correction vector to EkosLive
2265b620243 2018-07-14 Jasem Mutlaq         Temporarily disable tracking box in focus view to prevent it from searching stars within the tracking box when no user star selection has been made
2266bd59f16 2018-07-14 Jasem Mutlaq         Disable check for internet due to QTBUG-68613
226792f4f0e 2018-07-13 Csaba Kertesz        Add About dialog to KStars Lite
2268a15b374 2018-07-13 Csaba Kertesz        Fix the Android build
226982605a3 2018-07-12 Csaba Kertesz        Bug fix: Mark the session list items on the skymap
22701e25ee5 2018-07-12 Jasem Mutlaq         Reduce PAH frame quality to increase speed during refresh. Only send magnitude and position angle of vector
2271ce24278 2018-07-11 Jasem Mutlaq         Set state to abort or idle depending on the call. Resume capture if it was aborted before due to guide getting aborted.
22729b46a9d 2018-07-11 Jasem Mutlaq         Do not set slew rate if it the rate is the same
22738bf9a1c 2018-07-09 Jasem Mutlaq         Send correction vector to EKos like separately
2274df18faa 2018-07-09 Jasem Mutlaq         Fix reading of RA (in degrees)
2275c92979a 2018-07-07 Jasem Mutlaq         Consolidate setting and getting Ekos Live settings
2276a852d0c 2018-07-06 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
227777d3c0c 2018-07-06 Jasem Mutlaq         Sync capture settings back to EkosLive
22781d204a5 2018-07-06 Jasem Mutlaq         Add more debug for PAA and calculate Position Angle
2279aee228f 2018-07-05 Csaba Kertesz        Add touch support to KStars (pinch, tap-and-hold)
2280967c3d5 2018-07-03 Csaba Kertesz        Optimize Android package size
22815c7c268 2018-07-01 Jasem Mutlaq         Drop the experimental bit for HiPS, it is stable
22829ad3650 2018-07-01 Jasem Mutlaq         Fix header info
2283be64083 2018-07-01 Jasem Mutlaq         Use QVariant for FITS header values since they carry different types. Still needs more work
22841180b2d 2018-07-01 Jasem Mutlaq         Add more informative log for PAH process
2285a9835eb 2018-06-27 Csaba Kertesz        Remove custom sky objects via context menu
22861dbcb0c 2018-06-30 Jasem Mutlaq         Disable telescope wizard since it can be confusing to new users and is now redundant with Ekos
228777cd6a0 2018-06-28 Jasem Mutlaq         Display compressed file in FITSVIewer
22888ed1026 2018-06-27 Jasem Mutlaq         Add content-disposition to header to that the correct file name is downloaded when the URL is requested
22891075348 2018-06-27 Jasem Mutlaq         Include another missing header..
22907daa3cc 2018-06-26 Jasem Mutlaq         Be consistent in naming KStars startup wizard.
2291702e068 2018-06-26 Jasem Mutlaq         Include required header
2292dae9014 2018-06-23 Csaba Kertesz        Update the Android build to the latest NDK version and official tools, remove hacks
22936e4d0c9 2018-06-25 Jasem Mutlaq         Fix random dithering not being not so random, plus limit it to 25 pixels box
22948aa7ca2 2018-06-25 Jasem Mutlaq         No need to prefix the x-amz since we'll just save the metadata to DB and not cloud
22952646052 2018-06-25 Jasem Mutlaq         Fix gain issue not showing up
2296337670b 2018-06-24 Jasem Mutlaq         Include fpack and punpack directly since we need to specify the output filename as well calling a binary cross-platform can be problematic. Each upl..
2297d5befeb 2018-06-22 Jasem Mutlaq         Fix broken simbad link to simbad.cfa.harvard.edu
2298d6e9cb4 2018-06-22 Jasem Mutlaq         Only stop sending pulses in case we are guiding (not dithering) and we already sent one high pulse beforehand. This is to allow for dithering large ..
229947291ec 2018-06-21 Jasem Mutlaq         Cloud storage is now operational
23009da31f3 2018-06-21 Eric Dejouhanet      Keeping time since previous periodic refocus
230192b9c3c 2018-06-21 Jasem Mutlaq         Add cloud part and consolidate options
230292d91f3 2018-06-19 Csaba Kertesz        Separate build targets for KStars and KStars Lite
2303ec145c7 2018-06-21 Jasem Mutlaq         Refactoring Ekos Live into its own namespace
23042661f5f 2018-06-21 Jasem Mutlaq         Add isTempFIle()
2305a242977 2018-06-20 Jasem Mutlaq         Add const qualifier
23065da27f4 2018-06-20 Jasem Mutlaq         Enable cloud storage
23075de94b9 2018-06-20 Jasem Mutlaq         Set it to use Live
2308a2682ee 2018-06-19 Jasem Mutlaq         Fix set blobs and send query params on media connection
230930a1546 2018-06-19 Jasem Mutlaq         Implement set blobs
231009023b2 2018-06-18 Jasem Mutlaq         Merge branch 'ekoslive'
2311ce614aa 2018-06-18 Jasem Mutlaq         Merge branch 'ekoslive'
231254d4830 2018-06-18 Jasem Mutlaq         Use Qt5 Keychain instead of KWallet since it works cross-platform better
2313d108408 2018-06-17 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
2314ed37a2f 2018-06-17 Jasem Mutlaq         Set rotation regardless of job status
231509a60a5 2018-06-17 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
231688e11b5 2018-06-17 Jasem Mutlaq         Set temperature regardless of status
231770fc5c2 2018-06-17 Jasem Mutlaq         Sync with master
231800cb600 2018-06-17 Jasem Mutlaq         Job should be BUSY even in the preperation phase before capture where it is setting filter or rotation or temperature..etc. This should enable the u..
2319a9448ae 2018-06-16 Jasem Mutlaq         Fix copy-paste error
2320eae818d 2018-06-16 Jasem Mutlaq         Send additional metadata and implement focus reset
2321a4e4b0a 2018-06-16 Jasem Mutlaq         Send inital status on set
2322c394475 2018-06-15 Jasem Mutlaq         Delay frame capture until pulse duration is almost over
2323e05f896 2018-06-14 Jasem Mutlaq         Increase high pulse margin to .95 and add debug in case of lost star
2324c71b674 2018-06-14 Jasem Mutlaq         Add support to notification option
2325f27b79e 2018-06-14 Jasem Mutlaq         Fix typo
2326296bd3e 2018-06-14 Jasem Mutlaq         Need to move them to slots
232759d493c 2018-06-14 Jasem Mutlaq         Support auto reconnect on server termination
2328a18d673 2018-06-14 Jasem Mutlaq         Merge branch 'ekoslive' of git://anongit.kde.org/kstars into ekoslive
23296b22b11 2018-06-14 Jasem Mutlaq         Syncing with master
233084bb988 2018-06-12 Csaba Kertesz        Fix cppcheck findings
2331a6be7db 2018-06-13 Jasem Mutlaq         If star is lost during dithering, resume dither after reaquiring the star
2332384ce52 2018-06-12 Csaba Kertesz        Compilation fixes
2333d058ae1 2018-06-08 Csaba Kertesz        Krazy fixes
2334c018f4d 2018-06-11 Jasem Mutlaq         Testing dev site
2335ba9217e 2018-06-11 Jasem Mutlaq         Support bandwidth and transfer settings
23362dd77ab 2018-06-11 Eric Dejouhanet      Keep job removal icon disabled when Scheduler stops
2337418478a 2018-06-10 Jasem Mutlaq         Sequences working now with Ekos Live
2338dfceb97 2018-06-10 Jasem Mutlaq         Add missing satellite icons
2339a3ad2a2 2018-06-09 Jasem Mutlaq         isoIndex --> iso
234023beeeb 2018-06-07 Jasem Mutlaq         Use the same setCapture settings structure
234114e2d09 2018-06-07 Jasem Mutlaq         Emit state also when idle. Send mounts and scopes on detecting TELESCOPE_PARK as well
2342e578061 2018-06-07 Eric Dejouhanet      Preparing for homogeneity with capture tab.
23438b0db9f 2018-06-07 Eric Dejouhanet      Fix scheduling issue picking unexpected job as first
23444e6a0d4 2018-06-07 Jasem Mutlaq         Merge branch 'ekoslive' of git://anongit.kde.org/kstars into ekoslive
2345336b886 2018-06-07 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
2346b3c1b0d 2018-06-06 Jasem Mutlaq         The workflow is now more event driven
2347f9202a9 2018-06-06 Jasem Mutlaq         More progress for connection and profile work
2348beb522e 2018-06-06 Jasem Mutlaq         Enable high dpi scaling for Qt > 5.6
2349e41e1fc 2018-06-06 Jasem Mutlaq         Merge branch 'ekoslive' of git://anongit.kde.org/kstars into ekoslive
235059d5a8f 2018-06-06 Jasem Mutlaq         Master merge
2351dbb9419 2018-06-06 Jasem Mutlaq         Initial support for profile control
235285560b1 2018-06-05 Csaba Kertesz        Fix Coverity findings
2353aa8b38b 2018-06-05 Jasem Mutlaq         Merge branch 'ekoslive' of git://anongit.kde.org/kstars into ekoslive
235440fb703 2018-06-05 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
2355c2c83d6 2018-06-04 Jasem Mutlaq         Removing some HTML tags. PAH now ready to be used with Ekos Live
23565421483 2018-06-04 Jasem Mutlaq         Save pixmap and image in QBuffer instead of saving to disk. Pixmap contains all overlay elements. This should be used for other cases where we save ..
2357d893c34 2018-06-04 Csaba Kertesz        Clazy fixes
2358069331c 2018-06-04 Jasem Mutlaq         Merge branch 'ekoslive' of git://anongit.kde.org/kstars into ekoslive
2359429e91e 2018-06-04 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
23606569077 2018-06-03 Csaba Kertesz        Modernize for cycles
23613e77d59 2018-06-03 Jasem Mutlaq         Ensure ekos is connected first
23628900e81 2018-06-03 Jasem Mutlaq         Support PAH changes in Ekos Live
2363d4ecff1 2018-06-03 Jasem Mutlaq         Simplify PAH tool
236448e8cc7 2018-05-31 Csaba Kertesz        Remove redundant returns
23650c757d3 2018-06-02 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
2366ebf5020 2018-06-02 Csaba Kertesz        Fix the Windows build
23671904421 2018-06-02 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
2368f689ccb 2018-06-02 Jasem Mutlaq         Use UUID to create the filename for FITS WCS
2369e12d536 2018-06-02 Jasem Mutlaq         Some initial work for PAH support in Ekos Live
23709096a0a 2018-06-01 Jasem Mutlaq         Code refactoring. Support load n slew from Ekos Live
2371f5ba3be 2018-06-01 Jasem Mutlaq         Do not send token with EACH request since we have a stateful connection. Just send token on the initial connection.
237290103ba 2018-05-31 Eric Dejouhanet      Reduced the amount of logs in the Scheduler.
237382b5710 2018-05-31 Jasem Mutlaq         Support a dedicated channel for media
23743915c2d 2018-05-31 Jasem Mutlaq         Return solutoin results and set capture settings in align module
2375e7ecc3f 2018-05-31 Jasem Mutlaq         Merge branch 'ekoslive' of git://anongit.kde.org/kstars into ekoslive
23769892df2 2018-05-30 Jasem Mutlaq         Progress on alignment
23773c1236e 2018-05-30 Jasem Mutlaq         Merge branch 'ekoslive' of git://anongit.kde.org/kstars into ekoslive
237860a0423 2018-05-30 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars into ekoslive
2379616a6bf 2018-05-29 Jasem Mutlaq         Add minimum 5 points to help text to avoid confusion
2380f36eae1 2018-05-26 Csaba Kertesz        Change the num singleton name in KStars Lite to uppercase otherwise new Qt versions crash
2381f58b2e6 2018-05-29 Jasem Mutlaq         Add metadata to regular captures
2382bd3800e 2018-05-29 Jasem Mutlaq         size --> samplesPerChannel refactor
2383789d590 2018-05-29 Jasem Mutlaq         size --> samplesPerChannel refactor
2384c8916d3 2018-05-29 Jasem Mutlaq         Use const where appropiate. Parse FITS header and provide methods to retrive and search it
23857624bf3 2018-05-28 Jasem Mutlaq         Implement guiding and send video frames separately
23869320faf 2018-05-28 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
23875a4a5ea 2018-05-28 Robert Lancaster     This patch fixes a couple of icons issues that popped up after we did the themes work.  These were not correct and it could not find the icons prope..
2388b4916eb 2018-05-28 Jasem Mutlaq         Add supprt for focus actions
23897f07def 2018-05-28 Jasem Mutlaq         Ekos live mount control are almost complete now.
23906c02df0 2018-05-28 Eric Dejouhanet      Fix execution of repeating scheduler jobs.
2391ebd508e 2018-05-28 Jasem Mutlaq         Support tracking control and slew rate
23922456da5 2018-05-27 Jasem Mutlaq         Merge with master changes
23934563499 2018-05-26 Jasem Mutlaq         Support for abort and slew rates
23946661957 2018-05-26 Csaba Kertesz        Compilation fixes
23955ac761a 2018-05-25 Csaba Kertesz        Use default keyword for ctors/dtors and other fixes
2396368a0d9 2018-05-25 Yuri Chornoivan      Add missing words
23977d4975c 2018-05-25 Yuri Chornoivan      Make compile + some updates
239842afb30 2018-05-25 Yuri Chornoivan      Fix minor typos
239904b980e 2018-05-25 Yuri Chornoivan      Fix minor typos
2400c7ae428 2018-05-25 Jasem Mutlaq         Include the hips entity in commands
2401
24022.9.6 (Lalande):
2403=================================================================================================
24043434dd0 2018-05-24 Jasem Mutlaq         Add HiPS documentation
240593e9dba 2018-05-24 Jasem Mutlaq         Bump to 2.9.6
240602e9508 2018-05-24 Robert Lancaster     Fix OSX Build
24074e4ea8a 2018-05-23 Robert Lancaster     Fix option dialog on MacoS. BUGS:394138
24088c880dc 2018-05-22 Pino Toscano         Make Xplanet an optional runtime-only dependency
240912f8e20 2018-05-21 Jasem Mutlaq         Sync driver list with INDI. BUGS:394522 FIXED-IN:2.9.6
2410d9a526f 2018-05-21 Csaba Kertesz        Use modern headers
2411e63bed3 2018-05-17 Csaba Kertesz        Update Clang Tidy script to Clang 6.0 and fix some findings
2412503b140 2018-05-16 Csaba Kertesz        Fix the Clang Static Analyzer findings
24139c9c1fb 2018-05-14 Csaba Kertesz        Compilation fixes
2414f8df59f 2018-05-14 Csaba Kertesz        Update the Clang Static Analyser script to Clang 6.0
2415419bef1 2018-05-18 Eric Dejouhanet      Fix side-effect causing distant jobs to abort.
241669f2f99 2018-05-16 Eric Dejouhanet      Fix regression with completed jobs being rescheduled erroneously.
2417ac40791 2018-05-14 Jasem Mutlaq         Use a more common-sense GUI for telescopes
241865afc9d 2018-05-14 Jasem Mutlaq         Abort guiding if mount is slewing or parking
2419bb97b1d 2018-05-14 Jasem Mutlaq         No need to forward declare KStarsDateTime here
24200ecc72c 2018-05-09 Eric Dejouhanet      Summary of development branch 'schedule of asap jobs'
2421d1e97c3 2018-05-08 Jasem Mutlaq         Block signals instead of disconnect for CCD transfer format
24225d4a4f9 2018-05-07 Jasem Mutlaq         When establishing a profile on the remote INDI web manager while we have both CCD and Guider of type multiple-device-per-driver, then we only start ..
2423aa0bba3 2018-05-07 Jasem Mutlaq         Remember CCD capture format and FITS directory
24246e84f80 2018-05-06 Jasem Mutlaq         Fix centering and tracking of empty sky
2425f708322 2018-05-06 Jasem Mutlaq         Add method to clear all DSLR info
24268771ace 2018-05-05 Jasem Mutlaq         Make the Ekos modules fully expand except for regular GUI controls as suggested by Jim on INDI forums
24276b0267e 2018-05-05 Jasem Mutlaq         Fix issue with deleting record from database since ID was missing in the map. On invalid FOV, color the background RED
242890dda3e 2018-05-04 Jasem Mutlaq         Add J2000 support to mount control panel
2429629639b 2018-05-03 Jasem Mutlaq         Hemispheres should not affect rotation direction in RA
24301951ad5 2018-05-01 Jasem Mutlaq         Start timer for remote solver as well
24318f4ef60 2018-05-01 Jasem Mutlaq         Fix filter manager database issues since it was broken and worked on first update only. Now we clone database instead of using existing connection n..
2432d72f271 2018-04-29 Pino Toscano         tests: do not add KStarsUiTests as autotest
24337a8c670 2018-04-28 Pino Toscano         cmake: demote AstrometryNet as runtime dependency
2434870147b 2018-04-27 Robert Lancaster     This batch should fix a possible bug if DBus looks like it has started on Mac but hasn’t actually started.  It also provides more feedback in the ca..
2435ea68c70 2018-04-26 Eric Dejouhanet      Scheduler adjustments and fixes
2436093e671 2018-04-25 Andreas Sturmlechner Fix build with Qt 5.11 (missing QDoubleValidator)
24370111020 2018-04-23 Jasem Mutlaq         Fix TZ ambiguity. SetTZ was renamed to SetTZ0 since it sets the TimeZone WITHOUT DST correction. INDI Mount and GPS updates now account for that. Im..
24388d80f28 2018-04-22 Jasem Mutlaq         Add Eric as one of the active developers
2439444843f 2018-04-22 Jasem Mutlaq         Logs, and reworking job count update and repeated jobs estimation
244058503e5 2018-04-21 Jasem Mutlaq         Minor cleanup
24419b91280 2018-04-21 Jasem Mutlaq         Sync GUI if widget is visible already
2442
24432.9.5 (Cygni):
2444=================================================================================================
24451b0216a 2018-04-20 Jasem Mutlaq         Format and sync INDI drivers XML to INDI 1.7.1 release
24460ac707a 2018-04-20 Jasem Mutlaq         Use a less confusing question regarding shutters
2447e754937 2018-04-20 Jasem Mutlaq         Add calculated FOV as a hint to users
2448c9ccf73 2018-04-20 Jasem Mutlaq         Sync KStars time after initial splash loading phase since time already elapsed from initial startup time
24493af4419 2018-04-20 Jasem Mutlaq         Sync last indidrivers.xml
2450ae3b768 2018-04-20 Jasem Mutlaq         Align module FOV shall default to zero on initial startup. Only after first solve is complete it gets filled from the actual plate solution that mig..
2451d0a380b 2018-04-20 Jasem Mutlaq         Handle processing reponse from online solver. Follow the timeout set in options to determine when to call it quit
24520daadb4 2018-04-20 Jasem Mutlaq         Do not draw invisible FOVs
245337c3752 2018-04-20 Jasem Mutlaq         If solver was set to remote and current profile does not contain remote astrometry then reset option to online. This was for Windows only before but..
2454290c02b 2018-04-19 Jasem Mutlaq         Use different icon when KStars is paused so it is visually clear to the user. The selected icon is red so it stands out among the rest
2455f63ef75 2018-04-19 Jasem Mutlaq         OSX build fails without include of QApplication
245606f5b9d 2018-04-19 Jasem Mutlaq         firstAutoFocus is no longer required
2457ea16be5 2018-04-19 Jasem Mutlaq         Only enable gain setting if it is writable
2458788bc8a 2018-04-19 Jasem Mutlaq         Add missing #include <QAction> to compile on Qt 5.5
2459ab2049c 2018-04-19 Eric Dejouhanet      + Added sequence completion column Added a column to the Scheduler list, with light frame currently captured, and required. These are connected to S..
2460167b977 2018-04-19 Jasem Mutlaq         Fix complilation on Qt 5.5
2461256c02c 2018-04-19 Jasem Mutlaq         Add one more connect statement when setting the remote parser to avoid race condition
2462ea93804 2018-04-18 Jasem Mutlaq         Fix namespace conflict with QDataVisualization
24638d7db38 2018-04-18 Jasem Mutlaq         Clean up class includes
2464833f41e 2018-04-18 Jasem Mutlaq         isFocused should not be in SkyObject
2465441c12e 2018-04-18 Eric Dejouhanet      This change moves the score/altitude/priority comparisons to SchedulerJob, keeping the lessThan QT-style sort predicate implementation, but clarifyi..
24661dbf75d 2018-04-18 Jasem Mutlaq         Bump to 2.9.5
24670ab9b26 2018-04-17 Jasem Mutlaq         No need to use lock filter explicitly, use it to whatever currently selected filter
246892e631b 2018-04-17 Jasem Mutlaq         Initial work for in-sequence median per-filter HFR thresholding
24695b40f1f 2018-04-16 Jasem Mutlaq         Separate device source into Mount and GPS sources to enable users to select which source they prefer most
2470151f111 2018-04-16 Jasem Mutlaq         Do not set filter absolute focus position if there is no currently selected filter
24715440bfe 2018-04-15 Robert Lancaster     I realized one thing that will help the issue we were discussing yesterday about files being copied into Application Support.  So my current solutio..
24723d21a9f 2018-04-14 Jasem Mutlaq         Embed indidrivers.xml and QML files and their resources in the application qrc to avoid cross-platform search
2473a4189c3 2018-04-14 Pino Toscano         tests: fix KStarsUiTests
247405e0dfc 2018-04-14 Eric Dejouhanet      Fix scheduler memory leak D12182
2475f9cbc8d 2018-04-14 Eric Dejouhanet      Limit length of Scheduler log D12183
2476bbda2f9 2018-04-13 Jasem Mutlaq         Use better display for longitude and latitude
24778dc8c58 2018-04-13 Jasem Mutlaq         Check explicitly for cooler switch name
247895314df 2018-04-12 Jasem Mutlaq         Bump to 1.7.1 since it contains the indiapi hotfix
24792be506a 2018-04-12 Jasem Mutlaq         Bump minimum requirement to INDI v1.7.0
2480ef721ed 2018-04-12 Yuri Chornoivan      Fix minor typo
2481431cc42 2018-04-11 Jasem Mutlaq         Make sure async future is finished before closing FITS Tab
2482766e08d 2018-04-11 Jasem Mutlaq         Add option to reset guiding calibration which is true by default for the scheduler
248302183d4 2018-04-11 Pino Toscano         use KFormat::formatByteSize()
2484d941819 2018-04-09 Jasem Mutlaq         Add Ekos logging support for more device classes
2485
24862.9.4 (Emad):
2487=================================================================================================
2488d902275 2018-04-08 Jasem Mutlaq         Updated set as parking position message. Fixes D12033
24894801574 2018-04-05 Jasem Mutlaq         FITS improvements are complete and ready for testing.
2490d77bff3 2018-04-05 Jasem Mutlaq         Initial work for parallelization in FITS classes
249189ea1e1 2018-04-04 Robert Lancaster     Few changes to make KStars compile on MacOS in addition to changes in INDI directory handling
24920b936a7 2018-04-03 David Faure          Fix compilation with Qt 5.11 - just a missing fwd decl
24934621ada 2018-03-31 Csaba Kertesz        Get some source files out of sanitizer support
2494b97bf5b 2018-03-31 Csaba Kertesz        Optimize the FITS statistics and histogram calculations
2495fb134e9 2018-03-30 Jasem Mutlaq         Set to first tab
2496c033e62 2018-03-29 Robert Lancaster     Use RCC file to load icons on MacOS
249799d6100 2018-03-29 Jasem Mutlaq         Forgot to add resource header
2498d7bc193 2018-03-29 Jasem Mutlaq         Load RCC resource on Windows
2499a4dca10 2018-03-28 Jasem Mutlaq         Ignore capture if capture in progress flag is set but display a warning to the log nonetheless
250012b2fe2 2018-03-28 Jasem Mutlaq         Flat sync focus functionality now works but requires testing
2501350f173 2018-03-27 Jasem Mutlaq         Bump to 2.9.4 and initial work for flat field frame synchronization with absolute focus position of corresponding light frames using the same filter
250236b4c30 2018-03-27 Jasem Mutlaq         Implement double spin box for PAH exposure and improve PAH refresh performance
250351bfe44 2018-03-26 Jasem Mutlaq         Add button to clear all logs including autofocus files. Add size format function to KSUtils
25042a58471 2018-03-26 Jasem Mutlaq         Improve debug statement when starting calibration
25058d6b80f 2018-03-26 Jasem Mutlaq         Save target CCD in case astrometry driver is not initiliazed yet. Save solver type immediately after changing selection
25065b4c22e 2018-03-25 Jasem Mutlaq         Use HA of actual object, not mount. More more messages to logging to simplify the default Ekos on-screen log. Restore the scoreHigh sorting if enabled
25074fefd47 2018-03-25 Jasem Mutlaq         Set time spec again after adding seconds since that resets timespecs to UTC by default
2508dc8f560 2018-03-25 Jasem Mutlaq         Fix compile error
25092051486 2018-03-25 Jasem Mutlaq         More fixes to scheduler logic
25105e66547 2018-03-25 Jasem Mutlaq         Always re-check job estimated time. Select active job in the list to improve scheduler usability
2511dab016e 2018-03-25 Jasem Mutlaq         Various scheduler fixes
25122077c8d 2018-03-24 Jasem Mutlaq         BUGS:392284
25131e7a4fa 2018-03-24 Jasem Mutlaq         Always restart evalutaion of all pending jobs. Do not set best candidate if it was an invalid job
2514ab02aaf 2018-03-24 Jasem Mutlaq         Set state to progress on changing filter position
25154632d93 2018-03-24 Jasem Mutlaq         newStarPosition is already connected
2516d342ab1 2018-03-23 Jasem Mutlaq         Minor reorganization and GUI improvements
25174f7b6d7 2018-03-23 Jasem Mutlaq         Integrate SEP with internal guider. Add support for reacquiring lost star automatically without aborting immediately
25184d8f8e7 2018-03-23 Jasem Mutlaq         Add functionality to clear expired dark frames. Small GUI improvements as well
2519207fbc1 2018-03-23 Jasem Mutlaq         0.99 good enough and will reject out of band widths
2520dd79e3c 2018-03-23 Jasem Mutlaq         Disable unnecessary debug
25215c52463 2018-03-22 Jasem Mutlaq         Only reset guiding calibration when there is error.
2522cdfc4ac 2018-03-22 Jasem Mutlaq         Use Qt_5_5 as base for binary version
252324672b4 2018-03-22 Valentin Boettcher   + Implementing binary reader for asteroid data to make it loading of larger data sets faster and more efficient. + Using qHash for all components. T..
25241da9353 2018-03-17 Jasem Mutlaq         Sync INDI drivers list
2525636634f 2018-03-17 Jasem Mutlaq         autoWCS should be enabled by default
2526eda1639 2018-03-15 Jasem Mutlaq         Improve logging for alignment and WCS
2527d0a3ad3 2018-03-15 Jasem Mutlaq         Return false and not status on error
25281be092d 2018-03-14 Csaba Kertesz        Make sure there is no out of bound access on moon calculations
2529a1fc053 2018-03-14 Csaba Kertesz        Move 3rdparty photometry sources out of Unity Build and apply warning surpression on those files
253063b7317 2018-03-13 Jasem Mutlaq         Sync INDI drivers with upstream
25318a4f8f3 2018-03-12 Jasem Mutlaq         Opps first tab should be the active one
2532d340153 2018-03-12 Jasem Mutlaq         Add option to reset mount model before each job
2533e892b95 2018-03-11 Jasem Mutlaq         Enable BLOB when starting video stream in case it was disabled due to external guider usage
2534dd72a7d 2018-03-08 Jasem Mutlaq         Add exception to networkAccessible() call in online astrometry parser
253587eb1fb 2018-03-06 Jasem Mutlaq         Get all objects as proposed by INDI forum user fehlfarbe
25364bc165b 2018-03-06 Jasem Mutlaq         Fix crash condition
2537410fd45 2018-03-05 Jasem Mutlaq         Remove extra options not needed anymore
2538df8432f 2018-03-02 Jasem Mutlaq         Do not display error of internet connection if astrometry URL is local
253979001ff 2018-02-27 Jasem Mutlaq         Improve handling of DSLR info dialog and only show when necessary
2540cc9f2a6 2018-02-26 Jasem Mutlaq         BUGS:391114 FIXED-IN:2.9.4
254192f6cef 2018-02-26 Jasem Mutlaq         Calculate mean and stddev for multi-channel FITS
2542a940457 2018-02-26 Jasem Mutlaq         Force use of FITS Viewer when we are doing ADU calculations
2543
25442.9.3 (Trappist):
2545=================================================================================================
2546c3dbe12 2018-02-26 Jasem Mutlaq         BUGS:390124 FIXED-IN:2.9.3
2547fad13cc 2018-02-26 Jasem Mutlaq         BUGS:391085 FIXED-IN:2.9.3
2548e4e132a 2018-02-26 Jasem Mutlaq         Use exposure looping count and do not trigger notifications for fast exposures
2549e020d35 2018-02-25 Jasem Mutlaq         Add INFO debug for setting time and location from device
2550001be87 2018-02-25 Robert Lancaster     Enable some elements when PHD2 is active
25517c0ab12 2018-02-25 Jasem Mutlaq         Update temma binary
2552bbaab15 2018-02-22 Jasem Mutlaq         Add 24 and 12 hour format for polaris angle as suggested by Patrick
25535c02d03 2018-02-22 Pino Toscano         cmake: explicitly require the Auth Framework
255465c7e5d 2018-02-21 Jasem Mutlaq         BUGS:390124
255510437c9 2018-02-21 Jasem Mutlaq         Opps revert last change. Should be centroid by default
2556546dfef 2018-02-21 Jasem Mutlaq         Use solver path in detection.
2557c3bf4c5 2018-02-20 Jasem Mutlaq         Increase minimum area size to 10
2558291c478 2018-02-20 Jasem Mutlaq         Reset order to Gradient -> Centroid -> Threshold -> SEP
255923c0483 2018-02-19 Jasem Mutlaq         Fix compile error
256095f4823 2018-02-19 Jasem Mutlaq         Initial experimental support for rapid looping
2561aaf7823 2018-02-19 Jasem Mutlaq         Increase max count for captured images
256286ad796 2018-02-19 Jasem Mutlaq         Increase maximum lost star retries to 10 in case of passing clouds
2563fe42271 2018-02-18 Jasem Mutlaq         Add SEP handling to focus module. Restructure findStars in FITSData.
25643e1bb98 2018-02-18 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
25657e7636c 2018-02-16 Jasem Mutlaq         Raise maximum value if saved maximum travel is higher than default maximum value of 50,000
256639f8769 2018-02-15 Jasem Mutlaq         Initial work for SEP integration
25674b6cd16 2018-02-14 Jasem Mutlaq         Always set binning before setFrame to ensure proper sequence of events in case subframed image dimensions can only work under binning
2568409cd8a 2018-02-14 Jasem Mutlaq         Add more checks for filter current index
2569926b21d 2018-02-14 Jasem Mutlaq         Remove -m 100 since it is already by default 128
257088537aa 2018-02-11 Jasem Mutlaq         Flush fits file when saving
2571f79a51c 2018-02-09 Jasem Mutlaq         Use fits_open_diskfile to enable reading filename that may contain paranthesis and brackets.
25721f1ded1 2018-02-06 Jasem Mutlaq         Increment finishFramesCount in each job
2573f32fdfb 2018-02-06 Jasem Mutlaq         Include QMap otherwise it fails to compile on some systems
25748cf30f4 2018-02-06 Jasem Mutlaq         Check for nullptr to prevent crash in FITS Viewer.
25756215c60 2018-02-06 Jasem Mutlaq         Update Max Travel to focuser limits.
2576ed81f2a 2018-02-05 Jasem Mutlaq         use rule from last geo location
257742dabde 2018-02-05 Jasem Mutlaq         Fix typo
25786b2fb50 2018-02-04 Jasem Mutlaq         Increase version number due to GUI changes
2579f2a834a 2018-02-04 Jasem Mutlaq         More progress to fix the identical jobs issue in scheduler and capture
25809a5ded0 2018-02-04 Csaba Kertesz        Don't use internal resource for the GUI because it breaks custom shortcut loading/saving
2581f3daa23 2018-02-04 Jasem Mutlaq         More progress toward fixing multiple identical jobs in the scheduler queue
2582b7e382f 2018-02-04 Jasem Mutlaq         Simplify completed jobs count
2583576e77c 2018-02-04 Jasem Mutlaq         More debug statements
25841e7ba9c 2018-02-03 Jasem Mutlaq         Improve QtConcurrent location and remove existing mutexes to enhance performance.
258542c5353 2018-02-03 David Faure          Enable QT_NO_CAST_TO_ASCII and fix compilation
25868dc1817 2018-02-02 Jasem Mutlaq         If not subframed, set frame settings to the maximum image size even if the current frames upon connection are less than a full frame
25876b91b0c 2018-02-01 Jasem Mutlaq         Keep track of identical scheduler jobs with identical sequences to avoid marking all identical jobs as complete. BUGS:389738
258828bf635 2018-01-31 Jasem Mutlaq         Enable limits settings by default. Display warnings if they are selected but if the respective modules are not active yet
258983c8b08 2018-01-30 Jasem Mutlaq         Make another executable for KStars Lite on non-Android systems. Make sure this does not break Android build
2590
25912.9.2 (Titawin):
2592=================================================================================================
2593982e9ce 2018-01-29 Jasem Mutlaq         Fix crashing on older Qt systems when reloading QML sources by deleting context. BUGS:389583
2594090a98d 2018-01-29 Jasem Mutlaq         Use older icon to be compatible with older distros until 18.04 is released at least
2595502bc40 2018-01-29 Laurent Montel       Fix i18n usage
259669446fb 2018-01-29 Jasem Mutlaq         Use icons available in older breeze for backward compatibility in older distros
259711440de 2018-01-28 Jasem Mutlaq         Add windows theme search path
2598263ec0f 2018-01-27 Jasem Mutlaq         Improve FOV text display limits
2599aff1d2f 2018-01-27 Robert Lancaster     These should be the changes to KStars that would be needed to support the path change
2600e7061cf 2018-01-27 Yuri Chornoivan      Fix minor typo
260109cbf6d 2018-01-27 Robert Lancaster     This patch will add the theme changing function to color options.
2602967e453 2018-01-26 Robert Lancaster     This patch will add the found stars to the Zoom Menu.  It also adds the ability to change the spacing between bars.  It adds the ability to put the ..
2603e720694 2018-01-26 Jasem Mutlaq         Add Mount Control Panel access to the telescope tool bar
2604dbea952 2018-01-26 Jasem Mutlaq         Fix default color
26050d2076a 2018-01-26 Jasem Mutlaq         Add support to Sensor FOV that can be triggered from the Ekos tool bar. Color can be set from color scheme
260613c441a 2018-01-25 Wolfgang Bauer       Fix build with gcc 4.8
2607a5fa75e 2018-01-25 Yuri Chornoivan      Fix minor typo
260838fcade 2018-01-25 Robert Lancaster     Human counting
26096764ceb 2018-01-25 Robert Lancaster     This patch will provide nicer icons for the Star Profile Viewer.  It also improves the display of the sliders, adding labels for them as well.  It a..
261086fe609 2018-01-24 Jasem Mutlaq         Only apply PA calculation on square FOVs
261129ac3cf 2018-01-24 Jasem Mutlaq         Adding experimental support for differential slewing in align module
26120b6303d 2018-01-24 Jasem Mutlaq         Fix typo
2613d5b39cc 2018-01-24 Jasem Mutlaq         Sync INDI drivers list
2614f54090f 2018-01-24 Jasem Mutlaq         Remove obsolete parameter
2615201f3bc 2018-01-24 Jasem Mutlaq         Remove completed jobs from sorted jobs
2616a7b71da 2018-01-22 Jasem Mutlaq         Use icon name since breeze was removed
2617cff51e5 2018-01-22 Jasem Mutlaq         Display local meridian even if grids are off or in equatorial mode. BUGS:389289 FIXED-IN:2.9.2
26187c7e1dd 2018-01-22 Jasem Mutlaq         Add option to skip sorting jobs and run them as-is in the order they are added
2619fea7fe2 2018-01-20 Robert Lancaster     When deleting the old night vision style, a remnant was left and is preventing the build on Mac.  This is a simple fix.
26207ce9d5f 2018-01-20 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
2621142c7eb 2018-01-19 Robert Lancaster     Night vision improvements
2622f4a2a4f 2018-01-18 Jasem Mutlaq         Fix proper settings of icon theme with respect to current theme and current default theme in case of a default theme
2623cf01438 2018-01-18 Jasem Mutlaq         More work on color schemes and theme. Now nightvision theme triggers also the nigh color scheme as well. Setting it to default will restore color sc..
2624812e091 2018-01-18 Robert Lancaster     After a bunch of work today and several failed approaches, I finally seem to have fixed the bugs with the changes in theme on Mac.   The issue was t..
262522cbd6b 2018-01-17 Robert Lancaster     Hack for loading theme icons on MacOS
26268bb0833 2018-01-17 Jasem Mutlaq         Fix typo
2627706def5 2018-01-16 Jasem Mutlaq         Reset to correct page in wizard
26280ee4f5c 2018-01-16 Jasem Mutlaq         Remove Breeze icons and relying on install theme. Chaning some icon to look better with the default KStars theme
2629fc7ad71 2018-01-16 Robert Lancaster     More work to set theme search paths for different OSes
26307b3b2b1 2018-01-15 Jasem Mutlaq         Limit Macintosh theme to Apple
2631b8ed17f 2018-01-15 Robert Lancaster     This code will enable the Macintosh style theme.  I also move the setStyle to the theme manager since that seems to work now.
2632665d808 2018-01-15 Robert Lancaster     Set Fusion style for all by default for now
26332a039f4 2018-01-15 Jasem Mutlaq         Do not set theme on populate
26342249102 2018-01-15 Jasem Mutlaq         Set current theme after everything else is init
2635afbde64 2018-01-14 Jasem Mutlaq         More progress on theming
26366375811 2018-01-14 Jasem Mutlaq         Initial work for theming support. Nothing works.
2637e703d30 2018-01-14 Jasem Mutlaq         Add logging when saving FITS to disk
263838b187e 2018-01-13 Jasem Mutlaq         Update appstream screenshots
2639913faca 2018-01-13 Robert Lancaster     band-aid fix for cursor bug in FITS View
26401b8ac9c 2018-01-11 Robert Lancaster     Color scheme patch for guiding
2641
26422.9.0 (Lancaster):
2643=================================================================================================
2644928bb5b 2018-01-08 Robert Lancaster     I was doing more testing, and the range on the sliders needs to be expanded just slightly so that it includes all the data.
2645a55bfd0 2018-01-08 Jasem Mutlaq         Bump INDI dependency to v1.6.1
2646307c222 2018-01-08 Robert Lancaster     In preparation for the OS X release of KStars 2.9.0, I hunted around for any bugs I could find and I made several small changes.
264785d69f5 2018-01-07 Jasem Mutlaq         Bump to 2.9.0
264872e37f4 2018-01-07 Robert Lancaster     Significant improvements to star profile viewer
2649fd4b89f 2018-01-07 Jasem Mutlaq         Update INDI XML drivers file
2650646c06b 2018-01-07 Jasem Mutlaq         Include WCS lib if it was detected
265183498b9 2018-01-04 Robert Lancaster     This patch is for KStars.  It will set the path in the environment variable for the DSI to function on Mac.  Second, I thought the environment varia..
2652ac53973 2018-01-02 Jasem Mutlaq         Make Qt5DataVisualization optional
2653a80201d 2018-01-02 Robert Lancaster     This patch and the accompanying files should create a 3D star profile plot that will be available in the guide and focus modules.  Note that current..
2654bc16599 2018-01-02 Jasem Mutlaq         Try to make it compile for older Qt versions and minor refactor
2655660266c 2017-12-31 Robert Lancaster     Just a few minor changes.
2656b991d24 2017-12-31 Robert Lancaster     As I said, I would try to take care of the Dither issues with PHD2.  This patch should prevent the observed problems.
2657064437e 2017-12-31 Jasem Mutlaq         Add min and max to the list
265843ecd47 2017-12-31 Robert Lancaster     This patch does several things:
26598ba4cd3 2017-12-29 Robert Lancaster     This patch should do the following:
2660ead1b81 2017-12-27 Jasem Mutlaq         Dome toolbar is operational now and ready for testing
2661b536337 2017-12-27 Jasem Mutlaq         Initial work for adding a dome toolbar
2662625721e 2017-12-27 Jasem Mutlaq         This patch should fix two bugs I found with PHD2.
26633b61f05 2017-12-27 Jasem Mutlaq         + Fix issue with non-guide dithering blocking regular calibration. + Fix issue with non-guide dithering getting triggered while guiding. + Robert fi..
266425abb45 2017-12-27 Jasem Mutlaq         Fix small typo
26654e95346 2017-12-26 Robert Lancaster     This patch should add the pulse graphs for RA and DEC with settings to turn them off.  It includes a slider to adjust the height of the corrections ..
266641bfb77 2017-12-24 Robert Lancaster     This patch adds tooltips for the guide buttons I added in the last patch.  It also remembers 3 of the settings in the KStars config file.  And final..
26679f23a79 2017-12-23 Robert Lancaster     This patch will add the following items: 1.  A Time Slider for the guide plots, which also functions as a scrolling view for the drift graph. 2.  A ..
2668a2731b1 2017-12-23 Jasem Mutlaq         Add defualt focuser option and make default devices selection more reliable and consistent across modules
2669904ca5b 2017-12-23 Jasem Mutlaq         Add set as parking position option to simplify this process for end users
267038fc232 2017-12-22 Jasem Mutlaq         Remove lock policy from filter manager and let focus module handle it as it reduces complexity and fixes some corner issues. BUG:388129 FIXED-IN:2.9.0
26713ec398b 2017-12-22 Jasem Mutlaq         Make sure to set the ST4 and Guide drivers on explicit set since combobox index does not necessary trigger signal to setST4
2672f28673e 2017-12-22 Jasem Mutlaq         Remove unused variables
2673a2809ae 2017-11-17 Aleix Pol            Adapt the cmake buildsystem to be able to work with KDE CI
26740b5b265 2017-12-18 Robert Lancaster     This should make sure that the host and port get set correctly for PHD2 and linguider when switching profiles.
2675098ecf2 2017-12-17 Jasem Mutlaq         2.8.9 changelog update
267606b1afd 2017-12-17 Jasem Mutlaq         Disable parity option by default as it could be problematic
2677
26782.8.9 (Sarin):
2679=================================================================================================
2680bcf13d8 2017-12-16 Robert Lancaster     Add scatter plot in guide module
2681e6bb032 2017-12-15 Jasem Mutlaq         Update INDI drivers list
26822853e56 2017-12-14 Jasem Mutlaq         target filter need to be set after meridian flip and before in-sequence focusing is started in case current filter is different
26833f058ed 2017-12-14 Jasem Mutlaq         Init variables to zero D9326
268409e0df4 2017-12-14 Robert Lancaster     I cleaned up some of the code in the PHD2 file, added a Request List so that it remembers what it asked PHD2 to do, and added a skeleton to make it ..
26857a979bb 2017-12-14 Jasem Mutlaq         Update driver list for v1.6.0
2686d895018 2017-12-14 Jasem Mutlaq         If version is not valid, set it to 1.0
2687b236166 2017-12-13 Jasem Mutlaq         Do not use Autofocus filter policy on preview
26884b9daca 2017-12-13 Jasem Mutlaq         Improve focus filter policy
2689ab0e8d2 2017-12-13 Jasem Mutlaq         Add option for when to perform in-sequence focusing
2690b473d01 2017-12-13 Jasem Mutlaq         Lock policy should determine lock filter search
2691feab1ce 2017-12-13 Jasem Mutlaq         Check target filter position is > 0
26920549957 2017-12-12 Jasem Mutlaq         Resume guiding if it was suspended due to parking dust cap before
2693755e8df 2017-12-12 Robert Lancaster     This patch should add several improvements to the PHD2 interface in KStars.  Here is a list. 1.  Makes sure the temp directory exists so that the gu..
26941399d97 2017-12-11 Jasem Mutlaq         Remove calibration button and make it automatic with just one simple guide button. A clear calibration button is added to reset the calibration
2695d3ec2d4 2017-12-11 Jasem Mutlaq         Bump version to 2.8.9
2696c0340ce 2017-12-10 Robert Lancaster     Use USHORT for PHD2 image
2697881385b 2017-12-10 Jasem Mutlaq         Make file system string comparision case insensitive so that it does not overwrite files on Windows.
26987128916 2017-12-10 Jasem Mutlaq         Do not update focus state when in meridian flip
2699bbe79a3 2017-12-10 Jasem Mutlaq         Set focus to IDLE on filter position ready
270091c1130 2017-12-10 Robert Lancaser      Add support for star image reception from PHD2
2701e4fc7c3 2017-12-10 Jasem Mutlaq         Only reset initialHA on first regular startup not after deviation restart
2702c28546d 2017-12-10 Jasem Mutlaq         Increase max failure attempts
2703063582f 2017-12-10 Jasem Mutlaq         Update debugging statement to show DMS
2704f8a0645 2017-12-08 Jasem Mutlaq         Update Guide params when using external guiders. This needs to be extensively tested as it may lead to regressions on the remote image reception fun..
2705c42dd43 2017-12-08 Jasem Mutlaq         Use QtConcurrent as to not freeze KStars during the calculation. Object1 should _not_ be a unique_ptr since reset will delete the object while we ar..
270684ec267 2017-12-08 Jasem Mutlaq         Cache default Sun pointer instead of repeated search
2707060961b 2017-12-04 Jasem Mutlaq         Improve objectnearest search algorithm so that object selection especially for bright deep sky objects is not as furstrating
27084d0d6c2 2017-12-04 Jasem Mutlaq         If not selected, return nullptr for objectnearest
27091b1846b 2017-12-04 Jasem Mutlaq         If there is no country defined, just return site name
271059b15b4 2017-12-04 Jasem Mutlaq         Update description and text for time and location settings to avoid confusion on what they exactly do
2711b675922 2017-12-03 Jasem Mutlaq         String should not contain show
2712a7d91de 2017-12-03 Jasem Mutlaq         Add support for local meridian solid line
2713ec1b8e3 2017-12-01 Jasem Mutlaq         remove duplicate file
2714d81a8c2 2017-11-26 Robert Lancaster     Add support for percentage display while downloading astrometry index files
27156cb541f 2017-11-23 Robert Lancaster     This patch will calculate the download time for astrometry index files and will still set it for 60 seconds for the smaller
2716
27172.8.7 (Nunki):
2718=================================================================================================
2719abb0ff2 2017-10-25 Jasem Mutlaq         Limit DSLR maximum resolution to the imaging resolution defined by the user on first connection. This resolution is enforced at all times to avoid d..
27205df85d8 2017-10-24 Jasem Mutlaq         Load TZRules from the file instead of hard-coding it
272150a2088 2017-10-24 Jasem Mutlaq         BUGS:377516 Do not explicitly set time format, let it pick up system locale format.
27220d43b78 2017-10-24 Jasem Mutlaq         Correct description for AU TZ rule
2723be91c1d 2017-10-20 Jasem Mutlaq         Handle GPS driver automatically and create a GPS-specific location for the user
272482f2a0d 2017-10-18 Jasem Mutlaq         Only accept exact RGB count
2725b860b0a 2017-10-17 Csaba Kertesz        Small improvements to the INDI interface in KStars Lite
2726c6063d8 2017-10-17 Jasem Mutlaq         Check remote drivers against required drivers, and not vice versa
27274cea5a9 2017-10-17 Jasem Mutlaq         Sync INDI drivers
27283243dd7 2017-10-16 Jasem Mutlaq         Move spike reset before the meridian flip check
2729ca47748 2017-10-15 Jasem Mutlaq         When aborting capture due to guiding deviation, check if we need to perform meridian flip. Thanks to Turki for the heads up
273070a7593 2017-10-15 Jasem Mutlaq         i18n fixes
27319121b1e 2017-10-14 Jasem Mutlaq         Various fixes for rotation control
27325848882 2017-10-14 Jasem Mutlaq         Fix sign for northPA
2733f757c0c 2017-10-14 Jasem Mutlaq         Fix PA issues with FOV display and Rotator
27341ef9d58 2017-10-14 Jasem Mutlaq         Add regular open FITS action to generic viewers list as well
27358442bb0 2017-10-14 Jasem Mutlaq         Check if solver pointer set
273618a353c 2017-10-12 Jasem Mutlaq         Rename ogg file to avoid packaging conflicts
2737d697b06 2017-10-11 Jasem Mutlaq         Add necessary sounds for cross-platform availibility
2738dab113e 2017-10-10 Jasem Mutlaq         Revert to Oxygen-* sounds until a more multi-platform solution is found
27396f05acb 2017-10-10 Jasem Mutlaq         Better handling of guide log file
274049d5aa8 2017-10-10 Jasem Mutlaq         Do not require guide deviation to be checked to process post-meridian-flip guiding
2741fcb989d 2017-10-10 Jasem Mutlaq         Use standard KDE sounds
2742
27432.8.4 (Juli):
2744=================================================================================================
27457c04782 2017-09-22 Jasem Mutlaq         Add support for PSF convoluted star detection algorithm adapted from PHD2 for auto selection of the guide star
27460019dfb 2017-09-22 Jasem Mutlaq         Add copy constructor
2747765f011 2017-09-22 Jasem Mutlaq         Experimental zoom-dependent font size. Please test
274886176fa 2017-09-22 Jasem Mutlaq         Do not use display labels for HD stars, use genetive name
2749c3f8853 2017-09-22 Jasem Mutlaq         Tempeorary hack to enable RTL for Arabic since qtbase_ar.qm does not exist upstream yet
275000780eb 2017-09-22 Jérôme SONRIER       Update TZ rules
2751c7d478b 2017-09-22 Jasem Mutlaq         In case we are taking light images and the dust cap is parked, we unpark it before we proceed
27523200cf1 2017-09-22 Jasem Mutlaq         Make the dark library dialog non-blocking so that user can take action
2753ece5d50 2017-09-21 Jasem Mutlaq         Bump to 2.8.4
275406864de 2017-09-21 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
27552c5480b 2017-09-21 Jasem Mutlaq         Update rotator settings to match those of INDI
27564b6176e 2017-09-21 Jasem Mutlaq         Set this string so that RTL languages can set it to RTL and layout can switch automatically
2757161f6dd 2017-09-21 Jasem Mutlaq         Do not translate None for HiPS sources
275846e5f9f 2017-09-21 Jasem Mutlaq         Fix None issue not getting selected when displayed in different locale
2759868e941 2017-09-21 Jasem Mutlaq         Unify font families and make more space due to language issue
27601f584ff 2017-09-21 Yuri Chornoivan      Fix minor typo
27610d4b150 2017-09-20 Jasem Mutlaq         Do not set target coords from telescope coords immediately after a model reset since the telescopes coords will be invalid
2762fb9ef7a 2017-09-20 Jasem Mutlaq         Unpark can be IDLE after initial startup so handle this
276384dd672 2017-09-20 Jasem Mutlaq         Do not dither after meridian flip
2764cdbde3f 2017-09-20 Jasem Mutlaq         Thank to Yuri for the tip now finding Polaris in different locales works
2765261f862 2017-09-20 Csaba Kertesz        Allow more tolerance for the alignment
2766d1ba9c4 2017-09-20 Csaba Kertesz        Fix compiler warning (-Wvla) to avoid stack overflow
27676d0e344 2017-09-20 Jasem Mutlaq         Reject large calibration stars that do not fit within the guide box
2768618f206 2017-09-20 Jasem Mutlaq         Fix compile error
27692d056f4 2017-09-20 Jasem Mutlaq         Do not build testing unless required
27708833f71 2017-09-20 Jasem Mutlaq         Several i18n fixes and add warning when Slewing to Sun
2771b5278f3 2017-09-19 Jasem Mutlaq         Disable scripting for non-UNIX systems for now until DBus handling is fixed properly
2772e4fd674 2017-09-19 Jasem Mutlaq         Remember if temperature check is enforced for current CCDs in the list
2773c11fccd 2017-09-19 Jasem Mutlaq         Increaser range for focus filter offsets
2774879088e 2017-09-19 Jasem Mutlaq         When ekos state is stopping, we must check for its status in all shutdown stages
27750a98aff 2017-09-18 Jasem Mutlaq         Save settings for capture calibration in options
2776a0a733f 2017-09-18 Jasem Mutlaq         Use better naming scheme for generic blobs
27771b11f4e 2017-09-18 Jasem Mutlaq         Do not process mount status unless guider is internal
2778e90fd9a 2017-09-17 Jasem Mutlaq         Give hints if UTC offset is not set
2779ac46233 2017-09-17 Jasem Mutlaq         Swap elevation and read only
278005142d1 2017-09-17 Jasem Mutlaq         Elevation should come before read only
27815bb9d50 2017-09-17 Robert Barlow        Update citydb with elevations from Google and reduce minimum elevation in location dialog
2782201f95f 2017-09-17 Jasem Mutlaq         Make guide exposure 3 decimals
2783bb7d7f4 2017-09-17 Jasem Mutlaq         Limit next exposure setting for automatic ADU to camera limits
278449419db 2017-09-17 Jasem Mutlaq         Add support for ROTATOR class and handle setting of it like other devices
2785bdb2615 2017-09-16 Jasem Mutlaq         Fix issues with elevation and city addition and update in location dialog
2786371edd5 2017-09-16 Jasem Mutlaq         DB changes from Robert
2787f9a841c 2017-09-16 Jasem Mutlaq         Rotator fixes
2788fdd6f99 2017-09-15 Robert Barlow        Add elevation to geo-location and database
27896de0ec3 2017-09-15 Jasem Mutlaq         Fix rotator limits and PA angles
2790f509a28 2017-09-15 Jasem Mutlaq         Fix rotator calculations and only start to check PA after solving first actual image after load and slew. Fix reading of RA and DE from FITS files a..
279104872e5 2017-09-15 Jasem Mutlaq         Set status to 0 otherwise cfitsio would magically fail if the previous operation failed.
2792ad6d365 2017-09-15 Jasem Mutlaq         Alignment settings changes should be handled in align module
279320d854e 2017-09-15 Jasem Mutlaq         Update active telescope name for all CCds
2794ec2ecbf 2017-09-15 Yuri Chornoivan      Fix minor typo
2795b3f002d 2017-09-15 Jasem Mutlaq         Consider device not found if filterName is null initially
27967d071bd 2017-09-15 Jasem Mutlaq         Support for rotator in load&slew. It should automatically adjust rotator the orientation of the solved image
27979e92c2d 2017-09-15 Jasem Mutlaq         Rotator control and sequence settings now work and tested on my observator with NightCrawler
27980ce0ee8 2017-09-15 Jasem Mutlaq         Fix rotation of PA FOVs
2799ec1e4ef 2017-09-14 Jasem Mutlaq         Fix scheduler abort job statement
28007a40915 2017-09-14 Yuri Chornoivan      Fix minor typos
280146b57ef 2017-09-14 Jasem Mutlaq         Make constellation names less prominent as they can be distacting.
2802dbc15e9 2017-09-13 Jasem Mutlaq         More progress on rotator integration with alignment module
280309daa11 2017-09-13 Jasem Mutlaq         Fix saving of last equipment profile
2804a13e691 2017-09-13 Jasem Mutlaq         Improve handling of device removals in focus module
2805c8c977d 2017-09-12 Jasem Mutlaq         More progress on Rotator integration with Ekos
2806d852d8d 2017-09-12 Jasem Mutlaq         FOV rotation is specified as E of N for clarity and now it is properly drawn on the sky map
280761d7679 2017-09-12 Jasem Mutlaq         saveB was not connected to slot, how did this happen?
28089439fee 2017-09-12 Jasem Mutlaq         Use camera width and pixel size for FOV calculatio. Add button to fetch values from INDI, this is still TODO
2809b56f73f 2017-09-11 Jasem Mutlaq         Manage dome motion in alignment module
2810907c966 2017-09-11 Jasem Mutlaq         Stop timer on telescope disconnect
28116c3476e 2017-09-11 Christian Dersch     Updated from upstream. Workaround for M102
2812
28132.8.3 (Tommy):
2814=================================================================================================
28151eb46b9 2017-09-11 Jasem Mutlaq         If calibration view is gone then set dark frame as false
2816833600c 2017-09-10 Jasem Mutlaq         Comet and Asteroid calculation produce J2000 results so we need to precess them
28179b1e68f 2017-09-10 Jasem Mutlaq         Localized constellation names should be used by default
28182458141 2017-09-10 Jasem Mutlaq         Use bigger font for constellation names
281911a630e 2017-09-10 Jasem Mutlaq         Display error when failing to save an image locally
282065e868c 2017-09-09 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
2821a641c62 2017-09-09 Valentin Boettcher   Update remainder of VSOP87 files
2822942632f 2017-09-09 Jasem Mutlaq         Check whether a sequence is complete before preparing jobs as we do not need to trigger precapture jobs prematurely
282316ccf06 2017-09-09 Jasem Mutlaq         Use unique connections to avoid dupes
28240514332 2017-09-09 Jasem Mutlaq         Do not set starSelected to false on stop. Doing so will make focus module switch HFR algorithms on the next run which might return a different HFR v..
2825a87381a 2017-09-09 Csaba Kertesz        Make the UI tests optional and omit them if CFitsIO is not available
2826dc5e05c 2017-09-09 Csaba Kertesz        Add myself to the active developers
282760f35f4 2017-09-09 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
28281c82cd3 2017-09-09 Robert Lancaster     copyLocale step for MacOS until KF5 looks for translations relative the current binary on MacOS
282970e6630 2017-09-09 Csaba Kertesz        Add CFitsIO target dependency to fix compilation error on Fedora
28300aefab5 2017-09-08 Jasem Mutlaq         Improve FOV view for the Mosaic Tool
2831adbb893 2017-09-08 Jasem Mutlaq         Improve Mosaic tool: 1. Dragging now actually works. 2. Title J2000 positions are very accurate. 3. Provide extra space to allow for rotations.
28321c75eb1 2017-09-08 Jasem Mutlaq         remove options button since it is repeated down
283328e3c90 2017-09-08 Jasem Mutlaq         Handle SettleBegin event and on dither error, resume with guiding policy
2834ef713cf 2017-09-08 Jasem Mutlaq         Move profile out of job since it applies to the whole schedule list
28358e8a5a1 2017-09-08 Jasem Mutlaq         Add note that all elements are in J2000 ecliptic coordinates
2836cd138b7 2017-09-07 Jasem Mutlaq         Set lastPrecessJD for all solar system bodies
283794868fd 2017-09-07 Jasem Mutlaq         Better debug statements
2838e5357b2 2017-09-07 Jasem Mutlaq         Add earth.B0 from Valentin script. Moving vsops into one directory
2839d758bd0 2017-09-07 Jasem Mutlaq         Fix inaccurate positions of asteroids, comets, and other solar system bodies. There were problem in multiple places, but the Earth ecliptic longitud..
28408c71580 2017-09-07 Jasem Mutlaq         Remove unused debug
28419b65f45 2017-09-07 Valentin Boettcher   Improved VSOP87 data
28420922489 2017-09-06 Jasem Mutlaq         Remove i18n when it should not be used
28430138944 2017-09-06 Jasem Mutlaq         Fix time unit box stepping action. This fix should be available in the next KStars release 2.8.3 BUGS:384434 FIXED-IN:17.12
28449c41018 2017-09-06 Jasem Mutlaq         Disable auto detect StellarMate in Windows as qMDNS does not work there now
2845eb4b0d7 2017-09-06 Jasem Mutlaq         More logging fixes
28469cdb3a3 2017-09-05 Kevin Funk           clang-tidy: modernize-use-nullptr run
2847880316d 2017-09-05 Kevin Funk           CMake: Treat Eigen includes as system headers
2848a95c63d 2017-09-05 Kevin Funk           clang-tidy: modernize-use-override run
28496982b22 2017-09-05 Jasem Mutlaq         Correct header
2850041c3cf 2017-09-05 Jasem Mutlaq         CMake: Use dynamically fetched translations by Kevin Funk
285113f94dc 2017-09-05 Jasem Mutlaq         QLoggingCategory migration still going
285261575d0 2017-09-05 Jasem Mutlaq         Add option to reset mount model after meridian flip is complete
2853905f65d 2017-09-05 Csaba Kertesz        Fix the late compilation errors
28547ebcb80 2017-09-05 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
2855fb5e85f 2017-09-05 Jasem Mutlaq         Verify comet and asteroid data before saving the returned result as JPL apparently does not return 404 but a different valid page that does not cont..
2856bc9a84f 2017-09-05 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
2857f646c0d 2017-09-05 Jasem Mutlaq         Permit user to disable camera BLOBs when using external guiders
285804a3320 2017-09-05 Csaba Kertesz        Add KDELibs4Support dependency to find kdeversion.h on all systems
285911ff043 2017-09-04 Csaba Kertesz        Be compatible with KDE version in Ubuntu Xenial
286098b1bad 2017-09-05 Jasem Mutlaq         Allow user to explicitly select telescope type in guide module
28618b9e277 2017-09-05 Jasem Mutlaq         Record focus frame count used for HFR average in the options
28628569beb 2017-09-05 Jasem Mutlaq         If problem is encountered while dither, report dither error first before abort
2863b56915c 2017-09-04 Jasem Mutlaq         Do not load Ekos summary screen FITS in resource limited mode
286449a82bc 2017-09-04 Jasem Mutlaq         Do not alter telescope type in Align module unless the solver is executed
286564c3b77 2017-09-04 Jasem Mutlaq         Add support to non-guiding dither
2866fef70ef 2017-09-04 Jasem Mutlaq         Add note on longitude of earth perihelion which is an important FIXME item
28675d32e77 2017-09-04 Jasem Mutlaq         Fix spacing problem
286860604f4 2017-09-01 Csaba Kertesz        Adding mouse pointer-based telescope control actions
2869d0936b8 2017-09-01 Jasem Mutlaq         Sync to master INDI update
28709283958 2017-09-01 Jasem Mutlaq         Sync drivers with upstream updates
2871a660d6a 2017-09-01 Jasem Mutlaq         Bump INDI dependency now to 1.5.0
28722a0aa23 2017-08-31 Jasem Mutlaq         Add info message when stopping guiding
287385d34e4 2017-08-30 Jasem Mutlaq         Use correct debug file
2874c82db62 2017-08-30 Jasem Mutlaq         refactor mouse mode to cursor mode and use enum of const int. Add magenta crosshair for live view selection. Increase pen width for view crosshair
28759aa5f08 2017-08-30 Jasem Mutlaq         Make sure HasWCS is true in case of manually loading WCS after load is complete in case of manually injecting WCS data
2876c6329a6 2017-08-30 Jasem Mutlaq         Use --help as it works across all versions
2877b6e6a3e 2017-08-30 Jasem Mutlaq         Fix few profile wizard GUI issues
2878b177ef4 2017-08-30 Jasem Mutlaq         Also enable guide check deviation when guiding starts since some external guider do not send calibration signal
2879e86d660 2017-08-29 Jasem Mutlaq         Add ability to reset mount model in the scheduler in case of alignment failure
288044ac701 2017-08-29 Jasem Mutlaq         Telescope group should not be exclusive. This fixes the isChecked issue always evaluating to true
28817c43604 2017-08-29 Jasem Mutlaq         Bump to 2.8.3 and fix filter table typo by recreating it
2882b3fe48f 2017-08-29 Jasem Mutlaq         Fix tab order. Differentiate between saving and adding new filters
28833b4bd87 2017-08-29 Jasem Mutlaq         Add missing files
2884d7dd6d1 2017-08-29 Jasem Mutlaq         Add support to auto-detecting StellarMate gadgets
28853e22461 2017-08-29 Jasem Mutlaq         Limit search area in guide and focus to 70% from center
2886912c0d2 2017-08-28 Csaba Kertesz        Compilation fix
28873a59076 2017-08-27 Csaba Kertesz        Add basic GUI testing to KStars Lite
2888fa9acd2 2017-08-24 Csaba Kertesz        Fix KStars Lite startup and compilation warnings on Linux host
2889d7a70e6 2017-08-28 Jasem Mutlaq         Initial work for full field focusing, it works now for those who want to use it
28900389b7e 2017-08-28 Jasem Mutlaq         Fix warning
2891a62c609 2017-08-28 Kevin Funk           CMake: Fix some CMake CMP0054 warnings
289256bfdea 2017-08-28 Jasem Mutlaq         Handle GUIDE_LOOPING in abort
2893178ff0d 2017-08-28 Jasem Mutlaq         Use currentIndexChanged to detect changes better
2894ddd861d 2017-08-27 Jasem Mutlaq         Fix crash is saving and opening session list
2895
28962.8.1 (Hipster):
2897=================================================================================================
2898617e4fe 2017-08-17 Jasem Mutlaq         Initial work on mount tracking support
289908205fb 2017-08-16 Jasem Mutlaq         In case no star is selected in autofocus and timeout is triggered, go to last known center
2900b847689 2017-08-16 Jasem Mutlaq         Switch to equatorial mode to correctly orient the display for the camera position angle. Needs testing
2901c55ab9f 2017-08-16 Jasem Mutlaq         Make zoom modifier a bit less dramatic
2902552a61e 2017-08-16 Jasem Mutlaq         HiPS experiemental support is now operational in KStars with 3 catalogs. Others will be available via HiPS download manager in the next release
29032a2ffcb 2017-08-14 Csaba Kertesz        Miscellaneous fixes
2904a317b9d 2017-08-16 Jasem Mutlaq         More work on healPIX and HIPS. Added options for HIPS Grid, color selection. Still testing Healpix functions with KStars projections and SkyPoint.
29052344a8e 2017-08-16 Jasem Mutlaq         More progress on Healpix, getPix works now but still long way to go
2906f48d4c8 2017-08-16 Jasem Mutlaq         Remove extra semi colon
2907dc93af9 2017-08-15 Jasem Mutlaq         Dome should sync ACTIVE_TELESCOPE if detected
29084a3c5f5 2017-08-15 Jasem Mutlaq         Disable omp for now
29093fa4529 2017-08-15 Jasem Mutlaq         Add separate none selector to execlusive groups, more Hips related work
2910f0ef17d 2017-08-14 Jasem Mutlaq         More work to manage HIPS. Now 3 hips sources are stored in the default database. HIPS GUI manager to be added to add and remove HIPS sources
29118ad7925 2017-08-14 Jasem Mutlaq         More work on HiPS. Nothing works yet we have a long way to go. Copyright added and cache mechanism imported from SkyTextX
29127feab37 2017-08-14 Csaba Kertesz        Allow higher tolerance for the alignment
2913f9cbb1d 2017-08-14 Jasem Mutlaq         Initial work for HIPS support in KStars
2914f312564 2017-08-14 Jasem Mutlaq         Use constexpr
29156911b50 2017-08-13 Csaba Kertesz        Fix a division by zero
291629811be 2017-08-11 Csaba Kertesz        Usability improvement for Ekos sessions
2917b42a164 2017-08-11 Jasem Mutlaq         Forgot to add missing files
29182bbf3a4 2017-08-11 Jasem Mutlaq         Add Polaris Hour Angle adapted from SkyTechX
29198d85c26 2017-08-11 Jasem Mutlaq         QDateTime setUtcOffset is deprecated since Qt v5.2 so ought to move away from it and we are now using timespec instead. I made the necessary changes..
29201ee8f79 2017-08-10 Jasem Mutlaq         Adding support to custom properties setting in capture module. Removing explicit support for gain settings since this is covered by custom properties.
29213d6f003 2017-08-10 Jasem Mutlaq         Formatted again with clang
2922fa1fad0 2017-08-10 Jasem Mutlaq         Add switch for scheduler logging
29235430fc4 2017-08-10 Jasem Mutlaq         Resize config dialog to resonable size on startup
2924004da33 2017-08-10 Jasem Mutlaq         Separate INDI and Ekos shutdown
29254c011c1 2017-08-10 Jasem Mutlaq         Ignore duplicate device if received
292698d99b6 2017-08-10 Jasem Mutlaq         Add proper debugging category statements
29277e40c62 2017-08-10 Jasem Mutlaq         Handle proper removal of devices in case of Multiple-Devices-Per-Driver drivers
2928b325443 2017-08-10 Jasem Mutlaq         Add INDI debug option
2929b2afffe 2017-08-10 Jasem Mutlaq         Fix handling of already connected PHD2
293036fbe22 2017-08-10 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
29318b24907 2017-08-10 Jasem Mutlaq         More debug statements
2932fa79fc4 2017-08-09 Csaba Kertesz        Improve the testing robustness on x86 target
2933529a65c 2017-08-09 Jasem Mutlaq         On position set, set equipment to connected if not already set
2934d5bdd46 2017-08-09 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
293504b1a72 2017-08-09 Jasem Mutlaq         Retries set equipment connected if it fails 3 times
29363adad76 2017-08-09 Jasem Mutlaq         Do not calibrate for external guiders
293793eda2a 2017-08-09 Csaba Kertesz        Show the progress while the Sky Calendar is being plotted
2938c22a83f 2017-08-09 Jasem Mutlaq         Set PHD2 and LinGuider options as per profile info
2939b90ae91 2017-08-09 Jasem Mutlaq         Use one function to handle all guider selection transitions
2940d35ae9d 2017-08-08 Jasem Mutlaq         If type is unkown default to primary in align module
29413da2cc9 2017-08-08 Jasem Mutlaq         Default to uknown telescope type initially
2942bd5ef9b 2017-08-08 Jasem Mutlaq         Fix typo
2943926443e 2017-08-08 Jasem Mutlaq         Handle scope switch when standard INDI properties is not defined
294418e6916 2017-08-08 Jasem Mutlaq         read in both primary and guide infos from telescope
2945b2d545e 2017-08-08 Jasem Mutlaq         Separate filter wheel management from focus to alignment
29463ed6831 2017-08-08 Jasem Mutlaq         Support selection of no filter wheel device. Save CCD and Filter Wheel device names in the sequence file to be set when loaded again
2947303ef97 2017-08-07 Jasem Mutlaq         Fallback to Profile Telescope info in case a non-INDI compliant mount driver is used
29480dac605 2017-08-07 Jasem Mutlaq         Remove unused debug
29497fe20b8 2017-08-07 Jasem Mutlaq         Update more files to the new logging category
2950970db6d 2017-08-07 Jasem Mutlaq         Migrate more to QLoggingCategory
29515028e95 2017-08-06 Jasem Mutlaq         Migrating KStars to use QLoggingCategory framework which supports granular control over logging in runtime.
29528a0f7c5 2017-08-06 Jasem Mutlaq         Add initial work for retrieving geolocation. However the backend used in Linux geoclue is not working with QtPositioning so need to investigate
2953e43ef3a 2017-08-06 Jasem Mutlaq         Add dependency for QtPositioning and bump to 2.8.1
29541e22cf5 2017-08-05 Jasem Mutlaq         Partial fix for comet positions. Some position are better, but others are way off.
29559676f88 2017-08-04 Jasem Mutlaq         Add support for Rotator Angle handling directly
2956b75189c 2017-08-04 Jasem Mutlaq         Fix command line options parsing and do not set time twice if already set on startup
2957eac48c2 2017-07-19 Akarsh Simha         1. Improve accuracy of eccentric anomaly calculation by iteration
29580e47636 2017-08-03 Robert Barlow        Patch by Robert Barlow to support custom catalogs in WUT. BUGS:357671
295929ed0b2 2017-08-03 Jasem Mutlaq         Do not process zero length blobs
296022d9b92 2017-08-01 Jasem Mutlaq         Check return status of addJob before proceeding. Always use CLIENT mode when taking previews
2961b41529f 2017-07-31 Csaba Kertesz        Fix app-closing crashes related to constellation and catalog handling
2962ff4b962 2017-08-01 Jasem Mutlaq         Fix problem with resetting PAH buttons in second rotation stage
2963405a80e 2017-07-31 Jasem Mutlaq         Display INDI universal messages as received from INDI server
296499004c2 2017-07-29 Csaba Kertesz        Remove libnova dependency from the Android build
29653665023 2017-07-28 Csaba Kertesz        Fix a crash in the What is interesting dialog
296682e903e 2017-07-28 Jasem Mutlaq         BUGS: 382721 Just use less than and greater than keys for time.
296748bf745 2017-07-26 Csaba Kertesz        Fix Coverity findings
29680175158 2017-07-26 Csaba Kertesz        Normalized slots and other fixes for Clazy
2969299c1dc 2017-07-26 Csaba Kertesz        Further Krazy fixes
2970d5435c7 2017-07-25 Csaba Kertesz        Fix Krazy findings
29719c62a17 2017-07-25 Csaba Kertesz        Fix crashes when an operation is in progress while KStars is being closed
29720d0d217 2017-07-25 Csaba Kertesz        Add Coverity build script
29733c86098 2017-07-25 Csaba Kertesz        Add Krazy build script
2974
29752.8.0 (Arcturus):
2976=================================================================================================
2977ebc576a 2017-07-25 Jasem Mutlaq         Fix compiling on MacOS
2978dfc5705 2017-07-24 Csaba Kertesz        Try to fix the FreeBSD build with reordering the includes
2979d530dbe 2017-07-24 Csaba Kertesz        Fix the compilation on FreeBSD
29806c82d12 2017-07-24 Csaba Kertesz        Add a missing include
2981d08c6cb 2017-07-24 Csaba Kertesz        Add Clang Tidy analyzer script and fix the findings
2982f974195 2017-07-23 Csaba Kertesz        An other missing include for Fedora
2983ae8bf98 2017-07-23 Csaba Kertesz        Add a missing include for the Fedora build
2984457ac1a 2017-07-23 Csaba Kertesz        Add Clang Static Analyzer script and fix the findings
2985b624554 2017-07-23 Csaba Kertesz        Add a missing include
2986dc5fa72 2017-07-23 Ben Cooksley         Fix compilation on FreeBSD by telling CMake that KF5::Notifications is one of the libraries we use. This triggers CMake to add the include directori..
2987ddc939b 2017-07-22 Jasem Mutlaq         Just busy state is enough to restart remote astrometry timer
29882441691 2017-07-22 Jasem Mutlaq         Use restart time
2989b2c6aba 2017-07-22 Jasem Mutlaq         1. Set ACTIVE_CCD when detected. 2. Start remote solver timer when detecting it started remotely.
29904149073 2017-07-21 Csaba Kertesz        Add missing includes for the Fedora build
29914d8791c 2017-07-21 Csaba Kertesz        Add Clazy script, fix all problems and add more smart pointers
299262e4188 2017-07-20 Robert Lancaster     Compile fixes for MacOS
29932870fe2 2017-07-20 Jasem Mutlaq         Add support to selection of telescopes from profile itself. By default, it is left to default which just uses whatever telescope settings that were ..
29941533eaa 2017-07-20 Jasem Mutlaq         Bump to 2.8.0
2995a8b5c11 2017-07-20 Jasem Mutlaq         BUGS:382377
299613c13eb 2017-07-20 Jasem Mutlaq         Fix for qtdbusmacros deprecated in 5.9
2997654754f 2017-07-18 Csaba Kertesz        Add cppcheck script, fix findings and add more smart pointers
29987eea2c2 2017-07-19 Ben Cooksley         Merge branch 'Applications/17.08'
299959df556 2017-07-19 Ben Cooksley         Cherry pick various compilation fixes
3000b2954d5 2017-07-19 Ben Cooksley         Let's see if QPointer's include being missing is the only thing we're missing here
3001021a86d 2017-07-19 Ben Cooksley         Various compilation fixes
30027f19b35 2017-07-19 Ben Cooksley         Let's see if QPointer's include being missing is the only thing we're missing here
300345e50e5 2017-07-19 Ben Cooksley         Merge Applications/17.08 into master
3004661f074 2017-07-19 Ben Cooksley         The new header is available in Qt 5.8, so let's use it there. This is required because the compatibility header is broken in Qt 5.8
3005b2324cd 2017-07-18 Csaba Kertesz        Add a missing include
30066b65694 2017-07-17 Jasem Mutlaq         Fix corner case under Windows where if remote solver was selected previously and not available now then the whole align module is disabled
3007484707d 2017-07-17 Michael Fulbright    This patch adds the ability to have a scheduled refocus every N minutes during a capture sequence. A timer is started when the sequence stars and af..
30086cda665 2017-07-17 Csaba Kertesz        Fix memory leaks and the Android build
30099d35ec5 2017-07-17 Csaba Kertesz        Rearrange the generated source files
3010d9fed37 2017-07-16 Csaba Kertesz        Add smart pointers for starblock-based components and update valgrind suppressions
3011dbf01f7 2017-07-16 Jasem Mutlaq         Better use version check for different QT versions for Qt DBus headers
3012a9c230a 2017-07-16 Csaba Kertesz        Rename skiplist in skycomponents to skiphashlist (name collision with htmesh)
3013ff59317 2017-07-16 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
301476fbd52 2017-07-16 l10n daemon script   GIT_SILENT made messages (after extraction)
30150355432 2017-07-16 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
30160d61049 2017-07-16 l10n daemon script   GIT_SILENT made messages (after extraction)
3017f51523f 2017-07-16 Jasem Mutlaq         Better use version check for different QT versions for Qt DBus headers
3018c5e1053 2017-07-16 Jasem Mutlaq         qdbusmacros deprecated
30193a06498 2017-07-15 Csaba Kertesz        Smart pointer usage to free up resources correctly
3020ab753ad 2017-07-10 Csaba Kertesz        Memory management clean-up, valgrind suppression file and other fixes
302106d8553 2017-07-15 Luigi Toscano        Merge remote-tracking branch 'origin/Applications/17.04'
30224442dc4 2017-07-14 Jasem Mutlaq         BUGS:382344
3023307dcc6 2017-07-13 Jasem Mutlaq         Wait for wcsWatcher to finish before deleting imageData on reload
3024cba3e10 2017-07-13 Jasem Mutlaq         Implement better solution to remember autoWCS and solverWCS option settings since we change them on the fly in PAH
3025a48e721 2017-07-13 Christian Dersch     Add missing objects
30261490de9 2017-07-13 Jasem Mutlaq         Disable WCS on PAH Refresh phase
30279f1514c 2017-07-12 Jasem Mutlaq         Replacing default NGC/IC catalog with OpenNGC. Christian Dersch compiled this catalog from OpenNGC data into KStars format. For more details, please..
302895c4033 2017-07-12 Jasem Mutlaq         Add more debug statements to WCS stuff
302986bea8d 2017-07-12 Jasem Mutlaq         BUGS:382054
3030632ae31 2017-07-12 Jasem Mutlaq         BUGS:382150
3031a65afbc 2017-07-12 Jasem Mutlaq         Use stock INDI client library on Windows since it is now ported to WIN32
303236683ae 2017-07-12 Jasem Mutlaq         Remove obsolete connection
30336bef4f9 2017-07-11 Jasem Mutlaq         Check if wcsWatcher is not running first before running a job
3034c0823cc 2017-07-10 Jasem Mutlaq         Try to solve the issue of external guiding frames once and for all. When using external guiding app, ALL CCDs BLOBs get automatically disabled. Howe..
303580cb32f 2017-07-10 Jasem Mutlaq         Hide mount control on disconnection
3036c3194ac 2017-07-10 Jasem Mutlaq         Add convenient looping mode to guide module
30377078e12 2017-07-10 Jasem Mutlaq         Use 24-hour format for scheduling
3038f5c7c49 2017-07-09 Jasem Mutlaq         Delete mount control on destroy. Correctly update park initial state
3039964727e 2017-07-08 Jasem Mutlaq         New Android release to fix startup crash
304019daa1b 2017-07-08 Jasem Mutlaq         Update kspaths to account for new package name
3041ebca5a0 2017-07-08 Jasem Mutlaq         Fix Windows mis-aligned content bug in what is interesting QML view
3042ac956f9 2017-07-08 Jasem Mutlaq         Fix odd Windows bug, add splitters, remove miniButton
3043cc7aa3a 2017-07-07 Jasem Mutlaq         Improve space usage in observation plannner
3044f1c93b0 2017-07-07 Michael Fulbright    Add dither size in pixels and dither timeout to UI
30450a06ac5 2017-07-07 Jasem Mutlaq         Fix EQMOd crash
304602c0eef 2017-07-07 Jasem Mutlaq         Change package and update version
30472ad1f32 2017-07-07 Jasem Mutlaq         Disable background so that toolbar appears fine
3048816eabc 2017-07-06 Hannah von Reth      Also detect libnovad
30492b6f304 2017-07-05 Csaba Kertesz        Further MSVC fixes
3050ec56e60 2017-07-05 Csaba Kertesz        Fix the MSVC build
30515dd49dc 2017-07-05 Csaba Kertesz        Make ld.gold linker support optional
30525eb60f0 2017-06-25 Csaba Kertesz        Add Unity build support for datahandlers and htmesh components
30535128276 2017-07-04 Csaba Kertesz        Fix the Moon phases
3054c939ab9 2017-07-04 Jasem Mutlaq         Any build directory should be ignored
30556960b21 2017-07-04 Jasem Mutlaq         Use updated signal and slot
305617941a7 2017-07-04 Jasem Mutlaq         Explicitly use kstars.knsrc file from resources for KNewStuff
3057d89cd04 2017-07-04 Csaba Kertesz        Fix the Android build errors
305832ffa48 2017-07-03 Csaba Kertesz        Don't generate the astronomy.net downloader under Android
3059f0849fc 2017-07-03 Jasem Mutlaq         Fix bug in filtering objects via constellation or regions. BUGS:381311 FIXED-IN:17.08
30607299257 2017-07-03 Csaba Kertesz        Fix the KStars linking for gslcblas when gcc is used
3061c2d40c0 2017-07-03 Jasem Mutlaq         Possible fix for AltvsTime time problem
3062a275e0c 2017-07-03 Jasem Mutlaq         Fix day duration format. BUGS:381704 FIXED-IN:17.08
30635bf07b2 2017-06-29 Jasem Mutlaq         Fix compile issue
306413d365e 2017-06-29 Jasem Mutlaq         Make PHD2 use the dither settle time in options
3065a07f301 2017-06-29 Robert Lancaster     This patch should add a function for KStars on OS X to detect if PTPCamera has commandeered the camera and provide the user with an option to quit t..
3066b11c408 2017-06-29 Jasem Mutlaq         Add support for post-dither settle period in seconds before resuming guiding and capture
3067bae46be 2017-06-29 Jasem Mutlaq         Only clear alignment model if mount support such operation
30680503574 2017-06-27 Robert Lancaster     This patch should update the "Center Telescope” feature to conform with the new method of loading WCS data on demand.  The feature was programmed wh..
30698888bdb 2017-06-23 Csaba Kertesz        Fix some sanitizer findings, update .gitignore and add a source file to compilation
30705a51c28 2017-06-25 Csaba Kertesz        Add Unity Build support
3071eb7dba4 2017-06-24 Jasem Mutlaq         Clear pahImageInfo when recapturing due to missing WCS
3072a788125 2017-06-24 Jasem Mutlaq         Use combo box to improve GUI for selection of guider app
3073f35a750 2017-06-24 Jasem Mutlaq         Remove guider selection from guide options and make it part of profile. This frees Guide device selection to select an actual CCD while at the same ..
30742c32445 2017-06-23 Csaba Kertesz        Add sanitizer support
3075f075756 2017-06-14 Csaba Kertesz        Fix compiler warnings
3076b6d848b 2017-06-13 Csaba Kertesz        Add verbose warning and optimized debug/linker flags
307797a3f8d 2017-06-22 Jasem Mutlaq         No need to perform meridian flip if there are no more pending jobs in the sequence queue
3078c0a58d2 2017-06-21 Jasem Mutlaq         If WCS info is not yet available to PAH process, capture another frame and then proceed
30799207f5a 2017-06-21 Jasem Mutlaq         Re-enable support for disabling reception of remote guider frames when using external guiders. It was disabled before as it was causing issues that ..
3080413b405 2017-06-21 Jasem Mutlaq         If remote guiders are specified as external guiders then do not count them as regular devices to watch for
3081a88739f 2017-06-21 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3082f25f12b 2017-06-21 Jasem Mutlaq         Fix slots that was refactored
3083ac3aa9c 2017-06-21 l10n daemon script   GIT_SILENT made messages (after extraction)
30842679fd2 2017-06-21 l10n daemon script   GIT_SILENT made messages (after extraction)
30855721eec 2017-06-20 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3086b2d25f3 2017-06-18 Jasem Mutlaq         Slight fixes to Rotator GUI
3087b9dc0f9 2017-06-17 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
30880782ea6 2017-06-16 Jasem Mutlaq         Add button to open web manager in browser
308935e6bf5 2017-06-15 Csaba Kertesz        Refactor the needed Android NDK workaround without committed object file
3090e50e04b 2017-06-14 l10n daemon script   GIT_SILENT made messages (after extraction)
3091604298c 2017-06-13 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
30920b7839d 2017-06-12 Jasem Mutlaq         Minor GUI improvements in Rotator Control
3093572b4f5 2017-06-12 Jasem Mutlaq         Add rotator support to Ekos
30941c9b5c6 2017-06-12 Jasem Mutlaq         Initial work for rotator support.
30959096ca3 2017-06-11 Csaba Kertesz        Update the source format with clang-format
3096679fbc8 2017-06-11 Csaba Kertesz        Clang source formatting tool support
309782d1687 2017-06-11 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3098f325314 2017-06-10 l10n daemon script   GIT_SILENT made messages (after extraction)
30995e540e6 2017-06-09 Robert Lancaster     This patch should make astrometry downloads work on Linux just like they now work on Mac.  It makes use of KAuth and a helper file to read and write..
3100b0936ba 2017-06-08 Csaba Kertesz        Update the security flags
310184f9dea 2017-06-07 Csaba Kertesz        Update .gitignore
3102ca7105b 2017-06-06 Csaba Kertesz        Add some missing files for the Android build
3103c9f2566 2017-06-06 Csaba Kertesz        Add security (hardening) flags
310433c3f4f 2017-06-06 l10n daemon script   GIT_SILENT made messages (after extraction)
31058937be4 2017-06-06 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
31061226f35 2017-06-06 l10n daemon script   GIT_SILENT made messages (after extraction)
31078c91d48 2017-06-05 Yuri Chornoivan      Fix minor typo
31082cd36d2 2017-06-04 Csaba Kertesz        Add missing file
310932225ec 2017-06-04 Jasem Mutlaq         Minor GUI fixes. Check if WCS header exists before trying to load WCS data in FITSView
311053155f1 2017-06-04 Jasem Mutlaq         Make guide capture timeout 10 seconds instead of 5
3111ebe437f 2017-06-04 Robert Lancaster     Astrometry index files patch
3112f538bc0 2017-06-04 Jasem Mutlaq         WCS data is no longer loaded by default. It must be explicitly loaded either via calling loadWCS() directly, or IF WCS header is valid, then togglin..
3113705ab3f 2017-06-02 Robert Lancaster     I made a patch that will make astrometry index file downloading as easy as clicking a button, at least on Macs for now.  I did send a patch with a r..
31144d50bde 2017-06-02 Montel Laurent       Use Q_DECL_OVERRIDE
3115827f5c2 2017-05-30 Csaba Kertesz        Replace NULL with nullptr
3116d0bd857 2017-05-26 Csaba Kertesz        Add ccache support
3117e76af84 2017-06-01 Robert Lancaster     This patch will force astrometry.net to use the config file that the user specifies in the options.  That should be less confusing to users.
311885c60d4 2017-05-31 Jasem Mutlaq         Add missing help icon
3119dfd6dd3 2017-05-31 Robert Lancaster     Back button fix for QML
312019fd019 2017-05-30 Robert Lancaster     This patch will add a help page to “Whats Interesting” so that those new to the feature can get a sense for what all of the buttons do and how Whats..
312115601f9 2017-05-30 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3122acbf9a1 2017-05-30 l10n daemon script   GIT_SILENT made messages (after extraction)
3123f76ce9e 2017-05-30 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3124e92de6e 2017-05-30 l10n daemon script   GIT_SILENT made messages (after extraction)
312588b8c40 2017-05-29 Jasem Mutlaq         Possible solution to polynomial fitting getting stuck at a particular exposure.
31262497d03 2017-05-29 Pino Toscano         remove invalid Patterns key from desktop file
312735c8145 2017-05-28 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3128450f28a 2017-05-28 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3129b70a941 2017-05-27 Robert Lancaster     This patch will add the tracking feature option to Whats Interesting that I mentioned before as well as clarifying the auto center feature a bit.
31304f15bc7 2017-05-26 Robert Lancaster     This patch should fix a problem I found in Whats Interesting.  The problem was that the satellite positions were not updating and I found that the p..
3131a3646d7 2017-05-25 Jasem Mutlaq         Manually added Henry-Draper indexes for some named stars that were messing. Okteta is awesome
31325e13e48 2017-05-25 Jasem Mutlaq         Set capture timeout threshold to 5 seconds by default to account for any possible delays in the pipeline. Only capture after dither is successful wh..
3133e893a64 2017-05-24 Robert Lancaster     For quite some time, I have known there was an issue with the SimClock in KStars.
313488f75a0 2017-05-24 Jasem Mutlaq         Update documentation for stars and the offsets within the binary files so I do not have to calculate them again
31352ec053b 2017-05-24 Robert Lancaster     I found that one of the Text items in Whats Interesting was stealing the mouse hover events that was supposed to turn it yellow when you hover over ..
31367b3e646 2017-05-23 Csaba Kertész        Final fixes for Android
3137d2c6cb3 2017-05-23 Csaba Kertész        Fix automatic mode in KStars Lite
3138c692f30 2017-05-22 Jasem Mutlaq         ISO8601 should be unified between local and remote modes. Fix remaining issues with flat capture counters and switch between local and remote in modes
313927ed811 2017-05-22 Robert Lancaster     This patch will remove some objects from the info_url file because those objects are no longer in the database under that name.  This should clear u..
3140de3b4f3 2017-05-22 Jasem Mutlaq         Fix counter to remote images
3141f3f5a18 2017-05-22 Jasem Mutlaq         Suspend guiding also if running two cameras from the same driver
31426259704 2017-05-22 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
31439fa1975 2017-05-21 Jasem Mutlaq         Add option to change orientation of Ekos module icons
31441736b6e 2017-05-21 Robert Lancaster     This patch will correct the name of the SolverFOV color in the color scheme files because it was mislabeled. Also, it sets the colors for RA and DEC..
31453d10e97 2017-05-21 Csaba Kertész        New Android build system for KStars Lite
3146b1e818c 2017-05-20 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
31472d72814 2017-05-20 Jasem Mutlaq         Add support for setting gain within Ekos and in sequence manager files
3148b932f8c 2017-05-19 Jasem Mutlaq         Set resize mode for mount panel to fix issues under non-Linux systems apparently
314901e71f2 2017-05-19 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
315091ba7a2 2017-05-18 Jasem Mutlaq         Do NOT load observing list on startup since it can take too long and delay program loading signaficantly if it is a large list. Instead show it on f..
3151bb83532 2017-05-18 Jasem Mutlaq         Use text fit so that it works across all themes
31523bf915d 2017-05-18 Jasem Mutlaq         Add progress dialog when adding objects from wizard as it can take a very long time for large lists. All clear list button
31530b31828 2017-05-18 Jasem Mutlaq         Make it work on Mac and add center mount
315457c95bf 2017-05-17 Jasem Mutlaq         MIssed semicolon
3155d9eb3dd 2017-05-17 Jasem Mutlaq         MIsc improvements. Make it stay on top
3156e80867e 2017-05-17 Jasem Mutlaq         Add build timestamp
3157af8981e 2017-05-17 Jasem Mutlaq         Make the mount control button more prominent
315845b0809 2017-05-17 Jasem Mutlaq         QtQuick controls 2.0+ do not exist on Ubuntu 16.04 so again failing back to Quick 1.4 until next Ubuntu LTS release comes along
3159b1bf1b1 2017-05-17 Jasem Mutlaq         Add INDIPREFIX to MacOS environment variables
316061ed202 2017-05-17 Jasem Mutlaq         Delete preview job on abort
31615b4cd02 2017-05-17 Jasem Mutlaq         + New mount tool box is ready for use. Probably the GUI needs some more theming to look pretty + N/S/W/E motion state is now recognized by the teles..
316204367f0 2017-05-17 Jasem Mutlaq         More progress. Motion and speed controls work. WIll implement the rest soon. The GUI needs improvement in coloring, sizes, theming, separators..etc
3163f762a15 2017-05-16 Jasem Mutlaq         Initial work for Mount Tool Box in QML. Removing obsolete unused PNG icons
3164f782833 2017-05-16 Yuri Chornoivan      Fix minor typo
3165594735c 2017-05-15 Jasem Mutlaq         Add splitter to Ekos GUI
3166c0b3764 2017-05-15 Jasem Mutlaq         Add button to toggle star detection display
3167eb3dc4d 2017-05-15 Jasem Mutlaq         Set full directory name including frame type and filter when using remote directory
31684cdd796 2017-05-15 Jasem Mutlaq         Warn about empty remote directory in local mode
3169d8ce7fe 2017-05-15 Jasem Mutlaq         2.7.8 release
317018eef19 2017-05-15 Robert Lancaster     This patch should both make the dbus commands work in kstars for scripting and also for the scheduler, as well as starting up a dbus server from ins..
31710f50dfc 2017-05-14 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
317242d048c 2017-05-14 l10n daemon script   GIT_SILENT made messages (after extraction)
31736eea8fd 2017-05-13 Robert Lancaster     Add QHY Firmware path for OSX
3174890b2ff 2017-05-12 Jasem Mutlaq         Remove file before copying otherwise it will fail because QFile::copy does not overwrite
31753955288 2017-05-12 Jasem Mutlaq         Remove generic device on disconnect. Remove mount process when telescope is removed
3176fc16143 2017-05-12 Jasem Mutlaq         Check offline astrometry.net version and if equal or less than 0.67 then --no-fits2fits must be enforced and vice versa
3177839b5e8 2017-05-12 Robert Lancaster     I did a little cleaning up in Whats Interesting.  I changed the layouts a little to correct a couple of minor display issues involving centering and..
31780e114c6 2017-05-11 Jasem Mutlaq         Add sewerqia city
3179ecb4906 2017-05-11 Jasem Mutlaq         Use appropiate OSX ps flag as suggested by Robert
31806814cb2 2017-05-11 Robert Lancaste      This patch should fix the Image URL problem on Windows for Whats Interesting.  It also makes What’s Interesting MUCH faster in downloading and displ..
31810be6cda 2017-05-10 Robert Lancaster     Fix toggle of WI Tool from context menu
3182d04024a 2017-05-09 Jasem Mutlaq         Use QUrl so that images are properly loaded in all platforms
318377a3f8e 2017-05-09 Jasem Mutlaq         Find wiview on Windows
3184d8bf2e0 2017-05-09 Jasem Mutlaq         Make it find wcslib on Windows
31857ef959f 2017-05-08 Jasem Mutlaq         Save stream file and directory names in INDI
3186ed52d99 2017-05-07 Robert Lancaster     This patch will fix the crash you observed with one of the ways to access Whats Interesting, adds a toolbar action for whats interesting and makes i..
318746fde5f 2017-05-06 Robert Lancaster     I added Night Vision support to Whats Interesting.  See what you think.
3188e3b8c15 2017-05-05 Robert Lancaster     This patch should help to support running local INDI servers for GPhoto cameras on OS X.  It adds two environment variables, CAMLIBS and IOLIBS with..
3189a7bd3a8 2017-05-04 Jasem Mutlaq         Forgot to add icon
319074a8e78 2017-05-03 Robert Lancaster     This patch adds an icon/button for the WI object inspector instead of just having it be on by default.  Also it changes the colors for whats interes..
3191334f9ee 2017-05-03 Jasem Mutlaq         Bump to 2.7.7
319203934bf 2017-05-03 Jasem Mutlaq         Fix exposure number when doing auto ADU calculations in file name. Include fractional exposure values in filenames when needed
3193da3e48d 2017-05-02 Yuri Chornoivan      Fix minor typo
3194a20ba3c 2017-05-01 Jasem Mutlaq         + Add timeout to guide module for capture timeouts + Add dithering maximum interation options + Add whether dithering failure causes autoguiding to ..
31952886366 2017-05-01 Artem Fedoskin       Fix issue with rotation when in automatic mode in KStars Lite. Added low-pass filter to reduce hittering of screen in auto mode.
31964e417ff 2017-04-28 Robert Lancaster     This patch fixes a typo that I made in whats interesting.  I accidentally had typed ra instead of dec so it was reporting the wrong dec values.  Als..
3197c8e7212 2017-04-28 Jasem Mutlaq         Remove old ASI info
3198866d79c 2017-04-28 Jasem Mutlaq         Correct ASI CCD driver metadata
3199490b49b 2017-04-28 Robert Lancaster     This patch addresses several key issues with whats interesting.  First, on Macs it will first check inside the app bundle for the whats interesting ..
3200b5a3f4a 2017-04-27 Jasem Mutlaq         Add SkySafari to Profile Wizard services
3201696bbd6 2017-04-27 Jasem Mutlaq         Set focus object to null so it doe not insist on tracking previous objects while in slew
3202854a588 2017-04-27 Robert Lancaster     In this patch, I implemented batch downloads for object lists.  Note that it will download the objects currently selected/shown in the list based on..
32034df4332 2017-04-26 Robert Lancaster     I cleaned up some of the positioning calculations in the wiview.qml file so that the info text panel should now always be the correct size and all t..
3204b7e0710 2017-04-23 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3205805df81 2017-04-23 Robert Lancaster     See if this improves things.  I did a complete rewrite of the way the model manager works.  It is now much more efficient.  This also includes the o..
3206ef66fff 2017-04-23 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
32071a1c9c0 2017-04-23 l10n daemon script   GIT_SILENT made messages (after extraction)
32087fb136c 2017-04-23 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
320984c1a82 2017-04-23 l10n daemon script   GIT_SILENT made messages (after extraction)
321049588f8 2017-04-22 Jasem Mutlaq         Adjust decimals if the minimum is less than 0.001
3211f9b8097 2017-04-21 Pino Toscano         cmake: remove unused FindQJSON.cmake
3212d40e915 2017-04-15 Jasem Mutlaq         If sender is null then update radio button status
32131dd2945 2017-04-14 Jasem Mutlaq         Make images and thumbnail names consistent. Now full-scale images are named image-* and thumbnail are thumb-* and all are appended with .png from th..
32149f63b1d 2017-04-14 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3215eea6f38 2017-04-14 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3216956e4ac 2017-04-13 Jasem Mutlaq         Update DBUS functions to offer better functionality and consistent names
3217a12375f 2017-04-11 Jasem Mutlaq         Stop solver on timeout
32181dd3381 2017-04-09 Robert Lancaster     This patch includes the previous 2. It also modifies the first screen of whats interesting and adds Messier objects to the list. As a part of that, ..
321983430ff 2017-04-08 Robert Lancaster     Here are some more improvements to the Whats Interesting panel. This will download wikipedia info text box in addition to the description. It can dy..
32209c6c0c8 2017-04-06 Valentin Boettcher   I've added some simple comet tails and an option to disable them.
3221c194c72 2017-04-05 Jasem Mutlaq         Skip PHD2 and LinGuider when starting INDI Web Manager drivers since these two are just place-holders for the apps
3222a8767da 2017-04-04 Robert Lancaster     Further improvements to WIT tool
3223925f6eb 2017-04-04 Jasem Mutlaq         Only do size optimization on Linux since it causes issues on Mac
32240d3213f 2017-04-03 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
32253f389e9 2017-04-03 l10n daemon script   GIT_SILENT made messages (after extraction)
322670b2059 2017-04-03 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3227dc8a76c 2017-04-03 l10n daemon script   GIT_SILENT made messages (after extraction)
32284455e7e 2017-04-02 Robert Lancaster     I was working on the Whats Interesting tool because I think it has a lot of potential.  I added photos and descriptions to the list.  I added photos..
3229215a4fa 2017-04-02 Csaba Kertész        Optimize binary size by dropping unneeded symbols at linking stage
3230141bf29 2017-04-02 Jasem Mutlaq         Save INDI and Ekos manager window sizes between sessions
3231706e576 2017-04-02 Jasem Mutlaq         Update duino driver
3232abe7bd2 2017-03-31 Jasem Mutlaq         Add shortcut for full screen toggle in Ekos in align and focus
32332d2ea1f 2017-03-31 Jasem Mutlaq         Detect if flat image is already saturated before calculating fitting. Only utilize polynomial fitting if we have 4 or more points since it can quite..
323470ef4f0 2017-03-29 Csaba Kertész        Smaller fixes found by Clang compiler
323557b8315 2017-03-29 Yuri Chornoivan      Fix minor typo
3236faed6f0 2017-03-29 Yuri Chornoivan      Fix minor typo
323798d5bd3 2017-03-29 Jasem Mutlaq         Initial work for Image Guiding algorithm by Bob Majewski. All guide images must be explicitly converted to floats and then partitioned into NxN regi..
32384802a9e 2017-03-27 Jasem Mutlaq         Retry meridian flip 3 times before giving up
323984e2ce9 2017-03-27 Robert Lancaster     I found the drawing issue that was making the horizontal bar for different pixel heights of the window.  It took me some time to dig up what exactly..
3240f42e950 2017-03-27 Jasem Mutlaq         Sync remote astrometry driver CCD name to currently selected CCD
324178f8955 2017-03-26 Jasem Mutlaq         Improve tooltips
3242adbd47e 2017-03-26 Robert Lancaster     This patch should allow the remote solver to print its solutions nicely in the table the same way the online and the local solver already do.  It al..
32432c26f9f 2017-03-26 Jasem Mutlaq         Add notification that KStars needs to be restarted after changing INDI drivers directory
3244d4acce3 2017-03-26 Jasem Mutlaq         Update INDI drivers
3245888eb17 2017-03-26 Jasem Mutlaq         Read indidrivers.xml as the first file. Silenty ignore replicas. Do not allow device manager to start INDI services for remote drivers
32469b7303a 2017-03-26 Jasem Mutlaq         Add tooltip that contains driver information for local driver and remote driver tip for remotes
32471d8b974 2017-03-26 Jasem Mutlaq         Create INDI driver entries regardless of what is currently install. Drivers that are not locally available are treated as remote-only drivers
3248cfe12ca 2017-03-24 Jasem Mutlaq         Do not process WCS on loading if we plan to create a WCS file. Make loadWCS asynchronous and use signal to proceed in the chain
324919ce0e9 2017-03-24 Jasem Mutlaq         Do not make thumbnail selector dependent on detail dialog since it can be used also in observing list
3250381430f 2017-03-24 Jasem Mutlaq         Create the noimage pixmap to the image chooser and delete afterwards
325169552e0 2017-03-23 Jasem Mutlaq         Use Windows-friendly file names
3252672b44d 2017-03-23 l10n daemon script   GIT_SILENT made messages (after extraction)
32532310535 2017-03-23 Jasem Mutlaq         Disable auto default on as it causes stylying issues on Mac
32541c44058 2017-03-22 Valentin Boettcher   Here is a little patch to fix the comet/asteroid update from JPL, which now requires https.
3255abb6666 2017-03-22 Yuri Chornoivan      Fix minor typo
325601d26fd 2017-03-22 Jasem Mutlaq         Add support to per-filter exposure time that is persistent
3257485cc27 2017-03-22 Jasem Mutlaq         Do not remove temporary file until all operations are complete first
32588eb962a 2017-03-22 Jasem Mutlaq         tooltip improvements
32595b1bba6 2017-03-22 Jasem Mutlaq         Fix issue with mount alignment running prematurely on Sync
32605e8544f 2017-03-21 Jasem Mutlaq         If dark frame fails to load then remove it completely and capture a new one
3261b10c0f1 2017-03-21 Jasem Mutlaq         Using astyle Artistic Style format with options -A1 -W3 -k2 -S -xG -C
3262a180b38 2017-03-21 Valentin Boettcher   Junion Job: Investigate NEOs is fixed!
326373746bb 2017-03-21 l10n daemon script   GIT_SILENT made messages (after extraction)
3264d1b3170 2017-03-20 Jasem Mutlaq         Make 2nd rotation value and direction always in sync with 1st one regardless of auto-mode
3265ee946e3 2017-03-20 Jasem Mutlaq         Add support for observers in capture module. Observer names are sent to INDI CCD driver where they are recorded in the FITS header. Furthermore, tar..
3266390c59f 2017-03-20 Jasem Mutlaq         Add more debug logging to flat ADU calculations
32677b79d86 2017-03-20 Robert Lancaster     Here is a patch that will add a sort function to the mount modeling tool that will start with the point that is currently closest to the telescope a..
32683abb7e8 2017-03-19 Jasem Mutlaq         Use TELESCOPE_TYPE from CCD driver, no need to save list of guide drivers
32691cd268f 2017-03-18 Jasem Mutlaq         Make focus policy click focus
32701bfba0f 2017-03-18 Jasem Mutlaq         Use appHelpActivated since invokeHelp produces wrong URL
3271c46af6e 2017-03-17 Jasem Mutlaq         Sync 2nd rotation point to 1st point in auto mode
3272a201799 2017-03-17 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
32739eb602c 2017-03-17 Jasem Mutlaq         Do not run 2nd WCS in limited resource mode
32742cb8299 2017-03-17 Jasem Mutlaq         Further improvement to Ekos profile wizard. Only make it automatically show one time per session. Added more tips
32758560ed7 2017-03-17 Yuri Chornoivan      Fix minor typos
3276aec88b0 2017-03-17 Jasem Mutlaq         Adding Ekos Profile Wizard which should aid new users in creating equipment profiles for their equipment
3277c83dfb1 2017-03-16 Robert Lancaster     This patch should probably fix the dotted lines disappearance issue on the Alignment Solutions Plot.  It is due to a bug in some versions of QCustom..
327862fd111 2017-03-16 Jasem Mutlaq         Initial page for Ekos wizard
327903ade4e 2017-03-15 Jasem Mutlaq         Fix warning
328014d49a6 2017-03-15 Robert Lancaster     This patch should address the path issue for your new port finding algorithm.  I also reversed the order of the items in the path so it looks for pr..
3281e5e4667 2017-03-14 Jasem Mutlaq         Apply patch by INDI forum user Noriq to fix linguider dither issue
3282bb6e6ef 2017-03-14 Robert Lancaster     Fix problem with coord in alignment points wizard
3283a1560a5 2017-03-14 Robert Lancaster     This patch addresses some inaccuracies we found in the positioning of objects in the alignment points by instead using J2000 coordinates in the alig..
3284344d9bb 2017-03-14 Jasem Mutlaq         Use a better font for flag objects
328552d3a8c 2017-03-13 Yuri Chornoivan      Fix minor typos
3286381e2aa 2017-03-13 Robert Lancaster     I was thinking that it would be nice to get a preview of the alignment points on the sky.  I found a nice way to do that using flags, without disrup..
32878200439 2017-03-12 Jasem Mutlaq         bump version to 2.7.6
32883c8c0d4 2017-03-12 Robert Lancaster     This patch should simplify the align points wizard, making the interface easier to use, while actually giving it more functionality in that it can n..
32896a0ef36 2017-03-11 Robert Lancaster     This patch will improve the functionality of the align points wizard. I found some spherical trig in another part of kstars that I could modify slig..
32908b4072a 2017-03-10 Jasem Mutlaq         Add support to telescope center locking in the INDI tool bar
3291b44d8b4 2017-03-10 Robert Lancaster     This patch adds export functionality to the solutions table, a spin box for the mount model wizard align point number, makes nicely formatted greek ..
3292a3fa83f 2017-03-10 Yuri Chornoivan      Fix minor typos
329330949d1 2017-03-09 Jasem Mutlaq         Try to account for snap prefix if there is one
32941c01255 2017-03-09 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3295c2ee59e 2017-03-09 Robert Lancaster     + Many fixes for graphics + Added wizard to generate alignment points + Save/Load alignment list points + Tooltips
3296b342656 2017-03-09 Yuri Chornoivan      Fix minor typo
3297d072891 2017-03-08 Jasem Mutlaq         Remote astrometry service should be working. Now needs more testing
3298e40eea8 2017-03-08 Jasem Mutlaq         sendOneBLOB(IBLOB*) is only available from libindi v1.4.2 and above
3299b014131 2017-03-08 Jasem Mutlaq         Let processXXX messsages go up to chain to DeviceDecorator where they are sent to GenericDevice to be processed if required and GenericDevice will e..
3300039cccd 2017-03-08 Jasem Mutlaq         Bump INDI dependency to 1.4.1
3301ce27508 2017-03-08 Jasem Mutlaq         Update FindINDI.cmake patch from Jonathan Riddel
330229813c4 2017-03-08 Jasem Mutlaq         + Adding Mount Model and Solution results view by Robert Lancaster + More work toward support for INDI astrometry drivr
330376545d5 2017-03-07 Jasem Mutlaq         Store raw data in the BLOB and it should be converted to base64 by the client library
330463c7e94 2017-03-07 Jasem Mutlaq         Let size be original size while bloblen be base64 size
33050605490 2017-03-07 Jasem Mutlaq         Fix handling of write-only BLOB property. Improve sending blobs from control panel
33068f34593 2017-03-05 Jasem Mutlaq         Use properly formatted ISO 8601 timestamp
3307175ee0b 2017-03-06 Artem Fedoskin       Fixed compilation error in KStars
3308619ccd9 2017-03-06 Artem Fedoskin       Merge branch 'master' of git://anongit.kde.org/kstars
3309f04395f 2017-03-06 Artem Fedoskin       Added rotation to automatic mode
331042ef244 2017-03-05 Jasem Mutlaq         Capture should also abort on guide abort not just IDLE state
3311a5ebe58 2017-03-05 Jasem Mutlaq         Detect if guiding was stopped in linguider externally
3312c211a67 2017-03-05 Jasem Mutlaq         Add PHD2 and Linguider as dropdown options in the guider selection to make it more intuitive for end users
33134bdf211 2017-03-05 Jasem Mutlaq         Do not abort capture on dithering fail since it is not detreminetal to the capture process overall
3314b619176 2017-03-05 Jasem Mutlaq         Do not disable blobs transfer at all to avoid any issues with the multiple guider and capture configurations supported within Ekos
33151851db0 2017-03-05 Jasem Mutlaq         Slightly increase the form size
3316589b12a 2017-03-02 Jasem Mutlaq         Make meridian flip successful only if there is an RA diff
3317eda8044 2017-03-02 Jasem Mutlaq         Use fits_copy_header since we are writing data next
3318b0e0e34 2017-03-01 Jasem Mutlaq         + Fix issue where parking mount and dome were not called if flat job was not at the beginning of the sequence. + Added tolerance parameter to ADU ca..
33194abd745 2017-03-01 Jasem Mutlaq         Use better FindINDI.cmake and updated build rules
3320037dd24 2017-03-01 Jasem Mutlaq         Move gsl polynomial function to Ekos namespace since is can be used by multiple modules
3321bee440c 2017-03-01 Jasem Mutlaq         Use polynomial fitting also in capture module to calculate optimal exposure time in flat frames in addition to least-square fitting
3322090bc41 2017-02-27 Robert Lancaster     Since several people have had problems with the default directories for indiserver, astrometry, xplanet, etc on OS X when they build KStars themselv..
3323dc33a3a 2017-02-27 Yuri Chornoivan      Fix minor typo
33246ffe659 2017-02-27 Jasem Mutlaq         Remove obsolete variables
33256f0c77d 2017-02-26 Jasem Mutlaq         Add scheduler option to run for specific number of repeats
3326472c3d9 2017-02-26 Jasem Mutlaq         Turn GSL default error handler off to avoid program crash on abort
3327499a6fa 2017-02-26 Jasem Mutlaq         Raise minimum required INDI to 1.4.0
332859cc532 2017-02-26 Jasem Mutlaq         Introducing new algorithm for focus based on polynomial fittings of data and then finding minimum solution for best HFR position. Requires GSL depen..
3329252fb76 2017-02-26 Jasem Mutlaq         Turn off fits2fits for Mac
333042c6c03 2017-02-25 Jasem Mutlaq         Handle OBJCTRA and OBJCTDEC if they are strings
333104285f6 2017-02-25 Jasem Mutlaq         Last commit was wrong, this should properly address 1.3.1 vs 1.4.0 change
33322e053ff 2017-02-25 Jasem Mutlaq         INDI_LIBRARIES is no longer used in INDI v1.4.0
3333753d14f 2017-02-25 Yuri Chornoivan      Fix various minor typos
3334061ebec 2017-02-25 Jasem Mutlaq         Move QProgressIndicator to KStars auxiliary since it may be used outside of Ekos
33354fe02df 2017-02-25 Jasem Mutlaq         Respect astrometry options when generating args in load and slew
3336e7175e4 2017-02-24 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
33374b63e3c 2017-02-24 Robert Lancaster     This patch will fix numerous minor OS X issues and will also add some new functionality to OS X with the Astrometry Conf File Editor and to all oper..
333872c2073 2017-02-24 l10n daemon script   GIT_SILENT made messages (after extraction)
33397e2c195 2017-02-23 Jasem Mutlaq         Disable offline solver under Windows
334028d7f75 2017-02-23 Jasem Mutlaq         Disable load and slew in remote solver mode
3341894b0d6 2017-02-23 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
334225ace6a 2017-02-23 Jasem Mutlaq         Fix several minor issues in Align. Make isSlewDirty a member variable in case scope does not send busy signal
334394d4fba 2017-02-23 Jasem Mutlaq         Fix typo
334407b9038 2017-02-23 Jasem Mutlaq         Do not send parity in blind solve mode
33457d0f10f 2017-02-23 Jasem Mutlaq         Add more logging and remove resource mode lock. Creating WCS file should always loadWCS
33467a02475 2017-02-23 l10n daemon script   GIT_SILENT made messages (after extraction)
3347e99ea5b 2017-02-22 Jasem Mutlaq         removed slot
3348540aba5 2017-02-22 Jasem Mutlaq         Fix warning
3349aa0f514 2017-02-22 Jasem Mutlaq         Add astrometry timeout option. Fix typos
3350824f2e3 2017-02-22 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3351a3ea4e0 2017-02-22 l10n daemon script   GIT_SILENT made messages (after extraction)
3352ec17576 2017-02-21 Yuri Chornoivan      Fix minor typo
3353d5098fa 2017-02-21 Pino Toscano         fixuifiles
33543838176 2017-02-21 Jasem Mutlaq         Fix type mismatch
33559b7a4ff 2017-02-21 Jasem Mutlaq         Fix typo
33561b7da11 2017-02-21 Jasem Mutlaq         If script shuts down INDI then no need to check for user option regarding stopping Ekos after shutdown since INDI termination will stop Ekos
335742a91f9 2017-02-21 Jasem Mutlaq         Fix missing ifdef for KStars Lite
33581230f24 2017-02-21 Jasem Mutlaq         Do not send invalid values in online astrometry mode if the passed arguments do not contain such value
3359f2f23a2 2017-02-21 Jasem Mutlaq         remove obsolete function
3360f701e66 2017-02-21 Jasem Mutlaq         Minor GUI change
336186adb72 2017-02-21 Jasem Mutlaq         Various misc fixes
33626a85987 2017-02-21 Jasem Mutlaq         Keep last telescope state to reduce notification spam
33639b57f2b 2017-02-21 Jasem Mutlaq         Apply filter if autostretch option is also off
3364a2a64ff 2017-02-20 Jasem Mutlaq         Forgot to remove old stuff
33659764bad 2017-02-20 Jasem Mutlaq         Re-work how alignment module options are generated for different modes (online, offline, remote, from file) and how they are saved between sessions...
3366ddc789b 2017-02-20 Robert Lancaster     This patch fixes several things you asked me to take a look at. First, it changes the color of the center telescope cursor to red to make it more vi..
3367014a201 2017-02-20 Jasem Mutlaq         Separating FITSLabel into its own file
33686aebe40 2017-02-20 Jasem Mutlaq         Double number of retries to get job ID
3369718177e 2017-02-20 l10n daemon script   GIT_SILENT made messages (after extraction)
33707411457 2017-02-18 Jasem Mutlaq         Use cross-platform friendly filenames as ISO8601 with colons causes issues under Windows. Also display dark frames in the dark view
3371f6e9f5a 2017-02-18 Jasem Mutlaq         Capture module is ONLY enabled when a CCD is enabled
33721dadbf9 2017-02-18 Jasem Mutlaq         Storing current profile pointer in Ekos manager and now using a MUCH better method to connect devices if auto-connect was turned on
3373a8152d8 2017-02-18 Jasem Mutlaq         Bump to 2.7.5 for fixes today. Add auto connect option in profiles
3374e20b8c1 2017-02-18 Jasem Mutlaq         Use deleteLater() to allow freeing of resources when returning to the event loop
33758e1f17e 2017-02-18 Jasem Mutlaq         Check if property exists before doing black magic to extract it
3376e52d03e 2017-02-18 Jasem Mutlaq         Load filter offsets on startup. When starting a sequence, read offset value of current filter as it forms the basis of all offsets
337765b9a40 2017-02-18 Jasem Mutlaq         Fix saving of bayered FITS. Reset fptr on error
3378ae2dd7f 2017-02-18 Jasem Mutlaq         Fix order of columns
3379b8864c5 2017-02-18 Jasem Mutlaq         Fix focus module not getting properly updated on slew. Make reset button disabled while focus in progress
338090380f6 2017-02-17 Jasem Mutlaq         Remove obsolete option
3381e1cbf1a 2017-02-17 Jasem Mutlaq         Implement proper update of button status inside each module separately by signals and not directly as it causes many issues and goes against the sep..
338217f7941 2017-02-17 Jasem Mutlaq         Fix compile error
33832b48cfd 2017-02-17 Jasem Mutlaq         Keep track of target transfer format when changing CCDs
338407f1579 2017-02-17 Jasem Mutlaq         Doh Ctrl+S was already used by Save. Using Ctrl+T now
338576352d9 2017-02-17 l10n daemon script   GIT_SILENT made messages (after extraction)
338692db8c1 2017-02-16 Jasem Mutlaq         Add an explicit message explaining why PAA tool is disabled as the tooltip enough is not clear
33873803bb5 2017-02-16 Jasem Mutlaq         Fix shortcut
3388bfe5f62 2017-02-15 Jasem Mutlaq         Only loadWCS for normal and align frames
3389e4705bd 2017-02-15 Jasem Mutlaq         Slight improvement in the capture GUI layout
3390a95a686 2017-02-15 Jasem Mutlaq         Moving DSLR transfer format option to capture instead of options. It is not recorded in the sequence file like other parameters
33916974f25 2017-02-15 Jasem Mutlaq         Use combo box to select which telescope to use for FOV calculations. Add customized tooltip for each scope
33923011d93 2017-02-15 Jasem Mutlaq         Add function to enable/disable alignment and to clear alignment points
339378a26d7 2017-02-15 Jasem Mutlaq         Clear mount model before doing any PAA steps
339405959d0 2017-02-15 Jasem Mutlaq         Retain wcs struct so that it is used in subsequent calls
3395b672425 2017-02-15 Jasem Mutlaq         Add button to clear mount model and improve the GUI
3396b57a305 2017-02-15 Jasem Mutlaq         + Add FITS page options in KStars settings to better separate it from the rest of advanced options since it deserves its own. + Use Limited Resource..
33979302044 2017-02-15 l10n daemon script   GIT_SILENT made messages (after extraction)
3398015f0ae 2017-02-14 Jasem Mutlaq         Add wcsWatcher wait for finished to possibly prevent FITSData object destruction while loadWCS could be still running in it as it was called in QtCo..
3399c5ca4bf 2017-02-14 Jasem Mutlaq         Reduce size of WCS data by using floats instead of doubles as we do not require the full precision of doubles. Check for more errors and report them
34000b463bc 2017-02-14 Jasem Mutlaq         Add support to viewing and removing dark frames in Ekos options
3401db35c9a 2017-02-14 Jasem Mutlaq         updated the base size to reflect the correct size of the fits view inside the fits viewer
34026c76b5c 2017-02-14 Robert Lancaster     This patch contains 3 fixes. First, It will allow kstars to handle drivers that have xml files but no binary files.  That way, if your remote server..
3403bacc8a2 2017-02-13 Artem Fedoskin       Added "Automatic Mode" in KStars Lite. In this mode SkyMapLite is controlled according to data from smartphone sensors(accelerometer and magnetomete..
34043467d53 2017-02-13 Jasem Mutlaq         Fix issue where Ekos modules were being check if initialized in update mount status.
340501eeafd 2017-02-13 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
34069e0c655 2017-02-13 l10n daemon script   GIT_SILENT made messages (after extraction)
3407a1a21e3 2017-02-12 Yuri Chornoivan      Fix minor typo
34082f918df 2017-02-12 Pino Toscano         ekos: use QDialogButtonBox also for Reset and Defaults buttons
3409aa20a06 2017-02-12 l10n daemon script   GIT_SILENT made messages (after extraction)
3410b85e492 2017-02-11 Jasem Mutlaq         Break long description into paragraphs
341197449ae 2017-02-11 Jasem Mutlaq         KStars 2.7.4 bump
3412ad6988b 2017-02-11 Jasem Mutlaq         Make PAA cut off FOV 30 arcmintes to test it out
3413b8b9340 2017-02-11 Jasem Mutlaq         Make dRA, dDEC and pix scale read only
34141b68268 2017-02-11 Jasem Mutlaq         Remove rest of APP units
341519a40bc 2017-02-11 Jasem Mutlaq         Align GUI cleanup
34168b39b5d 2017-02-11 Jasem Mutlaq         More improvements to live video preview
34178803dba 2017-02-11 Jasem Mutlaq         Change background for focus and guide frames
3418f8048b9 2017-02-11 Jasem Mutlaq         Connect before adding FITS to that signals are caught
34190d395c1 2017-02-11 Jasem Mutlaq         Add DSLR settings dialog to let user edit missing info for new setups
342027de2d8 2017-02-11 Robert Lancaster     I added the other features that I wanted including the defaults and reset buttons as well as the update coordinates and scale buttons. As you pointe..
3421a631fe5 2017-02-11 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3422c35fc02 2017-02-11 Jasem Mutlaq         Display FPS in stream window
34232e31112 2017-02-11 Jasem Mutlaq         Fix warning
34247a52bd9 2017-02-11 Jasem Mutlaq         Fix QRoundProgressBar background issue
3425712c29b 2017-02-10 Jasem Mutlaq         Add support to Auto Mode in PAA to help automate the process. PAA was successfully tested today with my mount, it works great
342665eea81 2017-02-10 Jasem Mutlaq         Add contains function to know if a point exists within the image boundary
3427513aa1c 2017-02-10 Jasem Mutlaq         Fix QLabel repaint issue
3428d81aa55 2017-02-10 Jasem Mutlaq         Preliminary support for stream subframing
3429c330cb1 2017-02-09 Jasem Mutlaq         PAA is ready for some under-the-sky testing
34302e98e18 2017-02-09 Jasem Mutlaq         Use target color and shorter name for celestial poles
3431e11303d 2017-02-09 Jasem Mutlaq         Keep track of all active FITSViewers in a dedicated list since we cannot rely on getChildren since some FITSViewers are independent Windows.
3432aa8fc27 2017-02-09 Jasem Mutlaq         More progress on PAA. Now using 3 points to define a circle
3433bbbd896 2017-02-09 Robert Lancaster     Fix EQ Grids
34346278209 2017-02-09 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
34358674c03 2017-02-08 Jasem Mutlaq         More progress on PAH
3436199a0dc 2017-02-07 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
34379fb47d3 2017-02-07 Jasem Mutlaq         Add function to find circle solutions given two points and a radius. More work on PAH is required
34388ed61da 2017-02-07 Jasem Mutlaq         Fix a couple of issues with flags. They are supposed to be saved in J2000 internally but where in JNow before. Fixed other issues with adding, updat..
3439f832371 2017-02-07 Jasem Mutlaq         Check if sky composite exists to prevent crash
3440525c489 2017-02-07 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3441bb13963 2017-02-07 Jasem Mutlaq         More progress on PAH. Detect hemisphere on Alignment module startup. Starting to apply algorithm
34425776c83 2017-02-07 Jasem Mutlaq         Make Off-axis guide scope parameters available per CCD instead of global option
3443522b9c4 2017-02-07 Jasem Mutlaq         Add option to disable auto removal of temp file on closing in cases where it is desired
3444ed7c65c 2017-02-06 Jasem Mutlaq         More progress on PAH. WCS data is working properly now
344519b11c5 2017-02-06 Jasem Mutlaq         Do not call future for loadWCS after updating the header as it will cause problems for any subsequent calls to WCS
344656562af 2017-02-06 Jasem Mutlaq         Add function to change telescope type used for astrometry in CCD
34472b8b601 2017-02-06 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
344854588c9 2017-02-06 Jasem Mutlaq         Separating Align specific drawings to AlignView
34496b31ee4 2017-02-06 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
34509677a2b 2017-02-05 Jasem Mutlaq         Add warning if we switch to legacy polar alignment mode. Reset lines and points in restartPAH function
34515563fc4 2017-02-05 Jasem Mutlaq         Why was calculateFOV not called here? I do not know but restoring it now
345212c3d94 2017-02-05 Jasem Mutlaq         + Adding Meridian flip notifications (started, completed, failed) + Fixed park/unpark notifications
3453960f016 2017-02-05 Robert Lancaster     This includes 3 small fixes.
3454f46fb9f 2017-02-05 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3455d6f81a1 2017-02-04 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
345644fa08b 2017-02-04 Jasem Mutlaq         More progress on PAH
3457d5f28d6 2017-02-04 Yuri Chornoivan      Fix word duplication
34586f4da33 2017-02-04 Robert Lancaster     This patch will disable key buttons while slewing to address a problem I have had many times when using kstars, particularly with the align module. ..
3459849a505 2017-02-04 Jasem Mutlaq         Update color schemes to properly account for Dark Palette option. It was only enabled for night vision scheme, but if a user customizes the night vi..
3460a47f7b5 2017-02-04 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
346177c45c5 2017-02-04 Jasem Mutlaq         Get pixel size info from CCD chip. Add warnings for DSLRs in case CCD info is incomplete
346296e2554 2017-02-04 Jasem Mutlaq         No need to keep checking when some focus properties are defined since a simple fix in EkosManager would not send all FOCUS_ properties to focus module
3463c562af8 2017-02-04 Jasem Mutlaq         Include focuser in postfix so that when CCDs connecting with built-in focuser come online, it does not become repetitive
3464c99bc33 2017-02-04 Yuri Chornoivan      Fix minor typos
3465989cae1 2017-02-04 Jasem Mutlaq         Use sigmal clipping when focus frames count > 3 and simple averaging for the rest. Please note that invalid values for currentHFR (-1) must be count..
34666481dce 2017-02-04 Robert Lancaste      This is the summary screen patch.  It should display HFR for focus, sigmas for RA and Dec in guiding, and more uniform colors for the Progress Indic..
346755d287c 2017-02-04 Jasem Mutlaq         More progress on Polar Alignment Helper
3468670f5b0 2017-02-03 Jasem Mutlaq         Add label for absolute focus ticks
34691e484db 2017-02-03 Jasem Mutlaq         Preliminary work for Polar Alignment Helper. DO NOT TEST not in working condition
34700eb880d 2017-02-02 Jasem Mutlaq         Return the use of average frames in focus module
3471fb17de3 2017-02-02 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3472ea3c9ec 2017-02-02 Jasem Mutlaq         Set lastPrecessJD for comets. Minor location tab GUI improvements
34735458353 2017-02-01 Jasem Mutlaq         Add Limited Memory Mode in FITSViewer where it turns off memory-intensive operations if desired. It also limited zoom in to 100% to reduce memory fo..
34741da5ace 2017-01-31 Robert Lancaster     Use dark image in all FITSView widgets until an actual image is captured. Same image is also used in Observation Planner to denote no image
3475d9c81bd 2017-01-30 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
347623f581b 2017-01-29 Robert Lancaster     + Fading the floating toolbar so its not as obtrusive. Note that the effect can be modified. + Made a button to make the FITSViewer optional for tak..
3477e571833 2017-01-29 Artem Fedoskin       Merge branch 'master' of git://anongit.kde.org/kstars
3478daf62d1 2017-01-29 Artem Fedoskin       Fixed QML display bugs in Qt 5.8. Changed the top TabBar in INDI Device Panel
34794f37277 2017-01-28 Jasem Mutlaq         Align module now uses the embeded FITSView. Added initial widget for polar alignment helper but currently disabled
348025f8e48 2017-01-27 Jasem Mutlaq         Add helpful hints
34811dc15c9 2017-01-27 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
348215c96b0 2017-01-27 Robert Lancaster     1. Fixed a bug or two where the floating toolbar buttons would make kstars crash if there were no image 2. Finished work on the other buttons so all..
348318e10f5 2017-01-27 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3484fccc022 2017-01-26 Robert Lancaster     Fixes to floating toolbar and its buttons
34859b8d6b6 2017-01-26 Jasem Mutlaq         Improve space usage by hiding relative profile and making a dialog for it to popup when required
3486a4cebf2 2017-01-26 Jasem Mutlaq         In case upload mode is LOCAL then try to find out if any jobs have any light frames before returning
3487d786493 2017-01-26 Jasem Mutlaq         Readjust stretch of right layout
3488df7216c 2017-01-26 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
34891d6fed2 2017-01-25 Jasem Mutlaq         Support all *_VIDEO_STREAM properties
34903e6016b 2017-01-26 Artem Fedoskin       Merge branch 'master' of git://anongit.kde.org/kstars
349188969b6 2017-01-26 Artem Fedoskin       Disabled Jupiter moons in KStars Lite. Fixed Lite compilation errors. Slew rate is now initialized and updated correctly and displayed with correspo..
349276a599a 2017-01-25 Jasem Mutlaq         Initial work for floating toolbar within FITS View widget. More work needs to be done in order for it to be functional
34938825874 2017-01-25 Jasem Mutlaq         Remove unnecessary headers
3494ded0dd3 2017-01-25 Robert Lancaster     KStars GSC Installer for OSX
3495fbfbf5f 2017-01-25 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
34969a15987 2017-01-25 Jasem Mutlaq         Include tooltips on labels as well as fields
34975ca1d7c 2017-01-24 Jasem Mutlaq         Add Jamie Smith to contributors
3498d31ee96 2017-01-24 Jasem Mutlaq         Complete overhaul for recording live video streaming to make it more accessible to more users
3499d6c23e8 2017-01-24 Jasem Mutlaq         INDI now send RGB24
35006b5a82a 2017-01-24 Jasem Mutlaq         Add OSX port to Stephane contributions
350183ca206 2017-01-24 Jasem Mutlaq         Make NotifyConfig optional. Use MacroBoolTo01 macro
3502661fb97 2017-01-23 Raymond Wooninck     Fix indent
35031cd7681 2017-01-23 Raymond Wooninck     Fix build. KNotifyConfig is required even when libindi is not found
3504dc39200 2017-01-23 Jasem Mutlaq         Add notification configuration dialog in settings menu
3505a448465 2017-01-23 Robert Lancaster     More fixes
3506a67b511 2017-01-23 Robert Lancaster     More OSX installer fixes
35075bbeb39 2017-01-22 Jasem Mutlaq         Fix installer path in OSX
35088a6cf02 2017-01-22 Jasem Mutlaq         Record stream width and height each time we receive a frame
3509d107161 2017-01-22 Robert Lancaster     More wizard fixes
3510a35ef82 2017-01-22 Jasem Mutlaq         Check for streamWindow on closed
3511f921dfc 2017-01-21 Jasem Mutlaq         dos2unix
3512bdb4260 2017-01-21 Robert Lancaster     Wizard improvements in OSX
3513ab9c3f2 2017-01-21 Jasem Mutlaq         Clear target name when stopping scheduler
35142ea4840 2017-01-21 Jasem Mutlaq         On CCD change, check whether video streaming is ongoing
35157dd0b94 2017-01-21 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
35169d55dac 2017-01-20 Robert Lancaster     OSX startup wizard changes
3517ea4edb2 2017-01-19 Jasem Mutlaq         Add live video button to capture module
35189eabf40 2017-01-19 Jasem Mutlaq         Slightly improved logging in guide and calibration
35194abcf69 2017-01-19 Akarsh Simha         Cosmetics
3520261a6fe 2017-01-15 Akarsh Simha         Add tropics to the equinox / solstices calculator module
3521647d01a 2017-01-15 Akarsh Simha         Remove Jupiter's Moons
35225980577 2017-01-19 Jasem Mutlaq         Add another button for Ekos options visible in all modules. Divide Ekos option to different tabs to clarify things
3523fa59c32 2017-01-19 Jasem Mutlaq         Simply solver options to remove leading and trailing spaces before parsing it
3524c87f6c2 2017-01-19 Robert Lancaster     OSX minor changes
35253cab491 2017-01-18 Yuri Chornoivan      Fix minor typo
3526d1f3f76 2017-01-18 Robert Lancaster     Icon fixes
3527e4b64e0 2017-01-18 Jasem Mutlaq         Change  Czech Republic to Czechia REVIEW:129688
35280e24e6d 2017-01-18 Jasem Mutlaq         Remove wrong tooltip
35294f86620 2017-01-18 Jasem Mutlaq         Add ability to switch DSLR formats which is set to FITS by default but can be set to native. In Focus, Guide, and Align module, it is always set to ..
35305f14516 2017-01-17 Jasem Mutlaq         Only use frameType no need for frameName unless we are saving it
35313cc402b 2017-01-17 Jasem Mutlaq         Only show no-fits2fits warning if we have it already in options
35329a53e34 2017-01-16 Jasem Mutlaq         Check if currentCCD was initilized in abort
3533985d5cf 2017-01-14 Jasem Mutlaq         Check if we have no-fits2fits in options already in loadandslew
35344b10cde 2017-01-13 Jasem Mutlaq         Save pixmap in stream as it is used later for saving a file
353587fa30b 2017-01-13 Jasem Mutlaq         Toggle off the fullscreen mode on exist
353624576a0 2017-01-12 Jasem Mutlaq         remote obsolete connection
353722ed15d 2017-01-12 Jasem Mutlaq         Check if pixmap is null
3538e197656 2017-01-12 Yuri Chornoivan      Fix minor typo
3539e0bf3e2 2017-01-11 Jasem Mutlaq         Compare frame type against the enum instead of strings
3540704d93f 2017-01-11 Jasem Mutlaq         Add support to fullscreen mode for focusing widget
3541afc6309 2017-01-11 Jasem Mutlaq         Filter focus offsets is now supported. Needs testing
35427410242 2017-01-10 Jasem Mutlaq         Fix crash in file downloader BUGS:374796 FIXED-IN:17.04
35438904c00 2017-01-09 Jasem Mutlaq         Initial work for filter focus offsets
3544e6d7f72 2017-01-09 Jasem Mutlaq         Display error in log if saving fails
354553a3808 2017-01-08 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3546e5760dd 2017-01-07 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
35477b014d6 2017-01-06 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
35486fea78f 2017-01-05 Jasem Mutlaq         Adding more notification events in INDI and Ekos
35494848239 2017-01-03 Jasem Mutlaq         Try to find out when detection algorithm is giving false positive and we are just bouncing around for a solution
35508291bf2 2017-01-02 Jasem Mutlaq         Make streaming window remember previous size. Make default size 320x240
3551b54081e 2017-01-02 Jasem Mutlaq         use correct name for option
355209d4b01 2017-01-02 Jasem Mutlaq         Corrent name of contributor Yuri
3553d70aa13 2016-12-28 Akarsh Simha         Fix centering of  symbol for catalog stars (and also open cluster dots)
35545abce75 2016-12-28 Akarsh Simha         Fix spurious timezones in time infobox display
35557fbad13 2016-12-28 Yuri Chornoivan      Fix minor typo
3556473f6cd 2016-12-28 Jasem Mutlaq         Add option so that INDI is disconnected before executing the shutdown script which could be terminating INDI server
35578113749 2016-12-27 Akarsh Simha         Call updateCoords on SkyPoint before rendering the eyepiece view
355871f1c63 2016-12-27 Akarsh Simha         Initialize DSS Image metadata correctly and add a validity bool
3559e535eac 2016-12-24 Yuri Chornoivan      Fix minor typo found by Łukasz Wojniłowicz
3560583ca07 2016-12-20 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
356125dcc35 2016-12-20 Jasem Mutlaq         Increase maximum mount settle value to 15 seconds
35629b39365 2016-12-20 l10n daemon script   GIT_SILENT made messages (after extraction)
35631023f93 2016-12-19 Jasem Mutlaq         Save satellite options before updating TLEs
3564dff5bde 2016-12-16 Yuri Chornoivan      Fix minor typo
3565a1af7ae 2016-12-16 Yuri Chornoivan      Fix typo, use entities
3566be95892 2016-12-15 Jasem Mutlaq         Adding preliminary documentation for eyepiece view simulation. It must be updated to fully explain the tool, I used some of Akarsh comments and adde..
3567ca1d482 2016-12-14 Raphael Cojocaru     Updated screenshot for INDI tab
3568e22a0f4 2016-12-14 Akarsh Simha         Fix DSS image sizes in Eyepiece View feature.
35696ce3890 2016-12-14 Akarsh Simha         Calculate widths correctly for position angles in the second quadrant
3570fe4084b 2016-12-14 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
35716be6fc0 2016-12-14 Jasem Mutlaq         Fixing downloader issue and showing progress dialog where appropiate. It starts with unknown progress and then once progress is established it start..
3572dfd9ae6 2016-12-14 Akarsh Simha         Fix SkyMap::slotCenter()
35734e9a770 2016-12-14 Akarsh Simha         Fix regressions in rendering of Eyepiece View in Observation Planner
3574e651634 2016-12-14 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3575810d443 2016-12-14 Jasem Mutlaq         Fix issues with signals/slots when using threaded INDI client. Use more KSNotification through out the code.
3576785bfdd 2016-12-14 Jasem Mutlaq         Check for canSync first without any pre-conditions
35779a1083e 2016-12-13 David Faure          Enable strict iterators in debug mode, to catch unwanted detach()s.
357828ee1a8 2016-12-12 David Faure          Fix build with strict iterators.
3579eee680c 2016-12-12 Jasem Mutlaq         Move stopEkos after shutdown script is successfully executed and make it configurable
35806533eb6 2016-12-12 Jasem Mutlaq         Fix warning
3581f9e07c4 2016-12-12 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
35826b7d0de 2016-12-10 Pino Toscano         Use KStandardGuiItem more
358304f6bf3 2016-12-06 Jasem Mutlaq         Restore no-fits2fits and user should explicitly remove it as version checking is only reliable for offline version and unknown for others
3584c80d1e5 2016-12-06 Jasem Mutlaq         Minor optimization and documentation updates
3585882d953 2016-12-05 Jasem Mutlaq         A few minor code optimizations plus adding documentation to clear things up. starData and deepStarData structures must be fully documented to remove..
358688e3a31 2016-12-05 Jasem Mutlaq         Slightly improve efficiency of reading static stars
3587f28141d 2016-12-04 Jasem Mutlaq         Remove --no-fits2fits since it is dropped from astrometry.net in recent builds
35884b3704c 2016-12-04 Pino Toscano         Use KStandardGuiItem::overwrite()
358930834f4 2016-12-04 Jasem Mutlaq         Set autofocus in scheduler job when detected
3590e84b029 2016-12-01 Jasem Mutlaq         Using pixmaps to represent visible vs non-visible satellites. The pixmap does not scale with zoom level but that is intentional as we are not trying..
3591e60f991 2016-12-01 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
359258b197d 2016-12-01 Jasem Mutlaq         Fixing a few satellite issues including label color. Please test. CCMAIL:kstars-devel@kde.org
3593841a532 2016-11-30 Akarsh Simha         Suppress unnamed star drawing time output
3594c9e2b73 2016-11-30 Akarsh Simha         Use QtConcurrent (blocking)map to process multiple StarBlocks in parallel.
35953a2eaef 2016-11-30 Akarsh Simha         Helpful stuff to be able to do map-reduce on StarBlockLists
359621ea98e 2016-11-30 Akarsh Simha         Simplify code in StarBlock by using a typedef to handle KSTARS_LITE
3597968c4db 2016-11-30 Akarsh Simha         Temporary: Report unnamed star drawing time
359852a2814 2016-12-01 Jasem Mutlaq         Rework how configuration settings are applied. All this time _any_ configuration settings that changes resulted in a complete reload of many catalog..
359917749ee 2016-12-01 Yuri Chornoivan      Fix minor typos
360087d6ea6 2016-12-01 Jasem Mutlaq         Not need to skip if there is no claimed type
36011fd2377 2016-11-30 Jasem Mutlaq         Save/Load guide rate
3602d7d027a 2016-11-30 Jasem Mutlaq         Increase maximum X and Y range
360337b052a 2016-11-30 Jasem Mutlaq         Improving tooltip documentaiton including PID description from Wikipedia
36047b15909 2016-11-30 Jasem Mutlaq         Add parity support for remote solver
3605fd48533 2016-11-30 Jasem Mutlaq         Sync write-only properties too
3606e882f13 2016-11-29 Jasem Mutlaq         fix few issues when estimating time for sequences that loop
36078984239 2016-11-29 Jasem Mutlaq         Enclose within debug
36087779492 2016-11-28 Jasem Mutlaq         Only set fake position if the focuser is purely relative. Reduce clutter in timer-based focusing
3609bc40bd3 2016-11-28 Burkhard Lück        remove obsolete stuff from kstars documentation
361033b64bd 2016-11-27 Jasem Mutlaq         Handle device disconnection in each module
36114a37588 2016-11-27 Jasem Mutlaq         Better handling of disconnections in focuser
36128326cb0 2016-11-27 Jasem Mutlaq         Do not disable focus module when focuser is disconnected. Let focuser module handle disconnections
36131e1de91 2016-11-27 Jasem Mutlaq         Fixes when using multiple focusers
36142cf3193 2016-11-27 Jasem Mutlaq         Include focusers and filter in aux group as well
36155724792 2016-11-26 Pino Toscano         Merge remote-tracking branch 'origin/Applications/16.12'
361642eee1e 2016-11-26 Pino Toscano         use QDialogButtonBox
3617b1be6c2 2016-11-26 Pino Toscano         polish INDIHostConf UI
3618a63a71a 2016-11-26 Pino Toscano         Merge remote-tracking branch 'origin/Applications/16.12'
3619043526f 2016-11-26 Jasem Mutlaq         Check for widgt before calling mapFromParent BUGS:372926
3620f2cd5da 2016-11-24 Andreas Sturmlechner Add missing ifdef to fix build
3621f38ff7c 2016-11-24 Jasem Mutlaq         Temporary hack to solve kstars.exe remaining in the background due to a big in Qt 5.8 that is not resolved yet CCBUG:366596
362221f0d1a 2016-11-24 Jasem Mutlaq         Remove obsolete file
3623d050927 2016-11-24 Jasem Mutlaq         Fix for quick device removal that may cause inconsistencies in QTabWidget
3624c092dba 2016-11-24 Yuri Chornoivan      Fix various minor typos
36251ddab20 2016-11-24 Jasem Mutlaq         Fix a few rounding issue with multi-byte data. BUGS:372853
362659627f1 2016-11-23 Jasem Mutlaq         Adding support to supernovae data from the Open Supernovae Catalog
3627ee5f4fe 2016-11-23 Jasem Mutlaq         Improve file downloader but still needs work and lots of is already duplication KDE KIO stuff which can't be used in Android yet unfortunately so du..
3628c98efd3 2016-11-23 Jasem Mutlaq         Use progress dialog so user can see some progress and ability to cancel download
3629468bb31 2016-11-23 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3630c76bdb1 2016-11-23 Jasem Mutlaq         Initial work on supernova from open supernova catalog
3631be603d6 2016-11-22 Jasem Mutlaq         Fix ifdef error
36328e2f15a 2016-11-22 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
3633c2a8435 2016-11-21 Jasem Mutlaq         Use correct icon for geographic location
3634b546802 2016-11-21 Jasem Mutlaq         Use a Mutex to protect line loading while using QtConcurrent
3635a753da5 2016-11-21 Jasem Mutlaq         Warn user when changing INDI server binary
36363be4939 2016-11-21 Jasem Mutlaq         Fix astrometry directory action on OSX
3637f196748 2016-11-20 Jasem Mutlaq         When performing load and slew on a non-FITS file, give the user an option to either use the blind solver or use existing solver settings
3638056cfa9 2016-11-20 Jasem Mutlaq         Add Sony ARW to list of accepted raw files
36398b20c6c 2016-11-20 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3640718c19d 2016-11-20 Jasem Mutlaq         If focus star is selected then apply whatever algorithm the user selects. Otherwise, always run centeroid algorithm
3641093337a 2016-11-20 Jasem Mutlaq         Fix integer overflow
3642165a828 2016-11-20 Jasem Mutlaq         Disable J2000 status display by default. If advanced users want to enable it, they can, it should remain simple by default
3643f0508ff 2016-11-20 Jasem Mutlaq         If clock was started paused, display that in the logs and set the current date and time since tick from SimClock is not being picked up in paused st..
36442988dc4 2016-11-20 Jasem Mutlaq         When starting Ekos, also make sure clock is started and up to date
364547f7bda 2016-11-19 Jasem Mutlaq         Add ability to launch FITSViewer from within guide and focus frame if requested by user to further inspect the images
364699dc797 2016-11-19 Jasem Mutlaq         Use KSNotification so that it is compatible with Android as well. Improve its functionality
36474af2f26 2016-11-19 Jasem Mutlaq         Set currentCCD to activeCCD if they're different
36483362315 2016-11-19 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
36496a0a9a3 2016-11-19 Jasem Mutlaq         Fix BLOB issue when using external guiders. Now it is only disabled as required and re-enabled for other CCDs
3650d0d9722 2016-11-19 Yuri Chornoivan      Fix minor typo
3651198cf16 2016-11-19 Jasem Mutlaq         Consider wait stage prior to progress so that other modules are not blocked while in the waiting period which should expire after a particular timeo..
36521ffd45d 2016-11-19 Jasem Mutlaq         DO not show warning dialog twice
365342d67c7 2016-11-18 Jasem Mutlaq         Improve scheduler GUI
36544930a87 2016-11-18 Jasem Mutlaq         When checking job completion, check rememberJobProgress flag
36555089e1b 2016-11-18 Jasem Mutlaq         Set column layout stretch
365605eac3a 2016-11-18 Jasem Mutlaq         Fix ifdef for FITSViewer
3657f3b28bd 2016-11-18 Jasem Mutlaq         Make file and capture settings in bold
3658223a4b0 2016-11-17 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
36590e9b036 2016-11-17 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
36609f113c7 2016-11-17 Jasem Mutlaq         Further improve capture GUI to utilize all available space
36616ac8834 2016-11-17 Jasem Mutlaq         Fix warning
3662ce4bb80 2016-11-17 Jasem Mutlaq         Fix warning about un-used variable
3663eb3408f 2016-11-17 Jasem Mutlaq         Remove unused variables
36640a329d5 2016-11-17 Jasem Mutlaq         Implement setAlgorithmIndex
36658431423 2016-11-17 Jasem Mutlaq         Disable warning until QCustomPlot 2.0 is released
366672d38db 2016-11-17 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
366772295c4 2016-11-17 Jasem Mutlaq         Capture GUI rework to make it more compact and clear to end user
3668c69409c 2016-11-17 Jasem Mutlaq         Remove useless log option and reduce vertical space
36696a88ddf 2016-11-17 Jasem Mutlaq         Push filter type to stack on load
36705ef5cfb 2016-11-17 Jasem Mutlaq         Always reset INDI connection status when a new device is detected. Compare the connected devices against detected devices not profile devices since ..
3671b0bb15c 2016-11-17 Jasem Mutlaq         Multiply by 1000 not 3600
3672fdab09d 2016-11-17 Jasem Mutlaq         Disabled out of range warnings as they clog the logs
3673fa77da3 2016-11-17 Jasem Mutlaq         Moving functios to detect sequence completion to scheduler to better estimate time and also start capture immediately if only calibraton frames are ..
36740d00f76 2016-11-16 Jasem Mutlaq         Add weather to aux list
3675b38d761 2016-11-16 Jasem Mutlaq         Dropping ISO8601 as it creates an illegal filename under Windows and replacing colons with dashes
36761e083f0 2016-11-15 Jasem Mutlaq         Add support to dithering every X frames as requested
3677fcbacdf 2016-11-15 Jasem Mutlaq         Do not set time as it is already set in SimClock ctor
3678cb99a35 2016-11-15 Jasem Mutlaq         KStars now depends on INDI v1.3.1
36797e9dccd 2016-11-15 Jasem Mutlaq         Simple fix by Rob to show WCS Labels after switch
3680cfb6d38 2016-11-14 Jasem Mutlaq         Bump to 2.7.2
36817b474dc 2016-11-14 Jasem Mutlaq         Set all connection to UniqueConnection in Align and fix mismatched signal/slot
36825ec1c8c 2016-11-14 Jasem Mutlaq         Improve visibility of the magnitude number in the labels.
36839e82b30 2016-11-14 Jasem Mutlaq         Warn users if BLOB was disabled in the camera due to usage of external guiding applications
36843b7d6e9 2016-11-14 Jasem Mutlaq         Set the appropiate FITS view type
368509efca4 2016-11-14 Robert Lancaste      OSX Bundle improvements
36863b23570 2016-11-13 Robert Lancaster     Fix today calender icon not showing up
368780d70f5 2016-11-13 Jasem Mutlaq         Not cancel slot
3688a73a386 2016-11-13 Jasem Mutlaq         Only reset file on startup
3689c29ef84 2016-11-13 Jasem Mutlaq         Fix ifdefs to compile without cfitsio/lite
3690eb2453a 2016-11-13 Robert Lancaster     XPlanet Fixes and Bundle Defaults
36915b4cc61 2016-11-12 Raphael Cojocaru     Added functionality for Update button. Now, the AltvsTime widget will recompute all the graphs points when the Update button is pressed.
36928bf445e 2016-11-12 Robert Lancaster     Night theming for OSX
36933f95d5b 2016-11-12 Artem Fedoskin       Merge branch 'master' of git://anongit.kde.org/kstars
36943606db6 2016-11-12 Artem Fedoskin       KStars Lite - add sand clocks into the first startup
36959ca83ff 2016-11-11 Jasem Mutlaq         Apply capture filter for dark frames
36963b92240 2016-11-11 Jasem Mutlaq         Check index do not crash
3697b71de87 2016-11-11 Jasem Mutlaq         New Lite Android version
36983ef929f 2016-11-10 Artem Fedoskin       KStars Lite - added splash screen right after startup
3699c51ce42 2016-11-10 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
370068f2771 2016-11-10 Jasem Mutlaq         Change Ekos icon size to 48x48. Reset image progress value to zero on abort
3701d690d0b 2016-11-10 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3702bbf323c 2016-11-09 Jasem Mutlaq         2.7.1 release
370336c93a9 2016-11-09 Jasem Mutlaq         Watch out for negative boundary values
3704bf3040d 2016-11-09 Jasem Mutlaq         Expand profile Pixmap to cover more area. Only submit state changes once per action, GUIDE_DITHERING_SUCCESS was being emitted twice
3705390e58c 2016-11-09 Jasem Mutlaq         If no star is selected while waiting, change state to IDLE
37069ad587c 2016-11-09 Jasem Mutlaq         Add new progress bar for current image being captured in the summary
3707594cd91 2016-11-09 Jasem Mutlaq         Retry failed tasks before giving up. Add new signal for image time progress
3708a3dcdb2 2016-11-09 Jasem Mutlaq         Disable too verbose logging until necessary
3709e120f3d 2016-11-09 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
37104042778 2016-11-09 Jasem Mutlaq         Fix warning and add clarification message
3711341b6e7 2016-11-09 Jasem Mutlaq         Improve handling of sync and slew failure in align module
371264a2d1e 2016-11-08 Jasem Mutlaq         Fixing problems with saving configuration on Android
3713cead4ef 2016-11-08 Jasem Mutlaq         Ensure box size combo index >= 0
37141934a83 2016-11-08 Robert Lancaster     OSX and XPlanet fixes
3715ca6c401 2016-11-08 Jasem Mutlaq         Fix function name in namespace
37164bd2790 2016-11-07 Jasem Mutlaq         If user canceled dark frame capture then we set the options to off
3717e1beafd 2016-11-07 Jasem Mutlaq         If loadSlew is active, we do not check targetDiff value
37189ca7f7c 2016-11-07 Jasem Mutlaq         Adding support to other FITS data types
3719ea574b6 2016-11-07 Jasem Mutlaq         Make it compile on Android
3720194102e 2016-11-07 Jasem Mutlaq         Make moonless night fallback default
3721e727178 2016-11-07 Jasem Mutlaq         Save color scheme file to config
372253fbf26 2016-11-07 Jasem Mutlaq         Show splash first thing
3723329eb0f 2016-11-07 Jasem Mutlaq         Do not include histogram in lite
3724e93c4bd 2016-11-07 Robert Lancaster     More OSX bundle work to copy data if it does not exist
372561f2c7b 2016-11-07 Jasem Mutlaq         Add KStars version to log
37269cc2943 2016-11-06 Jasem Mutlaq         Bump to 1.0.1
372712c5815 2016-11-06 Jasem Mutlaq         Fix compile
3728a1ec471 2016-11-06 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3729362394d 2016-11-06 Jasem Mutlaq         Various fixes for KStars Lite
37307b5afc7 2016-11-06 Jasem Mutlaq         Adapting FITSData to work for KStars Lite and adding a static function to create an autostreched QImage from a FITS File
37319182ea1 2016-11-06 Jasem Mutlaq         QtConcurrent for milkyway seems to crash it sometimes to disabling it for now
3732e37c3ee 2016-11-06 Jasem Mutlaq         New notification system that can work for both desktop and mobile version
37336f67ba0 2016-11-06 Artem Fedoskin       Merge branch 'master' of git://anongit.kde.org/kstars
3734a6d6d54 2016-11-06 Artem Fedoskin       KStars Lite - Change version of apk
3735a4751fe 2016-11-06 Jasem Mutlaq         SIGNIFICANT boost in startup speed from using a combination of delayed image loading, which also saves RAM, and QtConcurrent. The usage of QtConcurr..
373609f7929 2016-11-06 Jasem Mutlaq         Connect streamWindow when there is a valid object. Make it unique
3737b6c7370 2016-11-06 Jasem Mutlaq         Reset buttons fixes
37383de1e6f 2016-11-06 Jasem Mutlaq         Add more debug logging. Change status to progress when slewing is over
3739b1ba2bc 2016-11-06 Jasem Mutlaq         Break outside of else
3740723b756 2016-11-06 Jasem Mutlaq         Autostretch fixes
3741b2c8887 2016-11-06 Jasem Mutlaq         Use templated functions to reduce memory footprint of FITS operations
3742f7a9269 2016-11-06 Artem Fedoskin       Merge branch 'master' of git://anongit.kde.org/kstars
37430e8ed22 2016-11-06 Artem Fedoskin       Solve bug https://bugs.kde.org/show_bug.cgi?id=371998
374461df105 2016-11-04 Robert Lancaster     OSX bundle fixes
37453b5c564 2016-11-04 Jasem Mutlaq         Make auto debayering as an option so that it can be disabled if not desired
3746a7603e2 2016-11-03 Jasem Mutlaq         Compile without WCS take 2
37478e84022 2016-11-03 Jasem Mutlaq         Compile without WCS
37483435bcf 2016-11-03 Jasem Mutlaq         Treat empty drivers as invalid as well
374987e676a 2016-11-03 Robert Lancaster     OSX bundle fixes
375065d0bad 2016-11-03 Jasem Mutlaq         Improve file downloading to emit cancelled signal and show optionally a progress dialog. Also can directly save to file and now saves progressivly a..
375105b8f16 2016-11-02 Robert Lancaster     OSX Bundling patch
3752203e5b2 2016-11-02 l10n daemon script   SVN_SILENT made messages (.desktop file) - always resolve ours
37532f928fb 2016-11-02 Artem Fedoskin       KStars Lite - Fix bug with INDI in Android version
37543b3e27e 2016-11-02 Artem Fedoskin       KStars Lite - Fix size of icons in top drawer
3755ad7de0d 2016-11-01 Artem Fedoskin       Merge branch 'master' of git://anongit.kde.org/kstars
37566b9087d 2016-11-01 Artem Fedoskin       KStars Lite - Location name can be now automatically retrieved from internet while setting coordinates from GPS
37578c481c8 2016-11-01 Jasem Mutlaq         Cannot use UniqueConnection with labdas so going back to regular signals/slots
375831240e6 2016-11-01 Jasem Mutlaq         Make group as unknown if it is empty
3759ff744ac 2016-11-01 Jasem Mutlaq         Disable debug comments that litter the logs
37608450f00 2016-10-30 Jasem Mutlaq         Various fixes for guiding
3761a4bb1d7 2016-10-30 Jasem Mutlaq         Dithering success should keep busy signal
376285ac071 2016-10-30 Jasem Mutlaq         Increase edge limit to 15% for focus and guide frame to avoid edge star detection
37634bc9e99 2016-10-30 Jasem Mutlaq         km --> AU
37642052307 2016-10-30 Jasem Mutlaq         Deprecess an empty point when we add a flag, otherwise use ra0/de0 from the object
3765e1ecb21 2016-10-30 Jasem Mutlaq         Fix manual focus dialog calculating wrong sky point based on bogus epoch
3766cd598e8 2016-10-29 Jasem Mutlaq         Preliminary support to solving captured non-FITS images in Align module. Needs testing
376741aa2eb 2016-10-29 Jasem Mutlaq         Do not enable Align module if there is no scope
37682e6113a 2016-10-29 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
3769b3dc10d 2016-10-29 Jasem Mutlaq         Set currentGoto mode value since the connect in the ctor gets only activated for explicit clicks
3770845d077 2016-10-29 Jasem Mutlaq         set tab order
3771137b2e0 2016-10-29 Pino Toscano         fixuifiles
37726bda418 2016-10-29 Jasem Mutlaq         Create file URL from Local File
3773831d1d9 2016-10-28 Jasem Mutlaq         Fix few problems that appeared after removing build_kstarslite
3774949ce3b 2016-10-28 Jasem Mutlaq         Merge branch 'master' of git://anongit.kde.org/kstars
37750327f0f 2016-10-28 Jasem Mutlaq         Removing build_kstarslite from repo and moving it to Github where it is maintained there
377640760c3 2016-10-28 Jasem Mutlaq         Use the old-style connect for the deprecated function to make it compile on Qt < 5.6
3777316e19a 2016-10-28 Jasem Mutlaq         errorOccured was introduced in 5.6 so account for that
3778807467e 2016-10-28 Jasem Mutlaq         Use local file otherwise it is broken under Windows
3779a867d71 2016-10-28 Jasem Mutlaq         Invalid directory was being set since it was storing a file and not a path, fixed
3780f087747 2016-10-28 Jasem Mutlaq         Fix Epoch range as it was limited to 99.99
3781df74f94 2016-10-28 Jasem Mutlaq         Use std::abs. Thanks to Christian Dersch for finding this issue
3782c027f68 2016-10-28 Jasem Mutlaq         Call checkCCD if CCD_TEMPERATURE permission is not RO otherwise no need. Reset frame to zero in case we have invalid limits
37835127008 2016-10-28 Jasem Mutlaq         Set pulseTimer to be oneShot
3784f1da6f6 2016-10-28 Jasem Mutlaq         Clear temperature out when switching cameras
3785154a795 2016-10-27 Jasem Mutlaq         Add 2.7.0 changelog from GIT
3786
37872.7.0 (Menkab):
3788 ===================----------------------------------
378913c1993 2016-10-27	Jasem Mutlaq	Adding missing list icons
379070c3d29 2016-10-27	Robert Lancaster	Add two missing icons required for KNewStuff
3791524d99a 2016-10-27	Jasem Mutlaq	Bump version to 2.7.0 and arrange developers
37923ec33f0 2016-10-27	Jasem Mutlaq	Change start to stop for preview as well
379334d5920 2016-10-27	Jasem Mutlaq	No need to unpack full image when we only need thumbnails
3794523dfed 2016-10-27	Jasem Mutlaq	Also disable temperature checkbox if there is no cooler
3795dc9fb7e 2016-10-27	Jasem Mutlaq	Fix reading raw files bugs
3796eaafa93 2016-10-27	Jasem Mutlaq	Always reset frame when doing calibration. Use pulseTimer instead of single shot so that we can stop it on abort
3797bef4d86 2016-10-27	Jasem Mutlaq	Add LibRaw as optional dependency to handle reading of RAW files recieved from cameras. This enables multiplatform support for handling RAW files as libraw is available in major platforms
37980dbb399 2016-10-27	Robert Lancaster	KLauncher handling on OSX
3799f27f7b4 2016-10-27	Jasem Mutlaq	Add support to NEF handlign. I probably need to utilize libraw instead of dcraw so that this can work multiplatform
3800ed8bc05 2016-10-26	Artem Fedoskin	Update icons in KStars Lite
3801cc5fc1c 2016-10-26	Robert Lancaster	More OSX window fixes to stay on top
380240ad456 2016-10-26	Jasem Mutlaq	Stop align timer on solve fail
3803f758660 2016-10-26	Jasem Mutlaq	Put connect statements when we run solver since we disconnect the slots upon exist
3804db63f1a 2016-10-25	Robert Lancaster	Fix GUI of add deep sky
38054e245ad 2016-10-25	Jasem Mutlaq	Retain frame value when receving updated CCD_INFO property unless they are out of bounds
38064031709 2016-10-25	Jasem Mutlaq	Always use the POSIX INDI client under Linux to match what users use by default
38073b0bf48 2016-10-25	Jasem Mutlaq	Add log comment when timing out. Must find solution for loadAndSlew condition on timeout
38086dfa89a 2016-10-25	Jasem Mutlaq	Add parity detection to astrometry modules and it is reused on next captures unless a solver fails then it gets reset to both. Adding alignment solver timer as well to watch for timeout
3809931a353 2016-10-25	Jasem Mutlaq	Reset the guide state on calibrate. Show detected stars when doing auto-star selection
3810f9846aa 2016-10-25	Robert Lancaster	Fix buttons in OSX
3811de60e6f 2016-10-25	Robert Lancaster	Make Windows as tools on OSX to workaround some Qt bug where they get behind main window
3812fe65e03 2016-10-25	Artem Fedoskin	Added new splash screen and icon in KStars Lite
3813684cb82 2016-10-24	Jasem Mutlaq	Fixing more issues with guiding and subframing in auto-calibrate-guide mode
381465db5ce 2016-10-24	Jasem Mutlaq	Use flag to know if calibration was ever completed instead of checkin for prior status. Fix dark frame bug
3815c9930ea 2016-10-24	Jasem Mutlaq	Some fixes to guiding with dark frames
3816fc982bf 2016-10-24	Jasem Mutlaq	Use continue cancel dialog
3817d26bea3 2016-10-24	Jasem Mutlaq	Add button to display INDI logs
3818043e2e6 2016-10-23	Robert Lancaster	Fix context menu location in FITSViewer
38193ec82dd 2016-10-23	Jasem Mutlaq	For dithering, just set initial state and let the workflow handle it
3820b3633c3 2016-10-23	Jasem Mutlaq	Better use QDir::tempPath() directly. Also monitor if process was started at all or if an error occured and handle it
382177352b6 2016-10-23	Jasem Mutlaq	Add timeout to each stage of the startup/shutdown and restart procedure in case it timeouts
38223e0de03 2016-10-23	Jasem Mutlaq	Use system temp path from QStandardPaths
38239e0e602 2016-10-23	Robert Lancaster	Adding context menu to FITSViewer just like SkyMap. Label fixes. New center telescope icon
382409e751f 2016-10-23	Jasem Mutlaq	Fix crash due to activeJob pointer not being reset. Make sure all queue icons are disabled during sequence execution
382536c6899 2016-10-22	Jasem Mutlaq	Use a timer to check if guiding deviation are still not resolved after 1 minute. If that happens then complete abort of the sequence occurs
38268d5cca1 2016-10-22	Jasem Mutlaq	Gradient algorithm should only be run on subframes as running on full frame images would make it impossible to run
3827e5abf7c 2016-10-22	Jasem Mutlaq	Set ST4 default driver
38281545e48 2016-10-22	Jasem Mutlaq	Fix setting of ST4 driver
38292632b0c 2016-10-22	Jasem Mutlaq	Enable guide log file
3830abce52f 2016-10-22	Artem Fedoskin	Added support for dark theme in KStars Lite
3831b1404a2 2016-10-22	Jasem Mutlaq	Using QtConcurrent to parallelize some aspects of KStars. Now WCS is running in a seprate thread and this brought opening time from 5 seconds to less than 1 second in WCS-enabled frames
3832099173e 2016-10-22	Robert Lancaster	Separating object info and gridlines. New telescope center icon. Speed improvements
3833699a1b7 2016-10-21	Jasem Mutlaq	Fix currentZoom being set to 0 if view width is a lot smaller than image width due to using floor()
38344b6d88b 2016-10-21	Jasem Mutlaq	Reset default focus square to 64 and guide square to 32
3835f1e5848 2016-10-21	Jasem Mutlaq	Immediately send heart beat upon connection, do not rely on timeout
38360a4bb6b 2016-10-21	Jasem Mutlaq	If null is sent to any param, ignore it
383769c6da9 2016-10-21	Jasem Mutlaq	Set binning in cmath to calculate final frame w and h
3838dc272db 2016-10-21	Jasem Mutlaq	Use correct timeout for INDI and Ekos timeouts
3839d7d7258 2016-10-21	Jasem Mutlaq	Increase subframe capture size since star can sometimes move a bit around and we do not want to lose it. Also reset first load upon subframing so that the frame is adjusted properly
3840139cc1c 2016-10-21	Jasem Mutlaq	Remove space
38415121015 2016-10-21	Jasem Mutlaq	Always use full width & height in Align module
38426f8ef3e 2016-10-21	Artem Fedoskin	Fix building error
3843816026d 2016-10-21	Robert Lancaster	Add support to identifying objects within a WCS enabled image
3844c5862ad 2016-10-21	Jasem Mutlaq	Sync job to gui should include remote dir and upload mode combos
3845918e01d 2016-10-20	Jasem Mutlaq	Add upload mode and remote dir options to capture jobs
3846944a3c7 2016-10-20	Jasem Mutlaq	Do not update remote astrometry binary file automatically
38479e8cb4a 2016-10-20	Jasem Mutlaq	Fix few issues with guiding restart and stop
38482529647 2016-10-20	Jasem Mutlaq	Reduce massRatio threshold to 1.5 to include stars in noisy images
38498bd4d47 2016-10-20	Jasem Mutlaq	If we are in autofocus, we need to proceed with capture after autostar is selected without subframe
385038d88a1 2016-10-20	Jasem Mutlaq	Reset state to GUIDE_GUIDING after a successful dithering
38512c71703 2016-10-20	Jasem Mutlaq	If guide status > GUIDE_GUIDING set aborted state as suspended
38526033a71 2016-10-19	Jasem Mutlaq	Fixing multiple focus issues
38534098038 2016-10-19	Jasem Mutlaq	Commenting out test case
385460590cc 2016-10-19	Jasem Mutlaq	Update focus DBus function calls
3855f05f6fd 2016-10-19	Jasem Mutlaq	Restrict search area for stars also in focus mode as to avoid edge cases. In canny detector, calculate total mass ratio among potential regions and select one with the highest mass ratio. If the ratio is small then it is most likely just noise
385601ec464 2016-10-19	Jasem Mutlaq	Set default focus box size to 32
3857349557d 2016-10-19	Jasem Mutlaq	Connect focus newHFR to capture module
3858f442343 2016-10-19	Jasem Mutlaq	Only abort due to guiding errors if we are taking a light frame. Also check for focus status failure flag
38595e935c6 2016-10-19	Artem Fedoskin	Use colors from current color scheme in KStars Lite pages, drawers and context menus. Change the way INDI client is built and included in Android version
3860f6022ae 2016-10-19	Jasem Mutlaq	Fixing tab order
38619817e1b 2016-10-18	Jasem Mutlaq	New gradient-based sobel algorithm is mostly working now, need mass testing
3862c971a38 2016-10-18	Jasem Mutlaq	Algorithm mostly working but would fail if multiple stars within same frame. Trying out region partitioning later on
386384fcffa 2016-10-18	Jasem Mutlaq	libnova documentation interfers with KStars, so removing it
3864b661e44 2016-10-18	Jasem Mutlaq	More progress on gradient star detection. Adding option to select which algorithm to use in Focus module
3865a12e12f 2016-10-17	Akarsh Simha	Reduce debug output
3866a663435 2016-10-17	Jasem Mutlaq	More work on canny star
386780b6a2a 2016-10-17	Jasem Mutlaq	Always make generated file sequence number last so we can easily parse it and lift artificial limit of 999
386853b3eec 2016-10-17	Jasem Mutlaq	Improving the GUI a bit and grouping comming settings togeather
38697c266f1 2016-10-16	Artem Fedoskin	Create android_libs folder on startup of build-kstarslite.sh
38705686e05 2016-10-16	Artem Fedoskin	Added KStars Lite building script
38716486d96 2016-10-16	Jasem Mutlaq	More progress on the gradient based detector
387246999cd 2016-10-16	Jasem Mutlaq	Starting on canny based single star detector
38738980355 2016-10-16	l10n daemon script	SVN_SILENT made messages (after extraction)
387442391b1 2016-10-16	Jasem Mutlaq	If there is no focuser still then return
38755934307 2016-10-15	Robert Lancaster	Adding support to panning and trackpad gestures for panning and zooming plus other improvements
3876c63569a 2016-10-15	Jasem Mutlaq	Adding initial canny edge detector
38774ad48a3 2016-10-15	Jasem Mutlaq	Add necessary getStatus functions
3878b57daae 2016-10-15	Jasem Mutlaq	Add getStatus function
38794c66d46 2016-10-15	Jasem Mutlaq	Update the scheduler to use commands of updated Ekos modules
3880f11601a 2016-10-14	Akarsh Simha	Fix crash in observing list whenever catalog configuration was changed.
388142d4149 2016-10-14	Akarsh Simha	Add utility method to create a QList<T *> from QList<QSharedPointer<T>>
3882e108f42 2016-10-14	Akarsh Simha	More FIXMEs
3883c1247ca 2016-10-14	Jasem Mutlaq	Updating icons to latest and fixed Breeze icons
3884ab6be7b 2016-10-11	Jasem Mutlaq	Use QStandardPaths to find INDI paths
3885ddb83b1 2016-10-11	Akarsh Simha	A commit full of FIXMEs and hardly anything else
388630862b9 2016-10-11	Akarsh Simha	Avoid truncating the wishlist if there's a crash while saving it.
38871daa4f7 2016-10-11	Raphael Cojocaru	More work on porting Altvstime to QCP 2.0
38885ca9db7 2016-10-10	Jasem Mutlaq	GUI changes, simplifyig interface and operations. Lots of fixes given multiple options
3889a47364f 2016-10-10	Raphael Cojocaru	Start working on porting Altvstime to QCP 2.0
38907958708 2016-10-10	Jasem Mutlaq	Focus uses its own fits frame like guide module. Improve GUI
389160755c2 2016-10-10	Jasem Mutlaq	Improve GUI a bit
3892183aca0 2016-10-10	Jasem Mutlaq	Remove auto park since it is done in scheduler. Improve GUI
3893b19391e 2016-10-10	Jasem Mutlaq	Improve GUI. Fix resume/suspend action
3894682bf87 2016-10-10	Akarsh Simha	Add missing overload for CachingDms::setD()
3895f40ddf7 2016-10-09	Robert Lancaster	Adding zoom to fit and central crosshair. Grid lines TODO
38966d23b0c 2016-10-09	Jasem Mutlaq	FIx issues when switching guiders and connecting to guider with existing guide state
3897144b2f3 2016-10-09	Jasem Mutlaq	few fixes
3898de269d3 2016-10-09	Jasem Mutlaq	LinGuider is now supported. Needs more testing of course
3899deaf6c7 2016-10-09	Jasem Mutlaq	Display logs only when guide logging is enabled
390022b6ead 2016-10-09	Jasem Mutlaq	More progress on linguider. small fix in phd2
390190c09b9 2016-10-09	Jasem Mutlaq	Use new signals for guide
3902b7b5b9a 2016-10-09	Jasem Mutlaq	Fix signal/slots connections
390325c6335 2016-10-09	Jasem Mutlaq	Moving post capture script to sequence queue where it belongs
3904e9a3db1 2016-10-09	Jasem Mutlaq	Fix wrong state names. Need to change them all anyway
39058652a42 2016-10-09	Jasem Mutlaq	Should be at first tab
3906095e5e8 2016-10-09	Jasem Mutlaq	Adding initial skeleton for linguider support based on PHD2
39070a7a4d8 2016-10-08	Jasem Mutlaq	PHD2 is mostly working now in the Ekos updated guide module
3908d56d662 2016-10-08	Jasem Mutlaq	Adding option to enable/disable guide images coming from external guide applications
3909be7dc22 2016-10-08	Jasem Mutlaq	Add missing breeze icon
3910e774127 2016-10-08	Jasem Mutlaq	Search by name and then by label and only if found add it to pi exec drivers.
3911eb99d58 2016-10-08	Robert Lancaster	Fix zoom to center to correctly reflect coordinates of the viewport
3912dfd322c 2016-10-08	Jasem Mutlaq	Init FITS url path to be the user home directory
39139d9d749 2016-10-08	Jasem Mutlaq	More progress on internal guider implementation
3914484f8f5 2016-10-08	Jasem Mutlaq	Use fixed size for all buttons
3915a1c4eee 2016-10-08	Jasem Mutlaq	Refactor name to be more standard
3916d208d82 2016-10-08	Jasem Mutlaq	Zoom to center by default
3917367b94c 2016-10-07	Jasem Mutlaq	Set button policies to fixed
3918ab1f936 2016-10-06	Jasem Mutlaq	Checking for timeout in both Ekos starting phase and when connecting INDI devices. Better fail than wait forever
391908f5350 2016-10-06	Jasem Mutlaq	More reliable way of checking if Ekos devices are connected
3920c146cc9 2016-10-06	Jasem Mutlaq	More progress on guide graph
3921a3baa10 2016-10-06	Jasem Mutlaq	Update slots
3922fcc87c1 2016-10-06	Jasem Mutlaq	More progress on guide module
3923fb55ed2 2016-10-06	Jasem Mutlaq	Disabling a few calls uncompatible with the new QCustomPlot. Need to update it to use QCPAxisTickerTime later on
39244e3fd8c 2016-10-06	Jasem Mutlaq	Update to 2.0 beta of QCustomPlot
392583e4670 2016-10-05	Jasem Mutlaq	Fixing slot issue with observer manage. BUGS:370061
392682eb842 2016-10-05	Jasem Mutlaq	Disabling some icons which are missing
392740b5cc7 2016-10-05	Jasem Mutlaq	More progress on guide operation. Now internal guiding basically works. Need to use QCustomPlot for plotting instead of legacy one
39288e30648 2016-10-05	Jasem Mutlaq	Histogram object is not strictly necessary in star finding
3929e78a098 2016-10-05	Robert Lancaster	Various fixes for OSX and icons
39306852392 2016-10-04	Artem Fedoskin	Fix bug with horizontal grid (revert to old way of calculating cosAlt if new way produced 0 value)
3931bbd21bd 2016-10-04	Jasem Mutlaq	Starting work on guide module after calibration is almost done in internal guider
393205f6fa0 2016-10-04	Jasem Mutlaq	If no crosshair is present, center around the tracking box on mouse wheel events
3933373c3eb 2016-10-04	Jasem Mutlaq	Master sync
3934fe69ba4 2016-10-04	Artem Fedoskin	Fix issue with lines not extended to horizon in KStars Lite
393594b829b 2016-10-04	Artem Fedoskin	Fixed issue when lines were not extended up to horizon.
39363bccca1 2016-10-03	Yuri Chornoivan	Fix minor typo
39370bdaf2d 2016-10-02	Akarsh Simha	Prevent unsafe connect by accepting slot in KSDssDownloader constructor
393855a83c0 2016-10-02	Akarsh Simha	Fix crashes in KSDssDownloader
3939f5a4b8c 2016-10-02	Akarsh Simha	Show some basic info about the object in a easy-to-access label
39405f9bd2e 2016-10-02	Akarsh Simha	Allow to demote objects in the Dobsonian hole
3941cec7c8f 2016-10-02	Akarsh Simha	Fix missing columns in Session View. Also show J2000 coords instead.
3942c990d40 2016-10-02	Akarsh Simha	Finish up restructuring of Observing List UI
3943cf1767b 2016-10-01	Akarsh Simha	Restruct. Obs. Planner: More vertical real estate for the Table Views.
394481e3011 2016-10-02	Akarsh Simha	Fix custom catalog handling regression introduced by b32c9417353
394598649c6 2016-10-02	Jasem Mutlaq	Master sync
39463ff4e34 2016-10-02	Jasem Mutlaq	Robert fixes to to use only svg fallback all over instead of png oxygen
39479c7736d 2016-10-01	Akarsh Simha	Fix the altitude % display in the observation planner.
394864ff47c 2016-10-01	Akarsh Simha	Change behavior of deprecess to update RA0, Dec0 only if they are J2000
3949b1adcc8 2016-10-01	Akarsh Simha	Convenience method: recomputes both equatorial and horiz. coordinates
39507cb8bda 2016-10-01	Akarsh Simha	Show the correct epoch in Details Dialog, and also the correct coords.
395179fac9a 2016-10-02	Jasem Mutlaq	Fix typo
39525497c1e 2016-10-02	Jasem Mutlaq	Add some missing icons to the QRC
3953e252eea 2016-10-02	Jasem Mutlaq	Syncing with master
3954bc11836 2016-10-02	Robert Lancaster	Adding missing icons
39555b821a2 2016-10-02	Robert Lancaster	Fixes icons on systems that cannot load icons from system  themes using the fromTheme method like OS X, Windows, and some Linux Distros.   If there is no system theme, it tries to set the theme to one of the bundled  themes if possible, but also adds the fallback method for loading icons  without a theme to each icon if that doesn't work.   Added an icons directory  to keep the theme icons and toolbar icons separate from the other data.  Included two bundled custom themes, based on breeze and oxygen.  Also fixed  the call to the "geographic" icon and the "edit indi profile" icon since they  may have been referencing the wrong icons.
3956b10766d 2016-10-01	Akarsh Simha	New workflow in the Observation Planner: Sort by % max. alt achieved
395794dc45f 2016-10-01	Akarsh Simha	Add methods: SkyPoint::maxAlt() and SkyPoint::minAlt()
3958922657a 2016-10-01	Akarsh Simha	Replace includes by forward delcarations, change include order etc.
3959a10ba5e 2016-10-01	Akarsh Simha	Avoid polluting the global namespace with Eigen stuff.
396029f66bf 2016-09-30	Jasem Mutlaq	Calibration mostly works now in internal guider. Need to test all cases after guiding and dithering are complete
3961e191630 2016-09-30	Jasem Mutlaq	Minor GUI update
3962a8a8b94 2016-09-30	Jasem Mutlaq	Minor GUI update to utilize space. Refactor sync
3963c67aceb 2016-09-30	Jasem Mutlaq	Minor GUI change. Need to update to reflect guiding changes
39643549507 2016-09-30	Jasem Mutlaq	Refactor update
396568711ba 2016-09-30	Jasem Mutlaq	Loading guide frame in its own separate view without need for FITSViewer window
396612a6c78 2016-09-30	Jasem Mutlaq	Rearranging Guide states
3967b291c29 2016-09-30	Jasem Mutlaq	Refactor changes
3968f06e813 2016-09-30	Jasem Mutlaq	Streamline focus GUI in a grid
39694d0ae87 2016-09-30	Akarsh Simha	Fix headers <---> items in Observation Planner
397018580ad 2016-09-30	Jasem Mutlaq	Make profile images scalable without keeping aspect ratio, keep star images expandable with aspect ratio set. Use icons for Ekos options
3971765ac46 2016-09-30	Akarsh Simha	CachingDms test case for implicit conversion from dms
397274541e1 2016-09-30	Akarsh Simha	New colum in the Wish List view for the new workflow: Current Altitude
3973e2a39fe 2016-09-30	Akarsh Simha	Refactor and simplify code in Observation Planner
397499841a7 2016-09-30	Akarsh Simha	Cosmetic: Reorganize code in a more readable manner.
3975de54636 2016-09-30	Akarsh Simha	warnings--, fix compile error on Mac OS X.
3976cce4f30 2016-09-29	Jasem Mutlaq	Right-click now removes the crosshairs. Also, if there is a crosshair present then zoom in or out will try to center the view on the crosshair location
3977531ec87 2016-09-29	Artem Fedoskin	Fixing http://indilib.org/forum/general/1549-qt-error-when-building-kstars-from-source.html. Made Qt::AA_EnableHighDpiScaling used only in KStars Lite
397814dc85d 2016-09-28	Akarsh Simha	Disable dms and CachingDms counting instrumentation
39795a978fd 2016-09-28	Akarsh Simha	Revert "Experiment: Make Azimuth CachingDms"
3980b85333a 2016-09-28	Akarsh Simha	constify CachingDms setters
3981fdf1cac 2016-09-28	Akarsh Simha	Experiment: Make Azimuth CachingDms
39824fd4a00 2016-09-28	Akarsh Simha	Revert "Experiment: Explicitly write out the computations of precession"
398366a7ea2 2016-09-28	Akarsh Simha	Experiment: Explicitly write out the computations of precession
3984743cba7 2016-09-28	Akarsh Simha	Disable time-measuring instrumentation in SkyPoint and StarObject
3985c5e709b 2016-09-28	Akarsh Simha	Reduce number of multiplications in SkyPoint::aberrate() by factoring
3986c1dc0b4 2016-09-28	Akarsh Simha	Update comments in SkyPoint::precess()
3987d9158d4 2016-09-28	Akarsh Simha	Experiment: Is using Eigen::Matrix3d faster than 2D array and for loop?
398832de274 2016-09-28	Akarsh Simha	Improve efficiency of SkyPoint::angularDistanceTo() etc.
3989d470574 2016-09-28	Akarsh Simha	Reduce coordinates to the range properly
39907a5cca4 2016-09-28	Akarsh Simha	FIXME comments and cosmetic changes
3991aa7dda0 2016-09-28	Akarsh Simha	Add tests to check SkyPoint::precess() and related routines.
39925ca4464 2016-09-28	Akarsh Simha	Reduce unnecessary include dependencies, use forward declarations.
39931a6d50b 2016-09-26	Akarsh Simha	Virtualize dms setters to prevent wrong results if we convert to dms*
39945c0232b 2016-09-26	Akarsh Simha	Improve CachingDms use in SkyPoint
3995b3d5b61 2016-09-26	Akarsh Simha	Fix accounting of bad cache uses.
399627d32e1 2016-09-25	Akarsh Simha	Change some KSNumbers values to CachingDms to improve re-use
39976b9ddf7 2016-09-25	Akarsh Simha	Improve use of CachingDms
39982029a90 2016-09-25	Akarsh Simha	Inline inlinable methods in KSNumbers
39998fd7073 2016-09-25	Akarsh Simha	A dms::reduceToRange() method.
40006e4fff4 2016-09-25	Akarsh Simha	Profiling code to estimate the time spent in StarObject::udpateCoords()
4001f838f26 2016-09-25	Akarsh Simha	FIXME! dms::reduce() doesn't modify the dms, it returns a new one
4002e01f22a 2016-09-25	Akarsh Simha	Some minor optimizations.
4003786e4fc 2016-09-25	Akarsh Simha	Make EquatorialToHorizontal faster by a number of improvements
400469caa28 2016-09-25	Akarsh Simha	Avoid resetting "catalog" coordinates if no proper motion was applied
4005284282f 2016-09-25	Akarsh Simha	Make KSNumbers::obliquity() return CachingDms
400613ac9e9 2016-09-25	Akarsh Simha	Change LST and latitude to CachingDms -- this saves a lot of trig calls!
40075a9c6a4 2016-09-25	Akarsh Simha	Show global number of bad CachingDms uses
4008d9ec631 2016-09-25	Akarsh Simha	Add profiling code to catch bad uses of CachingDms
400962b1e6a 2016-09-25	Akarsh Simha	Profiling: Show caching information.
4010da8bcf7 2016-09-25	Akarsh Simha	Tests for CachingDms
40118c2dffa 2016-09-25	Akarsh Simha	A CachingDms class that caches trigonometric values.
401237ba58d 2016-09-24	Akarsh Simha	Calculate trig function redundancy within DeepStarComponent::draw()
401333b0361 2016-09-24	Akarsh Simha	Revert "Experiment 1: Can we cache trig values during first computation?"
40142d4f65a 2016-09-24	Akarsh Simha	Experiment 1: Can we cache trig values during first computation?
40155da196c 2016-09-24	Akarsh Simha	Optimizations in StarObject::getIndexCoords()
4016e7e88e1 2016-09-24	Akarsh Simha	Cosmetics
4017b91a0c3 2016-09-24	Akarsh Simha	Profile trigonometric function calls to dms objects
40180860ef6 2016-09-24	Akarsh Simha	Profiling Code: Determine time spent in EquatorialToHorizontal
401925b07e4 2016-09-24	Akarsh Simha	Profiling Code: Count trigonometric calls on dms, and profile them.
40204549930 2016-09-24	Akarsh Simha	Fix include order; and cosmetic changes. (++krazy::happiness;)
4021f1be36f 2016-09-28	Akarsh Simha	Use KStarsDateTime::stringToEpoch etc. in FocusDialog
40223aedbf0 2016-09-28	Akarsh Simha	Fix epoch problems in KStarsDateTime
402390e7e72 2016-09-27	Akarsh Simha	Fix the definition of Julian Epoch in KStarsDateTime
402422eefeb 2016-09-28	Jasem Mutlaq	More progress in guide module. Load & Save settings now work
4025ac085a8 2016-09-28	Jasem Mutlaq	More progress on guide and calibration options
40265351890 2016-09-28	Jasem Mutlaq	Send heartbeat imediately upon reception of watchdog device. Then set the timer only when receiving back the heartbeat value
4027e06921b 2016-09-27	Jasem Mutlaq	Fix typo that was causing a crash
4028642bbc6 2016-09-27	Jasem Mutlaq	Working on implementing calibration and guiding options
40298a971e3 2016-09-27	Jasem Mutlaq	Updated splashscreen from Yuri
4030cb0af55 2016-09-26	Jasem Mutlaq	Now it compiles but nothing works as most functions disabled. Need to work next on calibration and guiding options setup
4031e90f2e5 2016-09-26	Jasem Mutlaq	More re-organization to the Ekos code base. Should be ready in a few days
40325b52774 2016-09-25	Jasem Mutlaq	More progress of migrating guide stuff to new architecture, still a lot of way to go. Nothing compiles yet
4033120af42 2016-09-25	Jasem Mutlaq	More progress on migrating guide stuff
4034e901f7d 2016-09-24	Jasem Mutlaq	Add new guide interface files. Organizing Ekos hierarchy
40359ee9a4c 2016-09-24	Jasem Mutlaq	Ekos GUI updates
40368a9983e 2016-09-24	Jasem Mutlaq	Ekos re-organization
4037e1f76e5 2016-09-24	Jasem Mutlaq	Moving all mount module files to their own dedicated directly
4038c35aeef 2016-09-24	Jasem Mutlaq	Moving all scheduler module files to their own dedicated directly
4039abcbcd8 2016-09-24	Jasem Mutlaq	Moving all guide module files to their own dedicated directly. Separating external vs internal guiding tools. Started on creating internal to unify all guiding commands so that they can be used for either internal or external guiding tools equally. Major redesign of guide module tab to make all information available in one place. Still lots of work in progress
4040aeb0239 2016-09-24	Jasem Mutlaq	Moving all focus module files to their own dedicated directly
4041f19e281 2016-09-24	Jasem Mutlaq	Moving all align module files to their own dedicated directly. GUI is simplified even more
404237fecee 2016-09-24	Jasem Mutlaq	Moving all capture module files to their own dedicated directly
4043030e485 2016-09-24	Jasem Mutlaq	Moving common Ekos files to the auxiliary directory for better organization
4044ab7cc64 2016-09-24	Jasem Mutlaq	Removing polar alignment mode since it can be done directly so now less user hassle to switch modes
40454212cea 2016-09-24	Jasem Mutlaq	Draw FOV even while alignment is in progress to display mid progress results on the sky map
404682083ae 2016-09-24	Jasem Mutlaq	Several changes to the guiding GUI to make it more compact, still needs further improvements maybe with embedded FITS View
4047fcdf2f9 2016-09-24	Jasem Mutlaq	Move and rename startup and shutdown procedure to make GUI more compact. Reduce spacings and margins
4048685791e 2016-09-24	Jasem Mutlaq	Re-order groups to make it more compact
4049c808d92 2016-09-24	Jasem Mutlaq	GUI improvement to make Ekos viewable on low resolution displays
4050cbb8de7 2016-09-24	Jasem Mutlaq	Remove unused functions, compact GUI
4051880bbb6 2016-09-24	Jasem Mutlaq	Compact align UI, needs further improvement in layout
4052cee6680 2016-09-23	Yuri Chornoivan	Fix EBN issues
40536db7a79 2016-09-22	Artem Fedoskin	Added author and credits. Added lock for centering in KStars Lite (if you center and track some object on Android you will be able only to pinch-to-zoom while the lock is on)
4054270a2b7 2016-09-22	Jasem Mutlaq	Get rid of unnecessary signals since it is all being tracked now by the state
40551a46021 2016-09-22	Jasem Mutlaq	Use state change to signal actual events instead of different signals for all various status changes
40566c580c2 2016-09-22	Jasem Mutlaq	Use refactored name
40578840a60 2016-09-22	Jasem Mutlaq	Remove unused signals since we rely mostly on module states now
4058bd27846 2016-09-22	Jasem Mutlaq	Get rid of obsolete signals and use lambdas where possible. keep track of modules states
40590585d04 2016-09-22	Jasem Mutlaq	Use align status to indicate actual changes in status. Fix order of solving and delays to announce the solution
406006e7889 2016-09-21	Artem Fedoskin	Set new splash screen in regular KStars
4061bbd70f6 2016-09-22	Michael Palimaka	Fix regression where INDI version check is ignored
4062f9e75a6 2016-08-14	Heiko Becker	tests: Use QTEST_GUILESS_MAIN
4063d0ff31b 2016-09-21	Artem Fedoskin	Probable fix of bug with disappearing and re-appearing labels in regular KStars. Need to test on other devices
40647d0b855 2016-09-21	Artem Fedoskin	KStars Lite. Added "Find Object" icon to bottom drawer
4065950a626 2016-09-20	Yuri Chornoivan	Fix minor typo
4066548a0ac 2016-09-20	Akarsh Simha	Drastically speed up binary file -> SQLite database generation
4067b32c941 2016-09-20	Artem Fedoskin	Final commit before merging to master. Added comments to the rest of SkyNodes, basic nodes and dialogs. Adopted KStars Lite way of searching to regular KStars.
406867128ca 2016-09-18	Jasem Mutlaq	All modules should use status to indicate what they are doing
4069928d184 2016-09-18	l10n daemon script	SVN_SILENT made messages (.desktop file) - always resolve ours
40701deb1f2 2016-09-18	Jasem Mutlaq	Add more logging to isSequenceFileComplete to diagnose any future issues
407155f164c 2016-09-17	Jasem Mutlaq	Disable and enable start button based on number of jobs
4072353d5f8 2016-09-17	Artem Fedoskin	Added comments to all SkyItem derived classes. Started to add comments to SkyNode derrived classes. Added function for deleting all childNodes to TrixelNode
407331a7b6d 2016-09-16	Jasem Mutlaq	Disable all queue edit buttons while sequence is in progress
4074d210c12 2016-09-15	Jasem Mutlaq	Start sequence as well if state is capture complete
4075e52c841 2016-09-15	Jasem Mutlaq	Always set filterReady to true if the frame type is either bias or dark
4076020015c 2016-09-15	Jasem Mutlaq	Fix typo
4077d40a345 2016-09-14	Jasem Mutlaq	Set dome device in capture module
4078630156c 2016-09-14	Jasem Mutlaq	on guide abort, abort the capture completely
40794d33442 2016-09-14	Jasem Mutlaq	Fix typo
40802c94014 2016-09-14	Jasem Mutlaq	Debug tracking box
4081ba36ebd 2016-09-14	Jasem Mutlaq	Fix signal/slot connection. Disabled selecting autostar after calibration as guide would do it anyway
4082c547d10 2016-09-14	Jasem Mutlaq	Using lambda to signal alignment startup after configured delay
40837ae00e2 2016-09-14	Jasem Mutlaq	Do not process a NULL BLOB
40843642c4b 2016-09-14	Jasem Mutlaq	Fix setWCS enable/disable notification
4085898be9d 2016-09-14	Jasem Mutlaq	If we cannot load the file, do not signal we have a BLOB
408691b5bfe 2016-09-13	Jasem Mutlaq	Get rid of obsolete signals. Move selectAutoStar to guide module instead of calibration
408783a192a 2016-09-13	Jasem Mutlaq	Add the day offset if we are past dawn instead of hardcoded 12
408840f1ec3 2016-09-13	Jasem Mutlaq	If focus fails at post-alignment stage, we need to set state back to post-alignment so that it proceeds correctly
4089bda8ab1 2016-09-13	Jasem Mutlaq	fix comments
4090ab4b451 2016-09-12	Jasem Mutlaq	Disable call to updateCoords since it creates problem when ra0/dec0 are not valid for some objects
4091ee5669c 2016-09-12	Jasem Mutlaq	Major overhaul of guiding module to make it work better with the FITSView tracking box that is used by all modules now. Use Dark Library to capture darks whenever necessary. Tweaked GUI a bit. Subframing on different binning and box size variations work a lot more reliably now
409218e7dce 2016-09-12	Jasem Mutlaq	Improved scheduler GUI. Add ability to pause the scheduler. Fix bug with jobs being re-shuffled after scoring is complete. Fix single click vs double click issue when it comes to editing a job and resetting its status. Add KDE event in case scheduler is aborted due to whatever reason
4093dde6847 2016-09-12	Jasem Mutlaq	Fix slot name
4094b75dd9e 2016-09-12	Jasem Mutlaq	Fix astronomy.net online solving issues. Use asynchronous transfer since sync. causes a lot of event loop issues.
4095ab78d97 2016-09-12	Jasem Mutlaq	Use options verbose to check for verbosity settings
4096542f789 2016-09-12	Jasem Mutlaq	Add dark library options. Add options taken from Ekos align module
4097e29969e 2016-09-12	Jasem Mutlaq	Add capture paused state
40981e647c4 2016-09-12	Jasem Mutlaq	Distinguish between shutterful and shutterless CCDs. Ask the user if the CCD has a shutter or not as to avoid asking the user to cover the telescope if it already has a shutter
4099a05de10 2016-09-12	Jasem Mutlaq	Focus module no longer have to actively revert to whatever frame settings it initially started with since this created more unnecessary complexities. Each module is separately responsible for their own frame settings. Subframing works correctly with dark frames
41003954632 2016-09-12	Jasem Mutlaq	Added ability to pause sequences and then resume them later. The module now accepts an optional target name which it will append to the root directory of the sequence file. This way the scheduler or other scripts can still use the same sequence files but with different targets
410132fe363 2016-09-12	Jasem Mutlaq	Reworked GUI, reduced clutter and darks are now taken from the Dark Library
410281d5949 2016-09-12	Jasem Mutlaq	Add FITS Align support to the CCD interface
41032b77d52 2016-09-12	Jasem Mutlaq	Add align tab so it can be inspected separately from preview or batch images
410461283b4 2016-09-12	Jasem Mutlaq	Add Dark Library options and moved some seldom used options away from Ekos to reduce clutter to the settings screen instead
410524f5007 2016-09-12	Jasem Mutlaq	Add Ekos abort event
41069499956 2016-09-06	Jasem Mutlaq	More progress on dark frame library. Now it works across capture, guide, and focus modules
41074e290af 2016-09-06	Jasem Mutlaq	More progress on dark frame library
410838e52bb 2016-09-06	Jasem Mutlaq	+ Dark Library working in capture module. + Fix issues with setting FITS dir + Fix issue with Preview tab title being hidden after a capture when the previous capture is a batch image. + Autostretch only runs on FITS_NONE images. + Remove useless and broken gamma slider. + White space cleanups.
4109842b534 2016-09-05	Jasem Mutlaq	Use FOVManager to handle how FOVs are stored. This fixes a number of memory related bugs. Need to migrate this to SQLite instead of file
4110b524e15 2016-09-05	Akarsh Simha	Code to put USNO NOMAD binary data file contents into a SQLite database
41113c99412 2016-09-05	Yuri Chornoivan	Complete the sentence
41127f7d2d2 2016-09-05	Jasem Mutlaq	Initial work for dark library
41130acf553 2016-09-04	Jasem Mutlaq	Fixing some issues with memory as reported by Valgrind, need to check more. Please double check.
4114eeb3f9e 2016-09-02	Jasem Mutlaq	Fix few focus box selection issues especially with different bin settings
411566106b0 2016-09-01	Artem Fedoskin	Added tutorial mode. Fixed bug when context window for object was appearing while zooming.
4116d53f6ff 2016-08-31	Jasem Mutlaq	Reject invalid frame requests
41174b23f1e 2016-08-31	Jasem Mutlaq	Save the frame settings for the current session for all the CCDs. Settings are saved when an image is captured. Needs testing
41183518013 2016-08-31	Jasem Mutlaq	No need to be redundant here
41195bae8f5 2016-08-31	Jasem Mutlaq	Introduce 1500ms delay between slew motion completion and start of capturing for next astrometry image to avoid residual motion from the mount
412046cfa92 2016-08-30	Jasem Mutlaq	1. Making INDI Control Panel independent as an option 2. Reparent stuff to avoid problems closing them down after KStars is shutdown 3. Add show logs button to advanced options
4121
41222.6.0 (Ikarus):
4123 ===================----------------------------------
4124
4125 - Complete Windows support (GSoC 2016)
4126 - Lite version for Tablets & Mobiles (GSoC 2016)
4127 - Updated and Improved Alt vs. Time tool.
4128 - Added FOV symbols to tool bar.
4129 - Increased performance by disabling AlwaysRecomputeCoordinates by default.
4130 - Fixed performance bug in SkyMap.
4131 - What's Interesting Tool is migrated to QML2.
4132 - Ekos: Create subdirectory for each filter type if available.
4133 - Ekos: Added Scheduler DBUS Interface
4134 - Ekos: Added support to PHD2
4135 - Ekos: Drivers profile support
4136
41372.3.0 (Altair):
4138 ===================----------------------------------
4139
4140 - Migrated to KDE Frameworks 5
4141 - Ekos DBUS Interface
4142 - INDI DBUS Interface
4143
4144 1.0 (Kornephoros): (* indicates to-be-done)
4145===================----------------------------------
4146
4147Display Features:
4148
4149- Added Comets and Asteroids (numbers of each?).
4150
4151- Added Jupiter's Moons: Io, Europa, Ganymede and Callisto
4152
4153- Added configurable "Target Indicator" at center of display.
4154
4155
4156Other Features:
4157
4158* Have any planetary body leave a trail as it moves across the sky.
4159
4160- Tag any named object with a name label (in popup menu)
4161
4162- High-quality printouts
4163
4164- "Default Zoom" menu item/toolbar button
4165
4166
4167Performance:
4168
4169- Rigorous performance profiling with valgrind has resulted in
4170  sky-rendering times about half of what they were in 0.9.1
4171
4172- Startup time has been greatly reduced by more efficient
4173  algorithms to read in large data files.
4174
4175
4176New Tools:
4177
4178- Altitude vs. Time plotter
4179
4180- Light-curve Plotter for variable stars
4181
4182- Detailed Information Window has been greatly expanded; in addition
4183  to presenting data about the object, it allows you to manage the
4184  object's internet links, query professional astronomical databases,
4185  and attach personalized text to the object's data record.
4186
4187* KStars script generator: a GUI to build KStars DCOP scripts.
4188
4189
4190Miscellany:
4191
4192- New KStars icon
4193
4194- Opening secondary KStars windows is finally stable
4195
4196- Expanded DCOP functionality; can now generate interesting
4197  "demo movies" with KStars.
4198
4199- Delay "focus below horizon" popup window to avoid mysterious
4200  exit condition.
4201
4202- Updated some inline object images
4203
4204* Expanded number of image/info links
4205
4206- KStars can now alternately use a localized list of internet links,
4207  rather than the default which links to mostly English-only
4208  websites.
4209
4210- We no longer support KDE 2.x
4211
4212
4213 0.9.1 (Indus):
4214===============--------------------------------------
4215
4216   This is a maintenance release; it contains all the feature
4217   improvements we have made up to the KDE 3.1 feature freeze.
4218
4219- The Info Panel has been removed; in its place, we display the
4220  time/geography/focus data directly on screen in three separate
4221  "Info Boxes".  These can be dragged around the window to any
4222  position, and they "stick" to the window edges on resize events.
4223  In addition, each box can be "shaded" (by double-clicking)
4224  between a full mode, and a short mode, in which only one line of
4225  information is shown.
4226
4227- New "Detailed Information" window displays name, position and other
4228  information about any object in the sky.
4229
4230- Redesign of Time Step widget in the main toolbar.  The new custom
4231  widget renders properly in all widget styles and should function
4232  more consistently.
4233
4234- ~50% improvement in sky-rendering speed due to code optimization
4235
4236- Improved display of angles as strings (use
4237  degree/arcminute/arcsecond symbols instead of letters d,m,s).
4238
4239- More accurate Rise/Set/Transit times for planets
4240
4241- new AstroCalculator module: "Day Duration"...calculates time of
4242  sunrise/sunset/noon as well as length of day and position of Sun
4243  at these three times.
4244
4245- Added many locations to geographic database, including major
4246  observatories.
4247
4248- More AstroInfo articles on on Blackbody Radiation, Parallax,
4249  Stars, Star Colors, Dark Matter, and Elliptical Galaxies
4250
4251- Handling of Daylight Savings time (a.k.a. Summer Time) is more stable.
4252
4253- Many bugfixes, including some more memory leaks.
4254
4255- Various usability/stability improvements.
4256
4257
42580.9 (Indus):
4259============--------------------------------------------
4260
4261Display Features:
4262- Configurable InfoPanel: can choose to show parts of infopanel, or hide
4263  it all.
4264
4265- We now show the sky "slewing" to a new position, instead of "snapping"
4266  immediately to the new position.  You can turn this off in the options.
4267
4268- Added planet name labels
4269
4270- Planets drawn with more realistic angular sizes and position angles
4271
4272- The NGC/IC catalogs are now complete (13,000 deep sky objects; the old
4273  version had ~10,000).  In addition, the new catalog has more precise
4274  coordinates.
4275
4276- Deep sky objects drawn with correct angular size and position angle
4277  (including images)
4278
4279- Added many more zoom levels
4280
4281- KDE3 automatically alpha-blends the planet, Messier, and star bitmaps
4282  in the sky map
4283
4284- KStars can spawn multiple windows.  Use this with caution; it isn't
4285  stable yet!
4286
4287- Added View Options toolbar, which provides buttons to toggle the display
4288  of major sky features (stars, constellations, planets, deep sky obj.,
4289  coordinate grid, and horizon)
4290
4291- Added Advanced tab to Configuration window
4292
4293
4294Other Features:
4295- Can now add custom object catalogs!
4296
4297- Manual focus function (you enter exact coordinates to center on).
4298
4299- Added AstroCalc calculator window
4300
4301- Added wider range of timesteps
4302
4303- Time can now run backwards
4304
4305- Added Daylight Savings Time rules
4306
4307- Added DCOP interface, which will form the foundation of our scriptable
4308  behavior features.
4309
4310- Can zoom with the mouse wheel, or by dragging with the middle mouse
4311  button.
4312
4313- new "Advanced" Options tab for tweaking behaviors such as atmospheric
4314  refraction correction, hiding objects while moving, and animated slewing
4315
4316- Preliminary Print function (does not work well yet)
4317
4318- "Tip of the Day" window
4319
4320
4321Calculation Accuracy:
4322- More accurate Planet positions:  now properly include aberration,
4323  nutation, light travel time delay.  Planet positions are updated
4324  more often.
4325
4326- Atmospheric refraction: in Alt/Az mode, we include the effect of our
4327  atmosphere, which bends light that passes through it, slightly altering
4328  the positions of objects in the sky.
4329
4330- rewrote time handling code; simulation time is now kept by a separate
4331  class.
4332
4333
4334Performance:
4335- Using a memory cache for object images, which greatly reduces CPU load
4336  when object images are on-screen.
4337
4338- rewrite of splashscreen/data loading procedure to be more efficient.
4339
4340- Find Object (by Name) function is faster
4341
4342- clicking on the map to identify an object is more intelligent when
4343  several objects are near the clicked location (it prioritizes the
4344  selection by object type).
4345
4346
4347Code Structure:
4348- major code overhauls to improve performance and memory usage
4349
4350- Improved OOP code structure (classes are more independent; and
4351  have private data).
4352
4353- Planet data stored in a hierarchy of classes.
4354
4355- the information panel is now its own class
4356
4357- using XMLGUI to describe menu and toolbar structure
4358
4359- Menus conform to the standard KDE structure
4360
4361
4362Several bugfixes, including some crash conditions.
4363
4364
43650.8 (Hydra):
4366============-----------------------------------------------
4367
4368Sky display: Milky Way is now filled.  Added coordinate grid.
4369  Reorganized "colors" tab in options window.  Added options to
4370  show constellation names in native language, or as official IAU
4371  abbreviations.  Popup menu now shows Rise/Set times of the object.
4372  Added "genetive" star names (e.g., "alpha Orionis").  Added
4373  keyboard shortcuts to center on planets, and on cardinal direction
4374  points along the horizon (N, S, E, W).
4375
4376Customization: Ability to add custom geographic locations, custom
4377  URLs, and custom color schemes.  Added "star chart" predefined
4378  color scheme.
4379
4380Geographic locations: Added about 80 non-US cities to locations
4381  database.  Improved determination of a location's time zone.
4382  Added optional "Province" field to geolocation database.
4383
4384Documentation: Updated Handbook.  Added AstroInfo articles to the
4385  Handbook.  Added toolbar button to launch handbook browser
4386
4387Performance:
4388- Improved memory handling (unused objects are not loaded into
4389  memory on startup).
4390
4391
43920.7 (Gemini):
4393=============------------------------------------------------
4394Added realistic star colors.
4395Added ability to provide custom image and information links.
4396Most Messier objects now shown as inline images directly on the sky map.
4397Expanded number of internet links.
4398Added Pluto.
4399Added Milky Way countour.
4400Added spectral type of stars to popup menu.
4401Automated object tracking when an object is centered.
4402Display name and coordinates of centered object in the infoPanel.
4403Fixed "extra layout" error messages.
4404Improved efficiency of KSPlanet::findPosition().
4405Initial startup parameters make more sense.
4406If focus point is below horizon when KStars restarts, a warning message
4407  is triggered.  Also, if it is shut down while tracking an object, it
4408  will still be tracking when restarted.
4409Choose latin or localized constellation names.
4410Various bug fixes and minor improvements.
4411
4412
44130.6 (Fomalhaut):
4414================--------------------------------------------
4415Added the moon, with phases.
4416Reorganized the InfoPanel widget (and painted it black).
4417The sky map now stretches when the window is resized.
4418Improved startup speed and vastly improved speed of the "Find Object"
4419  function.
4420
44210.5 (Enif):
4422===========------------------------------
4423Added Sun and all planets except Pluto.
4424Reorganized view options dialog.
4425Added Splash Screen, with loading messages.
4426
44270.4 (Deneb):
4428============-----------------------------
4429Added customizable display options, including color palette.
4430Implemented Alt/Az Coordinate system.
4431Added optional opaque horizon.
4432Expanded star catalog.
4433Deep-sky objects symbols indicate object type, and color indicates catalog.
4434Added NGC/IC catalog.
4435Added links to HST press release images.
4436Added Find-by-name function.
4437Updated documentation.
4438
44390.3 (Castor):
4440=============----------------------------
4441added Messier objects, constellation lines, image downloads,
4442drag sky w/ mouse.
4443
44440.2 (Betelgeuse):
4445=================----------------
4446added global coverage to city database
4447
44480.1 (Altair):
4449=============--------------------
4450first public release
4451
4452