Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put by default to on the "Add result layer to the map canvas" option when using fTools functions (issue #6642) #1551

Merged
merged 15 commits into from Aug 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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