[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kstars/unfrozen/kstars
From:       Prakash Mohan <prak902000 () gmail ! com>
Date:       2009-12-18 19:09:45
Message-ID: 1261163385.704724.21593.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1063538 by prakash:

Merged revisions 1060838-1060840,1061024-1061030,1061134,1061174,1061204,1061208,1061210,1063125-1063126,1063392,1063529-1063530 \
via svnmerge from  svn+ssh://prakash@svn.kde.org/home/kde/trunk/KDE/kdeedu/kstars

........
  r1060838 | khudyakov | 2009-12-10 08:21:58 +0530 (Thu, 10 Dec 2009) | 3 lines
  
  Update coordinates of obejct in the infobox.
  
  Thanks to Lukas Middendorf for spotting this.
........
  r1060839 | khudyakov | 2009-12-10 08:22:23 +0530 (Thu, 10 Dec 2009) | 4 lines
  
  Adjust coordinates of infoboxes only if they are visible. This should
  prevent infoboxes from stickying to wrong border at startup
  
  Thanks to Lukas Middendorf for spotting this.
........
  r1060840 | khudyakov | 2009-12-10 08:22:26 +0530 (Thu, 10 Dec 2009) | 1 line
  
  Remove commented timeming code to improve readability
........
  r1061024 | khudyakov | 2009-12-10 19:31:58 +0530 (Thu, 10 Dec 2009) | 1 line
  
  Remove references to KStars object from AltVsTime
........
  r1061025 | khudyakov | 2009-12-10 19:32:03 +0530 (Thu, 10 Dec 2009) | 1 line
  
  Localize use of KSalmanac in the AltSvTime tool
........
  r1061026 | khudyakov | 2009-12-10 19:32:07 +0530 (Thu, 10 Dec 2009) | 1 line
  
  Small code cleaning in observing list
........
  r1061027 | khudyakov | 2009-12-10 19:32:12 +0530 (Thu, 10 Dec 2009) | 1 line
  
  Minor refactoring
........
  r1061028 | khudyakov | 2009-12-10 19:32:26 +0530 (Thu, 10 Dec 2009) | 1 line
  
  Make KSAlmanac normal multi-instance class
........
  r1061029 | khudyakov | 2009-12-10 19:32:35 +0530 (Thu, 10 Dec 2009) | 2 lines
  
  Just delete instance without doublt. delete won't do anything toa NULL
  pointer
........
  r1061030 | khudyakov | 2009-12-10 19:32:47 +0530 (Thu, 10 Dec 2009) | 9 lines
  
  Revert to old calculations of Sun rise/set time. (Not based on
  KSAlmanach). This gives ~10x perfomance increase.
  
  Actually culprit was function which calculate Moon's phase.
  When Moon's phase changed it reloads image and this is total
  perfomance killer.
  
  CCBUG: 204742
  CCMAIL: kstars-devel@kde.org
........
  r1061134 | asimha | 2009-12-11 00:29:37 +0530 (Fri, 11 Dec 2009) | 9 lines
  
  The Location dialog used to filter the city list every time the text
  changed. This was rather irritating.
  
  This patch enqueues the filtering instead of filtering the list every
  time the text changes, just like what's done in the find dialog.
  
  CCMAIL: kstars-devel@kde.org
........
  r1061174 | khudyakov | 2009-12-11 03:31:52 +0530 (Fri, 11 Dec 2009) | 1 line
  
  Remove test include
........
  r1061204 | asimha | 2009-12-11 06:02:12 +0530 (Fri, 11 Dec 2009) | 6 lines
  
  Move circumpolarity check from SkyObject to SkyPoint.
  
  CCMAIL: kstars-devel@kde.org
........
  r1061208 | asimha | 2009-12-11 06:06:58 +0530 (Fri, 11 Dec 2009) | 11 lines
  
  + Make KSAlmanac::RiseSetTime private - it changes the SkyObject's
    coordinates!
  
  + Remove incorrect "restoration" of coordinates in
    KSAlmanac::RiseSetTime
  
  + Sanitize commens in KSAlmanac::RiseSetTime
  
  CCMAIL: kstars-devel@kde.org
........
  r1061210 | asimha | 2009-12-11 06:18:33 +0530 (Fri, 11 Dec 2009) | 13 lines
  
  + The circumpolarity check in SkyObject::riseSetTime() was wrong - it
    would check circumpolarity not at the target date-time, but at the
    present date-time, which is incorrect behaviour. Fixing that by
    recomputing the coordinates before checking for circumpolarity.
  
  + Add comments to make things clear.
  
  The comments come from my understanding of the code, which could be
  flawed. It would be nice if the comments could be peer-reviewed.
  
  CCMAIL: kstars-devel@kde.org
........
  r1063125 | pino | 2009-12-17 06:42:02 +0530 (Thu, 17 Dec 2009) | 2 lines
  
  don't add_subdirectory() for directories with no CMakeLists.txt in it
........
  r1063126 | pino | 2009-12-17 06:49:04 +0530 (Thu, 17 Dec 2009) | 2 lines
  
  INDIHostsInfo is defined only if INDI is enabled, which means to delete the list \
                elements only in that case
........
  r1063392 | asimha | 2009-12-18 07:50:23 +0530 (Fri, 18 Dec 2009) | 13 lines
  
  Although this is not the correct way to sort DSOs by scheduled time
  (ideally, the list should start with post 12 noon culminations and end
  with forenoon culminations), this patch makes the default sorting by
  the "Time" column in the Observing List (Session Plan) work better
  than the present one, in which AM and PM culminations get mixed
  up. This makes the observing tool a lot more convenient.
  
  One more of those one-liners that makes a really huge difference (at
  least to me) :-)
  
  CCMAIL: kstars-devel@kde.org, prakash.mohan@kdemail.net
