[Marble-commits] KDE/kdeedu/marble/src/plugins/render

Wes Hardaker wjhns25 at hardakers.net
Wed May 12 00:55:28 CEST 2010


SVN commit 1125689 by hardaker:

FEATURE: Created a plugin to display Amateur Radio APRS tracking data.  Data can be collected from the internet, a TNC attached to a serial port and/or a file containing APRS data

 M  +1 -0      CMakeLists.txt  
 A             aprs (directory)  
 A             aprs/AprsConfigWidget.ui  
 A             aprs/AprsFile.cpp   [License: LGPL]
 A             aprs/AprsFile.h   [License: LGPL]
 A             aprs/AprsGatherGen.pl  
 A             aprs/AprsGatherer.cpp   [License: LGPL]
 A             aprs/AprsGatherer.h   [License: LGPL]
 A             aprs/AprsGatherer_mic_e.h   [License: LGPL]
 A             aprs/AprsObject.cpp   [License: LGPL]
 A             aprs/AprsObject.h   [License: LGPL]
 A             aprs/AprsPlugin.cpp   [License: LGPL]
 A             aprs/AprsPlugin.h   [License: LGPL]
 A             aprs/AprsSource.cpp   [License: LGPL]
 A             aprs/AprsSource.h   [License: LGPL]
 A             aprs/AprsTCPIP.cpp   [License: LGPL]
 A             aprs/AprsTCPIP.h   [License: LGPL]
 A             aprs/AprsTTY.cpp   [License: LGPL]
 A             aprs/AprsTTY.h   [License: LGPL]
 A             aprs/CMakeLists.txt  
 A             aprs/GeoAprsCoordinates.cpp   [License: LGPL]
 A             aprs/GeoAprsCoordinates.h   [License: UNKNOWN]
 A             aprs/posix_qextserialport.cpp   [License: Public Domain]
 A             aprs/qextserialport.cpp   [License: Public Domain]
 A             aprs/qextserialport.h   [License: Public Domain]
 A             aprs/qextserialport_global.h   [License: Public Domain]
 A             aprs/win_qextserialport.cpp   [License: Public Domain]


--- trunk/KDE/kdeedu/marble/src/plugins/render/CMakeLists.txt #1125688:1125689
@@ -21,3 +21,4 @@
 
 # add_subdirectory( dataview )
 # add_subdirectory( fileview )
+add_subdirectory(aprs)


More information about the Marble-commits mailing list