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

Jasem Mutlaq mutlaqja at ikarustech.com
Fri Jan 4 22:05:35 CET 2008


SVN commit 757384 by mutlaqja:

The INDI network backend was migrated to fully use Qt, this along with changes in the INDI parser led to orders of magnitudes improvement in processing and constructing on the fly devices. Binary BLOBs gained the most advantage, loading an average FITs file from the CCD now takes 20% of what is used to take. 

It is now possible to start multiple devices managed by one INDI server vs the one-device-one-server behavior before. This model has also resulted in unifying server and local devices with remote devices and that in turn greatly simplified the code. Now that this is the 4.1 branch, there is quite a bit of refactoring to improve consistency. 

CCMAIL:kstars-devel at kde.org



 M  +3 -5      detaildialog.cpp  
 M  +207 -182  devicemanager.cpp  
 M  +30 -16    devicemanager.h  
 M  +106 -36   devmanager.ui  
 M  +69 -19    fitsimage.cpp  
 M  +2 -1      fitsviewer.cpp  
 M  +15 -15    imagesequence.cpp  
 M  +18 -0     indi/drivers.xml  
 M  +23 -23    indidevice.cpp  
 M  +2 -2      indidevice.h  
 M  +262 -280  indidriver.cpp  
 M  +38 -43    indidriver.h  
 M  +105 -104  indimenu.cpp  
 M  +15 -20    indimenu.h  
 M  +6 -6      indiproperty.cpp  
 M  +15 -13    indistd.cpp  
 M  +4 -4      kspopupmenu.cpp  
 M  +1 -1      kstarsdata.cpp  
 M  +10 -10    skymapdraw.cpp  
 M  +8 -8      telescopeprop.cpp  
 M  +8 -8      telescopewizardprocess.cpp  
 M  +3 -5      tools/observinglist.cpp  




More information about the Kstars-devel mailing list