Akarsh Simha | 2 Dec 11:28
Picon
Gravatar

Fwd: KDE/kdeedu/kstars/kstars/data

Forwarding to the list because Jason likes it!

Regards
Akarsh
Picon Favicon
From: Albert Astals Cid <tsdgeos <at> terra.es>
Subject: KDE/kdeedu/kstars/kstars/data
Date: 2008-12-01 23:40:25 GMT
SVN commit 891417 by aacid:

fix some typos

 M  +4 -4      cnames.dat  

--- trunk/KDE/kdeedu/kstars/kstars/data/cnames.dat #891416:891417
@@ -266,7 +266,7 @@
 184959-052835    HEAD OF TOWN
 191405-192030    BUILD
 192641-080848    FOWL OF SKY
-184458-252137    SCHRINE OF SKY
+184458-252137    SHRINE OF SKY
 190141-304748    DOG
 194115-211137    NORTHEASTERN NATIONS
(Continue reading)

Médéric Boquien | 2 Dec 14:35
Picon
Favicon
Gravatar

Re: Fwd: KDE/kdeedu/kstars/kstars/data

Hi,

As we are talking about commits, could someone commit the patch attached with 
bug report http://bugs.kde.org/show_bug.cgi?id=175818 .

Thanks,

Médéric

Le Tuesday 02 December 2008 05:28:20 Akarsh Simha, vous avez écrit :
> Forwarding to the list because Jason likes it!
>
> Regards
> Akarsh

_______________________________________________
Kstars-devel mailing list
Kstars-devel <at> kde.org
https://mail.kde.org/mailman/listinfo/kstars-devel
Akarsh Simha | 2 Dec 15:14
Picon
Gravatar

KDE/kdeedu/kstars/kstars/data

SVN commit 891643 by asimha:

Fixing a typo in cnames.dat
Lightning was spelt incorrectly.

CCMAIL: kstars-devel <at> kde.org

 M  +1 -1      cnames.dat  

--- trunk/KDE/kdeedu/kstars/kstars/data/cnames.dat #891642:891643
@@ -309,7 +309,7 @@
 230053+260140    PALACE OF EMPEROR
 232143+235054    DETACHED PALACE
 224438+114620    OFFICE FOR CONSTRUCTION
-225911+093021    LIGHTENING
+225911+093021    LIGHTNING
 221259-124801    RAMPART
 233310-123124    TROOPS OF SKY
 225702-292814    VILLAGE FOR PATROL

Akarsh Simha | 2 Dec 15:47
Picon
Gravatar

KDE/kdeedu/kstars/kstars/data

SVN commit 891654 by asimha:

Applying Médéric Boquien's patch fixing the coordinates of Amiens. Bug
175818 should be closed after this commit.

