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 73b3af1f4c Merge pull request #1911 from mattcasters/master
new 695878b89d Fix #1917 Add mouse wheel to zoom graph in execution viewer
new 86c341ac76 Fix #1920: Cleanup XML of action Folder is Empty
new 257f432611 Fix #1921: Cleanup XML of action File Compare
new 2f943cfcfc Fix #1922: Cleanup XML of action File Exists
new d89e16c9fc Merge pull request #1918 from nadment/HOP-CLEANUP
The 5066 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:
.../actions/filecompare/ActionFileCompare.java | 60 ++++--------------
.../filecompare/messages/messages_de_DE.properties | 1 -
.../filecompare/messages/messages_en_US.properties | 1 -
.../filecompare/messages/messages_es_AR.properties | 1 -
.../filecompare/messages/messages_fr_FR.properties | 1 -
.../filecompare/messages/messages_it_IT.properties | 1 -
.../filecompare/messages/messages_ko_KR.properties | 1 -
.../filecompare/messages/messages_nl_NL.properties | 1 -
.../filecompare/messages/messages_pt_BR.properties | 1 -
.../filecompare/messages/messages_zh_CN.properties | 1 -
.../actions/fileexists/ActionFileExists.java | 41 +++---------
.../fileexists/messages/messages_en_US.properties | 1 -
.../fileexists/messages/messages_es_AR.properties | 1 -
.../fileexists/messages/messages_fr_FR.properties | 2 -
.../fileexists/messages/messages_it_IT.properties | 1 -
.../fileexists/messages/messages_nl_NL.properties | 1 -
.../fileexists/messages/messages_pt_BR.properties | 1 -
.../fileexists/messages/messages_zh_CN.properties | 1 -
.../actions/folderisempty/ActionFolderIsEmpty.java | 72 ++++++++--------------
.../folderisempty/ActionFolderIsEmptyDialog.java | 6 +-
.../WorkflowActionFolderIsEmptyLoadSaveTest.java | 4 +-
.../WorkflowActionFolderIsEmptyTest.java | 4 +-
.../perspective/dataorch/HopGuiAbstractGraph.java | 14 -----
.../perspective/execution/DragViewZoomBase.java | 15 +++++
.../execution/PipelineExecutionViewer.java | 1 +
.../execution/WorkflowExecutionViewer.java | 1 +
26 files changed, 74 insertions(+), 161 deletions(-)