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/incubator-hop.git.


    from 9635d4c  Hop 2518 Add keyboard shortcut Ctrl+Shift+S to save as menu 
(#621)
     new a339ac0  HOP-2016 : Variable from environment config only work after 
restart
     new eb47c3b  HOP-2016 : Variable from environment config only work after 
restart
     new a602b26  HOP-2404 : Wrap Canvas in ScrolledComposite at 
HopGuiPipelineGraph/HopGuiWorkflowGraph
     new bc86e04  HOP-2490 : Issue editing Data Set (set data-set-filename.csv 
by default)
     new dc9f057  HOP-2517 : Environment dialog: Add a "Create..." button to 
create a new config file
     new 1f9992c  HOP-2404 : Wrap Canvas in ScrolledComposite at 
HopGuiPipelineGraph/HopGuiWorkflowGraph (fixes)
     new b6ad4a8  Merge pull request #620 from mattcasters/master

The 1599 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:
 .../java/org/apache/hop/core/gui/BasePainter.java  |  12 +-
 .../org/apache/hop/pipeline/PipelinePainter.java   |  61 ++--
 .../org/apache/hop/workflow/WorkflowPainter.java   |  18 +-
 .../apache/hop/workflow/WorkflowSvgPainter.java    |   3 +-
 .../environment/LifecycleEnvironmentDialog.java    | 103 +++++-
 .../apache/hop/projects/gui/ProjectsGuiPlugin.java |  25 +-
 .../main/java/org/apache/hop/testing/DataSet.java  |   1 +
 .../main/java/org/apache/hop/ui/hopgui/HopGui.java |  67 ++--
 .../ui/hopgui/delegates/HopGuiAuditDelegate.java   |   7 +-
 .../hop/ui/hopgui/file/IHopFileTypeHandler.java    |   1 +
 .../hopgui/file/pipeline/HopGuiPipelineGraph.java  | 366 ++++++++++++---------
 .../delegates/HopGuiPipelineTransformDelegate.java |   1 +
 .../hopgui/file/workflow/HopGuiWorkflowGraph.java  | 121 +++++--
 .../delegates/HopGuiWorkflowActionDelegate.java    |   3 +-
 .../dataorch/HopDataOrchestrationPerspective.java  |   2 +
 .../perspective/dataorch/HopGuiAbstractGraph.java  | 219 ++++++------
 .../search/HopGuiDescribedVariableSearchable.java  |   2 +
 17 files changed, 602 insertions(+), 410 deletions(-)

Reply via email to