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

Siddharth Srivastava akssps011 at gmail.com
Wed Aug 18 21:49:36 CEST 2010


SVN commit 1165301 by siddharthsrivastava:

Added Interface for Small Screen Devices. Also added download size estimate for the tiles to be downloaded for offline usage. Moved private slots of CurrentLocationWidget to private class CurrentLocationWidgetPrivate. Changed the Routing Information Plugin interface for Desktop version of Marble. Also the distance remaining to the next instruction is calculated from the current gpslocation rather than from the closest waypoint on the route

 M  +70 -23    lib/CurrentLocationWidget.cpp  
 M  +19 -5     lib/CurrentLocationWidget.h  
 M  +9 -0      lib/CurrentLocationWidget.ui  
 M  +30 -10    lib/DownloadRegionDialog.cpp  
 M  +3 -0      lib/DownloadRegionDialog.h  
 M  +3 -1      lib/MarbleControlBox.cpp  
 M  +1 -0      lib/MarbleModel.cpp  
 M  +0 -1      lib/MarbleModel.h  
 M  +1 -0      lib/gps/PositionTracking.cpp  
 M  +6 -0      lib/gps/PositionTracking.h  
 U             lib/graphicsview/ScreenGraphicsItem_p.h  
 U             lib/graphicsview/WidgetGraphicsItem.h  
 M  +4 -0      lib/routing/AdjustNavigation.cpp  
 M  +14 -2     lib/routing/AdjustNavigation.h  
 M  +11 -10    lib/routing/RoutingLayer.cpp  
 M  +14 -1     lib/routing/RoutingManager.cpp  
 M  +11 -0     lib/routing/RoutingManager.h  
 M  +36 -11    lib/routing/RoutingModel.cpp  
 M  +17 -10    lib/routing/RoutingModel.h  
 M  +7 -0      marble.qrc  
 M  +6 -7      plugins/render/navigation/NavigationFloatItem.cpp  
 M  +1 -1      plugins/render/navigation/NavigationFloatItem.h  
 M  +1 -1      plugins/render/progress/ProgressFloatItem.h  
 M  +3 -1      plugins/render/routing/CMakeLists.txt  
 M  +484 -59   plugins/render/routing/RoutingPlugin.cpp  
 M  +130 -12   plugins/render/routing/RoutingPlugin.h  


http://websvn.kde.org/?view=rev&revision=1165301


More information about the Marble-commits mailing list