https://bugs.kde.org/show_bug.cgi?id=376708
Jasem Mutlaq <mutla...@ikarustech.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |17.04 Latest Commit| |https://commits.kde.org/kst | |ars/9764bad786aa851f24493d0 | |b5d6f79a5a3ce3b28 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Jasem Mutlaq <mutla...@ikarustech.com> --- Git commit 9764bad786aa851f24493d0b5d6f79a5a3ce3b28 by Jasem Mutlaq. Committed on 20/02/2017 at 19:27. Pushed by mutlaqja into branch 'master'. Re-work how alignment module options are generated for different modes (online, offline, remote, from file) and how they are saved between sessions. Move Alignment options from Ekos settings to alignment module own settings module. FIXED-IN:17.04 CCMAIL:kstars-de...@kde.org M +5 -1 kstars/CMakeLists.txt M +259 -470 kstars/ekos/align/align.cpp M +29 -17 kstars/ekos/align/align.h M +26 -136 kstars/ekos/align/align.ui D +0 -696 kstars/ekos/align/astrometryoptions.ui M +8 -7 kstars/ekos/align/offlineastrometryparser.cpp M +3 -3 kstars/ekos/align/onlineastrometryparser.cpp A +91 -0 kstars/ekos/align/opsalign.cpp [License: GPL (v2+)] A +48 -0 kstars/ekos/align/opsalign.h [License: GPL (v2+)] A +207 -0 kstars/ekos/align/opsalign.ui A +156 -0 kstars/ekos/align/opsastrometry.cpp [License: GPL (v2+)] A +51 -0 kstars/ekos/align/opsastrometry.h [License: GPL (v2+)] A +741 -0 kstars/ekos/align/opsastrometry.ui M +1 -1 kstars/ekos/align/remoteastrometryparser.cpp M +21 -8 kstars/ekos/ekosmanager.cpp M +0 -63 kstars/ekos/opsekos.cpp M +0 -6 kstars/ekos/opsekos.h M +2 -208 kstars/ekos/opsekos.ui M +121 -64 kstars/kstars.kcfg https://commits.kde.org/kstars/9764bad786aa851f24493d0b5d6f79a5a3ce3b28 -- You are receiving this mail because: You are watching all bug changes.