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 04b9acb8ee Merge pull request #1605 from
apache/salesforce-fields-syntax-patch
new a6b7ef411c HOP-4066: fix taskbar image on MacOs
new 61466072bb HOP-4048: add Tip widget which is darkmode aware
new 31b75e2cf4 HOP-4067: avoid duplicate hop handling pop-up on MacOs
new 180ac1cd92 Merge pull request #1606 from hansva/master
The 4271 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:
.../org/apache/hop/ui/core/widget/ComboVar.java | 24 +-
.../hop/ui/core/widget/ControlSpaceKeyAdapter.java | 2 +-
.../java/org/apache/hop/ui/core/widget/Tip.java | 457 +++++++++++++++++++++
.../main/java/org/apache/hop/ui/hopgui/HopGui.java | 23 ++
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 8 +-
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 3 +-
.../perspective/dataorch/HopGuiAbstractGraph.java | 27 +-
7 files changed, 526 insertions(+), 18 deletions(-)
create mode 100644 ui/src/main/java/org/apache/hop/ui/core/widget/Tip.java