kstars-bleeding:unfrozen2

Last commit made on 2009-12-23
Get this branch:
git clone -b unfrozen2 https://git.launchpad.net/kstars-bleeding

Branch merges

Branch information

Name:
unfrozen2
Repository:
lp:kstars-bleeding

Recent commits

e184b7d... by Akarsh Simha <email address hidden>

Add a message box that warns the user about deleting all images. This
is good for people with slow internet connections. Introduces a new
string -- so this is not going into trunk now.

CCMAIL: <email address hidden>

svn path=/branches/kstars/unfrozen/kstars/; revision=1065627

c7796a6... by Prakash Mohan <email address hidden>

Merged revisions 1060838-1060840,1061024-1061030,1061134,1061174,1061204,1061208,1061210,1063125-1063126,1063392,1063529-1063530 via svnmerge from
svn+ssh://<email address hidden>/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: <email address hidden>
........
  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: <email address hidden>
........
  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: <email address hidden>
........
  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: <email address hidden>
........
  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: <email address hidden>
........
  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: <email address hidden>, <email address hidden>
........
  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
........

svn path=/branches/kstars/unfrozen/kstars/; revision=1063538

277da74... by Alexey Khudyakov <email address hidden>

Fix crash in AAVSO light curves generator which occured when
"Retrieve Curve..." is pressed when varstar isn't selected

BUG: 210494

svn path=/trunk/KDE/kdeedu/kstars/; revision=1063530

296986b... by Alexey Khudyakov <email address hidden>

Rearrange the configure dialog a little bit to sort "Show long
names" under "Show name"

Patch from Lukas Middendorf

svn path=/trunk/KDE/kdeedu/kstars/; revision=1063529

bf21ee5... by Akarsh Simha <email address hidden>

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: <email address hidden>, <email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=1063392

a444425... by Pino Toscano

INDIHostsInfo is defined only if INDI is enabled, which means to delete the list elements only in that case

svn path=/trunk/KDE/kdeedu/kstars/; revision=1063126

30415ee... by Pino Toscano

don't add_subdirectory() for directories with no CMakeLists.txt in it

svn path=/trunk/KDE/kdeedu/kstars/; revision=1063125

c1ee2b9... by Akarsh Simha <email address hidden>

+ 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: <email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=1061210

8e50c08... by Akarsh Simha <email address hidden>

+ Make KSAlmanac::RiseSetTime private - it changes the SkyObject's
  coordinates!

+ Remove incorrect "restoration" of coordinates in
  KSAlmanac::RiseSetTime

+ Sanitize commens in KSAlmanac::RiseSetTime

CCMAIL: <email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=1061208

81c532c... by Akarsh Simha <email address hidden>

Move circumpolarity check from SkyObject to SkyPoint.

CCMAIL: <email address hidden>

svn path=/trunk/KDE/kdeedu/kstars/; revision=1061204