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  b2715329b0fbcb0e9f09e46c4c8789834cdaf389 (commit)
      from  44528263bd9c8db5ceb3f115071521774908e107 (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 b2715329b0fbcb0e9f09e46c4c8789834cdaf389
Author: Christian Cikryt <[email protected]>
Date:   Sat Jan 24 19:48:06 2015 +0100

    [INTERNAL] Moves SarosPluginContext class into core
    
    The SarosPluginContext class was duplicated in both Eclipse and
    IntelliJ folder. The global state that this class provides can now be
    accessed from the UI module.
    As a consequence the ComponentLookup could be removed.
    
    Change-Id: I26850be370bdf59d03f4302c235d83341ca36991
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2068
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../src/de/fu_berlin/inf/dpp/ISarosContext.java    |   28 +------
 .../de/fu_berlin/inf/dpp/SarosPluginContext.java   |   13 ++--
 .../src/de/fu_berlin/inf/dpp/core/Saros.java       |    2 +-
 .../inf/dpp/core/context/SarosPluginContext.java   |   75 --------------------
 .../inf/dpp/core/ui/util/CollaborationUtils.java   |    2 +-
 .../context/SarosIntellijContextFactory.java       |    8 +--
 .../intellij/ui/actions/AbstractSarosAction.java   |    2 +-
 .../dpp/intellij/ui/menu/SarosFileShareGroup.java  |    2 +-
 .../intellij/ui/swt_browser/SwtBrowserPanel.java   |   10 ++-
 .../dpp/intellij/ui/tree/ContactTreeRootNode.java  |    2 +-
 .../ui/tree/SessionAndContactsTreeView.java        |    2 +-
 .../inf/dpp/intellij/ui/tree/SessionPopMenu.java   |    2 +-
 .../dpp/intellij/ui/tree/SessionTreeRootNode.java  |    2 +-
 .../dpp/intellij/ui/tree/TreeClickListener.java    |    2 +-
 .../inf/dpp/intellij/ui/util/DialogUtils.java      |    2 +-
 .../inf/dpp/intellij/ui/util/SafeDialogUtils.java  |    2 +-
 .../inf/dpp/intellij/ui/views/SarosToolbar.java    |    2 +-
 .../intellij/ui/views/buttons/ConnectButton.java   |    2 +-
 .../ui/views/buttons/ConsistencyButton.java        |    2 +-
 .../intellij/ui/views/buttons/FollowButton.java    |    2 +-
 .../ui/views/buttons/LeaveSessionButton.java       |    2 +-
 .../ui/widgets/progress/ProgressFrame.java         |    2 +-
 .../inf/dpp/intellij/ui/wizards/Wizard.java        |    2 +-
 .../connection/ConnectionHandler.java              |   65 -----------------
 .../connection/ConnectionHandlerCore.java          |   45 ++++++++++++
 .../browser_functions/AccountBrowserFunctions.java |   25 ++++---
 .../ContactListBrowserFunctions.java               |   21 +++---
 .../browser_functions/ContactListCoreService.java  |    6 +-
 .../de/fu_berlin/inf/dpp/util/ComponentLookup.java |   71 ------------------
 29 files changed, 112 insertions(+), 291 deletions(-)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/SarosPluginContext.java 
(73%)
 delete mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/context/SarosPluginContext.java
 delete mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/communication/connection/ConnectionHandler.java
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/communication/connection/ConnectionHandlerCore.java
 delete mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/util/ComponentLookup.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to