11 Commits

Author SHA1 Message Date
AlisterH
75420dee18 remove unnecessary casts from last commit 2023-07-06 13:45:15 +10:00
AlisterH
158b0e2bae Use more pathlib instead of os module 2023-07-06 13:45:15 +10:00
AlisterH
47fa0c8197 Update python/plugins/grassprovider/Grass7AlgorithmProvider.py
Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com>
2023-07-06 13:45:15 +10:00
AlisterH
75d204d766 Update python/plugins/grassprovider/Grass7AlgorithmProvider.py
Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com>
2023-07-06 13:45:15 +10:00
AlisterH
f08e5e9469 support grass algorithms in profile folder 2023-07-06 13:45:15 +10:00
Nyall Dawson
b141f2f7b4
Fix grass provider points to out of date help documents
Instead of storing the calculated default URL for the help
documentation within the user's profile, make the help
PATH setting an optional override. This avoids the setting persisting
an older help URL when the user's grass installation is
updated to a newer version.

Change the existing setting key to a new one so that the
setting is reset for all users, so that old profile
settings don't apply and override the default.

Fixes #53105
2023-06-06 08:48:05 +10:00
Etienne Trimaille
8f33d5ee70 Upgrade DBManager and Grass plugins to Python 3.X 2023-04-26 08:24:00 +10:00
Alexander Bruy
a0945cfdfe tests for GRASS provider 2021-06-21 07:17:36 +03:00
Alexander Bruy
d7faf9c1aa provider enabled/disabled via Plugin Manager 2021-06-21 07:17:36 +03:00
Alexander Bruy
cbe1a472ca add missed plugin files
fix CMakeLists.txt
2021-06-21 07:17:36 +03:00
Alexander Bruy
a62fd8c7cd separate processing grass provider into a plugin 2021-06-21 07:17:35 +03:00