This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 9884808f00 Merge pull request #5034 from nadment/5032
add da20ef94d8 TableView visual enhancement #5035 - Replace clear all icon
in TableView. - Add icons to menu items. - Change the case of the CTRL keyboard
shortcut. - Lombok GuiResource.
add 852eb83e1a add option to remove Tableview toolbar items, #5035
new bcdaa72f0a Merge pull request #5037 from nadment/5035
The 1 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:
.../hop/ui/core/database/DatabaseMetaEditor.java | 2 +-
.../org/apache/hop/ui/core/gui/GuiResource.java | 914 ++++-----------------
.../apache/hop/ui/core/gui/GuiToolbarWidgets.java | 97 +--
.../org/apache/hop/ui/core/widget/TableView.java | 858 ++++++++-----------
.../org/apache/hop/ui/hopgui/shared/SwtGc.java | 2 +-
.../java/org/apache/hop/ui/util/HelpUtils.java | 2 +-
.../core/widget/messages/messages_en_US.properties | 24 +-
.../core/widget/messages/messages_es_AR.properties | 24 +-
.../core/widget/messages/messages_es_ES.properties | 24 +-
.../core/widget/messages/messages_fr_FR.properties | 24 +-
.../core/widget/messages/messages_it_IT.properties | 22 +-
.../core/widget/messages/messages_ja_JP.properties | 24 +-
.../core/widget/messages/messages_ko_KR.properties | 24 +-
.../core/widget/messages/messages_zh_CN.properties | 22 +-
14 files changed, 653 insertions(+), 1410 deletions(-)