| Summary: | Make possible to display multiple FOVs. | ||
|---|---|---|---|
| Product: | [Applications] kstars | Reporter: | Alexey Khudiakov <alexey.skladnoy> |
| Component: | general | Assignee: | Akarsh Simha <akarsh.simha> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | alexey.skladnoy |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexey Khudiakov
2009-02-23 22:38:54 UTC
SVN commit 1005335 by khudyakov: Implement support for multiple FOVs displaying. This is an extensive changeset but it's difficult to do such changes in small pieces. Now all FOVs are stored in memory in one QList in KStarsData object. Configuration file are also changed. Only names of displayed FOVs are stored Options::. There's no way to store list of FOVs there so they are still stored in fov.dat. Regressions: * There is no way to set default list of FOVs since new code for reading accept empty fov.dat happily and doesn't revert it. * FOV symbol isn't drawed in FOV dialog. * All DCOP/D-Bus related stuff for FOVs now broken. CCMAIL: kstars-devel@kde.org CCBUG: 185388 M +4 -58 dialogs/fovdialog.cpp M +0 -2 dialogs/fovdialog.h M +0 -2 kstars.cpp M +9 -19 kstars.h M +3 -25 kstars.kcfg M +20 -80 kstarsactions.cpp M +24 -9 kstarsdata.cpp M +6 -1 kstarsdata.h M +6 -5 kstarsdcop.cpp M +17 -56 kstarsinit.cpp M +3 -1 skymapdraw.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1005335 Fixed. |