From 0c3f18b6dbc2705e4c3b80a5d05b5be648c96017 Mon Sep 17 00:00:00 2001
From: Merydian
Date: Thu, 11 Jan 2024 13:38:27 +0100
Subject: [PATCH 1/2] docs: add hint to use batch jobs for point layers in
tooltip
---
ORStools/gui/ORStoolsDialogUI.py | 2 +-
ORStools/gui/ORStoolsDialogUI.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ORStools/gui/ORStoolsDialogUI.py b/ORStools/gui/ORStoolsDialogUI.py
index cbc9e995..18fcb879 100644
--- a/ORStools/gui/ORStoolsDialogUI.py
+++ b/ORStools/gui/ORStoolsDialogUI.py
@@ -484,7 +484,7 @@ def retranslateUi(self, ORStoolsDialogBase):
self.routing_fromline_map.setToolTip(_translate("ORStoolsDialogBase", "
Add wayoints interactively from the map canvas.
Double-click will terminate waypoint selection.
"))
self.routing_fromline_clear.setToolTip(_translate("ORStoolsDialogBase", "If waypoints are selected in the list, only these will be deleted. Else all waypoints will be deleted.
"))
self.routing_fromline_list.setToolTip(_translate("ORStoolsDialogBase", "Select waypoints from the map!"))
- self.save_vertices.setToolTip(_translate("ORStoolsDialogBase", "Save points in list to layer.
"))
+ self.save_vertices.setToolTip(_translate("ORStoolsDialogBase", "Save points in list to layer. Use the processing algorithms (batch jobs) to work with points from layers.
"))
self.advances_group.setTitle(_translate("ORStoolsDialogBase", "Advanced Configuration"))
self.optimization_group.setToolTip(_translate("ORStoolsDialogBase", "Enabling Traveling Salesman will omit all other advanced configuration and assume the preference to be fastest.
"))
self.optimization_group.setTitle(_translate("ORStoolsDialogBase", "Traveling Salesman"))
diff --git a/ORStools/gui/ORStoolsDialogUI.ui b/ORStools/gui/ORStoolsDialogUI.ui
index e484a125..8c5edf1e 100644
--- a/ORStools/gui/ORStoolsDialogUI.ui
+++ b/ORStools/gui/ORStoolsDialogUI.ui
@@ -350,7 +350,7 @@
- <html><head/><body><p>Save points in list to layer.</p></body></html>
+ <html><head/><body><p>Save points in list to layer. Use the processing algorithms (batch jobs) to work with points from layers.</p></body></html>
From 8e82a351827ee94c1717e44bec2541fe064b1ad3 Mon Sep 17 00:00:00 2001
From: Merydian
Date: Thu, 11 Jan 2024 14:47:45 +0100
Subject: [PATCH 2/2] docs: add to changelog
---
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8a082b4..6545e81a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,9 @@ RELEASING:
13. Create new release in GitHub with tag version and release title of `vX.X.X`
-->
+## [1.7.1]
+- Add hint to use batch jobs for point layers in tooltip in save vertices button ([#211](https://github.com/GIScience/orstools-qgis-plugin/issues/211))
+
## [1.7.0] - 2023-12-22
### Added