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

[processing] Small fixes #1389

Merged
merged 6 commits into from Jun 12, 2014
Merged

[processing] Small fixes #1389

merged 6 commits into from Jun 12, 2014

Conversation

radosuav
Copy link
Contributor

A number of fixes for small processing issues:

  1. Search for description files for models and scripts also in the sub-directories of the model/script directories. This allows the users to better organise their model/script files.
  2. If a algorithm provider specifies a list of valid file extensions, use it instead of the list provided by GDAL. Some providers need files output in formats not supported by GDAL when, for example, an output of one algorithm is used as an input for another in a model.
  3. Add GRASS r.slope and OTB Split Image algorithms which used to be present but have disappeared.
  4. Add tag when displaying R algorithm result graphs. Without it the graphs were not displaying properly.
  5. Since multi-threaded execution was removed the algorithms do not always switch to the log tab and update with the algorithm messages during execution. This fix makes sure that the log tab is at least visible so that the users know that an algorithm is being executed.
  6. Update processing toolbox whenever an algorithm provider plugin is activated or deactivated from the plugin manager. Currently the update happens only when the processing toolbox is switched from advanced to simplified mode.

@pcav
Copy link
Member

pcav commented May 26, 2014

r.slope is now together with r.aspect etc.

@gioman
Copy link
Contributor

gioman commented May 27, 2014

assigned @volaya @alexbruy

volaya added a commit that referenced this pull request Jun 12, 2014
@volaya volaya merged commit 023fc00 into qgis:master Jun 12, 2014
@radosuav radosuav deleted the small_processing_fixes branch June 25, 2014 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants