SVN commit 837907 by ssingh: This commit will introduce twitter plugin , a plugin i had been working when i took break for some time from panormaio plugin, twitter plugin essentially will display 10 twitts from public timeline on their repsective locations , it uses google map api to geocode street address to respective lat lon . The plugin is my first attempt on geocoding , if succesfull which will precitipate in wikipedia article integration in placemarkinfo dialog . M +5 -0 ChangeLog M +1 -1 src/lib/geodata/data/GeoDataLatLonAltBox.h M +1 -0 src/plugins/marble/CMakeLists.txt A src/plugins/marble/twitter (directory) A src/plugins/marble/twitter/jsonparser.cpp [License: LGPL] A src/plugins/marble/twitter/jsonparser.h [License: LGPL] AM src/plugins/marble/twitter/twitterPlugin.cpp [License: LGPL] [UTF-8 ENCODING PROBLEMS] AM src/plugins/marble/twitter/twitterPlugin.h [License: LGPL] --- trunk/KDE/kdeedu/marble/ChangeLog #837906:837907 @@ -1,3 +1,6 @@ +2008-07-26 shashank singh + *src/plugins/marble + added twitter plugins and did small modification in panoramio plugin 2008-07-24 Claudiu Covaci * src/lib/MarbleControlBox.cpp: Fix: re-enable zoom buttons if newly selected map supports higher zoom levels. @@ -67,6 +70,7 @@ This was brought up by the OpenStreetMap tile server admins and should go into 4.1 as well. + 2008-07-07 Patrick Spendrin * src/lib/geodata/data/GeoDataPoint.{cpp,h}: @@ -152,6 +156,7 @@ serialize! + 2008-07-06 Patrick Spendrin * src/lib/PlaceMarkManager.cpp --- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLatLonAltBox.h #837906:837907 @@ -155,7 +155,7 @@ void setMaxAltitude( const double maxAltitude ); /** - * @brief Get the reference system for the altitude. + * @brief Get the reference system for the altitude.ar * @return the point of reference which marks the origin * for measuring the altitude. */ --- trunk/KDE/kdeedu/marble/src/plugins/marble/CMakeLists.txt #837906:837907 @@ -5,4 +5,5 @@ add_subdirectory( mapscale ) add_subdirectory( stars ) add_subdirectory( panoramio ) +add_subdirectory ( twitter ) ** trunk/KDE/kdeedu/marble/src/plugins/marble/twitter/twitterPlugin.cpp #property svn:executable + * ** trunk/KDE/kdeedu/marble/src/plugins/marble/twitter/twitterPlugin.h #property svn:executable + *