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 1b52363c9dbb62e4b15ea95d3354cf8c6954b089 (commit)
from ae1ddd5dddb76dbf46c3990f1e80e8856bd06851 (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 1b52363c9dbb62e4b15ea95d3354cf8c6954b089
Author: Stefan Rossbach <[email protected]>
Date: Thu Dec 27 18:01:40 2012 +0100
[REFACTOR] moved various UI utility methods out of the Utils class
Moved the dialog utility methods to the DialogUtils class and
the SWT (UI) utility methods to the new SWTUtils class.
Change-Id: I63c4cd5e1bdd6c0a7ef8ec01e478f32ecd45c339
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/502
Tested-by: Jenkins CI
Reviewed-by: Stefan Rossbach <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.../gef/actions/ChangeBackgroundColorAction.java | 4 +-
.../gef/actions/ChangeForegroundColorAction.java | 4 +-
.../editor/SarosPermissionsGraphicalEditor.java | 4 +-
.../dpp/whiteboard/net/SarosSXETransmitter.java | 3 +-
.../sxe/net/SXEIncomingSynchronizationProcess.java | 5 +-
.../sxe/net/SXEOutgoingSynchronizationProcess.java | 4 +-
.../whiteboard/sxe/net/MockedSXETransmitter.java | 6 +-
.../src/de/fu_berlin/inf/dpp/Saros.java | 7 +-
.../src/de/fu_berlin/inf/dpp/StartupSaros.java | 7 +-
.../inf/dpp/communication/audio/AudioService.java | 4 +-
.../communication/audio/AudioServiceManager.java | 5 +-
.../management/ConcurrentDocumentClient.java | 6 +-
.../management/ConcurrentDocumentServer.java | 3 +-
.../inf/dpp/concurrent/undo/UndoManager.java | 8 +-
.../watchdog/ConsistencyWatchdogServer.java | 6 +-
.../dpp/concurrent/watchdog/SessionViewOpener.java | 4 +-
.../inf/dpp/editor/DirtyStateListener.java | 4 +-
.../de/fu_berlin/inf/dpp/editor/EditorManager.java | 17 +-
.../dpp/editor/annotations/SarosAnnotation.java | 4 +-
.../inf/dpp/editor/internal/EditorAPI.java | 14 +-
.../inf/dpp/feedback/FeedbackManager.java | 7 +-
.../dpp/invitation/IncomingProjectNegotiation.java | 3 +-
.../de/fu_berlin/inf/dpp/net/PingPongCentral.java | 3 +-
.../net/business/ConsistencyWatchdogHandler.java | 6 +-
.../inf/dpp/net/business/LeaveHandler.java | 4 +-
.../inf/dpp/net/internal/XMPPTransmitter.java | 3 +-
.../subscriptionmanager/SubscriptionManager.java | 6 +-
.../inf/dpp/net/upnp/internal/UPnPServiceImpl.java | 3 +-
.../de/fu_berlin/inf/dpp/net/util/RosterUtils.java | 6 +-
.../inf/dpp/project/SarosSessionManager.java | 15 +-
.../inf/dpp/project/SharedResourcesManager.java | 4 +-
.../dpp/project/internal/ChangeColorManager.java | 4 +-
.../inf/dpp/project/internal/SarosSession.java | 19 +-
.../dpp/serviceProviders/SarosSourceProvider.java | 6 +-
.../src/de/fu_berlin/inf/dpp/ui/SarosUI.java | 10 +-
.../inf/dpp/ui/actions/ChangeColorAction.java | 4 +-
.../dpp/ui/actions/ChangeXMPPAccountAction.java | 3 +-
.../inf/dpp/ui/actions/ConsistencyAction.java | 5 +-
.../inf/dpp/ui/actions/FollowModeAction.java | 3 +-
.../fu_berlin/inf/dpp/ui/actions/SkypeAction.java | 5 +-
.../inf/dpp/ui/actions/StoppedAction.java | 4 +-
.../inf/dpp/ui/actions/VideoSharingAction.java | 7 +-
.../ui/commandHandlers/GettingStartedHandler.java | 4 +-
.../dpp/ui/decorators/SharedProjectDecorator.java | 4 +-
.../ui/decorators/SharedProjectFileDecorator.java | 4 +-
.../inf/dpp/ui/dialogs/ErrorMessageDialog.java | 8 +-
.../inf/dpp/ui/dialogs/WarningMessageDialog.java | 4 +-
.../HostLeftAloneInSessionHandler.java | 7 +-
.../dpp/ui/model/roster/RosterContentProvider.java | 4 +-
.../RosterSessionContentProvider.java | 6 +-
.../ui/preferencePages/FeedbackPreferencePage.java | 4 +-
.../ui/preferencePages/NetworkPreferencePage.java | 5 +-
.../inf/dpp/ui/util/CollaborationUtils.java | 8 +-
.../de/fu_berlin/inf/dpp/ui/util/DialogUtils.java | 139 ++++++++-
.../src/de/fu_berlin/inf/dpp/ui/util/SWTUtils.java | 204 +++++++++++++
.../de/fu_berlin/inf/dpp/ui/util/WizardUtils.java | 7 +-
.../de/fu_berlin/inf/dpp/ui/views/SarosView.java | 8 +-
.../inf/dpp/ui/views/VideoPlayerView.java | 5 +-
.../dpp/ui/widgets/ConnectionStateComposite.java | 4 +-
.../dpp/ui/widgets/chatControl/ChatControl.java | 12 +-
.../inf/dpp/ui/widgets/decoration/EmptyText.java | 4 +-
.../inf/dpp/ui/widgets/decoration/JIDCombo.java | 4 +-
.../dpp/ui/widgets/session/ChatRoomsComposite.java | 15 +-
.../BuddySessionDisplayComposite.java | 6 +-
.../dpp/ui/wizards/AddProjectToSessionWizard.java | 11 +-
.../inf/dpp/ui/wizards/AddXMPPAccountWizard.java | 4 +-
.../inf/dpp/ui/wizards/JoinSessionWizard.java | 7 +-
.../ui/wizards/pages/BuddySelectionWizardPage.java | 4 +-
.../pages/ConfigurationSettingsWizardPage.java | 3 +-
.../dpp/ui/wizards/pages/EnterProjectNamePage.java | 3 +-
.../wizards/pages/ProjectSelectionWizardPage.java | 4 +-
.../de/fu_berlin/inf/dpp/util/LinkListener.java | 4 +-
.../src/de/fu_berlin/inf/dpp/util/Utils.java | 315 --------------------
.../inf/dpp/util/sendfile/FileStreamService.java | 3 +-
.../inf/dpp/util/sendfile/ReceiveFileJob.java | 4 +-
.../inf/dpp/videosharing/VideoSharing.java | 9 +-
.../inf/dpp/videosharing/VideoSharingService.java | 4 +-
77 files changed, 566 insertions(+), 524 deletions(-)
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/util/SWTUtils.java
hooks/post-receive
--
The saros eclipse plugin.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot