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 91a60b5d4618d589be7c34aafa75b6ffd6dcd896 (commit)
from 3ed93cdd4348c720a03a1f79e20e319d83a86d3e (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 91a60b5d4618d589be7c34aafa75b6ffd6dcd896
Author: Conrad LäÃig <[email protected]>
Date: Fri Sep 6 14:38:58 2013 +0200
[REFACTOR] Changed the format conventions of Whiteboard
The formatter now behaves like the one of Saros. All files were
changed to fit the new conventions.
Adapted from SWTP-2013 repository.
- Commit: 84d82f4
- Reviewed on: http://saros-build.imp.fu-berlin.de/gerrit/974
- Reviewed by: Richard Möhn <[email protected]>
Change-Id: I9ddcc0f8046522488837aee70954150748695d83
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1550
Tested-by: Jenkins CI
Reviewed-by: Franz Zieris <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.../.settings/org.eclipse.jdt.core.prefs | 303 ++++-
.../.settings/org.eclipse.jdt.ui.prefs | 111 +-
.../org/apache/batik/util/CSSConstants.java | 774 +++++-----
.../org/apache/batik/util/SVGConstants.java | 1822 ++++++++++----------
.../org/apache/batik/util/XMLConstants.java | 106 +-
.../de/fu_berlin/inf/dpp/whiteboard/Activator.java | 102 +-
.../inf/dpp/whiteboard/StartupWhiteboard.java | 8 +-
.../gef/actions/ChangeBackgroundColorAction.java | 98 +-
.../gef/actions/ChangeForegroundColorAction.java | 98 +-
.../dpp/whiteboard/gef/actions/ColorListener.java | 14 +-
.../whiteboard/gef/actions/CopyRecordAction.java | 124 +-
.../gef/actions/ExportToImageAction.java | 282 ++--
.../whiteboard/gef/actions/PasteRecordAction.java | 94 +-
.../whiteboard/gef/actions/SXEDeleteAction.java | 46 +-
.../AbstractElementRecordCreateCommand.java | 156 +-
.../whiteboard/gef/commands/CopyRecordCommand.java | 112 +-
.../gef/commands/DeleteRecordsCommand.java | 178 +-
.../gef/commands/ElementRecordAddCommand.java | 184 +-
.../commands/ElementRecordChangeLayoutCommand.java | 90 +-
.../gef/commands/ElementRecordCreateCommand.java | 74 +-
.../gef/commands/PasteRecordCommand.java | 346 ++--
.../gef/commands/PolylineRecordCreateCommand.java | 60 +-
.../dpp/whiteboard/gef/commands/SXECommand.java | 128 +-
.../gef/commands/SXECompoundCommand.java | 146 +-
.../gef/commands/TextboxCreateCommand.java | 52 +-
.../gef/editor/BlockableGraphicalEditor.java | 732 ++++----
.../CombinedTargetRecordCreationFactory.java | 34 +-
.../dpp/whiteboard/gef/editor/SXECommandStack.java | 90 +-
.../editor/SarosPermissionsGraphicalEditor.java | 100 +-
.../whiteboard/gef/editor/WhiteboardEditor.java | 1160 +++++++-------
.../gef/editpolicy/ElementModelDeletePolicy.java | 22 +-
.../editpolicy/ElementModelLayoutEditPolicy.java | 528 +++---
.../ResizableRatioScalingEditPolicy.java | 394 +++---
.../editpolicy/XYLayoutWithFreehandEditPolicy.java | 544 +++---
.../dpp/whiteboard/gef/model/GEFRecordFactory.java | 68 +-
.../whiteboard/gef/model/LayoutElementRecord.java | 138 +-
.../dpp/whiteboard/gef/model/SVGEllipseRecord.java | 98 +-
.../whiteboard/gef/model/SVGPolylineRecord.java | 345 ++--
.../dpp/whiteboard/gef/model/SVGRectRecord.java | 108 +-
.../dpp/whiteboard/gef/model/SVGRootRecord.java | 16 +-
.../dpp/whiteboard/gef/model/SVGTextBoxRecord.java | 164 +-
.../dpp/whiteboard/gef/part/ElementRecordPart.java | 108 +-
.../dpp/whiteboard/gef/part/RecordPartFactory.java | 36 +-
.../dpp/whiteboard/gef/part/SVGEllipsePart.java | 68 +-
.../dpp/whiteboard/gef/part/SVGPolylinePart.java | 84 +-
.../inf/dpp/whiteboard/gef/part/SVGRectPart.java | 70 +-
.../inf/dpp/whiteboard/gef/part/SVGRootPart.java | 28 +-
.../dpp/whiteboard/gef/part/SVGTextBoxPart.java | 168 +-
.../whiteboard/gef/request/CreateLineRequest.java | 6 +-
.../gef/request/CreatePointlistRequest.java | 214 ++--
.../gef/request/CreateTextBoxRequest.java | 20 +-
.../whiteboard/gef/tools/ArrowCreationTool.java | 28 +-
.../gef/tools/CreationToolWithoutSelection.java | 77 +-
.../dpp/whiteboard/gef/tools/LineCreationTool.java | 72 +-
.../inf/dpp/whiteboard/gef/tools/PanningTool.java | 98 +-
.../gef/tools/PointlistCreationTool.java | 120 +-
.../whiteboard/gef/tools/TextboxCreationTool.java | 110 +-
.../inf/dpp/whiteboard/gef/util/ColorUtils.java | 132 +-
.../inf/dpp/whiteboard/gef/util/IconUtils.java | 385 ++---
.../inf/dpp/whiteboard/gef/util/LayoutUtils.java | 52 +-
.../whiteboard/messages/WhiteboardMessages.java | 20 +-
.../inf/dpp/whiteboard/net/SXEExtension.java | 40 +-
.../dpp/whiteboard/net/SXEExtensionProvider.java | 52 +-
.../inf/dpp/whiteboard/net/SXEPacketFilter.java | 147 +-
.../dpp/whiteboard/net/SarosSXETransmitter.java | 432 +++---
.../inf/dpp/whiteboard/net/WhiteboardManager.java | 332 ++--
.../inf/dpp/whiteboard/standalone/Application.java | 80 +-
.../standalone/ApplicationActionBarAdvisor.java | 14 +-
.../standalone/ApplicationWorkbenchAdvisor.java | 148 +-
.../ApplicationWorkbenchWindowAdvisor.java | 44 +-
.../inf/dpp/whiteboard/standalone/Perspective.java | 20 +-
.../standalone/WhiteboardActionBarContributor.java | 76 +-
.../standalone/WhiteboardContextMenuProvider.java | 76 +-
.../whiteboard/sxe/AbstractSXEMessageHandler.java | 168 +-
.../inf/dpp/whiteboard/sxe/ISXEMessageHandler.java | 146 +-
.../inf/dpp/whiteboard/sxe/SXEController.java | 1078 ++++++------
.../inf/dpp/whiteboard/sxe/constants/NodeType.java | 36 +-
.../dpp/whiteboard/sxe/constants/RecordEntry.java | 38 +-
.../dpp/whiteboard/sxe/constants/RecordType.java | 30 +-
.../whiteboard/sxe/constants/SXEMessageType.java | 58 +-
.../sxe/exceptions/CommittedRecordException.java | 10 +-
.../sxe/exceptions/MalformedRecordException.java | 14 +-
.../sxe/exceptions/MissingRecordException.java | 26 +-
.../sxe/exceptions/XMLNotWellFormedException.java | 34 +-
.../dpp/whiteboard/sxe/net/ISXETransmitter.java | 68 +-
.../sxe/net/SXEIncomingSynchronizationProcess.java | 203 ++--
.../inf/dpp/whiteboard/sxe/net/SXEMessage.java | 148 +-
.../dpp/whiteboard/sxe/net/SXEMessageReader.java | 290 ++--
.../dpp/whiteboard/sxe/net/SXEMessageWriter.java | 350 ++--
.../sxe/net/SXEOutgoingSynchronizationProcess.java | 129 +-
.../inf/dpp/whiteboard/sxe/net/SXESession.java | 108 +-
.../dpp/whiteboard/sxe/net/SXESynchronization.java | 28 +-
.../dpp/whiteboard/sxe/records/AbstractRecord.java | 24 +-
.../whiteboard/sxe/records/AttributeRecord.java | 162 +-
.../sxe/records/ChildRecordChangeCache.java | 260 ++--
.../dpp/whiteboard/sxe/records/DocumentRecord.java | 298 ++--
.../dpp/whiteboard/sxe/records/ElementRecord.java | 778 +++++-----
.../inf/dpp/whiteboard/sxe/records/IRecord.java | 134 +-
.../whiteboard/sxe/records/ISXERecordFactory.java | 12 +-
.../inf/dpp/whiteboard/sxe/records/NodeRecord.java | 1101 ++++++------
.../sxe/records/SXEDefaultRecordFactory.java | 94 +-
.../inf/dpp/whiteboard/sxe/records/SetRecord.java | 560 +++---
.../records/serializable/NewRecordDataObject.java | 210 ++--
.../sxe/records/serializable/RecordDataObject.java | 270 ++--
.../records/serializable/SetRecordDataObject.java | 144 +-
.../inf/dpp/whiteboard/sxe/util/AttributeSet.java | 96 +-
.../whiteboard/sxe/util/HierarchicalRecordSet.java | 122 +-
.../inf/dpp/whiteboard/sxe/util/NodeSet.java | 118 +-
.../inf/dpp/whiteboard/sxe/util/SXEUtils.java | 258 ++--
.../inf/dpp/whiteboard/sxe/util/SetRecordList.java | 96 +-
.../dpp/whiteboard/view/SarosWhiteboardView.java | 430 +++---
.../gef/commands/ConflictingCommandsTest.java | 94 +-
.../gef/commands/ConflictingSXECommand.java | 94 +-
.../dpp/whiteboard/gef/editpolicy/ScalingTest.java | 362 ++--
.../inf/dpp/whiteboard/sxe/TestUtils.java | 16 +-
.../whiteboard/sxe/net/MockedSXETransmitter.java | 174 +-
.../inf/dpp/whiteboard/sxe/net/SXENetworkMock.java | 14 +-
.../whiteboard/sxe/records/ApplyRecordsTest.java | 94 +-
118 files changed, 11334 insertions(+), 11049 deletions(-)
hooks/post-receive
--
The Saros Eclipse Plugin
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot