Akarsh Simha | 1 Jul 09:19
Picon
Gravatar

branches/KDE/4.3/kdeedu/kstars/kstars

SVN commit 989844 by asimha:

Applying a fix for bug 120581 in the KDE 4.3 branch. 

This is an upstream issue, which we however decided to work-around in
the KDE 4.3 branch, so that users could benefit.

Many thanks to Eckhart Woerner for the patch.

CCBUG: 120581
CCMAIL: kstars-devel <at> kde.org

 M  +2 -2      skymap.cpp  

--- branches/KDE/4.3/kdeedu/kstars/kstars/skymap.cpp #989843:989844
@@ -1664,8 +1664,8 @@
     p.drawLine (mx + 2, my - 2, mx + 8, mx - 8);
     p.end();

-    cursorPix.setMask( mask );  // set the mask
-    QCursor cursor( cursorPix );
+    //cursorPix.setMask( mask );  // set the mask
+    QCursor cursor( cursorPix, mask );
     setCursor( cursor );
 }
geeko boy | 3 Jul 20:45
Picon

Kstars & USNO 1e8-1

Akarsh,

Actually the method you described is the one I used and this time it
worked.  I did notice though that kstars does not seem to list this in
with the other catalogued installed or I've not installed it
correctly.

> > Is there some special trick to manually loading USNO 1e8-1?  Every time I
> > try to manually load the catalog Kstars crashes. Debug info below.

Hi Bruce

I don't understand what you mean by manually loading USNO 1e8. If you
want to manually download USNO-1e8, you will just need to have the
tarball from downloads.kde.org unpacked into your home directory; and
things should work fine.

If you could explain how exactly you land up with the crash, I can
take a look into it.

--

-- 
====
bruce
Member: IEEE, SPIE, AICR
www.faintfuzzies.ca
Médéric Boquien | 3 Jul 23:57
Picon
Favicon
Gravatar

KDE/kdeedu/kstars/kstars/dialogs

SVN commit 991037 by mboquien:

Fix tab order in the location startup wizard. Patch from Anders Buus. Thanks Anders.

BUG:198776
CCMAIL:buusmail <at> gmail.com
CCMAIL:kstars-devel <at> kde.org

 M  +84 -87    wizlocation.ui  

--- trunk/KDE/kdeedu/kstars/kstars/dialogs/wizlocation.ui #991036:991037
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>WizLocation</class>
- <widget class="QWidget" name="WizLocation" >
-  <property name="geometry" >
+ <widget class="QWidget" name="WizLocation">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
@@ -9,45 +10,43 @@
     <height>383</height>
    </rect>
   </property>
-  <layout class="QHBoxLayout" >
-   <property name="margin" >
-    <number>8</number>
(Continue reading)

Prakash Mohan | 6 Jul 21:46
Picon
Gravatar

branches/kstars/summer/kstars/kstars

SVN commit 992408 by prakash:

Implementing the actions in Observing List using a popup menu and hence saving a lot of clutter in the
ObservingList UI.

CCMAIL: kstars-devel <at> kde.org

 M  +1 -1      CMakeLists.txt  
 A             obslistpopupmenu.cpp   [License: GPL (v2+)]
 A             obslistpopupmenu.h   [License: GPL (v2+)]
 M  +44 -62    tools/observinglist.cpp  
 M  +3 -1      tools/observinglist.h  
 M  +32 -153   tools/observinglist.ui  

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

Prakash Mohan | 6 Jul 21:49
Picon
Gravatar

branches/kstars/summer/kstars/kstars

SVN commit 992409 by prakash:

Comment edit for the docs.

CCMAIL: kstars-devel <at> kde.org

 M  +2 -1      obslistpopupmenu.h  

