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  083b59281a8eb358561e458e2291f73a1c1933b4 (commit)
      from  00c403e413526e59482912a28eeb7dc5d174cba6 (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 083b59281a8eb358561e458e2291f73a1c1933b4
Author: Christian Cikryt <[email protected]>
Date:   Tue Dec 9 16:23:40 2014 +0100

    [UI] HTML-UI: adds a minimal contact list
    
    This commit makes the connect button in the HTML page functional.
    As soon as the connection is established the contact list gets displayed.
    After the disconnect the list is cleared.
    
    Change-Id: I2ac98d543e2a56bbbc843436f2b757d4181255f2
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2044
    Tested-by: Jenkins CI
    Reviewed-by: Matthias Bohnstedt <[email protected]>
    Reviewed-by: Holger Schmeisky <[email protected]>

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

Summary of changes:
 .../context/SarosIntellijContextFactory.java       |    2 +
 .../intellij/ui/swt_browser/BrowserCreator.java    |    6 +-
 .../resources/html/js/controllers.js               |   28 +++
 .../resources/html/saros-angular.html              |   14 ++-
 .../connection/ConnectionHandler.java              |   65 +++++++
 .../ContactListBrowserFunctions.java               |  139 +++++++++++++++
 .../ui/browser_functions/ContactListRenderer.java  |   64 +++++++
 .../inf/dpp/ui/manager/ContactListManager.java     |  186 ++++++++++++++++++++
 .../{IDialogManager.java => HTMLUIManager.java}    |   37 ++--
 .../src/de/fu_berlin/inf/dpp/ui/model/Account.java |   13 ++-
 .../dpp/ui/model/{Account.java => Contact.java}    |   33 ++--
 .../ui/model/{Account.java => ContactList.java}    |   44 ++++--
 .../fu_berlin/inf/dpp/ui/model/package-info.java   |   14 +-
 .../de/fu_berlin/inf/dpp/util/ComponentLookup.java |   33 ++++
 14 files changed, 620 insertions(+), 58 deletions(-)
 create 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/ui/browser_functions/ContactListBrowserFunctions.java
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/browser_functions/ContactListRenderer.java
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/manager/ContactListManager.java
 copy 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/manager/{IDialogManager.java
 => HTMLUIManager.java} (51%)
 copy de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/model/{Account.java 
=> Contact.java} (60%)
 copy de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/model/{Account.java 
=> ContactList.java} (50%)
 copy 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/BrowserUtils.java
 => de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/model/package-info.java 
(78%)


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