You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/06/17 16:47:26 UTC

[incubator-hop] branch master updated (1ea4a36 -> 22e1f85)

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 1ea4a36  Merge pull request #880 from hansva/master
     new 583b64f  HOP-2963 : Pressing control in Hop Web crashes the app
     new 12e522f  HOP-2960 : Allow zoom in/out on Hop Web
     new 10264f9  HOP-2964 : The Neo4j Cypher dialog is too cluttered
     new 107005c  HOP-2960 : Allow zoom in/out on Hop Web (rollback)
     new 75cffa3  HOP-2960 : Allow zoom in/out on Hop Web (rollback)
     new c2fd14e  HOP-2965 : Update Neo4j java driver to 4.3.1
     new 09766e5  HOP-2964 : The Neo4j Cypher dialog is too cluttered (tweak)
     new 22e1f85  Merge pull request #881 from mattcasters/master

The 2335 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/plugins/tech/neo4j/pom.xml              |   3 +-
 plugins/tech/neo4j/pom.xml                         |   3 +-
 .../hop/neo4j/transforms/cypher/CypherDialog.java  | 314 ++++++++++++---------
 .../cypher/messages/messages_en_US.properties      |  45 +--
 .../apache/hop/ui/core/gui/GuiToolbarWidgets.java  |   4 +-
 .../org/apache/hop/ui/hopgui/HopGuiKeyHandler.java |  86 +++---
 .../hopgui/file/pipeline/HopGuiPipelineGraph.java  |  37 +++
 .../hopgui/file/workflow/HopGuiWorkflowGraph.java  |  37 +++
 .../perspective/dataorch/HopGuiAbstractGraph.java  |   2 +
 .../pipeline/messages/messages_en_US.properties    |  16 +-
 .../workflow/messages/messages_en_US.properties    |   5 +
 ui/src/main/resources/ui/images/zoom-100.svg       |  28 ++
 ui/src/main/resources/ui/images/zoom-in.svg        |  25 ++
 ui/src/main/resources/ui/images/zoom-out.svg       |  19 ++
 14 files changed, 409 insertions(+), 215 deletions(-)
 create mode 100644 ui/src/main/resources/ui/images/zoom-100.svg
 create mode 100644 ui/src/main/resources/ui/images/zoom-in.svg
 create mode 100644 ui/src/main/resources/ui/images/zoom-out.svg