This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from d8132a1808 Merge pull request #4987 from hansva/4918
add a0c31d037b make save dialog more consistent, fixes #4985
add 0d62193345 make open dialogs more consistent, allow opening folders,
fixes #2359
add 2e8cf46d94 do note delete transform/action when trying to edit on web,
fixes #4811
new 7f1e8d0915 Merge pull request #4988 from hansva/4985
The 1 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:
assemblies/debug/pom.xml | 36 +++
.../ActionAddResultFilenamesDialog.java | 2 +-
.../ActionCheckFilesLockedDialog.java | 2 +-
.../deletefiles/ActionDeleteFilesDialog.java | 2 +-
.../actions/dostounix/ActionDosToUnixDialog.java | 2 +-
.../ActionEvalFilesMetricsDialog.java | 2 +-
.../filecompare/ActionFileCompareDialog.java | 4 +-
.../actions/filesexist/ActionFilesExistDialog.java | 2 +-
.../folderscompare/ActionFoldersCompareDialog.java | 4 +-
.../actions/movefiles/ActionMoveFilesDialog.java | 4 +-
.../ActionPGPDecryptFilesDialog.java | 6 +-
.../ActionPGPEncryptFilesDialog.java | 6 +-
.../actions/pipeline/ActionPipelineDialog.java | 2 +-
.../hop/workflow/actions/repeat/RepeatDialog.java | 2 +-
.../workflow/actions/unzip/ActionUnZipDialog.java | 2 +-
.../waitforfile/ActionWaitForFileDialog.java | 2 +-
.../actions/workflow/ActionWorkflowDialog.java | 2 +-
.../writetofile/ActionWriteToFileDialog.java | 2 +-
.../xml/dtdvalidator/DtdValidatorDialog.java | 4 +-
.../xml/xmlwellformed/XmlWellFormedDialog.java | 2 +-
.../xml/xsdvalidator/XsdValidatorDialog.java | 4 +-
.../hop/workflow/actions/xml/xslt/XsltDialog.java | 4 +-
.../actions/zipfile/ActionZipFileDialog.java | 2 +-
.../accessoutput/AccessOutputDialog.java | 2 +-
.../avro/transforms/avrooutput/AvroOutputMeta.java | 4 +-
.../eventhubs/listen/AzureListenerDialog.java | 1 +
.../transforms/output/ParquetOutputDialog.java | 28 +-
.../transforms/output/ParquetOutputMeta.java | 1 -
.../output/messages/messages_en_US.properties | 1 +
.../transforms/cubeinput/CubeInputDialog.java | 2 +-
.../transforms/cubeinput/CubeInputMeta.java | 2 +-
.../transforms/cubeoutput/CubeOutputDialog.java | 1 +
.../transforms/cubeoutput/CubeOutputMeta.java | 1 -
.../excelwriter/ExcelWriterFileField.java | 4 +-
.../excelwriter/ExcelWriterTemplateField.java | 2 +-
.../excelwriter/ExcelWriterTransformDialog.java | 9 +-
.../transforms/jsonoutput/JsonOutputDialog.java | 2 +-
.../transforms/jsonoutput/JsonOutputMeta.java | 3 +-
.../jsonoutputenhanced/JsonOutputDialog.java | 2 +-
.../jsonoutputenhanced/JsonOutputMeta.java | 1 -
.../propertyoutput/PropertyOutputDialog.java | 3 +-
.../transforms/csvinput/CsvInputDialog.java | 2 +-
.../fileinput/text/TextFileInputDialog.java | 77 +++---
.../textfileoutput/TextFileOutputMeta.java | 4 +-
.../transforms/xml/xmloutput/XmlOutputMeta.java | 4 +-
.../xml/xmloutput/XmlOutputMetaTest.java | 8 +-
.../org/apache/hop/ui/core/dialog/BaseDialog.java | 212 +++++++++++---
.../hop/ui/core/gui/GuiCompositeWidgets.java | 59 ++--
.../apache/hop/ui/core/vfs/HopVfsFileDialog.java | 304 +++++----------------
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 2 +
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 4 +
51 files changed, 441 insertions(+), 404 deletions(-)