View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001622 | SkyChart | 1-Software | public | 17-01-28 12:47 | 17-01-28 14:17 |
| Reporter | Sasa | Assigned To | Patrick Chevalley | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Linux 32-bit | OS | Kubuntu | OS Version | 16.04 |
| Product Version | 3.11 SVN | ||||
| Target Version | 4.0 | Fixed in Version | 3.11 SVN | ||
| Summary | 0001622: Orbital simulation - full datetime display | ||||
| Description | Solar System information. As orbital simulation allow displaying distances, it would be useful to display time as well. | ||||
| Tags | No tags attached. | ||||
|
|
Did you mean changing that? Index: skychart/pu_planetinfo.pas =================================================================== --- skychart/pu_planetinfo.pas (revision 3464) +++ skychart/pu_planetinfo.pas (working copy) @@ -2006,13 +2006,13 @@ View_Sim1: begin Orbit.PlotOrbit(config.CurJDTT); - PlotHeader(plbmp, rsInnerSolarSy, false, false); + PlotHeader(plbmp, rsInnerSolarSy, false, true); end; View_Sim2: begin Orbit.PlotOrbit(config.CurJDTT); - PlotHeader(plbmp, rsOuterSolarSy, false, false); + PlotHeader(plbmp, rsOuterSolarSy, false, true); end; View_FreePlanet: |
|
|
Yes. |
|
|
Commited in rev 3467 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 17-01-28 12:47 | Sasa | New Issue | |
| 17-01-28 13:04 | Patrick Chevalley | Assigned To | => Patrick Chevalley |
| 17-01-28 13:04 | Patrick Chevalley | Status | new => assigned |
| 17-01-28 13:04 | Patrick Chevalley | Note Added: 0003568 | |
| 17-01-28 13:39 | Sasa | Note Added: 0003570 | |
| 17-01-28 14:17 | Patrick Chevalley | Status | assigned => resolved |
| 17-01-28 14:17 | Patrick Chevalley | Resolution | open => fixed |
| 17-01-28 14:17 | Patrick Chevalley | Fixed in Version | => 3.11 SVN |
| 17-01-28 14:17 | Patrick Chevalley | Target Version | => 4.0 |
| 17-01-28 14:17 | Patrick Chevalley | Note Added: 0003571 |