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 2022/02/17 22:36:33 UTC

[hop] branch master updated (8815642 -> 0a9f48e)

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 8815642  Merge pull request #1374 from hansva/master
     new 53c06a1  HOP-3762 Fix some glitch with Windows dark theme
     new 19e89ee  HOP-3762 Fix some glitch with Windows dark theme - Fix missing PropsUI.setLook - Fix old styled text background WIDGET_STYLE_FIXED - Replace some CCombo by Combo
     new 0b38f7f  HOP-3762 Fix Combo widget background color only for Windows
     new 0a9f48e  Merge pull request #1371 from nadment/HOP-3762

The 3585 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:
 .../main/java/org/apache/hop/ui/core/PropsUi.java  | 28 +++++++++++--------
 .../hop/ui/core/database/DatabaseMetaEditor.java   |  1 +
 .../hop/ui/core/dialog/CheckResultDialog.java      |  1 +
 .../apache/hop/ui/core/dialog/ContextDialog.java   | 31 +++++++++++++++-------
 .../apache/hop/ui/core/gui/GuiToolbarWidgets.java  |  8 +++---
 .../apache/hop/ui/core/vfs/HopVfsFileDialog.java   |  6 +++--
 .../HopPluginExplorePerspective.java               | 10 ++++---
 .../hop/ui/pipeline/dialog/PipelineDialog.java     |  7 +++--
 .../hop/ui/workflow/dialog/WorkflowDialog.java     |  7 ++---
 9 files changed, 61 insertions(+), 38 deletions(-)