D15050: 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 to FOV for small moons.
    Jasem Mutlaq 
    noreply at phabricator.kde.org
       
    Fri Aug 24 09:59:12 BST 2018
    
    
  
mutlaqja requested changes to this revision.
mutlaqja added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> xplanetimageviewer.cpp:313
> +    m_setFOV->setMinimumSize(QSize(32,32));
> +    m_setFOV->setToolTip(i18n("Zoom to one of the KStars FOV's.   Note: has no effect if hovering over object."));
> +    viewControlsLayout->addWidget(m_setFOV);
"Zoom to a specific FOV. This has no effect when hovering over an object"
> xplanetimageviewer.cpp:1064
> +        QMap<QString, const FOV *> nameToFovMap;
> +        foreach (f, KStarsData::Instance()->getAvailableFOVs())
> +        {
for(const FOV *f : KStarsData::Instance()->getAvailableFOVs())
REPOSITORY
  R321 KStars
REVISION DETAIL
  https://phabricator.kde.org/D15050
To: lancaster, mutlaqja
Cc: kde-edu, mutlaqja, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20180824/e9fc5f21/attachment.html>
    
    
More information about the kde-edu
mailing list