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  1005c72fcbc0510ff590921536bef260778b9e17 (commit)
      from  b59ea0a09a8ed48cbf8902ab2ccd9e3ac5578c05 (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 1005c72fcbc0510ff590921536bef260778b9e17
Author: Stefan Rossbach <[email protected]>
Date:   Sat Mar 9 09:28:38 2013 +0100

    [FEATURE] Session-6 (ColorManagement)
    
    The colors are no longer negotiated during the session
    negotiation. Instead they are updated by the ChangeColorManager
    during session runtime, e.g. each time a user joins or leaves.
    
    This feature is responsible for assigning session colors. If possible,
    the users' favorite colors are used, otherwise the occurring color
    conflicts will be resolved and they will be resolved the same way
    every time including manually color changes made during the session.
    
    E.g. if two users pair up, it doesn't matter who starts the
    session, the color assignment will be the same.
    
    Change-Id: I9986ca65c21a5c7c59e39b62d82eb0d35ae1e809
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/594
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 .../src/de/fu_berlin/inf/dpp/User.java             |   12 +-
 .../inf/dpp/editor/colorstorage/ColorIDSet.java    |  124 +++--
 .../dpp/editor/colorstorage/ColorIDSetStorage.java |   13 +-
 .../inf/dpp/editor/colorstorage/UserColorID.java   |   93 ++++
 .../dpp/invitation/IncomingSessionNegotiation.java |    3 +-
 .../dpp/invitation/OutgoingSessionNegotiation.java |   17 +-
 .../inf/dpp/net/business/UserListHandler.java      |    2 +-
 .../InvitationParameterExchangeExtension.java      |   18 +
 .../net/internal/extensions/UserListExtension.java |    8 +-
 .../inf/dpp/preferences/PreferenceInitializer.java |    5 +-
 .../inf/dpp/preferences/PreferenceUtils.java       |    4 +-
 .../fu_berlin/inf/dpp/project/ISarosSession.java   |   21 +-
 .../dpp/project/internal/ChangeColorManager.java   |  497 +++++++++++++++++---
 .../inf/dpp/project/internal/FreeColors.java       |   81 ----
 .../inf/dpp/project/internal/SarosSession.java     |   71 +--
 .../inf/dpp/serviceProviders/NullSarosSession.java |   12 -
 .../inf/dpp/ui/wizards/ConfigurationWizard.java    |    3 +-
 .../ui/wizards/pages/ColorChooserWizardPage.java   |    7 +-
 .../editor/colorstorage/ColorIDSetStorageTest.java |   15 +-
 .../dpp/editor/colorstorage/ColorIDSetTest.java    |   35 +-
 .../inf/dpp/feedback/StatisticCollectorTest.java   |    4 +-
 .../project/ResourceActivityFilterPluginTest.java  |    2 +-
 .../inf/dpp/project/internal/FreeColorsTest.java   |   83 ----
 .../project/internal/ProjectInternalTestSuite.java |    3 +-
 .../inf/dpp/project/internal/SarosSessionTest.java |    2 +
 .../inf/dpp/synchronize/StopManagerTest.java       |   38 +-
 .../inf/dpp/test/stubs/SarosSessionStub.java       |   13 +-
 .../inf/dpp/vcs/VCSActivityPluginTest.java         |    2 +-
 28 files changed, 748 insertions(+), 440 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/editor/colorstorage/UserColorID.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/internal/FreeColors.java
 delete mode 100644 
de.fu_berlin.inf.dpp/test/junit/de/fu_berlin/inf/dpp/project/internal/FreeColorsTest.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to