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 59079a7b7b947cdade022627f346ae563700d889 (commit)
via 771e1c7318df9b0ae479217acc7b852f23ff53b6 (commit)
from 75ffb8ffae7c35564eb6f5aced642cd56e5fdef9 (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 59079a7b7b947cdade022627f346ae563700d889
Author: Franz Zieris <[email protected]>
Date: Tue Feb 3 15:29:09 2015 +0100
[TYPO] Remove the "ressource" and "informations" typos
It's "resource" and "information".
Change-Id: Id0b5c496a17786ce74c930de2b2efa31f5640314
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2084
Tested-by: Jenkins CI
Reviewed-by: Christian Cikryt <[email protected]>
Reviewed-by: Stefan Rossbach <[email protected]>
Reviewed-by: Franz Zieris <[email protected]>
commit 771e1c7318df9b0ae479217acc7b852f23ff53b6
Author: Franz Zieris <[email protected]>
Date: Tue Feb 3 15:27:05 2015 +0100
[REFACTOR] Rename identifiers with "cancelled" to "canceled"
The latter is American English, which we use throughout the Saros source
code.
This patch also changes all "cancelled" and "cancelling" occurences in
comments and messages.
Change-Id: I0af3a125033799921e3f462f9b63ed9f523a1f0d
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2083
Reviewed-by: Stefan Rossbach <[email protected]>
Tested-by: Jenkins CI
Reviewed-by: Christian Cikryt <[email protected]>
Reviewed-by: Franz Zieris <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.../extensions/CancelInviteExtension.java | 2 +-
.../CancelProjectNegotiationExtension.java | 2 +-
.../dpp/monitoring/MonitorableFileTransfer.java | 2 +-
.../inf/dpp/negotiation/CancelableProcess.java | 24 ++++++++--------
.../inf/dpp/negotiation/ProjectNegotiation.java | 2 +-
.../inf/dpp/net/internal/Socks5Transport.java | 2 +-
.../inf/dpp/net/upnp/internal/UPnPServiceImpl.java | 2 +-
.../fu_berlin/inf/dpp/session/ISarosSession.java | 6 ++--
.../invitation/IncomingSessionNegotiation.java | 2 +-
.../invitation/OutgoingProjectNegotiation.java | 2 +-
.../invitation/OutgoingSessionNegotiation.java | 4 +-
.../dpp/core/monitoring/remote/RemoteProgress.java | 2 +-
.../net/business/CancelProjectSharingHandler.java | 2 +-
.../inf/dpp/core/project/SarosSessionManager.java | 2 +-
.../dpp/core/project/internal/ActivityHandler.java | 4 +-
.../dpp/core/project/internal/SarosSession.java | 4 +-
.../project/internal/UserInformationHandler.java | 3 +-
.../core/ui/eventhandler/NegotiationHandler.java | 8 ++--
.../de/fu_berlin/inf/dpp/intellij/ui/Messages.java | 14 ++++----
.../inf/dpp/intellij/ui/messages.properties | 14 ++++----
.../ui/wizards/AddProjectToSessionWizard.java | 2 +-
.../dpp/intellij/ui/wizards/JoinSessionWizard.java | 12 ++++----
.../sxe/net/SXEIncomingSynchronizationProcess.java | 2 +-
.../sxe/net/SXEOutgoingSynchronizationProcess.java | 2 +-
.../communication/connection/IProxyResolver.java | 4 +-
.../watchdog/ConsistencyWatchdogHandler.java | 2 +-
.../de/fu_berlin/inf/dpp/editor/EditorManager.java | 2 +-
.../inf/dpp/feedback/SessionDataCollector.java | 2 +-
.../inf/dpp/feedback/SessionStatistic.java | 2 +-
.../inf/dpp/monitoring/remote/RemoteProgress.java | 2 +-
.../negotiation/IncomingSessionNegotiation.java | 2 +-
.../negotiation/OutgoingProjectNegotiation.java | 2 +-
.../negotiation/OutgoingSessionNegotiation.java | 4 +-
.../inf/dpp/preferences/EclipsePreferences.java | 2 +-
.../inf/dpp/project/SarosSessionManager.java | 4 +-
.../inf/dpp/project/internal/ActivityHandler.java | 4 +-
.../inf/dpp/project/internal/SarosSession.java | 4 +-
.../project/internal/UserInformationHandler.java | 3 +-
.../src/de/fu_berlin/inf/dpp/ui/Messages.java | 26 ++++++++--------
.../inf/dpp/ui/decorators/package-info.java | 2 +-
.../HostLeftAloneInSessionHandler.java | 2 +-
.../dpp/ui/eventhandler/NegotiationHandler.java | 6 ++--
.../fu_berlin/inf/dpp/ui/jobs/FileTransferJob.java | 4 +-
.../de/fu_berlin/inf/dpp/ui/messages.properties | 30 ++++++++++----------
.../dpp/ui/model/roster/RosterEntryElement.java | 2 +-
.../session/AwarenessInformationTreeElement.java | 2 +-
.../session/FollowModeInformationTreeElement.java | 2 +-
.../dpp/ui/widgets/ConnectionStateComposite.java | 2 +-
.../dpp/ui/wizards/AddProjectToSessionWizard.java | 12 ++++----
.../dpp/ui/wizards/CreateXMPPAccountWizard.java | 2 +-
.../inf/dpp/ui/wizards/JoinSessionWizard.java | 12 ++++----
.../contextmenu/peview/submenu/IShareWithC.java | 2 +-
.../contextmenu/peview/submenu/ITeamC.java | 2 +-
.../de/fu_berlin/inf/dpp/stf/shared/Constants.java | 2 +-
.../inf/dpp/stf/shared/configuration.properties | 2 +-
...nessInformationVisibleAfterInvitationTest.java} | 17 +++++------
...arallelInvitationWithTerminationByHostTest.java | 10 +++---
.../invitation/Share3UsersLeavingSessionTest.java | 4 +-
.../inf/dpp/stf/test/invitation/TestSuite.java | 2 +-
59 files changed, 153 insertions(+), 152 deletions(-)
rename
de.fu_berlin.inf.dpp/test/stf/de/fu_berlin/inf/dpp/stf/test/invitation/{AwarenessInformationsVisibleAfterInvitationTest.java
=> AwarenessInformationVisibleAfterInvitationTest.java} (91%)
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot