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/11/26 15:34:40 UTC

[incubator-hop] branch master updated (3d8b5f9 -> be318b2)

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 3d8b5f9  Merge pull request #1197 from mattcasters/master
     new ce77c09  HOP-3507 : Font size of workspace and notes are not adjustable
     new c8e69b2  HOP-3508 : Reduce the amount of times an icon is loaded from disk
     new 8594370  HOP-3508 : Reduce the amount of times an icon is loaded from disk HOP-3473 : Certain disabled icons are invisible in dark mode
     new 7a54079  HOP-3513 : Custom logging icon is not visible in dark mode
     new 6515ad4  HOP-3512 : Custom logging of transform doesn't work
     new 7646839  HOP-3518 : Documentation: page "working with neo4j data" is not indexed
     new be318b2  Merge pull request #1199 from mattcasters/master

The 3185 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/svg/SvgCache.java     |  6 +-
 .../java/org/apache/hop/core/svg/SvgImage.java     | 27 ++++++++-
 docs/hop-user-manual/modules/ROOT/nav.adoc         |  1 +
 .../modules/ROOT/pages/technology/neo4j/index.adoc |  6 ++
 .../modules/ROOT/pages/technology/technology.adoc  |  1 +
 .../SetTransformDebugLevelExtensionPoint.java      | 22 +++----
 .../java/org/apache/hop/debug/util/BeePainter.java |  6 +-
 plugins/misc/debug/src/main/resources/bee.svg      | 37 +++++++++---
 .../apache/hop/ui/hopgui/CanvasListenerImpl.java   |  1 -
 .../main/java/org/apache/hop/ui/hopgui/HopWeb.java |  2 +-
 .../org/apache/hop/ui/hopgui/dark-mode.css         | 60 +++++++++----------
 .../org/apache/hop/ui/hopgui/light-mode.css        | 60 +++++++++----------
 .../main/java/org/apache/hop/ui/core/PropsUi.java  | 66 +++++++++++++++++----
 .../org/apache/hop/ui/core/gui/GuiResource.java    | 67 +++++++++++++++++++---
 .../apache/hop/ui/core/gui/GuiToolbarWidgets.java  | 60 ++++++++++++-------
 .../hop/ui/core/widget/MetaSelectionLine.java      | 12 +++-
 .../org/apache/hop/ui/util/SwtSvgImageUtil.java    | 51 ++++++----------
 17 files changed, 318 insertions(+), 167 deletions(-)