Jason Harris | 2 Feb 02:18

KDE/kdeedu/kstars/kstars

SVN commit 769768 by harris:

Adding Telrad FOV indicator to the list of defaults (Wish #111526).
Can't backport, added a string.

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

 M  +2 -2      fov.cpp  
 M  +3 -2      kstarsinit.cpp  

--- trunk/KDE/kdeedu/kstars/kstars/fov.cpp #769767:769768
@@ -113,8 +113,8 @@
         }
     case 3: { //Bullseye
             int s1 = int( pixelsize );
-            int s2 = 2*int( pixelsize );
-            int s3 = 3*int( pixelsize );
+            int s2 = 4*int( pixelsize );
+            int s3 = 8*int( pixelsize );

             int x0 = w/2;  int y0 = h/2;
             int x1 = x0 - s1/2;  int y1 = y0 - s1/2;
--- trunk/KDE/kdeedu/kstars/kstars/kstarsinit.cpp #769767:769768
@@ -489,8 +489,8 @@
 }

 void KStars::initFOV() {
-    //Read in the user's fov.dat and populate the FOV menu with its symbols.  If no fov.dat exists, populate
-    //create a default version.
(Continue reading)

Jason Harris | 3 Feb 16:30

KDE/kdeedu/kstars/kstars

SVN commit 770381 by harris:

Adding DBUS functions to Add/Remove labels and trails for named objects.  This 
fills wish #115517.  The functions have been added to the ScriptBuilder tool as 
well.

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

 M  +1 -0      CMakeLists.txt  
 M  +69 -45    kstars.h  
 M  +35 -0     kstarsdcop.cpp  
 M  +16 -0     org.kde.kstars.xml  
 M  +4 -0      tools/scriptargwidgets.cpp  
 M  +7 -0      tools/scriptargwidgets.h  
 M  +26 -2     tools/scriptbuilder.cpp  
 M  +2 -0      tools/scriptbuilder.h  

Médéric Boquien | 3 Feb 21:14
Picon
Favicon
Gravatar

Re: KDE/kdeedu/kstars/kstars

Hello,

Apparently there is a file missing:

CMake Error: Cannot find source 
file "/home/kde-devel-trunk/kde/src/KDE/kdeedu/kstars/kstars/tools/argfindobject.ui"

Regards,

Médéric

Le Sunday 03 February 2008 10:30:14 Jason Harris, vous avez écrit :
> SVN commit 770381 by harris:
>
> Adding DBUS functions to Add/Remove labels and trails for named objects. 
> This fills wish #115517.  The functions have been added to the
> ScriptBuilder tool as well.
>
> BUG: 115517
> CCMAIL: kstars-devel <at> kde.org
>
>
>
>  M  +1 -0      CMakeLists.txt
>  M  +69 -45    kstars.h
>  M  +35 -0     kstarsdcop.cpp
>  M  +16 -0     org.kde.kstars.xml
>  M  +4 -0      tools/scriptargwidgets.cpp
>  M  +7 -0      tools/scriptargwidgets.h
>  M  +26 -2     tools/scriptbuilder.cpp
(Continue reading)

Jason Harris | 4 Feb 18:16

KDE/kdeedu/kstars/kstars/tools

SVN commit 770900 by harris:

Add missing UI file.  Sorry for breaking the compile!

CCMAIL: montel <at> kde.org
CCMAIL: kstars-devel <at> kde.org

 A             argfindobject.ui  

Jason Harris | 6 Feb 17:27

Re: [Bug 157263] New: >2-minutes timesteps are not correct

You are right, the exact definition of the timestep changes at a
particular timescale.  It should be "10 min" though, not 2 min.  For
timesteps up to 10 min, time passes at a rate of "X per second".  At
10 min and above, the context switches, and instead, every frame
displayed is X later than the previous one.  For example, when set to
"10 min", you'll notice that the values of the seconds and
single-minute digits do not change, and the ten-minute digit advances
by one on each timestep.

I know this is an inconsistency, but I think it's valuable to make
this transition at some point when going to larger timesteps.  For
example, you can set the timestep to "1 day", point south at noon, and
then start the clock.  You will then be able to watch the Sun move up
and down in the sky as the year progresses, illustrating the reason
that we have seasons.  You could not do that if the "1 day" timestep
meant "make time pass at 1 day per second, showing many frames at
random time intervals".

I suppose the same effect could be achieved even if we did change the
meaning of large timesteps, by pausing the clock and using the "change
time by a single step" action (mapped to ">" and "<" in the default
en_US layout).  Unless there's good reasons for changing the current
setup, I'm inclined to leave it as it is.

I've CC'd the kstars-devel list in case other devs want to chime in.

On 6 Feb 2008 15:30:23 -0000, Frederik Schwarzer <schwarzerf <at> gmail.com> wrote:
> ------- You are receiving this mail because: -------
>  You are the assignee for the bug, or are watching the assignee.
>
(Continue reading)


Gmane