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.".
The branch, master has been updated
via 5cb1b953e67479dfaa878730ceda6fc5360acba3 (commit)
from 97ba6a5c002dc2f47e7eb5e3c367b0217e799591 (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 5cb1b953e67479dfaa878730ceda6fc5360acba3
Author: Patrick Steinhardt <[email protected]>
Date: Thu Oct 25 12:14:44 2012 +0200
[INTERNAL] Integrate single user chat structure and business logic
Merge the single user chat from Saros Light. This change does only
create needed data structures and business logic. It does, however, not
integrate the new chat with the already existing interface, thus it is
not possible to use it.
Copied from SWTP-2012 repository.
- Commit d9fd945e1f1059451fcac23ca5dc14fa8ca2b087
- Reviewed on: http://saros-build.imp.fu-berlin.de/gerrit/257
- Reviewed by: Nils Bussas <[email protected]>
- Reviewed by: Arsenij Solovjev <[email protected]>
Change-Id: I42b3774f88762780cb743e084fe0797ced2acc12
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/339
Tested-by: Jenkins CI
Reviewed-by: Franz Zieris <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.../src/de/fu_berlin/inf/dpp/SarosContext.java | 5 +
.../inf/dpp/communication/chat/AbstractChat.java | 103 ++++++++++
.../communication/chat/AbstractChatService.java | 77 +++++++
.../inf/dpp/communication/chat/ChatElement.java | 202 +++++++++++++++++++
.../inf/dpp/communication/chat/ChatHistory.java | 43 ++++
.../inf/dpp/communication/chat/IChat.java | 131 ++++++++++++
.../inf/dpp/communication/chat/IChatListener.java | 66 ++++++
.../inf/dpp/communication/chat/IChatService.java | 41 ++++
.../communication/chat/IChatServiceListener.java | 42 ++++
.../communication/chat/single/ChatServiceImpl.java | 204 +++++++++++++++++++
.../communication/chat/single/ChatSingleUser.java | 208 ++++++++++++++++++++
.../src/de/fu_berlin/inf/dpp/ui/Messages.java | 2 +-
.../de/fu_berlin/inf/dpp/ui/messages.properties | 2 +-
.../dpp/ui/widgets/session/ChatRoomsComposite.java | 72 +++++++-
14 files changed, 1195 insertions(+), 3 deletions(-)
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/AbstractChat.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/AbstractChatService.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/ChatElement.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/ChatHistory.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/IChat.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/IChatListener.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/IChatService.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/IChatServiceListener.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/single/ChatServiceImpl.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/chat/single/ChatSingleUser.java
hooks/post-receive
--
The saros eclipse plugin.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot