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 7775a34 Merge pull request #591 from diethardsteiner/master
new 79261e5 HOP-2456 Remove annotation property 'i18nPackage' from
GuiElements
new 9cdd017 HOP-2483 Fix translator under windows (file separator)
new c730600 Merge pull request #590 from nadment/HOP-2456
The 1527 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:
.../apache/hop/core/database/BaseDatabaseMeta.java | 9 +++-----
.../hop/core/database/GenericDatabaseMeta.java | 3 +--
.../hop/core/gui/plugin/BaseGuiElements.java | 22 ++----------------
.../apache/hop/core/gui/plugin/GuiElements.java | 26 ++++------------------
.../hop/core/gui/plugin/GuiWidgetElement.java | 10 ---------
.../hop/core/gui/plugin/menu/GuiMenuElement.java | 8 -------
.../hop/core/gui/plugin/menu/GuiMenuItem.java | 23 ++-----------------
.../core/gui/plugin/toolbar/GuiToolbarElement.java | 11 ---------
.../core/gui/plugin/toolbar/GuiToolbarItem.java | 26 +++-------------------
.../apache/hop/core/plugins/BaseFragmentType.java | 1 +
.../apache/hop/core/plugins/BasePluginType.java | 10 ---------
.../local/LocalPipelineRunConfiguration.java | 24 +++++++-------------
.../remote/RemotePipelineRunConfiguration.java | 14 +++++-------
.../local/LocalWorkflowRunConfiguration.java | 3 +--
.../remote/RemoteWorkflowRunConfiguration.java | 12 ++++------
.../databases/informix/InformixDatabaseMeta.java | 5 ++---
.../databases/mssql/MsSqlServerDatabaseMeta.java | 6 ++---
.../mssqlnative/MsSqlServerNativeDatabaseMeta.java | 3 +--
.../hop/databases/mysql/MySqlDatabaseMeta.java | 5 ++---
.../databases/snowflake/SnowflakeDatabaseMeta.java | 14 ++++++++----
.../delegates/HopGuiPipelineGridDelegate.java | 6 ++---
.../delegates/HopGuiPipelineLogDelegate.java | 12 ++++------
.../delegates/HopGuiWorkflowLogDelegate.java | 9 +++-----
.../java/org/apache/hop/ui/i18n/BundlesStore.java | 5 +++--
.../org/apache/hop/ui/i18n/editor/Translator.java | 8 +++----
.../ui/hopgui/messages/messages_fr_FR.properties | 4 +++-
26 files changed, 69 insertions(+), 210 deletions(-)