|
From: Franz Z. <fra...@us...> - 2017-06-26 15:16:57
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was franzzieris.
The branch, master has been updated
via c5151e6e2340a7fad799f3da61b590e8e8e4ab49 (commit)
from d25c4e1a4ba87aa9ae87e7713cd329c73c67a750 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c5151e6e2340a7fad799f3da61b590e8e8e4ab49
Author: Franz Zieris <zi...@in...>
Date: Fri May 12 17:22:52 2017 +0200
[API] Add and use listener interface for XMPPAccountStore
The ui.AccountRenderer is now a listener of the XMPPAccountStore, which
simplifies the account-related BrowserFunctions.
Change-Id: I48b08798284693bfdbd9d810c6b8b1b0215f272a
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3336
Tested-by: Jenkins CI
Reviewed-by: Stefan Rossbach <sro...@ar...>
Reviewed-by: Franz Zieris <zi...@in...>
-----------------------------------------------------------------------
Summary of changes:
.../inf/dpp/account/IAccountStoreListener.java | 29 ++++
.../inf/dpp/account/NullAccountStoreListener.java | 19 +++
.../inf/dpp/account/XMPPAccountStore.java | 149 ++++++++++++++-------
.../de/fu_berlin/inf/dpp/HTMLUIContextFactory.java | 6 +-
.../dpp/ui/browser_functions/DeleteAccount.java | 16 +--
.../inf/dpp/ui/browser_functions/EditAccount.java | 13 +-
.../inf/dpp/ui/browser_functions/SaveAccount.java | 25 ++--
.../dpp/ui/browser_functions/SetActiveAccount.java | 9 +-
.../inf/dpp/ui/core_facades/StateFacade.java | 6 -
.../inf/dpp/ui/renderer/AccountRenderer.java | 28 ++--
10 files changed, 190 insertions(+), 110 deletions(-)
create mode 100644 de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/account/IAccountStoreListener.java
create mode 100644 de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/account/NullAccountStoreListener.java
hooks/post-receive
--
The Saros Eclipse Plugin
|