[Ref: http://bugs.kde.org/show_bug.cgi?id=175818]

Thanks Médéric!

CCMAIL: kstars-devel <at> kde.org

 M  +1 -1      Cities.dat  

--- trunk/KDE/kdeedu/kstars/kstars/data/Cities.dat #891653:891654
@@ -82,7 +82,7 @@
 Amherst                          : Nova Scotia           : Canada                : 45 : 50 : 00 : N : 64  : 12 : 00 : W : -4.0 : US
 Amherst                          : Ohio                  : USA                   : 41 : 23 : 51 : N :  82 : 13 : 10 : W : -5.0 : US
 Amherst Obs.                     : Massachusetts         : USA                   : 42 : 23 :  5 : N :  72 : 20 : 44 : W : -5.0 : US
-Amiens                           : Somme                 : France                : 89 : 54 : 00 : N :  02 : 16 : 00 : E :  1.0 : EU
+Amiens                           : Somme                 : France                : 49 : 54 : 00 : N :  02 : 16 : 00 : E :  1.0 : EU
 Amilcar Cabral                   :                       : Cape Verde            : 16 : 45 :  0 : N :  22 : 56 : 59 : W :  1.0 : --
 Amman                            :                       : Jordan                : 31 : 56 : 59 : N :  35 : 57 :  0 : E :  2.0 : JD
 Amos                             : Quebec                : Canada                : 48 : 34 : 00 : N : 78  : 07 : 00 : W : -5.0 : US
_______________________________________________
Kstars-devel mailing list
Kstars-devel <at> kde.org
https://mail.kde.org/mailman/listinfo/kstars-devel
Akarsh Simha | 2 Dec 15:59
Picon
Gravatar

Re: Fwd: KDE/kdeedu/kstars/kstars/data

> As we are talking about commits, could someone commit the patch attached with 
> bug report http://bugs.kde.org/show_bug.cgi?id=175818 .
> 
> Thanks,

I commited that, but I don't have enough permissions to close the
bug. Would be nice if someone could do that.

Regards
Akarsh
Médéric Boquien | 2 Dec 16:06
Picon
Favicon
Gravatar

Re: Fwd: KDE/kdeedu/kstars/kstars/data

Hi,

Le Tuesday 02 December 2008 09:59:09 Akarsh Simha, vous avez écrit :
> I commited that, but I don't have enough permissions to close the
> bug. Would be nice if someone could do that.

Thanks, i have closed it. I think it is not normal that you do not have the 
rights to close kstars bugs. I think pinotree should be able to give you the 
rights.

Regards,

Médéric
Akarsh Simha | 8 Dec 00:55
Picon
Gravatar

KDE/kdeedu/kstars/kstars/widgets

SVN commit 894128 by asimha:

Applying Médéric's patch fixing bug 157318. The theme's colours are
correctly set now. Should backport to 4.1.

BUG: 157318
CCMAIL: kstars-devel <at> kde.org

 M  +3 -8      dmsbox.cpp  
 M  +0 -1      dmsbox.h  

--- trunk/KDE/kdeedu/kstars/kstars/widgets/dmsbox.cpp #894127:894128
@@ -24,24 +24,21 @@

 #include <QRegExp>
 #include <QFocusEvent>
+#include <QApplication>

 dmsBox::dmsBox(QWidget *parent, bool dg)
         : KLineEdit(parent), EmptyFlag(true) {
     setMaxLength(14);
     setMaximumWidth(160);
     setDegType( dg );
-    psave = palette();

-    //Somehow, the color is getting reset to grey already!
-    psave.setColor( QPalette::Active, QPalette::Text, Qt::black );
-
     connect( this, SIGNAL( textChanged( const QString & ) ), this, SLOT( slotTextChanged( const QString & ) ) );
 }
(Continue reading)

Akarsh Simha | 8 Dec 11:47
Picon
Gravatar

branches/KDE/4.1/kdeedu/kstars/kstars/data

SVN commit 894250 by asimha:

Backporting fix for Bug #175818 to 4.1 branch. Coordinates for Amiens
are now correct.

CCMAIL: kstars-devel <at> kde.org

 M  +1 -1      Cities.dat  

--- branches/KDE/4.1/kdeedu/kstars/kstars/data/Cities.dat #894249:894250
@@ -82,7 +82,7 @@
 Amherst                          : Nova Scotia           : Canada                : 45 : 50 : 00 : N : 64  : 12 : 00 : W : -4.0 : US
 Amherst                          : Ohio                  : USA                   : 41 : 23 : 51 : N :  82 : 13 : 10 : W : -5.0 : US
 Amherst Obs.                     : Massachusetts         : USA                   : 42 : 23 :  5 : N :  72 : 20 : 44 : W : -5.0 : US
-Amiens                           : Somme                 : France                : 89 : 54 : 00 : N :  02 : 16 : 00 : E :  1.0 : EU
+Amiens                           : Somme                 : France                : 49 : 54 : 00 : N :  02 : 16 : 00 : E :  1.0 : EU
 Amilcar Cabral                   :                       : Cape Verde            : 16 : 45 :  0 : N :  22 : 56 : 59 : W :  1.0 : --
 Amman                            :                       : Jordan                : 31 : 56 : 59 : N :  35 : 57 :  0 : E :  2.0 : JD
 Amos                             : Quebec                : Canada                : 48 : 34 : 00 : N : 78  : 07 : 00 : W : -5.0 : US
Akarsh Simha | 8 Dec 12:01
Picon
Gravatar

branches/KDE/4.1/kdeedu/kstars/kstars/widgets

SVN commit 894259 by asimha:

Applying Médéric's patch fixing bug 157318. The theme's colours are
correctly set now. (Backporting to 4.1 branch)

CCMAIL: kstars-devel <at> kde.org

 M  +3 -8      dmsbox.cpp  
 M  +0 -1      dmsbox.h  

--- branches/KDE/4.1/kdeedu/kstars/kstars/widgets/dmsbox.cpp #894258:894259
@@ -24,24 +24,21 @@

 #include <QRegExp>
 #include <QFocusEvent>
+#include <QApplication>

 dmsBox::dmsBox(QWidget *parent, bool dg)
         : KLineEdit(parent), EmptyFlag(true) {
     setMaxLength(14);
     setMaximumWidth(160);
     setDegType( dg );
-    psave = palette();

-    //Somehow, the color is getting reset to grey already!
-    psave.setColor( QPalette::Active, QPalette::Text, Qt::black );
-
     connect( this, SIGNAL( textChanged( const QString & ) ), this, SLOT( slotTextChanged( const QString & ) ) );
 }

(Continue reading)

Akarsh Simha | 8 Dec 16:07
Picon
Gravatar

KDE/kdeedu/kstars/kstars

SVN commit 894411 by asimha:

The copy constructor for KSPlanetBase failed to initialize the
KStarsData* data pointer, owing to which KStars would seg-fault when
trying to use the conjunction tool on Asteroids. This commit fixes
that crash.

CCMAIL: kstars-devel <at> kde.org

 M  +1 -0      ksplanetbase.cpp  

--- trunk/KDE/kdeedu/kstars/kstars/ksplanetbase.cpp #894410:894411
@@ -57,6 +57,7 @@
     init( o.name(), "", o.color(), o.physicalSize() );
     Image = *o.image();
     Image0 = *o.image0();
+    data = KStarsData::Instance();
 }

 void KSPlanetBase::init( const QString &s, const QString &image_file, const QColor &c, double pSize ) {


Gmane