[GRASS-SVN] r35894 - in grass/branches/develbranch_6/gui/wxpython: . nviz vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 15 14:41:04 EST 2009


Author: martinl
Date: 2009-02-15 14:41:04 -0500 (Sun, 15 Feb 2009)
New Revision: 35894

Modified:
   grass/branches/develbranch_6/gui/wxpython/
   grass/branches/develbranch_6/gui/wxpython/nviz/change_view.cpp
   grass/branches/develbranch_6/gui/wxpython/nviz/draw.cpp
   grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp
   grass/branches/develbranch_6/gui/wxpython/nviz/lights.cpp
   grass/branches/develbranch_6/gui/wxpython/nviz/load.cpp
   grass/branches/develbranch_6/gui/wxpython/nviz/surface.cpp
   grass/branches/develbranch_6/gui/wxpython/nviz/vector.cpp
   grass/branches/develbranch_6/gui/wxpython/nviz/volume.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/cats.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/digit.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/driver_draw.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/driver_select.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/message.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/undo.cpp
   grass/branches/develbranch_6/gui/wxpython/vdigit/vertex.cpp
Log:
wxGUI: vdigit and nviz headers updated
      svn:ignore property updated (doxygen docs)
      (merge from trunk, r35893)



Property changes on: grass/branches/develbranch_6/gui/wxpython
___________________________________________________________________
Name: svn:ignore
   - menustrings.py

   + menustrings.py
html
latex


Modified: grass/branches/develbranch_6/gui/wxpython/nviz/change_view.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/change_view.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/change_view.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,19 +1,15 @@
 /**
-   \file change_view.cpp
+   \file nviz/change_view.cpp
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- Change viewport
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
+   \brief wxNviz extension (3D view mode) - change view settings
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
 
-   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
 
-   \date 2008
+   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/draw.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/draw.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/draw.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,20 +1,15 @@
-/*!
-  \file draw.cpp
- 
-  \brief Experimental C++ wxWidgets Nviz prototype -- Draw map objects to GLX context
-  
-  COPYRIGHT: (C) 2008 by the GRASS Development Team
-
-  This program is free software under the GNU General Public
-  License (>=v2). Read the file COPYING that comes with GRASS
-  for details.
-
-  Based on visualization/nviz/src/draw.c and
-  visualization/nviz/src/togl_flythrough.c
-
-  \author Updated/modified by Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-  \date 2008
+/**
+   \file nviz/draw.cpp
+   
+   \brief wxNviz extension (3D view mode) - draw map objects to GLX context
+   
+   This program is free software under the GNU General Public
+   License (>=v2). Read the file COPYING that comes with GRASS
+   for details.
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
+   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,19 +1,15 @@
 /**
-   \file init.cpp
+   \file nviz/init.cpp
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- initialization
+   \brief wxNviz extension (3D view mode) - initialization
 
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
 
-   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
 
-   \date 2008
+   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/lights.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/lights.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/lights.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,19 +1,15 @@
 /**
-   \file load.cpp
+   \file nviz/lights.cpp
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- light manipulation
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
+   \brief wxNviz extension (3D view mode) - lights manipulation
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/load.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/load.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/load.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,19 +1,15 @@
 /**
-   \file load.cpp
-   
-   \brief Experimental C++ wxWidgets Nviz prototype -- load data layers
+   \file nviz/load.cpp
 
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
+   \brief wxNviz extension (3D view mode) - load data layers
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/surface.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/surface.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/surface.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,19 +1,15 @@
 /**
-   \file surface.cpp
+   \file nviz/surface.cpp
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- surface attributes
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
+   \brief wxNviz extension (3D view mode) - surface attributes
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/vector.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/vector.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/vector.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,19 +1,15 @@
 /**
-   \file vector.cpp
-   
-   \brief Experimental C++ wxWidgets Nviz prototype -- vector mode and attributes
+   \file nviz/vector.cpp
 
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
+   \brief wxNviz extension (3D view mode) - vector attributes
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/volume.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/volume.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/volume.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,19 +1,15 @@
 /**
-   \file volume.cpp
+   \file nviz/volume.cpp
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- volume attributes
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
+   \brief wxNviz extension (3D view mode) - volume attributes
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/cats.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/cats.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/cats.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file cats.cpp
+   \file vdigit/cats.cpp
 
    \brief wxvdigit - category management
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/digit.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/digit.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/digit.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file digit.cpp
+   \file vdigit/digit.cpp
 
    \brief wxvdigit - C++ interace for wxGUI vector digitizer.
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/driver.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file driver.cpp
+   \file vdigit/driver.cpp
    
    \brief wxvdigit - Display driver
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/driver_draw.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/driver_draw.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/driver_draw.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file driver_draw.cpp
+   \file vdigit/driver_draw.cpp
    
    \brief wxvdigit - Display driver (draw methods)
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/driver_select.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/driver_select.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/driver_select.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file driver_select.cpp
+   \file vdigit/driver_select.cpp
    
    \brief wxvdigit - Display driver (selection methods)
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file line.cpp
+   \file vdigit/line.cpp
 
    \brief wxvdigit - Feature manipulation (add, delete, move)
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/message.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/message.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/message.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file message.cpp
+   \file vdigit/message.cpp
 
    \brief wxvdigit - Error message dialogs
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file select.cpp
+   \file vdigit/select.cpp
 
    \brief wxvdigit - Select lines (by query)
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/undo.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/undo.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/undo.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file undo.cpp
+   \file vdigit/undo.cpp
 
    \brief wxvdigit - Undo/Redo functionality
 

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/vertex.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/vertex.cpp	2009-02-15 18:59:21 UTC (rev 35893)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/vertex.cpp	2009-02-15 19:41:04 UTC (rev 35894)
@@ -1,5 +1,5 @@
 /**
-   \file vertex.cpp
+   \file vdigit/vertex.cpp
 
    \brief wxvdigit - Vertex manipulation
 



More information about the grass-commit mailing list