Parcourir la source

wxGUI: rename swipe to mapswipe

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53735 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 12 ans
Parent
commit
9d23bd880b

+ 2 - 2
gui/wxpython/Makefile

@@ -11,12 +11,12 @@ ETCDIR = $(ETC)/gui/wxpython
 
 SRCFILES := $(wildcard icons/*.* scripts/* xml/*) \
 	$(wildcard core/* dbmgr/* gcp/* gmodeler/* gui_core/* iclass/* lmgr/* location_wizard/* \
-	mapdisp/* modules/* nviz/* psmap/* swipe/* vdigit/* wxplot/* ogc_services/*) \
+	mapdisp/* modules/* nviz/* psmap/* mapswipe/* vdigit/* wxplot/* ogc_services/*) \
 	gis_set.py gis_set_error.py wxgui.py README
 DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
 
 PYDSTDIRS := $(patsubst %,$(ETCDIR)/%,core dbmgr gcp gmodeler gui_core iclass lmgr location_wizard \
-	mapdisp modules nviz psmap swipe vdigit wxplot ogc_services)
+	mapdisp modules nviz psmap mapswipe vdigit wxplot ogc_services)
 DSTDIRS := $(patsubst %,$(ETCDIR)/%,icons scripts xml)
 
 default: $(DSTFILES)

+ 1 - 1
gui/wxpython/lmgr/frame.py

@@ -67,7 +67,7 @@ from lmgr.pyshell          import PyShellWindow
 from gui_core.forms        import GUI
 from gcp.manager           import GCPWizard
 from nviz.main             import haveNviz
-from swipe.frame           import SwipeMapFrame
+from mapswipe.frame        import SwipeMapFrame
 
 class GMFrame(wx.Frame):
     """!Layer Manager frame with notebook widget for controlling GRASS

gui/wxpython/swipe/Makefile → gui/wxpython/mapswipe/Makefile


+ 1 - 1
gui/wxpython/swipe/dialogs.py

@@ -1,5 +1,5 @@
 """!
-@package swipe.dialogs
+@package mapswipe.dialogs
 
 @brief Dialogs used in Map Swipe
 

+ 4 - 4
gui/wxpython/swipe/frame.py

@@ -1,5 +1,5 @@
 """!
-@package swipe.frame
+@package mapswipe.frame
 
 @brief Map Swipe Frame
 
@@ -29,9 +29,9 @@ from core.debug         import Debug
 from core.gcmd          import RunCommand, GError, GMessage
 from mapdisp.statusbar  import EVT_AUTO_RENDER
 
-from swipe.toolbars  import SwipeMapToolbar, SwipeMainToolbar, SwipeMiscToolbar
-from swipe.mapwindow import SwipeBufferedWindow
-from swipe.dialogs   import SwipeMapDialog
+from mapswipe.toolbars  import SwipeMapToolbar, SwipeMainToolbar, SwipeMiscToolbar
+from mapswipe.mapwindow import SwipeBufferedWindow
+from mapswipe.dialogs   import SwipeMapDialog
 
 
 class SwipeMapFrame(DoubleMapFrame):

gui/wxpython/swipe/g.gui.mapswipe.py → gui/wxpython/mapswipe/g.gui.mapswipe.py


gui/wxpython/swipe/mapwindow.py → gui/wxpython/mapswipe/mapwindow.py


gui/wxpython/swipe/toolbars.py → gui/wxpython/mapswipe/toolbars.py


+ 6 - 6
gui/wxpython/wxpythonlib.dox

@@ -36,7 +36,7 @@ vector digitizer or georectification tool are also available.
  - \ref psmap
  - \ref locWizard
  - \ref plot
- - \ref swipe
+ - \ref mapswipe
  - \ref other
 - \ref devel
 - \ref seeAlso
@@ -478,17 +478,17 @@ available in GRASS 5 and GRASS 6.
  - toolbars::IClassMapManagerToolbar
  - toolbars::IClassMiscToolbar
 
-\subsection swipe Map Swipe
+\subsection mapswipe Map Swipe
 
-- swipe::frame
+- mapswipe::frame
  - frame::SwipeMapFrame
  - frame::MapSplitter
-- swipe::mapwindow
+- mapswipe::mapwindow
  - mapwindow::SwipeBufferedWindow
  - mapwindow::_MouseEvent
-- swipe::dialogs
+- mapswipe::dialogs
  - dialogs::SwipeMapDialog
-- swipe::toolbars
+- mapswipe::toolbars
  - toolbars::SwipeMapToolbar
  - toolbars::SwipeMainToolbar
  - toolbars::SwipeMiscToolbar