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  3686ced1a816a408b89a678d2c836f6f2be995cf (commit)
      from  504978abc4e9747bdd1bf0524f719a1c36ad508d (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 3686ced1a816a408b89a678d2c836f6f2be995cf
Author: Stefan Rossbach <[email protected]>
Date:   Wed Apr 9 19:20:15 2014 +0200

    [REFACTOR] Full Revamp of the EnterProjectNamePage
    
    Removes the hashmap nightmare. The options for a project are now handled
    and displayed by a separate composite (ProjectOptionComposite).
    
    This refactoring also includes some fixes regarding merging multiple
    projects into a single one (which is not allowed).
    Furthermore, the preselection of projects is done when necessary, i.e.
    upon adding of new resources to a partially shared project. In
    particular, projects are *not* preselected when they are not shared yet,
    in order to avoid accidental overwrites.
    
    Also, this patch cleans up the verification logic as it was almost
    impossible to understand without spending several hours of reading the
    source code again and again.
    
    Change-Id: I830e6ae74bb3522391c73ae1eed6095f0514fa0e
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1148
    Tested-by: Jenkins CI
    Reviewed-by: Franz Zieris <[email protected]>

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

Summary of changes:
 .../ui/widgets/wizard/ProjectOptionComposite.java  |  280 ++++++
 .../wizard/events/ProjectNameChangedEvent.java     |   12 +
 .../wizard/events/ProjectOptionListener.java       |    5 +
 .../dpp/ui/wizards/AddProjectToSessionWizard.java  |   22 +-
 .../dpp/ui/wizards/pages/EnterProjectNamePage.java |  915 +++++++++-----------
 .../wizards/utils/EnterProjectNamePageUtils.java   |  136 ---
 6 files changed, 705 insertions(+), 665 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/widgets/wizard/ProjectOptionComposite.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/widgets/wizard/events/ProjectNameChangedEvent.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/widgets/wizard/events/ProjectOptionListener.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/wizards/utils/EnterProjectNamePageUtils.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to