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  4a0cc505dcb88dafc72f4007ec24f9277b2f7132 (commit)
       via  b92e53529989afd6e9742f55a98b31d5cccec2d9 (commit)
       via  9ff322ee5c9f54255db3e3ffad887cbc7e93bf85 (commit)
       via  305633a19ea9a5bfd803cb865fd48dffc7b40071 (commit)
       via  862b09c4e770da36b31e04bcaeb907f0c2f87d1d (commit)
       via  1a7b96ddfa6902f3cb9939619a1f0b2181da288e (commit)
      from  bb5b3fd7619b2eedfe1f1122941f00de12f04f78 (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 4a0cc505dcb88dafc72f4007ec24f9277b2f7132
Author: Holger Schmeisky <goo...@schmeisky.com>
Date:   Wed Apr 1 13:29:40 2015 +0200

    [INTERNAL] added a common PreferenceInitializer class to Saros Core
    
    Added a default/common PreferenceInitializer class to the core that
    should be used for initializing core preferences to their default
    values.
    
    Change-Id: Ieea6bccaac507fa4a3e1e4cc835d555287469d4f
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2138
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

commit b92e53529989afd6e9742f55a98b31d5cccec2d9
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Fri Mar 13 17:13:59 2015 +0100

    [API] IWorkspace interface now supports file locks
    
    Extended the existing IWorkspace interface to support file locks.
    
    Changed the way projects are accessed during IPN & OPN to support the
    new functionality.
    
    Change-Id: Iefb4a95b0a260c9d288aa5d30e50b0c58477b185
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2157
    Reviewed-by: Arndt Lasarzik <alasar...@gmail.com>
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

commit 9ff322ee5c9f54255db3e3ffad887cbc7e93bf85
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Wed Mar 18 13:48:21 2015 +0100

    [FIX] UI displayed incorrect Saros support
    
    During a refactor / design changes the original semantic on how to
    select the imaged was changed. In the old design after a feature change
    broadcast the DiscoveryManager was queried again when the Viewer updated
    its content. This was overlooked when the RosterEntry class was changed
    in such a way the those entries are now immutable.
    
    Change-Id: I65d315a0aab5f4e1b5502a2c7be9440be4bbf0e5
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2174
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

commit 305633a19ea9a5bfd803cb865fd48dffc7b40071
Author: Nourin Ahmed Eka <ekanou...@gmail.com>
Date:   Wed Apr 1 01:50:12 2015 +0600

    [DOC] Fixed small comment mistake and added comment.
    
    Change-Id: Ieb8f8181fcabbc3d3110d515a3cb3890a261b4e5
    Signed-off-by: Nourin Ahmed Eka <ekanou...@gmail.com>
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2177
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

commit 862b09c4e770da36b31e04bcaeb907f0c2f87d1d
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Mon Mar 16 16:12:21 2015 +0100

    [INTERNAL] fixes defects during the SVN synchronization
    
    This patch fixes 3 issues that has been introduced during refactors and
    API / design changes. The checkout should be again successfully and in
    addition the SVN synchronization should work properly again which seems
    to be broken since several years.
    
    Change-Id: Ia248b3608bc9e3ec458b4af7d362d8aaf5ba130c
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2102
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

commit 1a7b96ddfa6902f3cb9939619a1f0b2181da288e
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Mon Mar 30 10:45:33 2015 +0200

    [INTERNAL] SharedResoucesManager triggered warning log message
    
    When a client receives a FileActivity from type "Created",
    the SharedResourcesManager tries to read the old content of this file
    from the workspace to compare it with the FileActivity content.
    
    If this file does not exist, the FileUtils class catch an Exception and
    a warning occurs.
    
    So every time a new file is created the logger shows an unnecessary
    warning.
    
    Original Author: David Damm
    
    Change-Id: I3f81377d03ad706612ebec074292aa4087c33e06
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2175
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

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

Summary of changes:
 .../de/fu_berlin/inf/dpp/account/XMPPAccount.java  |    7 +
 .../inf/dpp/activities/RecoveryFileActivity.java   |    4 +-
 .../fu_berlin/inf/dpp/filesystem/IWorkspace.java   |   27 ++
 .../inf/dpp/preferences/IPreferenceStore.java      |   52 +++-
 .../inf/dpp/preferences/PreferenceInitializer.java |   47 +++
 .../context/SarosIntellijContextFactory.java       |    1 +
 .../intellij/preferences/IntelliJPreferences.java  |    2 +
 .../preferences/PropertiesComponentAdapter.java    |   20 ++
 .../inf/dpp/intellij/project/fs/Workspace.java     |   22 +-
 .../PropertiesComponentAdapterTest.java            |   46 +++
 de.fu_berlin.inf.dpp/plugin.xml                    |    2 +-
 .../inf/dpp/filesystem/EclipseWorkspaceImpl.java   |   29 ++-
 .../negotiation/IncomingProjectNegotiation.java    |   57 +++--
 .../negotiation/OutgoingProjectNegotiation.java    |   36 ++-
 .../preferences/EclipsePreferenceInitializer.java  |  313 ++++++++++++++++++++
 .../preferences/EclipsePreferenceStoreAdapter.java |   20 ++
 .../inf/dpp/preferences/PreferenceInitializer.java |  217 --------------
 .../inf/dpp/project/SharedResourcesManager.java    |    6 +-
 .../dpp/ui/model/roster/RosterContentProvider.java |    6 +-
 .../inf/dpp/feedback/StatisticCollectorTest.java   |    6 +-
 .../dpp/filesystem/EclipseWorkspaceImplTest.java   |    8 +-
 .../inf/dpp/project/internal/SarosSessionTest.java |    6 +-
 22 files changed, 655 insertions(+), 279 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/preferences/PreferenceInitializer.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/preferences/EclipsePreferenceInitializer.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/preferences/PreferenceInitializer.java


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
Dpp-robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to