[Gpredict-svn] SF.net SVN: gpredict:[171] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-10-26 17:37:10
|
Revision: 171
http://gpredict.svn.sourceforge.net/gpredict/?rev=171&view=rev
Author: csete
Date: 2008-10-26 17:37:07 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Updated.
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-26 17:33:09 UTC (rev 170)
+++ trunk/ChangeLog 2008-10-26 17:37:07 UTC (rev 171)
@@ -1,3 +1,20 @@
+2008-10-26; Alexandru Csete <oz...@gm...>
+
+ * src/gtk-sat-list-popup.[ch]:
+ New files containing popup menu for satlist. Satlist was previously
+ using the generic sat-popup-menu, but that has been abandoned due to lack
+ of support for simulated real time.
+
+ * src/gtk-sat-list.c:
+ Use new gtk-sat-list-popup.
+
+ * src/sat-info.[ch]:
+ Added files containing functions to show satellite info.
+
+ * src/sat-popup-menu.[ch]:
+ Deleted.
+
+
2008-10-25; Alexandru Csete <oz...@gm...>
* src/gtk-sky-glance.[ch]:
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-10-26 17:33:09 UTC (rev 170)
+++ trunk/NEWS 2008-10-26 17:37:07 UTC (rev 171)
@@ -4,7 +4,7 @@
- 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 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.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-26 17:33:09 UTC (rev 170)
+++ trunk/configure.ac 2008-10-26 17:37:07 UTC (rev 171)
@@ -2,7 +2,7 @@
AM_CONFIG_HEADER(build-config.h)
-AM_INIT_AUTOMAKE(gpredict, 1.1_beta)
+AM_INIT_AUTOMAKE(gpredict, 1.0b2)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.21])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|