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  4c6070b1169fdcfccbdb2f17c613e020873c3125 (commit)
      from  8cd342419ea378ae8af21e3aeb59d06d1d37061c (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 4c6070b1169fdcfccbdb2f17c613e020873c3125
Author: Matthias Bohnstedt <matthias.bohnst...@gmail.com>
Date:   Thu Mar 3 13:35:33 2016 +0100

    [HTML][REFACTOR] Removes the term 'Web' from the UI project
    
    While the HTML UI architecture uses web technologies (HTML, Javascript),
    there are no online operations involved. The term 'web', as in the
    method 'getWebpageResource()', therefore adds no value but just makes
    the names longer.
    
    *'getWebpageResource' is renamed to 'getRelativePath' as this is more
    precise in what this method does.
    *renames the 'webpages' package to 'pages'
    *renames IWebResourceLocator to IUiResourceLocator
    
    In addition the naming of some variables and JDoc in the DialogManager
    are improved. This is manly to  to avoid confusion about the
    usage of the page resource as an identifier in the mapping.
    
    Change-Id: I67640a367e34d48f25c3b16f54f714fb58e8c668
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3024
    Reviewed-by: David Sungaila <david.sunga...@arcor.de>
    Tested-by: Jenkins CI
    Reviewed-by: Matthias Bohnstedt <matthias.bohnst...@gmail.com>

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

Summary of changes:
 .../context/SarosIntellijContextFactory.java       |    4 +-
 .../ui/swt_browser/IntelliJDialogManager.java      |    4 +-
 .../ui/swt_browser/IntelliJWebResourceLocator.java |    4 +-
 .../intellij/ui/swt_browser/SwtBrowserCanvas.java  |    2 +-
 .../intellij/ui/swt_browser/SwtBrowserPanel.java   |    3 +-
 de.fu_berlin.inf.dpp.ui/META-INF/MANIFEST.MF       |    4 +-
 .../de/fu_berlin/inf/dpp/HTMLUIContextFactory.java |    6 +-
 .../dpp/stf/server/rmi/htmlbot/HTMLBotImpl.java    |    4 +-
 .../inf/dpp/stf/server/rmi/htmlbot/IHTMLBot.java   |    2 +-
 .../rmi/remotebot/widget/impl/RemoteBotDialog.java |    2 +-
 .../remotebot/widget/impl/RemoteHTMLButton.java    |    2 +-
 .../ui/browser_functions/CloseAccountWizard.java   |    2 +-
 .../CloseSessionInvitationWizard.java              |    2 +-
 .../dpp/ui/browser_functions/ShowAccountPage.java  |    2 +-
 .../ui/browser_functions/ShowSessionWizard.java    |    2 +-
 .../inf/dpp/ui/ide_embedding/BrowserCreator.java   |   10 ++--
 .../inf/dpp/ui/ide_embedding/DialogManager.java    |   75 +++++++++++---------
 ...esourceLocator.java => IUiResourceLocator.java} |    2 +-
 .../inf/dpp/ui/manager/BrowserManager.java         |    7 +-
 .../{webpages => pages}/AbstractBrowserPage.java   |    7 +-
 .../dpp/ui/{webpages => pages}/AccountPage.java    |    2 +-
 .../dpp/ui/{webpages => pages}/IBrowserPage.java   |   32 +++++----
 .../inf/dpp/ui/{webpages => pages}/MainPage.java   |    2 +-
 .../ui/{webpages => pages}/SessionWizardPage.java  |    2 +-
 .../inf/dpp/HTMLUIContextFactoryTest.java          |    4 +-
 .../inf/dpp/ui/browser/EclipseDialogManager.java   |    4 +-
 .../ui/browser/EclipseHTMLUIContextFactory.java    |    4 +-
 .../inf/dpp/ui/browser/EclipseResourceLocator.java |    4 +-
 .../inf/dpp/ui/views/SarosViewBrowserVersion.java  |    2 +-
 29 files changed, 108 insertions(+), 94 deletions(-)
 rename 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/ide_embedding/{IWebResourceLocator.java
 => IUiResourceLocator.java} (94%)
 rename de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/{webpages => 
pages}/AbstractBrowserPage.java (89%)
 rename de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/{webpages => 
pages}/AccountPage.java (95%)
 rename de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/{webpages => 
pages}/IBrowserPage.java (57%)
 rename de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/{webpages => 
pages}/MainPage.java (97%)
 rename de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/{webpages => 
pages}/SessionWizardPage.java (96%)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to