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 dpp-gerrit.
The branch, master has been updated via 95d66891094f9f34e87c6f66164373eed2f1821a (commit) from c1a394214bde5fdacd9d7c9917cf0266a3d1c2c3 (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 95d66891094f9f34e87c6f66164373eed2f1821a Author: Bastian Sieker <bsie...@mail.uni-paderborn.de> Date: Sat Jun 27 11:44:09 2015 +0200 [INTERNAL][HTML] Encapsulate application state in designated model This commit reorganizes the handling and propagation of information regarding the application state. The ContactListRenderer and the ContactListFacade, which managed the list of contacts and the connection state of the application (therefore, the name was missleading) are replaced by the StateRenderer and the StateFacade. Furthermore the ContactList model (the name was again missleading, since it represented the list of contacts and the connection state) is replaced with a State model which encapsulates the active account, the corresponding contact list and the connection state. The ContactListManager is removed, instead, the StateRenderer itself is responsible for listening to changes in the ConnectionState and the Roster. Change-Id: I1a23a4542f76d6c326917fa6c2cd613c362078e3 Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2302 Tested-by: Jenkins CI Reviewed-by: Matthias Bohnstedt <matthias.bohnst...@gmail.com> Reviewed-by: Bastian Sieker <bsie...@mail.uni-paderborn.de> ----------------------------------------------------------------------- Summary of changes: .../de/fu_berlin/inf/dpp/HTMLUIContextFactory.java | 12 +- .../ContactSpecificBrowserFunctions.java | 32 ++--- .../MainPageBrowserFunctions.java | 20 ++-- .../SessionWizardPageBrowserFunctions.java | 16 +-- .../{ContactListFacade.java => StateFacade.java} | 14 +-- .../inf/dpp/ui/manager/ContactListManager.java | 101 ---------------- .../de/fu_berlin/inf/dpp/ui/model/ContactList.java | 83 ------------- .../src/de/fu_berlin/inf/dpp/ui/model/State.java | 126 ++++++++++++++++++++ .../inf/dpp/ui/renderer/ContactListRenderer.java | 97 --------------- .../de/fu_berlin/inf/dpp/ui/renderer/Renderer.java | 16 +-- .../inf/dpp/ui/renderer/StateRenderer.java | 123 +++++++++++++++++++ .../de/fu_berlin/inf/dpp/ui/webpages/MainPage.java | 6 +- .../inf/dpp/ui/webpages/SessionWizardPage.java | 16 ++- 13 files changed, 306 insertions(+), 356 deletions(-) rename de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/core_facades/{ContactListFacade.java => StateFacade.java} (88%) delete mode 100644 de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/manager/ContactListManager.java delete mode 100644 de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/model/ContactList.java create mode 100644 de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/model/State.java delete mode 100644 de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/renderer/ContactListRenderer.java create mode 100644 de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/renderer/StateRenderer.java hooks/post-receive -- The Saros Eclipse Plugin ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ Dpp-robot mailing list Dpp-robot@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dpp-robot