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  2a76a06c405e5cf452175ae7f2ba6463fcf33ac6 (commit)
      from  0e72523f4523279bb9c56f0c05cf03487cff1665 (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 2a76a06c405e5cf452175ae7f2ba6463fcf33ac6
Author: Christian Cikryt <[email protected]>
Date:   Wed Nov 26 10:07:51 2014 +0100

    [UI/FEATURE] Adds a SWT browser to the IntelliJ plugin
    
    The SWT browser is displayed in a second tool window.
     As it is the initial commit the code is functional,
     but may well leave room for improvement. Its main
     purpose is to make the progress visible for everyone
     and to get tested on more systems.
    
    Change-Id: I3294e86be529891fb09137ec603aac54f7067e67
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2030
    Tested-by: Jenkins CI
    Reviewed-by: Holger Schmeisky <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp.intellij/META-INF/plugin.xml  |    4 +
 de.fu_berlin.inf.dpp.intellij/build.xml            |    1 +
 .../intellij/ui/swt_browser/BrowserCreator.java    |   97 ++++++++++++++++++++
 .../ui/swt_browser/BrowserUtils.java}              |    9 +-
 .../dpp/intellij/ui/swt_browser/MacExecutor.java   |   57 ++++++++++++
 .../intellij/ui/swt_browser/SwtBrowserCanvas.java  |   91 ++++++++++++++++++
 .../intellij/ui/swt_browser/SwtBrowserPanel.java   |   81 ++++++++++++++++
 .../inf/dpp/intellij/ui/swt_browser/SwtThread.java |   49 ++++------
 .../ui/swt_browser/SwtToolWindowFactory.java       |   81 ++++++++++++++++
 9 files changed, 437 insertions(+), 33 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/BrowserCreator.java
 copy 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/{core/project/internal/IFollowModeChangesListener.java
 => intellij/ui/swt_browser/BrowserUtils.java} (79%)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/MacExecutor.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/SwtBrowserCanvas.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/SwtBrowserPanel.java
 copy 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/NullSarosSessionListener.java
 => 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/SwtThread.java
 (52%)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/SwtToolWindowFactory.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
vanity: www.gigenet.com
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to