[Kstars-devel] KDE/kdeedu/kstars/kstars

Alexey Khudyakov alexey.skladnoy at gmail.com
Fri Jul 31 22:10:06 CEST 2009


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 at 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  


http://websvn.kde.org/?view=rev&revision=1005335


More information about the Kstars-devel mailing list