[Gpredict-svn] SF.net SVN: gpredict:[161] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-10-25 22:30:50
|
Revision: 161
http://gpredict.svn.sourceforge.net/gpredict/?rev=161&view=rev
Author: csete
Date: 2008-10-25 22:30:41 +0000 (Sat, 25 Oct 2008)
Log Message:
-----------
Uodated.
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/src/sat-pref-conditions.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-25 22:07:53 UTC (rev 160)
+++ trunk/ChangeLog 2008-10-25 22:30:41 UTC (rev 161)
@@ -1,3 +1,20 @@
+2008-10-25; Alexandru Csete <oz...@gm...>
+
+ * src/gtk-sky-glance.[ch]:
+ Added start time as parameter.
+
+ * src/gtk-sat-module-popup.c:
+ Use real time or simulated time for sky at glance start depending
+ on user settings.
+
+ * src/gtk-single-sat.[ch]:
+ * src/gtk-sat-module.c:
+ * src/gtk-polar-view-popup.c:
+ * src/gtk-sat-map-popup.c:
+ Use real or simulated time for pass predictions. Enabled tooltips for
+ labels in GtkSingleSat.
+
+
2008-10-24; Alexandru Csete <oz...@gm...>
* src/sat-cfg.[ch]:
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-10-25 22:07:53 UTC (rev 160)
+++ trunk/NEWS 2008-10-25 22:30:41 UTC (rev 161)
@@ -1,10 +1,11 @@
+Changes in version 1.0 (beta):
-Changes in version 1.0 (TBD):
-
- Radio doppler tuning via hamlibs rigctld.
- Antenna rotator control via hamlibs rotctld.
- User defined twilight threshold for predicting satellite visibility.
- Feature request 1705375: Restore main window position and size.
+* Feature request 2192404: Starting time for pass predictions.
+* Feature request 2194621: Data recorder.
- Fixed bug 1752908: New satellites in TLE files.
- Fixed bug 1818144: No log file created at first execution.
- Fixed bug 1839140: Sky at a glance axis incorrectly labelled.
Modified: trunk/src/sat-pref-conditions.c
===================================================================
--- trunk/src/sat-pref-conditions.c 2008-10-25 22:07:53 UTC (rev 160)
+++ trunk/src/sat-pref-conditions.c 2008-10-25 22:30:41 UTC (rev 161)
@@ -339,7 +339,7 @@
G_CALLBACK (spin_changed_cb), NULL);
gtk_table_attach (GTK_TABLE (table), tzero, 0, 3, 13, 14,
- GTK_FILL, GTK_SHRINK,
+ GTK_FILL | GTK_EXPAND, GTK_SHRINK,
0, 0);
/* create vertical box */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|