Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-10Bug 514747 - [Interoperability][Rsa] Move Rsa migration plugin into newBenoit Maggi1-464/+0
git - remove plugins from main repository -> moved to https://git.eclipse.org/c/papyrus/org.eclipse.papyrus-interoperability.git/tree/rsa Change-Id: I5ef6c3cf16b642081b40f2b9e38eae166e92213b Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-02-10Bug 511917 - [Model import] update the model import tool to produce aAsma Smaoui1-0/+12
Port_NameLabel view without an explicit set of element * the toLabel() mapping that creates the DecorationNode PortNameLabel inherits from toPapyrusNode mapping that inherits from toPapyrusNodeView mapping that set the element : PortNameLabel should not in any case set the element, the element is set in the Port_Shape view. for the inherited ports this creates a conflict and did not display the label --> create an abstract mapping just like PapyrusConnectorLabel and ensure that we did not set the element in this mapping. toLabel() inherits now the new mapping * add junit test to be sure that for all PortNameLabel View no element was set Change-Id: I621a1b9fbaaf855977473f8da1db379cefae97eb Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
2016-12-09Bug 508978 - [Model Import] Connector with definedAsma Smaoui1-1/+1
roundedBendpointsRadius gets corrupt in all Papyrus diagrams ignore the roundedBendpointsRadius attribute for all connector in RSA tool, explicitly set the roundedBendpointsRadius to 0 to avoid corrupted edges Change-Id: Id662f1022391f452de58b4c4e129715369515199 Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
2016-07-21Bug 498282: [Model Import] Visualization of port conjugation does not work ↵Christian W. Damus1-1/+9
on imported structure diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=498282 Ensure that the default styling of conjugated ports is not overridden by an explicit fill colour from the imported RSA diagram. Also, add an advice on the Port::isConjugated property that, whenever it is set true from false, any explicit fill colour in existing views of that port is unset. (cherry-picked from streams/2.0-maintenance) Change-Id: I0af883058881da955c3d15ca28819f0ad9eb46e0
2016-07-21Bug 497841: [Model Import] Size of imported capsule part is smaller than in ↵Christian W. Damus1-12/+24
legacy model causing additional layout issues https://bugs.eclipse.org/bugs/show_bug.cgi?id=497841 Don't attempt to create port views as children of the structure diagram itself (not the frame) because they wouldn't be provided by the view service, anyways. Ensure proper himetric conversion to pixels according to the host system's display resolution and the 2540 units per inch scaling to avoid considerable drift in the layout. (cherry-picked from streams/2.0-maintenance) Change-Id: I4bc66c014cca85ca35c5c34e3e4ef856da54123b
2016-07-16Bug 496653: [Model Import] Align header of imported capsule structure diagramChristian W. Damus1-2/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=496653 Ensure that name labels are emitted as the first child of a node, because some edit-parts require this in order to properly separate the name from nested compartments. Change-Id: I8e39cedfdcbadd2d46432fb6074dbaec9f0c5ac7 (cherry picked from commit 918478c20388983b69f52b8d797b6d0eefbfc61d)
2016-07-16Bug 461980: [Model Import] Structure diagram has wrong sizeChristian W. Damus1-10/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=461980 Add a hook in the diagram transformation to set the default size of the frame, if any, if it has any defaults. Implement this hook for composite structure diagrams. (cherry-picked from streams/2.0-maintenance) Change-Id: I4ba9d3932468f6b19361ba77907452d230481d23
2016-05-09493249: [Model Import] Association Classes are not properly importedCamille Letavernier1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=493249 Change-Id: Ic419f0486ff59e3c44d420f2da961f7f21ca7134 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-30462393: [Model Import] Appearance property "Show Stereotype" not handledCamille Letavernier1-0/+15
for imported model elements in diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=462393 Change-Id: I0d4e7a2fcb8b55854e591b6155bbd6599bb5963b Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-30463064: [Model Import] Importing RSA model with diagram stored into ownCamille Letavernier1-1/+13
fragment causes diagram to be lost https://bugs.eclipse.org/bugs/show_bug.cgi?id=463064 - Fix base element and containment for fragmented diagrams Change-Id: I0689b06c75542d099c7acdfde435968695e7a4e7 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-29463064: [Model Import] Importing RSA model with diagram stored into ownCamille Letavernier1-3/+4
fragment causes diagram to be lost https://bugs.eclipse.org/bugs/show_bug.cgi?id=463064 Change-Id: I36227710fb502fae40100bd9b708d0684ce9531b Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-01-27456933: [Activity Diagram - Model Import] Merge node symbol not OK inCamille Letavernier1-1/+3
imported activity diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=456933 - Use the default transparency (i.e. -1) when source transparency = 0, to avoid overriding the CSS definition
2015-01-06434775: [Model Import] Unknown element type warning when importing modelCamille Letavernier1-1/+1
into Papyrus https://bugs.eclipse.org/bugs/show_bug.cgi?id=434775 - Fix support for Comments/Constraints in the following diagrams: * Profile Diagram * Class Diagram * Structure Diagram * Activity Diagram * StateMachine Diagram - Improve and simplify error reporting (More accurate and less cluttered)
2014-09-24410985: [Model Import] Papyrus shall enable to import semanticsCamille Letavernier1-1/+2
information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410985 - Add some parameters to the transformation - Fix the UML-RT transformation to avoid a profile-repair after each migration
2014-09-22435039: [Model Import] Model dependencies are not transformed duringCamille Letavernier1-8/+1
import https://bugs.eclipse.org/bugs/show_bug.cgi?id=435039 444379: [Model Import - UML RT] Performance issues with import of UML-RT profiled models https://bugs.eclipse.org/bugs/show_bug.cgi?id=444379 - Add a post-transformation step to fix the dependencies between imported models/libraries - Do not delete the RT stereotypes during the QVTo transformation; do it as a post-action instead
2014-09-17410986: [Diagram Import] Papyrus shall enable to import layoutCamille Letavernier1-2/+23
information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410986 - Fix lineWidth, lineColor for Connectors - Fir initial diagram name for unnamed diagrams
2014-09-12410988: [Diagram Import] Papyrus shall enable to import the graphicalCamille Letavernier1-0/+364
information of a UML profile defined in other tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=410988 410987: [Profile Import] Papyrus shall enable to import the semantics information of a UML profile defined in other tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=410987 410986: [Diagram Import] Papyrus shall enable to import layout information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410986 410985: [Model Import] Papyrus shall enable to import semantics information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410985

    Back to the top