Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-04-01Bug 490180 - [namingconvention] be sure the src directories respect theFrancois Le Fevre - CEA1-850/+0
convention under the diagram folder - just changing the target generation folder - renaming the folder manually F2 Change-Id: I413e8a79e771fe4e741fa8ee2da3f40d1525f07c Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
2016-03-22Bug 489116 - Unify diagram visualID of all diagrams in PapyrusMaged Elaasar1-809/+850
1. Changed the visual ids of the UML2 diagrams from numbers to meaningful names corresponding to notational cases. This was applied consistely across diagram such that similar cases get similar visual ids. Added diagram reconcilers for v1.2 to migrate older diagrams. 2. Amalgamated the UML2 diagram element types into a single model (umldi.elementtypesconfigurations). Some diagrams, like Sequence, Communication and Timing, still use extension-based configurations and will need to be migrated later. Change-Id: I7f47b25454dcd1ed81e8f3eeffc1a09a2584d316 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2016-03-11Bug 489446: [Component Diagram] impossible to create port on componentPatrick Tessier1-809/+809
https://bugs.eclipse.org/bugs/show_bug.cgi?id=489446 Change-Id: I194b089630e18edb20b0517da7c491a25837e7f3
2016-01-16Refactored the generated code to handle visualID as a String instead ofFlorian Noyrit1-838/+809
an int and refactoed the API to comply. Change-Id: Ie459e27d5c80dd18743aeac9e2d745b2f95a4fe0
2015-10-23Bug 478772 - There should be no @generated NOT codeatischenko1-1/+1
Add ability to override performDirectEdit(char initialCharacter) method Change-Id: Ifa238ed0f123224fd9337b040c6ae9c9d7df4c6b Signed-off-by: atischenko <tischenko@montages.com>
2015-10-23Bug 479627 - [All diagrams] Manage <Connector> Labels dialog should beashatilov1-8/+2
as well used for external node labels - Component diagram re-generation (similar to #58366) Change-Id: If2044f560bdb0b69996dd8aec655a08fa3902dd7 Signed-off-by: ashatilov <shatilov@montages.com>
2015-09-11Bug 463889 - [Component Diagram] Some links does not have stereotype orashatilov1-3/+6
name labels - rebased from I8cf4d202483298db9a2a706a2178ed8975cfbf1c Change-Id: Ia6ca690e06fbb258cf5cd50878bc04e055633f51 Signed-off-by: ashatilov <shatilov@montages.com>
2015-08-03Component Diagram regeneration.ashatilov1-41/+27
- formatter applied (Papyrus formatter) - general switch Java 6 -> 7 Change-Id: Ib999cec175f8a5ed37088e4a2fb6c988a0c3afe4 Signed-off-by: ashatilov <shatilov@montages.com>
2015-03-18Bug 461899 - [Element Types] Component diagram should be migrated to theashatilov1-2/+1
elementtypes framework - definedExternally="true" - deinstallation: CANONICAL_ROLE and SEMANTIC_ROLE - diagram regeneration - register elementTypeSetConfiguration - mark failing tests Change-Id: I4933abc0ade63469885bc5e8e1b5e4f6984c0b09 Signed-off-by: ashatilov <montages.as@gmail.com>
2014-12-02436787: [Diagram] Component diagram shapes shall be refactoredMickael ADAM1-7/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436787 -Fix TopLine issue for compartment of component (edit policy missing) -Fix issue with port locator when zooming Change-Id: Ifd3f3712217bdfbdb9c3463aab7411eaa14b0c5a Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2014-11-20436787: [Diagram] Component diagram shapes shall be refactoredMickael ADAM1-0/+861
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436787 Patch set 1: -Use of RoundedCompartmentEditPart for Component Interface DependencyNode(+fix for the creation) PortEditPart Patch Set 2: -Use of the specific locator for floating Label Patch Set 3: -Fix stereotype external label locator of port Change-Id: Icdb274fc58a74f0207506e7f9c4bbdf5c193f464 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>

    Back to the top