[GRASS-SVN] r53442 - in grass-addons/grass7/gui/wxpython/wx.animation: . animation icons/grass

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 17 09:52:21 PDT 2012


Author: martinl
Date: 2012-10-17 09:52:21 -0700 (Wed, 17 Oct 2012)
New Revision: 53442

Added:
   grass-addons/grass7/gui/wxpython/wx.animation/animation/__init__.py
Modified:
   grass-addons/grass7/gui/wxpython/wx.animation/animation/animation.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/controller.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/dialogs.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/frame.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/mapwindow.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/nviztask.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/temporal_manager.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/toolbars.py
   grass-addons/grass7/gui/wxpython/wx.animation/animation/utils.py
   grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-back.png
   grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-pause.png
   grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-repeat-back-forward.png
   grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-stop.png
   grass-addons/grass7/gui/wxpython/wx.animation/wxGUI.Animation.html
   grass-addons/grass7/gui/wxpython/wx.animation/wxGUI_animation_tool.jpg
Log:
wx.animation: add missing __init__.py
              set svn props


Added: grass-addons/grass7/gui/wxpython/wx.animation/animation/__init__.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.animation/animation/__init__.py	                        (rev 0)
+++ grass-addons/grass7/gui/wxpython/wx.animation/animation/__init__.py	2012-10-17 16:52:21 UTC (rev 53442)
@@ -0,0 +1,11 @@
+all = [
+    'animation',
+    'controller',
+    'dialogs',
+    'frame',
+    'mapwindow',
+    'nviztask',
+    'temporal_manager',
+    'toolbars',
+    'utils',
+    ]


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/__init__.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/animation.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/controller.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/dialogs.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/frame.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/mapwindow.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/nviztask.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/temporal_manager.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/toolbars.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/animation/utils.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-back.png
___________________________________________________________________
Modified: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-pause.png
___________________________________________________________________
Modified: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-repeat-back-forward.png
___________________________________________________________________
Modified: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/icons/grass/player-stop.png
___________________________________________________________________
Modified: svn:mime-type
   - application/octet-stream
   + image/png

Modified: grass-addons/grass7/gui/wxpython/wx.animation/wxGUI.Animation.html
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.animation/wxGUI.Animation.html	2012-10-17 16:41:52 UTC (rev 53441)
+++ grass-addons/grass7/gui/wxpython/wx.animation/wxGUI.Animation.html	2012-10-17 16:52:21 UTC (rev 53442)
@@ -57,4 +57,4 @@
 <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
 
 <p>
-<i>$Date: 2012-03-07 13:21:57 +0100 (Wed, 07 Mar 2012) $</i>
+<i>$Date$</i>


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/wxGUI.Animation.html
___________________________________________________________________
Added: svn:mime-type
   + text/html
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass7/gui/wxpython/wx.animation/wxGUI_animation_tool.jpg
___________________________________________________________________
Modified: svn:mime-type
   - application/octet-stream
   + image/jpeg



More information about the grass-commit mailing list