Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Bug 527664 - [AFViewpoints] Architecture Model Editor removeMaged Elaasar123-251/+1609
CreationCommandClass property value Converted the Creation/ConversionCommandClass properties in the architecture editor to be of type string instead of Class. They can now reference class names from the workspace (on their project's class path). Also added validation rules for that. Finally, I added a Browse... button in the property sheet to help put values for them. remove some reexport increase version to take in account API tool Change-Id: I6792449fbee70b089f83780c4935242fff72d50b Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-04-19Bug 533689: [Tests] Tests are failing due to popup edit onNicolas FAUVERGUE2-149/+247
InteractionOperand creation - Manage the edit parts using the DirectEditors with the correct version of direct edition. Change-Id: Id3c3d06d6beab9ca30b0afbf4e1203cbdec85e0f Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-04-18533700: [SequenceDiagram] Clean-up dead codeCamille Letavernier1-4/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533700 Fix the Sequence Test bundle Change-Id: I929c789d39fa85670c2d3b957a8334e17b3692b9 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-18533700: [SequenceDiagram] Clean-up dead codeCamille Letavernier12-3973/+246
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533700 Remove more unused OLD classes Change-Id: I069a02f796d00663d44e594985468542b8e831ce Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-18533700: [SequenceDiagram] Clean-up dead codeCamille Letavernier9-3075/+75
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533700 Delete the OLDLifelineEditPart and dependents Note: some static methods are still referenced, but just can't work (They would either cause ClassCastException or NullPointers). The methods have been deprecated and throw an IllegalStateException, but can't be removed until the remaining usages have been properly analyzed. Change-Id: I4746ac230bacc36cb0d3744b503a4505bdfa2c89 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-18533700: [SequenceDiagram] Clean-up dead codeCamille Letavernier18-2940/+116
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533700 Remove or truncate more unused OLD classes Change-Id: Ib3070d87ec1a36d53f810754bcfd6984d6136337 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-18533700: [SequenceDiagram] Clean-up dead codeCamille Letavernier6-1039/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533700 Remove unused OLD classes Change-Id: Iebb5c9a85c7229bdb6b4f746586162a935326f17 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-18[SequenceD] Run the clean-up profile on the Sequence Diagram plug-inCamille Letavernier230-1170/+1074
Change-Id: I393ae94b596cfd4a08ffc3fadb8580d8887edc0a Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-18[API] Fix some API Tools issuesCamille Letavernier7-6/+9
Change-Id: I71ebd381e1347cb4eddfac967acd9321b05b6f01 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-17Bug 518695 - [Wizard][AFViewpoints] Viewpoints are not taken intoMaged Elaasar3-32/+42
account when using Templates Switched the architecture context and viewpoints to the selected ones when the new model is created from a template Change-Id: Ice8e59acaa1c8029009e052a716568e26b6cd1ea Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-04-16Bug 533382 - [CSS] CSS "connectorEndType" propertyAsma Smaoui2-1/+24
* add a connecctoEndType property to modify a connector shape according to the type of its conenctable elements Change-Id: I85f584733df25be614c050ac5f7eb13a038f1aff Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
2018-04-16Bug 533205: [Sequence Diagram] The 'SetBoundsCommand' need to be splitedNicolas FAUVERGUE34-251/+569
in 3 commands Separate the 'SetBoundsCommand' in 3 commands and manage its calls with the new ones. Change-Id: I346353e941d17362a5d49ed3586f200dce9016a4 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-04-16Bug 528199 - [Xtext, Constraints] The edition of constraints does not choose ↵Ansgar Radermacher37-275/+213
a suitable editor - Cleanup implementation in DirectEditorsUtil: * Assure that method implementations are consistent and based on each other (before, implementations were duplicated, some respected priorities while others did not), fix comments * Rename getDirectEditorConfiguration (name was misleading, keep old method as deprecated) - Set version of oep.extensionpoints.editors plugin to 3.0.0, adapt all references (other MANIFEST files) accordingly - If no editor with for a given language is found, search all editors without taking language tag into account (implementations must still be compatible with semantic element). This assures that other editors are used, if the default editor is not compatible (e.g. OCL is default editor for opaque expression, but not compatible with non-OCL bodies) - Add an EmbeddedEditor.usecases txt file in plugin oep.extensionpoints.editors - Replace calls to old methods (in diagram.common, property.sheet, uml.diagram.sequence, diagram.stereotype.edition, service.types.ui and natable.xtext.valuespecification/integration) - Move OCL editor registration from generic plugin oep.uml.properties.xtext to OCL plugin. - Add a test to the existing oep.uml.textedit.tests plugin that checks whether a suitable editor is opened on an opaque expression with (1) a C++ body and (2) OCL body (the plugin registers a dummy C++ editor) Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Change-Id: I4cee823b91e13f9601ecb7a9655409a74e3d7579
2018-04-12Bug 533439: [Table] Papyrus nattableConfiguration file must use a dedicated ↵Vincent Lorenzo11-224/+170
resource extending AbtractEMFResource provided by oep.emf. Change-Id: I232c7d0cd64dc8430b35428c77181b8e891f8c26 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-04-12Bug 531645: [Table] The new child of the TableConfiguration editors doesn't ↵Vincent Lorenzo4-131/+201
provides all the existing expressions - previous commit on this subject doesn't fix the bug for GenericRelationshipMatrixCellEditorConfiguration#cellContentsFilter - regenerate all and change some generation option in the genmodel Change-Id: I74449d78fd443b53201c8f3377820bd835d095b0 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-04-12Bug 530156: [Performances] Avoid recomputing the Stereotype whenQuentin Le Menez5-29/+62
applying it https://bugs.eclipse.org/bugs/show_bug.cgi?id=530156 Change-Id: I9c32ae8ca5844c43b832ff854e99ba7ec0c54e57 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-04-11Bug 533457 - [Toolsmiths] Name and provide missing in profile migrationBenoit Maggi6-4/+13
plugins - add plugin.properties in build.properties - add Bundle-Localization: plugin - add Automatic-Module-Name to prepare for Java 9 Change-Id: I65a02a95ce1a9b53693297359a4afd8b0a6bab85 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-04-10Bug 531596: [SequenceDiagram] When a message is moved bottom theNicolas FAUVERGUE2-48/+114
lifeline must be resized This manage the MessageCreate and the MessageDelete move. Change-Id: Ied63aab704d552c938f968dff18afcfd5dfdff97 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-04-10Bug 531729: [Diagram] Explicit the preference used to draw common bendpoints ↵Vincent Lorenzo11-4/+131
on connectors Change-Id: I2fec207b58a7098419b0ad86d7b6044f73d65aee Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-04-10Bug 531645: [Table] The new child of the TableConfiguration editors doesn't ↵Vincent Lorenzo285-173/+970
provides all the existing expressions - Generate the Child Extender for the NattableAxisConfiguration Package - Create our own child extender to get all existing Expressions in the TableConfiguration editor - Remove the generated icons for command creation Change-Id: Ic0a463fecec48b0201bef2c94ce97592433d1c13 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-04-10Bug 531643: [Table] Remove all table files creation from the Papyrus New ↵Vincent Lorenzo62-12165/+1968
Wizard, excepted NattableConfiguration file - Edit the genmodel, setting generate editor and generate wizard to false for all EPackage, excepted nattableconfiguration package - Remove all customs editors - Remove the tests plugins org.eclipse.papyrus.infra.nattable.model.editor.test - Create a NattableConfigurationResource with the same options than the removed custom editors - Change path contribution for the NattableConfiguration wizard - Set nice icons for the NattableConfiguration wizban and the NattableConfiguration resource Change-Id: I6384e45036a35fe026fcdf2aa65b63d49177159b Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-04-10Bug 533004: [Sequence Diagram] When a MessageCreate or MessageDelete isNicolas FAUVERGUE2-19/+27
created, other messages are moved - Change the old and new notification values if needed ('-1' need to be changed into the default size). - Change the move Y calculation: this is now done with the figure bounds (not updated) instead of the node bounds (already updated) - Update '.usecases' file Change-Id: Id2ca7d019692bef60352830b1f52a84be69ba1fc Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-04-08Bug 532549 - [Model explorer] Annoying message "Invalid root element: null" ↵Ansgar Radermacher1-2/+0
when changing between pages - Just remove the message, as I don't think it indicates an error. If some handling is required, it can be added later. Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
2018-04-06Bug 533283 - [Composite structure diagram] Moving a nested classifier ↵Ansgar Radermacher1-12/+15
creates a port - Add drop request check before applying a drop strategy Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
2018-04-04Bug 533154: [PropertiesView] Papyrus must provide a widget to select a directoryVincent Lorenzo8-6/+404
Change-Id: I348be548f36c796a6f200f43a637c5672e310029 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-04-04Bug 532299 - Add tooltips on properties in architecture frameworkMaged Elaasar87-333/+1159
editor. Added descriptions on all properties that show in the architecture editor. Those descriptions appear in the status bar of the Eclipse window when the property is selected (not as toolips when hovering over properties). Also, some properties are categorized in the property sheet into sub categories to ease understanding. I also added the same descriptions as documentation of the AF model API. Change-Id: I2a4e928b177ae5434c6f38255ea1bba41c822416 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-04-04Bug 486472 - [AFViewpoints] Invalid inputMaged Elaasar8-284/+537
url:platform:/plugin/org.eclipse.papyrus.infra.viewpoints.configuration.edit/icons/full/obj16/PapyrusViewpoint.png Bug 486708 - [AFViewpoints] missing PapyrusViewpoint.png Bug 482383 - [AFViewpoints] no icon a viewpoint generate a MalformedURLException Reimplemented the Viewpoing Explorer to show the selected architecture context and viewpoints in the currently selected modelset. Change-Id: I8ea9e4fd5b3485f58819392dd49230b527381355 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-04-02Fix build issues resulting from recent changes for Bug 518452Maged Elaasar3-5/+5
Change-Id: I1a34138a2c1fa8396565ba8d411a64b915e47176 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-03-30Bug 533048: [Sequence Diagram] The 'moving up' option must be removedNicolas FAUVERGUE4-22/+2
- Remove the UI 'moving up' option - Remove use of 'moving up' option in code Change-Id: I7fa4096d334146e0de049cb6b1f09ea56fbe6934 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-03-30Bug 531596: [SequenceDiagram] When a message is moved bottom theNicolas FAUVERGUE1-4/+5
lifeline must be resized - Modify The BoundForEditPart calculation to manage the width and height modification on copy instead of the original bounds (to avoid changes and possible modification without command problems) Change-Id: I37c9e29be18740e621ae40cd4ab8a035cf4bbb41 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-03-28Bug 531596: [SequenceDiagram] When a message is moved bottom theNicolas FAUVERGUE10-38/+981
lifeline must be resized When a message moved, move its weak references and resize the life lines if needed. Requirements are specified in the 'RequirementsSequenceDiagram.usecases'. Change-Id: Ia120d71ac0b6ff49a74f9c8f5a4544e9c7c2504d Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-03-28Bug 532952 - Requirements and their implementations shall be listedptessier1-0/+12
Change-Id: I013b27345b2d97950b998b74f64228eda2b2f299
2018-03-27Bug 532943: [Class Diagram] Right clicking a floating label on a classSebastien Gabel1-104/+2
diagram causes multiple CNF exceptions https://bugs.eclipse.org/bugs/show_bug.cgi?id=532943 Clean-up of the plugin.xml to complete the task addressed by commit related to Bug 500119 in which action classes have been removed. Change-Id: I3d8f134c7477f153107a237ae7653bbddb46af01 Signed-off-by: Sebastien Gabel <sebastien.gabel@ansys.com>
2018-03-27Bug 532071 - [SequenceDiagram] Creation and Deletion of an element on aYupanqui Munoz1-12/+18
Lifeline should not move necessarily the other elements Change-Id: I965d1d01b68b50aec8da23f16a3f1a0125ed7d11 Signed-off-by: Yupanqui Munoz <yupanqui.munozjulho@cea.fr>
2018-03-26Bug 532709 - Generated elementtypeset should have an xmi:idBenoit Maggi1-2/+1
- restore old version for applystereotype ids - add some Automatic-Module-Name for java9 compatibility Change-Id: Ie50c229fa52e0256c3e208ed84cd8cef82127a8e Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-03-23Bug 532758: [Sequence Diagram] The height of the life line whenNicolas FAUVERGUE1-5/+11
MessageCreate is added is not correct The new position and the height is correctly calculated. Change-Id: I3f785f84c8e2ed3f11d9ac8cb8e2114cc6af0e21 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-03-23Bug 532823: [AllDiagrams] Update all diagram reconciler to target 1.4.0 ↵Vincent Lorenzo15-48/+48
diagram version Change-Id: I2ca004d14a3367582095e3e517dabffbcd04fcdb Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-03-23Bug 532639: [Table][Matrix] System shall enable to specify the creation ↵Vincent Lorenzo108-147/+2072
location of relationships created using a matrix editor. Change-Id: I4ffde565f069e65c85c838bd14aebb4b809c61b7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-03-22Bug 532709 - Generated elementtypeset should have an xmi:idBenoit Maggi7-13/+20
- add xmi:id to generated elementypeset - add suffix applysterotype in identifier for applysterotype advice - add Apply Stereotype ... in description - set Java 8 as minimal version (required in reality since oxygen) - add Automatic-Module-Name in MANIFEST.MF (required for Java 9 compatibility) Change-Id: Ia7d610c9dcc0bfa7c0b8848fa587fb5e5bab7aca
2018-03-21Bug 525483 - [Toolsmiths] Profile changes management and model migrationPauline DEVILLE126-0/+10294
Change-Id: Id5b2081df69458ef48821f492929b107a1d2ef4f Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2018-03-21Bug 518452 - [Releng] [Photon] [Doc] Remove outdated Layers documentation to ↵Quentin Le Menez43-9180/+0
put it in the proper repository Change-Id: Id86ba9ef9c2818a90b5c718b8f06f32137874652 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-03-19Bug 528252 - [Properties] Language field does not refresh when switching ↵Ansgar Radermacher3-15/+26
between opaque expressions of different language - Refresh language editor - Assure that constraint checking OCL editor eligibility is not only applied to constraints but also to opaque expressions Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
2018-03-19Bug 532001: [Sequence Diagram] ClassifierToInteractionDropStrategy mayCamille Letavernier1-3/+3
throw NPE https://bugs.eclipse.org/bugs/show_bug.cgi?id=532001 Change-Id: I863a1c15c662bdd0d5fb47486b1133bcd272228b Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-03-19Bug 531520: [SequenceDiagram] Messages connected on ↵Vincent Lorenzo17-205/+2074
ActionExecutionSpecificationEditPart and BehaviorExecutionSpecificationEditPart must be connected to the LifelineEditPart - suppress the @deprecated on LifelineChildGraphicalNodeEditPolicy - the message creation is now delegated to the LifeLineEditPart - create a reconciler - change the calculus of the LifelineFigure#getPolygonPoints(), to integration the shape of the ExecutionSpecification - add a mediawiki describing the specification Change-Id: I0b6defef02519524c560d7b78fa06d5a25ab305b Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-03-12Bug 518452 - [Releng] [Photon] Amend the new Toolsmith releng processQuentin Le Menez52-18/+44
- Add a new buildafter script for the next toolsmiths release - Correct missed dev references - Wire the toolsmith plugins to the toolsmith build Change-Id: Ie4fc56fd9526ecd24597733b7ab5bc6a7a9b9d42 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-03-11[Releng] [Photon] Delete old Dev framework and add a new Toolsmiths oneQuentin Le Menez712-86/+51
- Delete the old Dev releng profile and replace it with a Toolsmith one - Add new features: Junit, Releng, Diagramgen and Debug to be released - Move the junit framework at the root of the junit test folder - Remove Toolsmiths from the main build as it will have its own - Repopulate the SDK feature and distribute the excess features in theit own root parent - Add a new views feature - Moved the assistants to the toolsmiths folder and put them in the toolsmiths build Change-Id: I1c0331b25607baaf1cfcc635d9c7b0d9c6d73e63 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-03-11Bug 531190 - [Releng] Remove generated tests framework and pluginsQuentin Le Menez37-1920/+3
- Remove the generated tests framework - Remove the associated dev plugins and nature to the tests plugins - Remove the xtend files for test generation - Remove the outdated all encompassing test suite - Rewire the dev menu plugin to plain old src instead of src/main/java - Move the junit framework plugins to the root of the junit test folder Change-Id: Id2c0c18762c7c917de93430d3ace2f48940c1297 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-03-11Bug 518452 - [releng] [photon] Delete the discovery site for PhotonQuentin Le Menez108-13677/+0
Change-Id: I085e7af41f1736566fca887fb0b013f4e4ff588d Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-03-09Bug 527181 - [Composite structure diagram] Initial port location on aAsma Smaoui12-23/+628
part is top-left corner - Add possibility to override the initial port poisition in ShowHidecontentsAction - Create a custom port position for the composite-structure diagram that locates the diagram for the defining type (if any) and copies port positions from there. Based on similar code in PapyrusRT - Add a new edit policy "CompositeSideAffixedNodesCreation". Change-Id: If3c62f78ea1f2373a610f78260d317174ca4ca12 Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
2018-03-09Bug 530073 - [UML - Tools] Method getDelegations() in utilsShuai Li1-0/+29
- Add getDelegations method which returns all delegations of a port instead of the first one. - Increment minor version number Change-Id: I7aaec4f73a80760940f965154c5d0f738383769b Signed-off-by: Shuai Li <shuai.li@cea.fr>

Back to the top