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

Prakash Mohan prak902000 at gmail.com
Fri May 28 15:44:07 CEST 2010


SVN commit 1131582 by prakash:

Comast had been renamed to OAL(Open Astronomy Log) long back, so changing everything comast to oal.

CCMAIL:kstars-devel at kde.org


 M  +15 -15    CMakeLists.txt  
 M  +2 -2      Messages.sh  
 D             comast (directory)  
 M  +1 -1      kstars.cpp  
 M  +2 -2      kstars.h  
 M  +1 -1      kstarsactions.cpp  
 M  +1 -1      kstarsdata.cpp  
 M  +4 -4      kstarsdata.h  
 M  +2 -2      kstarsinit.cpp  
 M  +1 -1      kstarsui-indi.rc  
 M  +1 -1      kstarsui-win.rc  
 M  +1 -1      kstarsui.rc  
 A             oal (directory)  
 A             oal/equipmentwriter.cpp   [License: GPL (v2+)]
 A             oal/equipmentwriter.h   [License: GPL (v2+)]
 A             oal/equipmentwriter.ui  
 A             oal/execute.cpp   [License: GPL (v2+)]
 A             oal/execute.h   [License: GPL (v2+)]
 A             oal/execute.ui  
 A             oal/eyepiece.cpp   [License: GPL (v2+)]
 A             oal/eyepiece.h   [License: GPL (v2+)]
 A             oal/filter.cpp   [License: GPL (v2+)]
 A             oal/filter.h   [License: GPL (v2+)]
 A             oal/lens.cpp   [License: GPL (v2+)]
 A             oal/lens.h   [License: GPL (v2+)]
 A             oal/log.cpp   [License: GPL (v2+)]
 A             oal/log.h   [License: GPL (v2+)]
 A             oal/oal.h   [License: GPL (v2+)]
 A             oal/observation.cpp   [License: GPL (v2+)]
 A             oal/observation.h   [License: GPL (v2+)]
 A             oal/observer.cpp   [License: GPL (v2+)]
 A             oal/observer.h   [License: GPL (v2+)]
 A             oal/observeradd.cpp   [License: GPL (v2+)]
 A             oal/observeradd.h   [License: GPL (v2+)]
 A             oal/observeradd.ui  
 A             oal/scope.cpp   [License: GPL (v2+)]
 A             oal/scope.h   [License: GPL (v2+)]
 A             oal/session.cpp   [License: GPL (v2+)]
 A             oal/session.h   [License: GPL (v2+)]
 A             oal/site.cpp   [License: GPL (v2+)]
 A             oal/site.h   [License: GPL (v2+)]
 M  +5 -5      tools/observinglist.cpp  
 M  +1 -1      tools/observinglist.h  


--- trunk/KDE/kdeedu/kstars/kstars/CMakeLists.txt #1131581:1131582
@@ -298,24 +298,24 @@
 	thumbnailpicker.cpp thumbnaileditor.cpp quaternion.cpp binfilehelper.cpp
 )
 
