More Info

Revision 1189296

(Back to digest)
 

Features in Educational

Dennis Nienhüser committed changes in /trunk/KDE/kdeedu/marble/src:

Add a configuration dialog for monav that can be used to set a transport type preference.
It also adds map management features: Details about installed maps, download of new maps and updates of existing maps via knewstuff (rather a minimalistic ghns implementation in qt since we cannot have a kde dependency here).

Make RunnerPlugin::configWidget() non const since configuration changes likely affect the plugin.
Remove GroupBoxes that only contain one subwidget to conserve some space.
Hide directions list view on Maemo.

File Changes

Added 8 files
/trunk/KDE/kdeedu/marble/src/plugins/runner/monav
 
/monav.qrc
 
/MonavConfigWidget.cpp
 
/MonavConfigWidget.h
 
/MonavConfigWidget.ui
 
/MonavMap.cpp
 
/MonavMap.h
 
/MonavMapsModel.cpp
 
/MonavMapsModel.h
Modified 14 files
/trunk/KDE/kdeedu/marble/src
 
/lib/RunnerPlugin.cpp
 
/lib/RunnerPlugin.h
 
/lib/routing/RoutingProfileSettingsDialog.cpp
 
/lib/routing/RoutingProfileSettingsDialog.ui
 
/lib/routing/RoutingWidget.cpp
 
/plugins/runner/monav/CMakeLists.txt
 
/plugins/runner/monav/MonavPlugin.cpp
 
/plugins/runner/monav/MonavPlugin.h
 
/plugins/runner/openrouteservice/OpenRouteServicePlugin.cpp
 
/plugins/runner/openrouteservice/OpenRouteServicePlugin.h
 
/plugins/runner/openrouteservice/OpenRouteServiceRunner.cpp
 
/plugins/runner/routino/RoutinoPlugin.cpp
 
/plugins/runner/routino/RoutinoPlugin.h
 
/plugins/runner/yours/YoursRunner.cpp
22 files changed in total