--- branches/kstars/summer/kstars/kstars/obslistpopupmenu.h #992408:992409
@@ -30,7 +30,8 @@
 /** <at> class ObsListPopupMenu
 	*The Popup Menu for the observing list in KStars. The menu is sensitive to the 
 	*type of selection in the observing list.
-    *Author Prakash Mohan, v1.0
+    *@author Prakash Mohan
+    *@version 1.0
 	*/
 class ObsListPopupMenu : public KMenu
 {

Khudyakov Alexey | 6 Jul 23:35
Picon
Gravatar

UID for skyobjects proposal

Hello

This is proposal for UIDs for SkyObject. 

1. UID size. UID could be either 32-bit or 64-bit. I propose 64-bit UIDs. 
===========================================

32-bit UIDs with 4 bit used to store object type could hold as many 268*10^6 
stars or star down to ~17-18m assuming tight packing. However current star 
catalogues already passed this mark. And even if this could seem distant 

Second point. If we will construct UIDs from RA/dec/mag 32 bits are not 
adequate at all. It's simple not big enough. 

2. UID structure 
==========

bits 60:63 - object type. 
bits 0:59 - exact meaning depends on object type 

Object type:
1 - star. For stars hash could be constructed from RA, Dec and mag. Main 
advantage of this approach is that it doesn't require any modifications of 
data. So it make experiments easy. It could be changed later if required. 

Actually all object which not belong to Solar System could use this kind of 
hash. 

2 - galaxy. I think they should be separate from other deep-skies because of 
they numbers. 
(Continue reading)

Prakash Mohan | 7 Jul 11:16
Picon
Gravatar

branches/kstars/summer/kstars/kstars/tools

SVN commit 992559 by prakash:

Moving the Save all images and Delete all images to the top, this makes things look better.

CCMAIL: kstars-devel <at> kde.org

 M  +20 -20    observinglist.ui  

--- branches/kstars/summer/kstars/kstars/tools/observinglist.ui #992558:992559
@@ -274,6 +274,26 @@
       </widget>
      </item>
      <item>
+      <widget class="QPushButton" name="DeleteImages">
+       <property name="toolTip">
+        <string>Deletes all the stored DSS/SDSS images</string>
+       </property>
+       <property name="text">
+        <string>Delete all Images</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="saveImages">
+       <property name="toolTip">
+        <string>Download the SDSS/DSS images of all the objects in the current list.</string>
+       </property>
+       <property name="text">
+        <string>Save all Images</string>
+       </property>
(Continue reading)

Prakash Mohan | 7 Jul 11:20
Picon
Gravatar

branches/kstars/summer/kstars/kstars

SVN commit 992562 by prakash:

Adding separators to the popup menu so that it looks better.

CCMAIL:kstars-devel <at> kde.org

 M  +7 -4      obslistpopupmenu.cpp  

--- branches/kstars/summer/kstars/kstars/obslistpopupmenu.cpp #992561:992562
@@ -37,18 +37,21 @@
     clear();
     //Insert item for adding the object to the session view
     if( showAddToSession )
-        addAction( i18n( "Add to session" ), ks->observingList(), SLOT( slotAddToSession() ) );
+        addAction( i18n( "Add to session plan" ), ks->observingList(), SLOT( slotAddToSession() ) );
+    addSeparator();
     //Insert item for centering on object
     if( showCenter )
         addAction( i18n( "Center" ), ks->observingList(), SLOT( slotCenterObject() ) );
+    //Insert item for Slewing to the object
+    if( showScope )
+        addAction( i18nc( "Show the selected object in the telescope", "Scope" ), ks->observingList(), SLOT(
slotSlewToObject() ) );
+    addSeparator();
     //Insert item for Showing details dialog
     if( showDetails )
         addAction( i18nc( "Show Detailed Information Dialog", "Details" ), ks->observingList(), SLOT(
slotDetails() ) );
-    //Insert item for Slewing to the object
-    if( showScope )
(Continue reading)

Prakash Mohan | 7 Jul 11:33
Picon
Gravatar

branches/kstars/summer/kstars/kstars

SVN commit 992569 by prakash:

Making the remove label more intuitive as it shows from which list it is removing the object.

CCMAIL: kstars-devel <at> kde.org

 M  +7 -3      obslistpopupmenu.cpp  
 M  +1 -1      obslistpopupmenu.h  
 M  +2 -2      tools/observinglist.cpp  

--- branches/kstars/summer/kstars/kstars/obslistpopupmenu.cpp #992568:992569
@@ -32,7 +32,7 @@

 ObsListPopupMenu::~ObsListPopupMenu() { }

-void ObsListPopupMenu::initPopupMenu( bool showAddToSession, bool showCenter, bool showDetails,
bool showScope, bool showRemove) {
+void ObsListPopupMenu::initPopupMenu( bool showAddToSession, bool showCenter, bool showDetails,
bool showScope, bool showRemove, bool sessionView ) {

     clear();
     //Insert item for adding the object to the session view
@@ -53,8 +53,12 @@
     addAction( i18n("Altitude vs. Time"), ks->observingList(), SLOT( slotAVT() ) );
     addSeparator();
     //Insert item for Removing the object(s)
-    if( showRemove )
-        addAction( i18n("Remove from list"), ks->observingList(), SLOT( slotRemoveSelectedObjects() ) );
+    if( showRemove ) {
+        if( ! sessionView )
(Continue reading)

Prakash Mohan | 7 Jul 11:58
Picon
Gravatar

branches/kstars/summer/kstars/kstars/tools

SVN commit 992578 by prakash:

Adding an "Sheduled Time" label to the set time box, to make it more intuitive.

CCMAIL: kstars-devel <at> kde.org

 M  +7 -0      observinglist.ui  

--- branches/kstars/summer/kstars/kstars/tools/observinglist.ui #992577:992578
@@ -397,6 +397,13 @@
           </spacer>
          </item>
          <item>
+          <widget class="QLabel" name="label">
+           <property name="text">
+            <string>Scheduled Time</string>
+           </property>
+          </widget>
+         </item>
+         <item>
           <widget class="QTimeEdit" name="TimeEdit">
            <property name="sizePolicy">
             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">

Gmane