Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-21Bug 446865 - lowerValue and upperValue cardinality values not accessibleskovalsky1-0/+30
through UI - ValueSpecification as part of the multiplicity output format - MultiplicityElementUtil test case - ValueSpecificationUtil test case Change-Id: If24ad8553aa50646e7b027138da26c02adc6ee5c Signed-off-by: skovalsky <kovalsky@montages.com> Reviewed-on: https://git.eclipse.org/r/45583 Reviewed-by: Michael Golubev <golubev@montages.com> Tested-by: Hudson CI Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2014-09-11443799: [Code Quality] Cleanup code according to FindBugs resultsCamille Letavernier1-4/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=443799 - Clean up uml.diagram.common
2014-08-25[Code style] Apply clean-up profile to Papyrus Main plug-insCamille Letavernier2-15/+15
2014-08-25442376: [SysML BDD] Associations between blocks not workingCamille Letavernier1-0/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=442376 - Fix IndexOutOfBoundsExceptions when associations have less than 2 member ends
2014-08-21[Code style] Apply clean-up and formatter on Main plug-insCamille Letavernier6-179/+187
2014-06-04Bug 436385 - [Copy/paste] generates NPE when applied to a property of aBenoit Maggi1-1/+4
SysML Block - patch the NPE - add a test case Change-Id: I3810f22fd89d0f7ac3d7fa2e8d15d4194645a911 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-05-20Bug 435197 - [Model Explorer] Copy/paste generates NPE on SysML::BlocksBenoit Maggi1-2/+4
- patch the NullPointer in PartPasteStrategy - migrate sysml.modelexplorer.test from fragment to plugin in order to use the new AbstractEditorTest of junit.utils - add test for non regression Change-Id: I73e824848f39ac09475c9e95932822fed2136fd4 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-05-15Bug 405565 -[Papyrus Model Explorer] Papyrus Model Explorer shall enableBenoit Maggi1-2/+3
copy/past with views. - Refactor paste strategies to have an AbstractPasteStrategy - Add DiagramPasteStrategy for copy/paste in Model explorer Change-Id: I9286daf8b68d2555cd98d966ee2e215b47f52bb5 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-04-08Patch sysml.modelexplorer.tests for copy-pasteBenoit Maggi1-0/+347
Change-Id: I4dc10a381a32b3c385c1d2b6ec1c1a2329682cf0 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-03-07Merge branch 'master' into bugs/386118-emf-facetptessier1-18/+23
Conflicts: plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/messages/Messages.java plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/META-INF/MANIFEST.MF plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/messages/Messages.java plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.blockdefinition/src/org/eclipse/papyrus/sysml/diagram/blockdefinition/ui/CreateUmlElementDialog.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/custom-src/org/eclipse/papyrus/uml/diagram/composite/custom/edit/policies/BehaviorPortEditPolicy.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/custom-src/org/eclipse/papyrus/uml/diagram/composite/custom/edit/policies/BehaviorSymbolEditPolicy.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/custom-src/org/eclipse/papyrus/uml/diagram/composite/custom/ui/InterfaceManagerDialog.java plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit/META-INF/MANIFEST.MF plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/config/UMLFeatureCellEditorConfig.java plugins/uml/tools/org.eclipse.papyrus.uml.tools/META-INF/MANIFEST.MF plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/handler/AbstractCommandHandler.java
2014-03-07Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier3-3/+29
0.2 add comment and custom have been maigrated
2014-02-25366029: [Model Explorer] It is impossible to see the additionnalCamille Letavernier1-18/+23
resources https://bugs.eclipse.org/bugs/show_bug.cgi?id=366029 - Fix profile Property Testers to avoid loading profiles in the current model - Deprecate DiModel (Redundant with SashModel) - Display external resources (libraries) in the ModelExplorer (And other tree-based views)
2013-11-04420506: [IBD] Restore Connector Link ignore the nestedPath andvlorenzo1-4/+52
partWithPort https://bugs.eclipse.org/bugs/show_bug.cgi?id=420506
2013-10-15419357: [Diagram][Palette] Diagram must provide a way to restorevlorenzo1-0/+130
existing links https://bugs.eclipse.org/bugs/show_bug.cgi?id=419357
2013-10-04Applied Patch for R. Chevrel for Patrick Tessier1-6/+1
Bug 413991 - [SysML Parametric Diagram] Pb with Show hide contents menu - Bug 413992 - [SysML Parametric Diagram] Drag&Drop problem - Bug 413996 - [SysML Parametric Diagram] Pb with Graphical representation of constraint property - Bug 413999 - [SysML Parametric Diagram] Problem with reference properties displayed as parameters - Bug 414005 - [SysML Parametric diagram]Pb with creating a constraint property from Palette - Bug 414013 - [SysML Parametric Diagram] Automatically stereotyping constraint properties - Problem 2 of Bug 415663 - [Parametric Diagrams] Problem with constraints Conflicts: plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/custom-src/org/eclipse/papyrus/uml/diagram/clazz/custom/command/CustomContextLinkCreateCommand.java
2013-08-19Applied patch from r. chevrelrschnekenbu1-0/+54
2013-07-29Apply patch from bug 297816: [SysML Parametric Diagram] Papyrus shallrschnekenbu3-518/+518
provide a parametric diagram editor. https://bugs.eclipse.org/bugs/show_bug.cgi?id=297816
2012-11-23391945: [Refactoring] Part 2: Refactoring on Kepler (0.10)cletavernie1-32/+34
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391945
2012-10-15391945: [Refactoring] Part 2: Refactoring on Kepler (0.10)cletavernie2-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391945
2012-09-17380517: [Papyrus] We should use explicit plug-in dependencies whenever possiblecletavernie1-7/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380517 + removed some unused dependencies and imports
2012-07-27386144: [SysML Requirement Diagram] It is not possible to create a diagram ↵rschnekenbu1-1/+45
when only the requirement diagram is active https://bugs.eclipse.org/bugs/show_bug.cgi?id=386144 Added 2 property testers: one for Block and one for Requirements.
2012-05-22NEW - bug 380300: [Testers] NPE because active page/editor can be null ↵mvelten1-5/+4
during shutdown https://bugs.eclipse.org/bugs/show_bug.cgi?id=380300
2012-02-21RESOLVED - bug 369505: [Refactor] Update to UML2.4 - Use ↵ytanguy1-12/+19
getStereotypeApplication from UML plug-in https://bugs.eclipse.org/bugs/show_bug.cgi?id=369505
2012-01-25NEW - bug 369500: [SysML] Update to UML2.4 - Fix models and generators ytanguy1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369500
2012-01-24NEW - bug 369499: [SysML] Update to UML2.4 (4.0.x) ytanguy1-14/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369499
2012-01-24NEW - bug 369505: [Refactor] Update to UML2.4 - Use getStereotypeApplication ↵ytanguy1-3/+4
from UML plug-in https://bugs.eclipse.org/bugs/show_bug.cgi?id=369505
2011-12-21359794: [UML - Tools] Content/Label providerscletavernie1-3/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359794 367066: [Refactoring] There should be a central generic plug-in for pure EMF-based tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=367066 351802: [Constraints] The Property View constraints model should be more generic https://bugs.eclipse.org/bugs/show_bug.cgi?id=351802
2011-12-16ASSIGNED - bug 363279: [SysML Block Definition Diagram] Element icon of ↵cletavernie1-5/+10
flowport in flowports compartment does not reflect flowport direction https://bugs.eclipse.org/bugs/show_bug.cgi?id=363279 => Adding a common label provider based on elements instead of EClasses of element. Thus, information about direction for example is available. =>> The label provider was created in the activator, which can lead to problem with service registry/active editor scheme. Now, it is created on demand. Merged to the trunk
2011-12-14RESOLVED - bug 363279: [SysML Block Definition Diagram] Element icon of ↵ytanguy1-0/+19
flowport in flowports compartment does not reflect flowport direction https://bugs.eclipse.org/bugs/show_bug.cgi?id=363279
2011-11-10362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵cletavernie3-9/+9
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2011-11-07362162: [Architecture - Refactoring] The plug-ins should be renamed to match ↵vlorenzo1-1/+1
their layer's qualified name https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
2011-10-25359057: [Architecture - SVN - Build] The Papyrus architecture should be ↵cletavernie3-0/+441
refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=359057

    Back to the top