........
  r1063529 | khudyakov | 2009-12-18 23:54:58 +0530 (Fri, 18 Dec 2009) | 4 lines
  
  Rearrange the configure dialog a little bit to sort "Show long
  names" under "Show name"
  
  Patch from Lukas Middendorf
........
  r1063530 | khudyakov | 2009-12-18 23:55:03 +0530 (Fri, 18 Dec 2009) | 4 lines
  
  Fix crash in AAVSO light curves generator which occured when
  "Retrieve Curve..." is pressed when varstar isn't selected
  
  BUG: 210494
........


 _M            . (directory)  
 M  +0 -3      kstars/CMakeLists.txt  
 M  +16 -4     kstars/dialogs/locationdialog.cpp  
 M  +14 -4     kstars/dialogs/locationdialog.h  
 M  +11 -18    kstars/ksalmanac.cpp  
 M  +12 -18    kstars/ksalmanac.h  
 M  +5 -30     kstars/kstarsdata.cpp  
 M  +33 -29    kstars/options/opscatalog.ui  
 M  +4 -28     kstars/skymapevents.cpp  
 M  +17 -9     kstars/skyobjects/skyobject.cpp  
 M  +0 -7      kstars/skyobjects/skyobject.h  
 M  +7 -0      kstars/skyobjects/skypoint.cpp  
 M  +4 -6      kstars/skyobjects/skypoint.h  
 M  +18 -18    kstars/tools/altvstime.cpp  
 M  +0 -4      kstars/tools/altvstime.h  
 M  +13 -19    kstars/tools/calendarwidget.cpp  
 M  +6 -10     kstars/tools/lcgenerator.cpp  
 M  +2 -5      kstars/tools/modcalcdaylength.cpp  
 M  +12 -7     kstars/tools/observinglist.cpp  
 M  +10 -0     kstars/widgets/infoboxwidget.cpp  
 M  +2 -0      kstars/widgets/infoboxwidget.h  


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic