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

Dennis Nienhüser earthwings at gentoo.org
Mon Sep 27 21:48:22 CEST 2010


SVN commit 1180375 by nienhueser:

Adds an "Edit Map Externally" menu item in the main application (currently Qt only) that does either:
- open a web browser using potlatch (flash based osm builtin map editor) at the current view (default)
- execute josm or merkaartor (whichever is enabled in settings)
- update a running josm or merkaartor if they opened a server at localhost:8111

 M  +104 -0    ControlView.cpp  
 M  +25 -0     ControlView.h  
 M  +22 -1     QtMainWindow.cpp  
 M  +2 -0      QtMainWindow.h  
 M  +2 -0      lib/CMakeLists.txt  
 A             lib/ExternalEditor.ui  
 A             lib/ExternalEditorDialog.cpp   [License: LGPL]
 A             lib/ExternalEditorDialog.h   [License: LGPL]
 M  +62 -17    lib/MarbleNavigationSettingsWidget.ui  
 M  +16 -0     lib/QtMarbleConfigDialog.cpp  
 M  +1 -0      lib/QtMarbleConfigDialog.h  
 M  +3 -0      marble.qrc  


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


More information about the Marble-commits mailing list