[QGIS Commit] r14611 - in trunk/qgis/src/plugins/grass: modules-common themes/gis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Nov 13 12:50:16 EST 2010


Author: pcav
Date: 2010-11-13 09:50:16 -0800 (Sat, 13 Nov 2010)
New Revision: 14611

Added:
   trunk/qgis/src/plugins/grass/themes/gis/grass_arrow.svg
   trunk/qgis/src/plugins/grass/themes/gis/grass_plus.svg
Modified:
   trunk/qgis/src/plugins/grass/modules-common/r.distance.qgm
Log:
Better arrow and + for GRASS, and more

Modified: trunk/qgis/src/plugins/grass/modules-common/r.distance.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules-common/r.distance.qgm	2010-11-13 17:43:47 UTC (rev 14610)
+++ trunk/qgis/src/plugins/grass/modules-common/r.distance.qgm	2010-11-13 17:50:16 UTC (rev 14611)
@@ -4,5 +4,6 @@
 <qgisgrassmodule label="Locate the closest points between objects in two raster maps" module="r.distance">
         <option key="maps" option="map1"/>
         <option key="maps" option="map2"/>
+	<option key="fs" advanced="yes"/> 
 </qgisgrassmodule>
 

Added: trunk/qgis/src/plugins/grass/themes/gis/grass_arrow.svg
===================================================================
--- trunk/qgis/src/plugins/grass/themes/gis/grass_arrow.svg	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/themes/gis/grass_arrow.svg	2010-11-13 17:50:16 UTC (rev 14611)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="32"
+   height="32"
+   id="svg5692">
+  <defs
+     id="defs5694" />
+  <metadata
+     id="metadata5697">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1">
+    <path
+       d="m 18.5,8.5 0,5 -10,0 c -0.554,0 -1,0.446 -1,1 l 0,2 c 0,0.554 0.446,1 1,1 l 10,0 0,5 9,-7 -9,-7 z"
+       id="path2984"
+       style="color:#000000;fill:#e9b96e;fill-opacity:1;fill-rule:nonzero;stroke:#c17d11;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  </g>
+</svg>

Added: trunk/qgis/src/plugins/grass/themes/gis/grass_plus.svg
===================================================================
--- trunk/qgis/src/plugins/grass/themes/gis/grass_plus.svg	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/themes/gis/grass_plus.svg	2010-11-13 17:50:16 UTC (rev 14611)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="32"
+   height="32"
+   id="svg5692">
+  <defs
+     id="defs5694" />
+  <metadata
+     id="metadata5697">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1">
+    <path
+       d="m 15,8.5 c -0.554,0 -1,0.446 -1,1 l 0,4.5 -4.5,0 c -0.554,0 -1,0.446 -1,1 l 0,2 c 0,0.554 0.446,1 1,1 l 4.5,0 0,4.5 c 0,0.554 0.446,1 1,1 l 2,0 c 0.554,0 1,-0.446 1,-1 l 0,-4.5 4.5,0 c 0.554,0 1,-0.446 1,-1 l 0,-2 c 0,-0.554 -0.446,-1 -1,-1 L 18,14 18,9.5 c 0,-0.554 -0.446,-1 -1,-1 l -2,0 z"
+       id="rect2984"
+       style="color:#000000;fill:#e9b96e;fill-opacity:1;fill-rule:nonzero;stroke:#c17d11;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  </g>
+</svg>



More information about the QGIS-commit mailing list