Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-12-19Bug 447900 - [All Diagrams] "Make same size" doesn't work when zoom isatischenko1-218/+62
not 100%. - fix resize when diagram zoomed - refactor SameSize actions Signed-off-by: atischenko <montages.t7@gmail.com> Change-Id: Ia6e2eb3811d69103576fd35c9311eae683a719d2
2014-12-08Merge "Bug 451320 - [Sequence Diagram] Creation of message when it ↵Camille Letavernier1-0/+4
starts/ends at the execution specification leads to incorrect execution of 'undo' command"
2014-12-08Merge "Bug 445271 - [Sequence Diagram] Cannot ceate a MessageCreate from ↵Camille Letavernier3-15/+3
within a Combined Fragment to a place outside the CF"
2014-12-08Bug 425666 - [Sequence Diagram] Cannot create a SyncMessage from a Gatesboyko7-38/+56
Change-Id: Ie33fd464e69f3062ff858a7be2c4dca3c5b05ca8 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-12-08Merge "Bug 442969 - [Sequence Diagram] Cannot create a message from a Gate ↵Camille Letavernier1-5/+21
to an Execution Specification"
2014-11-13Bug 451320 - [Sequence Diagram] Creation of message when it starts/endssboyko1-0/+4
at the execution specification leads to incorrect execution of 'undo' command Change-Id: Ie7f94e75d715ab5a39bc1ec173c4afdafc1c8f56 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-11-12Merge remote-tracking branch 'origin/bugs/440230_440226'Mickael ADAM1-24/+14
Conflicts: plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/GateEditPart.java Change-Id: I900f0a2b20038a9e38b2a559f40a51ae1ed585ee Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2014-11-06Bug 443884 - [Sequence Diagram] Resizing of an overlapping executionesboyko2-16/+83
specification should resize the corresponding overlapped ESs Change-Id: I6671c7f00868e40df5372857bd7fb6174aed2ee5 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-11-06Bug 445023 - [Sequence Diagram] Label editing does not work for Messagessboyko9-33/+63
and Gates Change-Id: I5fc4df057eaa0f6fe3276b00d4346e91e3ed0bde Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-11-06Bug 441794 - [Sequence Diagram] Resizing of an operand of a combinedsboyko2-100/+74
fragment works incorrectly in several cases Change-Id: I749f574cc99304769c88486e7eec90a4473bd6d2 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-11-06Bug 448497 - [Sequence Diagram] ClassCastException when activating textsboyko1-3/+8
editor for nested InteractionOperand Change-Id: I33d30f6d44ea9c06675cb68f7514b858ae5dca30 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-11-06Bug 450166: Trivial NPE fixmgolubev1-1/+1
Change-Id: I7cb077f28451c8e6bd2c4729beed8194477e0859 Signed-off-by: mgolubev <golubev@montages.com>
2014-11-05393532: [Properties View] Bad refresh after undo deleting StereotypeGabriel Pascual1-249/+249
https://bugs.eclipse.org/bugs/show_bug.cgi?id=393532 - Connect StereotypeListener with a service - Add new event to Stereotype listener - Complete TUs Change-Id: Ic4d6444b914849976492a8608dc283965838c144 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-11-04448506: [All Diagram] Bounds of Text Editor when text is aligned onMickael ADAM1-454/+444
right/center is false https://bugs.eclipse.org/bugs/show_bug.cgi?id=448506 -Fix for regression Change-Id: Ied7bfd74e1d37776271158ce12521203a46cf168 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2014-10-31372322: [Diagram - Refresh] The refresh action is not correctly bindedGabriel Pascual2-1298/+1186
to F5 https://bugs.eclipse.org/bugs/show_bug.cgi?id=372322 - Remove Refresh binding and an Update command creation of generation engine - Remove binding and generated update command from UML diagram - Preserve previous generated code of old Update command in Common Refresh action handler Change-Id: I75c50ab75859c40e32f98c13f079c16f98eeda46 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-10-28Merge remote-tracking branch 'origin/bugs/440230_440226'Mickael ADAM18-12991/+13010
Conflicts: extraplugins/migration/org.eclipse.papyrus.migration.rsa/META-INF/MANIFEST.MF extraplugins/migration/org.eclipse.papyrus.migration.rsa/transform/RSARTToPapyrusRT.qvto plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF/MANIFEST.MF plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/META-INF/MANIFEST.MF plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/model/communicationdiagram.gmfgen plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/model/ComponentDiagram.gmfgen plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/src/org/eclipse/papyrus/uml/diagram/deployment/edit/parts/CommentEditPart.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/src/org/eclipse/papyrus/uml/diagram/deployment/edit/parts/CommentEditPartCN.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/META-INF/MANIFEST.MF plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/model/profilediagram.gmfgen plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/edit/parts/CustomCombinedFragmentEditPart.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/model/stateMachineDiagram.gmfgen plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/META-INF/MANIFEST.MF plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/models/usecaseDiagram.gmfgen releng/top-pom-dev.xml releng/top-pom-extra-tests.xml releng/top-pom-extras.xml releng/top-pom-main-tests.xml releng/top-pom-main.xml releng/top-pom-rcp.xml Change-Id: I8ff25c7122808fabff36f18df448007a68a2bd9c Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2014-10-28440230: [All Diagrams] Add Margins to the LabelsCéline Janssens12-76/+278
https://bugs.eclipse.org/bugs/show_bug.cgi?id=440230 Margin and Labels on Mars Change-Id: If62f1665a4697b422df8dc0ffc84c7e95bb659f9 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2014-10-24448732: [Sequence Diagram] NullPointerException when opening the contextCamille Letavernier2-89/+106
menu on a Lifeline https://bugs.eclipse.org/bugs/show_bug.cgi?id=448732
2014-10-24Merge "Bug 351870 - [Sequence Diagram] Incorrect layout when creating a ↵Camille Letavernier3-6/+150
synchronized message"
2014-10-24Merge "Bug 441788 - [Sequence Diagram] Cannot create a message if the source ↵Camille Letavernier2-10/+20
Execution Specification has been moved out of a Combined Fragment"
2014-10-23Bug 445271 - [Sequence Diagram] Cannot ceate a MessageCreate from withinsboyko3-15/+3
a Combined Fragment to a place outside the CF Change-Id: Ibed7a460f1c2c9c9fef4682fe40d72a4c64194af Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-10-21447855: [appearance] showing default value in case of an instanceValueCamille Letavernier1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=447855
2014-10-16Merge "Bug 439208 - [Sequence Diagram] After using Create message, new life ↵Camille Letavernier1-5/+13
line position is wrong "
2014-10-16Merge "Bug 417826 - [Sequence Diagram] Selector not displayed in lifelines"Camille Letavernier3-3/+51
2014-10-16Merge "Bug 442441 - [Sequence Diagram] CCE after DnD InterationOperand into ↵Camille Letavernier2-2/+11
another one"
2014-10-15445794: [All Diagram] Label Alignment/Justification is lost when theMickael ADAM17-12917/+12916
name is edited instead of the diagram is closed Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445794 Generate code to all generable diagram to change DefaultLinkLabelDragPolicy by PapyrusLinkLabelDragPolicy on linkLabelEditPart Do it manually for sequence diagram. Change-Id: Icaec5bd3a6a88dc6a9127c032910d3c6e212ff65 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2014-10-14445794: [All Diagram] Label Alignment/Justification is lost when theMickael ADAM1-66/+85
name is edited instead of the diagram is closed -Create PapyrusLinkLabelDragPolicy -Fix the bug to fix the bug I changed xtend to permit the override of createEditPolicy for LinkLabelEditPart. Code will be generated in the next commit Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445794 Change-Id: Ic66d9d844543f1e66318e190dd8bd91ca6190a7b Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2014-10-13Bug 443940 - [Sequence Diagram] Applying shadow to a CombinedFragmentsboyko1-0/+32
expands it Change-Id: Ib66b1e3574994887ea97f10627011a7950dfe0a7 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-10-09Bug 429197 - Comments: New size shadow lies.atischenko2-0/+6
Signed-off-by: atischenko <ticher777@gmail.com>
2014-10-06Bug 417826 - [Sequence Diagram] Selector not displayed in lifelinessboyko3-3/+51
Change-Id: I6b7ccf8869cdfba8f1803196b18156d90ccf3f1e Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-10-03Bug 442969 - [Sequence Diagram] Cannot create a message from a Gate tosboyko1-5/+21
an Execution Specification Change-Id: Ia7601f9048c467a814487dc73fd3b0fda56ad91b Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-09-29Bug 442441 - [Sequence Diagram] CCE after DnD InterationOperand intosboyko2-2/+11
another one Change-Id: Ica646d903c3a3f7f5c0d832347de35a6b067fa6b Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-09-29Bug 395248 - [Sequence Diagram] frame/operator of a combinedFragmentsboyko5-5/+382
hidden when shifted inside another one supported: + move of several CFs + move into top/middle/bottom operands + move from one operand to another + move of nested CFs + move into nested CF + move out of nested CF + move to a diagram from CF/nested CF + move to an outer CF + expanding borders of an outer CF when moving a CF into it Change-Id: I1e11fc64f26a686fa23f64e6d1825484704bb216 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-09-27Bug 441788 - [Sequence Diagram] Cannot create a message if the sourcesboyko2-10/+20
Execution Specification has been moved out of a Combined Fragment Change-Id: I72f9881a971539ca732bcf283e90a6f9a578c88f Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-09-26440230: [All Diagrams] Add Margins to the LabelsCéline Janssens10-73/+274
https://bugs.eclipse.org/bugs/show_bug.cgi?id=440230 - Activity and Sequence Diagram NOTE: Some changes have been done directly into the generated code but the same changes have been saved into the GMFGEN file waiting for the generation when possible. - Fix Constraint node Margin issue (ConstraintFigure) Change-Id: I0ac101cd48b102e6998c25162c4c90e9b237b6f2 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2014-09-25440230: [All Diagrams] Add Margins to the LabelsCéline Janssens1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=440230 -Timing Diagram: All labels refers to PapyrusWrappingLabel - New Formatter and new Clean up of all the Timing Sources - All Labels extends PapyrusLabelEditPart Change-Id: I8a731f2fc5ad2569bd79230717ac309f12ea4b99 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2014-09-22440230: [All Diagrams] Add Margins to the Labels Céline Janssens1-1/+2
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=440230 - Margin for Node Named Element - PapyrusWrappingLabel deprecated has been deleted and references changed to oep.infra.gmfdiag.common.figure.node.PapyrusWrappingLabel - Add refreshMargin() method to PapyrusLabelEditPart - New format and CleanUp refactor for class and composite diagramme - Add reference to PapyrusLabelEditPart fort PortNameEditPart (via xtend) - Add ref to PapyrusWrappingLabel into UMLEdgeFigure children - modify GmfGen for Composite Diag : PortNameEditPart is now a PapyrusWrappingLabel - rebase with Master Luna Change-Id: I3b8fcd39bf9b1c00886b6357c7d054ebc3fd8aba Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2014-09-19Bug 351870 - [Sequence Diagram] Incorrect layout when creating asboyko3-6/+150
synchronized message Change-Id: Ie82fdf9a3fe84df88df2daa025a7fdae9407e4c7 Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-09-16Bug 439208 - [Sequence Diagram] After using Create message, new lifesboyko1-5/+13
line position is wrong Change-Id: Ifd097f8ad3b714750fd23e34ceb946dece38acdb Signed-off-by: sboyko <serg.boyko2011@gmail.com>
2014-09-15[Releng] Update feature versions to 1.1.0Camille Letavernier1-2/+2
2014-09-15[Releng] Change plug-ins version to 1.1.0Camille Letavernier1-25/+25
2014-09-12443799: [Code Quality] Cleanup code according to FindBugs resultsCamille Letavernier7-35/+35
https://bugs.eclipse.org/bugs/show_bug.cgi?id=443799 - Cleanup HP warnings in Sequence Diagram (Manually change generated code according to current templates)
2014-09-11443799: [Code Quality] Cleanup code according to FindBugs resultsCamille Letavernier11-82/+64
https://bugs.eclipse.org/bugs/show_bug.cgi?id=443799 - Clean up uml.diagram.common
2014-08-26[Code Style] Configure code style in the projectsChristian W. Damus2-0/+352
Configure the master settings for Code Style in the org.eclipse.papyrus.infra.core plug-in, including: - Code Formatter - Code Clean-up - Code Templates - Import Sort Order Employ the Oomph Project Configuration tooling to propagate these settings to all other Papyrus main, test, and developer plug-ins, plus the CDO Integration plug-ins. Update the Papyrus Oomph model to remove the workspace-wide code style settings. Change-Id: Id1c7c7fb94c82974a9f1c7cafcfcf32b71ce6c1f
2014-08-25[Code style] Apply clean-up profile to Papyrus Main plug-insCamille Letavernier69-83/+34
2014-08-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier571-24619/+26976
2014-08-20[Releng] Update Papyrus version to 1.0.1 in pom.xmlCamille Letavernier1-2/+2
2014-08-20[Releng] Update versions to 1.0.1Camille Letavernier1-26/+27
2014-08-08Merge "Bug 350726 - [SequenceDiagram] Can't align Action Execution ↵Camille Letavernier1-3/+22
Specifications"
2014-08-07[437605] - Export Sequence Diagram to Imagessboyko1-0/+10
Change-Id: I70b6a5c7efa036fd023c90ee15e63fb98703bbfe Signed-off-by: sboyko <serg.boyko2011@gmail.com>

Back to the top