From e045ca1ded7a7d0e8358a8259dd5380a6a752e2f Mon Sep 17 00:00:00 2001
From: Atque <37028368+Atque@users.noreply.github.com>
Date: Mon, 8 Sep 2025 19:36:48 +0200
Subject: [PATCH 1/3] =?UTF-8?q?Extend=20interval=20from=20=C2=B1100,000=20?=
=?UTF-8?q?->=20=C2=B1200,000?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/core/StelCore.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/core/StelCore.cpp b/src/core/StelCore.cpp
index 06da42d7a59e7..448fc41340453 100644
--- a/src/core/StelCore.cpp
+++ b/src/core/StelCore.cpp
@@ -2239,9 +2239,9 @@ void StelCore::updateTime(double deltaTime)
JD.first = jdOfLastJDUpdate + (QDateTime::currentMSecsSinceEpoch() - milliSecondsOfLastJDUpdate) / 1000.0 * timeSpeed;
}
- // Fix time limits to -100000 to +100000 to prevent bugs
- if (JD.first>38245309.499988) JD.first = 38245309.499988;
- if (JD.first<-34803211.500012) JD.first = -34803211.500012;
+ // Fix time limits to -200000 to +200000 to prevent bugs
+ if (JD.first>74769924.499988) JD.first = 74769924.499988;
+ if (JD.first<-71328212.500012) JD.first = -71328212.500012;
JD.second=computeDeltaT(JD.first);
if (position->isObserverLifeOver())
From 30796c2d5aac74be9e41bcbfb3bb9c8f9b152470 Mon Sep 17 00:00:00 2001
From: Atque <37028368+Atque@users.noreply.github.com>
Date: Mon, 8 Sep 2025 19:40:15 +0200
Subject: [PATCH 2/3] Update GUI
---
src/gui/dateTimeDialogGui.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gui/dateTimeDialogGui.ui b/src/gui/dateTimeDialogGui.ui
index 4a76d40905b68..b545028674240 100644
--- a/src/gui/dateTimeDialogGui.ui
+++ b/src/gui/dateTimeDialogGui.ui
@@ -519,10 +519,10 @@
5
- -100000000.000000000000000
+ -200000000.000000000000000
- 100000000.000000000000000
+ 200000000.000000000000000
0.000010000000000
From 4d7aa906c441087306600b1c5cdf5756eb95dfd8 Mon Sep 17 00:00:00 2001
From: "Alexander V. Wolf"
Date: Tue, 9 Sep 2025 15:53:07 +0700
Subject: [PATCH 3/3] Fix limits in GUI
---
src/gui/dateTimeDialogGui.ui | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/gui/dateTimeDialogGui.ui b/src/gui/dateTimeDialogGui.ui
index b545028674240..fd7a36389a239 100644
--- a/src/gui/dateTimeDialogGui.ui
+++ b/src/gui/dateTimeDialogGui.ui
@@ -31,7 +31,7 @@
-
-
+
Date and Time
@@ -103,10 +103,10 @@
Qt::AlignCenter
- -100000
+ -200000
- 100000
+ 200000
@@ -519,10 +519,10 @@
5
- -200000000.000000000000000
+ -100000000.000000000000000
- 200000000.000000000000000
+ 100000000.000000000000000
0.000010000000000