Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1551 from DelazJ/FToolsAddNewLayerToMapCanvas
Put by default to on the "Add result layer to the map canvas" option when using fTools functions (issue #6642)
  • Loading branch information
timlinux committed Aug 25, 2014
2 parents 4d1595c + 23eff1f commit ae25009
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmEliminate.ui
Expand Up @@ -92,6 +92,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmGeometry.ui
Expand Up @@ -185,6 +185,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="10" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmGeoprocessing.ui
Expand Up @@ -260,6 +260,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="11" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmIntersectLines.ui
Expand Up @@ -123,6 +123,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="7" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmMeanCoords.ui
Expand Up @@ -133,6 +133,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="7" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmMergeShapes.ui
Expand Up @@ -98,6 +98,9 @@
<property name="text">
<string>Add result to map canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmPointsInPolygon.ui
Expand Up @@ -110,6 +110,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmRandPoints.ui
Expand Up @@ -224,6 +224,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="7" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmRegPoints.ui
Expand Up @@ -231,6 +231,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmSimplify.ui
Expand Up @@ -101,6 +101,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmSumLines.ui
Expand Up @@ -116,6 +116,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmVectorGrid.ui
Expand Up @@ -352,6 +352,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="0">
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/fTools/tools/frmVisual.ui
Expand Up @@ -176,6 +176,9 @@
<property name="text">
<string>Add result to canvas</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="11" column="0">
Expand Down

0 comments on commit ae25009

Please sign in to comment.