-set(comast_SRCS
-    comast/log.cpp
-    comast/observer.cpp
-    comast/site.cpp
-    comast/session.cpp
-    comast/scope.cpp
-    comast/eyepiece.cpp
-    comast/filter.cpp
-    comast/observation.cpp
-    comast/lens.cpp
-    comast/equipmentwriter.cpp
-    comast/observeradd.cpp
-    comast/execute.cpp
+set(oal_SRCS
+    oal/log.cpp
+    oal/observer.cpp
+    oal/site.cpp
+    oal/session.cpp
+    oal/scope.cpp
+    oal/eyepiece.cpp
+    oal/filter.cpp
+    oal/observation.cpp
+    oal/lens.cpp
+    oal/equipmentwriter.cpp
+    oal/observeradd.cpp
+    oal/execute.cpp
 )
 
 set(kstars_SRCS ${indi_SRCS} ${fits_SRCS} 
 	${libkstarswidgets_SRCS} ${libkstarscomponents_SRCS} ${libkstarstools_SRCS} ${kstars_extra_SRCS} ${xplanet_SRCS}
-	${kstars_options_SRCS} ${kstars_skyobjects_SRCS} ${kstars_dialogs_SRCS} ${comast_SRCS}
+	${kstars_options_SRCS} ${kstars_skyobjects_SRCS} ${kstars_dialogs_SRCS} ${oal_SRCS}
 )
 
 qt4_add_dbus_adaptor(kstars_SRCS org.kde.kstars.xml kstars.h KStars)
@@ -328,7 +328,7 @@
 
 kde4_add_ui_files(kstars_SRCS
        ${indiui_SRCS} ${fitsui_SRCS} ${xplanetui_SRCS} ${kstars_optionsui_SRCS} ${kstars_dialogsui_SRCS}
-         thumbnailpicker.ui thumbnaileditor.ui comast/observeradd.ui comast/equipmentwriter.ui comast/execute.ui
+         thumbnailpicker.ui thumbnaileditor.ui oal/observeradd.ui oal/equipmentwriter.ui oal/execute.ui
 
 )
 
--- trunk/KDE/kdeedu/kstars/kstars/Messages.sh #1131581:1131582
@@ -67,9 +67,9 @@
 rm -f info_url.tmp
 rm -f tips.cpp
 
-$EXTRACTRC xplanet/*.ui *.ui tools/*.ui dialogs/*.ui fitsviewer/*.ui indi/*.ui options/*.ui comast/*.ui *.rc >> rc.cpp || exit 11
+$EXTRACTRC xplanet/*.ui *.ui tools/*.ui dialogs/*.ui fitsviewer/*.ui indi/*.ui options/*.ui oal/*.ui *.rc >> rc.cpp || exit 11
 (cd data && $PREPARETIPS > ../tips.cpp)
-$XGETTEXT *.cpp *.h tools/*.cpp tools/*.h skycomponents/*.cpp widgets/*.cpp dialogs/*.cpp dialogs/*.h fitsviewer/*.cpp fitsviewer/*.h indi/*.cpp indi/*.h options/*.cpp options/*.h skyobjects/*.cpp skyobjects/*.h xplanet/*.cpp comast/*.h comast/*.cpp -o $podir/kstars.pot
+$XGETTEXT *.cpp *.h tools/*.cpp tools/*.h skycomponents/*.cpp widgets/*.cpp dialogs/*.cpp dialogs/*.h fitsviewer/*.cpp fitsviewer/*.h indi/*.cpp indi/*.h options/*.cpp options/*.h skyobjects/*.cpp skyobjects/*.h xplanet/*.cpp oal/*.h oal/*.cpp -o $podir/kstars.pot
 rm -f tips.cpp
 rm -f kstars_i18n.cpp
 rm -f rc.cpp
--- trunk/KDE/kdeedu/kstars/kstars/kstars.cpp #1131581:1131582
@@ -34,7 +34,7 @@
 #include "simclock.h"
 #include "dialogs/finddialog.h"
 #include "observinglist.h"
-#include "comast/execute.h"
+#include "oal/execute.h"
 
 #include "kstarsadaptor.h"
 
--- trunk/KDE/kdeedu/kstars/kstars/kstars.h #1131581:1131582
@@ -23,8 +23,8 @@
 #include <config-kstars.h>
 
 #include "tools/observinglist.h"
-#include "comast/equipmentwriter.h"
-#include "comast/observeradd.h"
+#include "oal/equipmentwriter.h"
+#include "oal/observeradd.h"
 
 // forward declaration is enough. We only need pointers
 class QPalette;
--- trunk/KDE/kdeedu/kstars/kstars/kstarsactions.cpp #1131581:1131582
@@ -72,7 +72,7 @@
 #include "tools/planetviewer.h"
 #include "tools/jmoontool.h"
 #include "tools/flagmanager.h"
-#include "comast/execute.h"
+#include "oal/execute.h"
 
 #include <config-kstars.h>
 
--- trunk/KDE/kdeedu/kstars/kstars/kstarsdata.cpp #1131581:1131582
@@ -136,7 +136,7 @@
     TypeName[16] = i18n( "quasar" );
     TypeName[17] = i18n( "multiple star" );
 
-    m_logObject = new Comast::Log;
+    m_logObject = new OAL::Log;
     // at startup times run forward
     setTimeDirection( 0.0 );
 }
--- trunk/KDE/kdeedu/kstars/kstars/kstarsdata.h #1131581:1131582
@@ -30,8 +30,8 @@
 #include "colorscheme.h"
 #include "kstarsdatetime.h"
 #include "simclock.h"
-#include "comast/comast.h"
-#include "comast/log.h"
+#include "oal/oal.h"
+#include "oal/log.h"
 
 #define MINZOOM 250.
 #define MAXZOOM 5000000.
@@ -206,7 +206,7 @@
     void syncFOV();
 
     /** Return log object */
-    Comast::Log *logObject() { return m_logObject; }
+    OAL::Log *logObject() { return m_logObject; }
 
     /*@short Increments the updateID, forcing a recomputation of star positions as well */
     unsigned int incUpdateID();
@@ -348,7 +348,7 @@
     SimClock Clock;
     KStarsDateTime LTime;
     ColorScheme CScheme;
-    Comast::Log *m_logObject;
+    OAL::Log *m_logObject;
 
     bool TimeRunsForward, temporaryTrail;
     // FIXME: Used in SkyMap only. Check!
--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #1131581:1131582
@@ -42,8 +42,8 @@
 #include "skyobjects/ksplanetbase.h"
 #include "simclock.h"
 #include "widgets/timestepbox.h"
-#include "comast/equipmentwriter.h"
-#include "comast/observeradd.h"
+#include "oal/equipmentwriter.h"
+#include "oal/observeradd.h"
 #include "skycomponents/skymapcomposite.h"
 
 #include <config-kstars.h>
--- trunk/KDE/kdeedu/kstars/kstars/kstarsui-indi.rc #1131581:1131582
@@ -109,7 +109,7 @@
 		<Action name="startwizard" />
 	</Menu>
 
-	<Menu name="comast" noMerge="1"><text>&amp;Observation</text>
+	<Menu name="oal" noMerge="1"><text>&amp;Observation</text>
         <Action name="execute"/>
     </Menu>
 
--- trunk/KDE/kdeedu/kstars/kstars/kstarsui-win.rc #1131581:1131582
@@ -101,7 +101,7 @@
 		<Action name="startwizard" />
 	</Menu>
 
-	<Menu name="comast" noMerge="1"><text>&amp;Observation</text>
+	<Menu name="oal" noMerge="1"><text>&amp;Observation</text>
         <Action name="execute"/>
     </Menu>
 
--- trunk/KDE/kdeedu/kstars/kstars/kstarsui.rc #1131581:1131582
@@ -99,7 +99,7 @@
 		<Action name="startwizard" />
 	</Menu>
 
-	<Menu name="comast" noMerge="1"><text>&amp;Observation</text>
+	<Menu name="oal" noMerge="1"><text>&amp;Observation</text>
         <Action name="execute"/>
     </Menu>
 
--- trunk/KDE/kdeedu/kstars/kstars/tools/observinglist.cpp #1131581:1131582
@@ -62,9 +62,9 @@
 #include "imageviewer.h"
 #include "thumbnailpicker.h"
 #include "obslistpopupmenu.h"
-#include "comast/log.h"
-#include "comast/comast.h"
-#include "comast/execute.h"
+#include "oal/log.h"
+#include "oal/oal.h"
+#include "oal/execute.h"
 
 #include <config-kstars.h>
 
@@ -858,7 +858,7 @@
         QTextStream istream( &f );
         QString input;
         input = istream.readAll();
-        Comast::Log logObject;
+        OAL::Log logObject;
         logObject.readBegin( input );
         //Set the New TimeHash
         TimeHash = logObject.timeHash();
@@ -967,7 +967,7 @@
     return;
     }
     QTextStream ostream( &f );
-    Comast::Log log;
+    OAL::Log log;
     ostream<< log.writeLog( nativeSave );
     f.close();
     isModified = false;//We've saved the session, so reset the modified flag.
--- trunk/KDE/kdeedu/kstars/kstars/tools/observinglist.h #1131581:1131582
@@ -316,7 +316,7 @@
         */
     void slotDSS() { slotGetImage( true ); }
 
-    /**@short Export a target list to the comast compliant format
+    /**@short Export a target list to the oal compliant format
         */
     void slotOALExport(); 
 


More information about the Kstars-devel mailing list