[Gpredict-svn] SF.net SVN: gpredict:[696] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2010-10-31 12:47:50
|
Revision: 696 http://gpredict.svn.sourceforge.net/gpredict/?rev=696&view=rev Author: aa1vs Date: 2010-10-31 12:47:44 +0000 (Sun, 31 Oct 2010) Log Message: ----------- Update Changelog NEWS and TODO Modified Paths: -------------- trunk/ChangeLog trunk/NEWS trunk/TODO Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-10-30 22:46:59 UTC (rev 695) +++ trunk/ChangeLog 2010-10-31 12:47:44 UTC (rev 696) @@ -1,3 +1,32 @@ +2010-10-30 Charles Suprin <hamaa1vs at gmail.com> + + * src/gtk-rot-ctrl.[ch] + * src/gtk-rig-ctrl.[ch] + Change tab to spaces and change emacs indent-tabs-mode. + +2010-10-28 Charles Suprin <hamaa1vs at gmail.com> + + * src/predict-tools.c + Explicitly compute pass LOS_AZ. + +2010-10-27 Charles Suprin <hamaa1vs at gmail.com> + + * src/gtk-rot-ctrl.[ch] + Added support for flipped passes. + Remove return from void function. + +2010-10-17 Charles Suprin <hamaa1vs at gmail.com> + + * src/gtk-rot-ctrl.[ch] + * src/gtk-rig-ctrl.[ch] + Continuous network rotator and rig merge. + + +2010-10-16 Charles Suprin <hamaa1vs at gmail.com> + + * src/gtk-polar-plot.c + Make rotator show when on horizon as with other items. + 2010-10-16 Alexandru Csete <oz9aec at gmail.com> * src/time-tools.[ch]: Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2010-10-30 22:46:59 UTC (rev 695) +++ trunk/NEWS 2010-10-31 12:47:44 UTC (rev 696) @@ -1,6 +1,8 @@ Changes in version 1.3 (TBD) +- Feature request 2873824: Flip Passes. - Automatically refresh the Sky at a glance view every minute. +- Fixed bug 2116691: Leave network connection open. Changes in version 1.2 (12 Oct 2010) Modified: trunk/TODO =================================================================== --- trunk/TODO 2010-10-30 22:46:59 UTC (rev 695) +++ trunk/TODO 2010-10-31 12:47:44 UTC (rev 696) @@ -3,7 +3,6 @@ * New satellite editor to manually add/edit/delete satellite data. * New transponder editor to edit transponder data. * Feature request 2866570: Set operating mode via CAT. -* Feature request 2873824: Flip Passes. * Feature request 2778735: Visual indicator for RX/TX/TRX. * Feature request 2689352: Mutual Contact Window AOS/LOS. * Show day/night on satmap. @@ -20,7 +19,7 @@ * Native Mac OS X port. * Dynamic reconfiguration. No need to re-load modules if configuration changes * Plot more parameters in detailed pass prediction dialogue (depending - on settingss). + on settings). * Predict satellite parameters over a given time period (Tools). * Solar illumination prediction. * Treat Sun and Moon as satellites. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |