Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #5926 from nyalldawson/proc_dialog
[processing] Add api to show algorithm dialog, use dialog for history
- Loading branch information
Showing
with
154 additions
and 31 deletions.
- +26 −5 python/gui/processing/qgsprocessingalgorithmdialogbase.sip
- +4 −0 python/plugins/processing/gui/AlgorithmDialog.py
- +6 −0 python/plugins/processing/gui/DestinationSelectionPanel.py
- +2 −1 python/plugins/processing/gui/HistoryDialog.py
- +15 −0 python/plugins/processing/gui/ParametersPanel.py
- +21 −3 python/plugins/processing/gui/wrappers.py
- +53 −0 python/plugins/processing/tools/general.py
- +8 −18 src/gui/processing/qgsprocessingalgorithmdialogbase.cpp
- +19 −4 src/gui/processing/qgsprocessingalgorithmdialogbase.h