This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from dac84acd78 Merge pull request #3358 from Mattang-Dan/patch-37
new 6cdcf9df10 issue #3335 : Underline the name of a transform or action
to mimic a hyperlink
new 5a2f2a0310 issue #3335 : Underline the name of a transform or action
to mimic a hyperlink (option)
new 08463c545d issue #3335 : Underline the name of a transform or action
to mimic a hyperlink (doc)
new 815152ce17 Merge pull request #3336 from mattcasters/master
The 6245 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pages/hop-gui/perspective-configuration.adoc | 8 ++-
.../java/org/apache/hop/core/gui/BasePainter.java | 39 ++++++++---
.../org/apache/hop/pipeline/PipelinePainter.java | 51 +++++++++------
.../apache/hop/pipeline/PipelineSvgPainter.java | 1 +
.../org/apache/hop/workflow/WorkflowPainter.java | 76 ++++++++++++----------
.../apache/hop/workflow/WorkflowSvgPainter.java | 5 +-
.../main/java/org/apache/hop/ui/core/PropsUi.java | 10 +++
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 64 +++++++++++-------
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 69 +++++++++++++-------
.../tabs/ConfigGeneralOptionsTab.java | 27 +++++++-
.../perspective/dataorch/HopGuiAbstractGraph.java | 27 ++++++--
.../execution/PipelineExecutionViewer.java | 1 +
.../execution/WorkflowExecutionViewer.java | 6 +-
.../core/dialog/messages/messages_en_US.properties | 1 +
14 files changed, 268 insertions(+), 117 deletions(-)