[Gpredict-svn] SF.net SVN: gpredict: [9] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2008-01-21 22:34:18
|
Revision: 9 http://gpredict.svn.sourceforge.net/gpredict/?rev=9&view=rev Author: csete Date: 2008-01-21 14:34:23 -0800 (Mon, 21 Jan 2008) Log Message: ----------- Updated. Modified Paths: -------------- trunk/ChangeLog trunk/src/sat-pref-rig-data.h Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-01-21 22:33:57 UTC (rev 8) +++ trunk/ChangeLog 2008-01-21 22:34:23 UTC (rev 9) @@ -2,8 +2,15 @@ * src/radio-conf.[ch]: Added parameter for radio type (RX, TX, TRX, FULL_DUPL). +2008-01-21; Alexandru Csete <oz...@gm...> + + * src/radio-conf.[ch], src/sat-pref-rig.c: + Removed manufacturer field. Will be part of the model. + * src/sat-pref-rig-editor.c: + Added all widgets except the rig model selector. + 2008-01-01; Alexandru Csete <oz...@gm...> * src/compat.[ch]: Modified: trunk/src/sat-pref-rig-data.h =================================================================== --- trunk/src/sat-pref-rig-data.h 2008-01-21 22:33:57 UTC (rev 8) +++ trunk/src/sat-pref-rig-data.h 2008-01-21 22:34:23 UTC (rev 9) @@ -31,7 +31,6 @@ /** \brief Coumn definitions for radio list. */ typedef enum { RIG_LIST_COL_NAME = 0, /*!< File name. */ - RIG_LIST_COL_COMP, /*!< Company, e.g. Yaesu. */ RIG_LIST_COL_MODEL, /*!< Model, e.g. FT-847. */ RIG_LIST_COL_ID, /*!< Hamlib ID. */ RIG_LIST_COL_TYPE, /*!< Radio type (RX, TX, TRX, FULL_DUP. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |