-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add group name to processing algorithm dialog title #57739
Conversation
@DelazJ, do some screenshots in the docs need to be updated? |
@agiudiceandrea yes in the Processing framework chapter and a number of training lessons. Do you suggest to add this to the docs issues queue? |
I think so, so someone could take care of the small changes at least in https://docs.qgis.org/testing/en/docs/user_manual/processing/toolbox.html#the-algorithm-dialog |
@m-kuhn A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged. Please update the description (not the comments) with helpful description and screenshot to help the work from documentors. Thank you! |
@m-kuhn |
@m-kuhn any reason why this feature wasn't extended to modeler context? |
No reason beyond: I wasn't aware that it should have been added somewhere else. |
See #58502 (hopefully I got it right) |
oooh nice, this was always a huge problem with models. |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_38 release-3_38
# Navigate to the new working tree
cd .worktrees/backport-release-3_38
# Create a new branch
git switch --create backport-57739-to-release-3_38
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 33fd91c385ddbb07f8b92c917d6d1c84fd444b85
# Push it to GitHub
git push --set-upstream origin backport-57739-to-release-3_38
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_38 Then, create a pull request where the |
Oups this was added in the 3.8 dev cycle. |
Description
This shows the group from which a processing algorithm originates in the dialog title. This makes it easier to understand for a user, from where an algorithm is coming.
Context: The current "unqualified" dialog title was leading to confusion in a course yesterday where some people where opening the "Point Cloud - Clip" algorithm whereas they meant to use "Vector Layer - Clip" algorithm.
New:
Old: