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  68e8227a5302013f76ce292af7c542843c277dfe (commit)
      from  3e9387c0579220838a0fab0133065b16d49a0d86 (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 68e8227a5302013f76ce292af7c542843c277dfe
Author: Christian Cikryt <[email protected]>
Date:   Sat Apr 4 14:57:34 2015 +0200

    [REFACTOR][HTML] Introduces an abstract DialogManager for both IDEs
    
    This commit removes the redundancies between the IntelliJ and Eclipse
    dialog managers by introducing a common base dialog manager and an
    IBrowserDialog interface to abstract from toolkit-specific windows.
    
    Change-Id: I762b1f48988ca3c192d4fd3cee3045a27a94173c
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2188
    Tested-by: Jenkins CI
    Reviewed-by: Sabine Bender <[email protected]>
    Reviewed-by: Christian Cikryt <[email protected]>

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

Summary of changes:
 .../context/SarosIntellijContextFactory.java       |    4 +-
 .../ui/swt_browser/IntelliJBrowserDialog.java      |   36 +++++
 .../ui/swt_browser/IntelliJDialogManager.java      |   76 +++--------
 .../AddAccountBrowserFunctions.java                |    6 +-
 .../AddContactBrowserFunctions.java                |    6 +-
 .../SarosMainPageBrowserFunctions.java             |    6 +-
 .../inf/dpp/ui/ide_embedding/DialogManager.java    |  132 ++++++++++++++++++
 .../inf/dpp/ui/ide_embedding/IBrowserDialog.java   |   19 +++
 .../inf/dpp/ui/manager/IDialogManager.java         |   35 -----
 .../inf/dpp/ui/browser/EclipseBrowserDialog.java   |   48 +++++++
 .../inf/dpp/ui/browser/EclipseDialogManager.java   |  142 +++-----------------
 .../ui/browser/EclipseHTMLUIContextFactory.java    |    4 +-
 12 files changed, 292 insertions(+), 222 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/IntelliJBrowserDialog.java
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/ide_embedding/DialogManager.java
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/ide_embedding/IBrowserDialog.java
 delete mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/manager/IDialogManager.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/browser/EclipseBrowserDialog.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to