Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-07-21Merge "431618: [Model Validation View] Problems on deleted elements become ↵Camille Letavernier9-33/+932
zombies https://bugs.eclipse.org/bugs/show_bug.cgi?id=431618"
2014-07-21431618: [Model Validation View] Problems on deleted elements become zombiesChristian W. Damus9-33/+932
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431618 Add a destroy-elements advice that deletes markers attached to the object being deleted and recreates them on undo. Each marker provider implementation provides an undoable marker-deletion command optimized for its storage domain. Work around bugs in the edit infrastructure exposed by the new marker deletion advice: - ChangeDescriptions do not record sufficient information to correctly redo deletion of elements from subset lists that have changeable supersets (not derived unions) - visual element types specializing the GMF null element type discard the core editing command Change-Id: Icca5e0332320f7adabd781c71cf81fd06a3bcc34
2014-07-21437052: [CDO] Support resource modification tracking for non-CDOChristian W. Damus5-17/+70
resources https://bugs.eclipse.org/bugs/show_bug.cgi?id=437052 Restore the resource modification-tracking-based strategy in the ModelSet's save logic. IModel implementations delegate the question of whether a resource needs to be saved to the ModelSet via a new "shouldSave(Resource) : boolean" API. The ModelSet, in turn, delegates the question of whether a resource needs to be saved to its ProxyModificationTrackingAdapter, which latter is now specialized by the CDOAwareModelSet to take into account the save semantics of CDOResources. For a ModelSet that is not tracking resource modifications, and therefore does not have this adapter, it simply assumes that any resource that can be saved needs to be saved. Change-Id: Ia651b38f09d7dade435a8738b8a4a7f25e50af1b
2014-07-21436377: [Project explorer] Rename dialog is not properly sizedChristian W. Damus4-97/+100
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436377 Fix UI presentation issues in the refactoring analysis scope chooser dialog: * punctuation and grammar in the text * don't use a TitleAreaDialog without a window title, message text, and banner image * don't use forms UI (the refactoring wizard doesn't use forms) * add a cancel button to return to the refactoring wizard without advancing (default button is OK)
2014-07-21Bug 435511 - [OCL in Papyrus] OCL XText editor is broken in diagramsBenoit Maggi13-289/+325
This priority policy has been defined so that: - an external contribution is NOT the default editor with the classic configuration (LOW) - an external contribution can be set to default editor(use High or Highest) To achieve that: - the default priority is set to low - Papyrus editors priority is set to medium - Papyrus editors, defined to be the default ones, their priority is set at medium Change-Id: I70f72843ad8c97cd0ab430a378976d6f98cd80a2 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-07-21Exposed viewpoint API for counting views on objectsLaurent Wouters2-57/+58
This API will be required by Sophia Change-Id: Ia8f083b01453a28a46e1ef4c66cf1be7bcd18e0a Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-07-18438133: [All diagrams] Improvement of the selection tool - IncludeCéline Janssens1-1/+2
touched objects https://bugs.eclipse.org/bugs/show_bug.cgi?id=438133 438134: [All diagrams] "Lasso" selection tool https://bugs.eclipse.org/bugs/show_bug.cgi?id=438134 438135: [All diagrams] Include the affixed nodes in the "Lasso" selection tool https://bugs.eclipse.org/bugs/show_bug.cgi?id=438135 438136: [All diagrams] Include the floating labels in the "Lasso" selection tool https://bugs.eclipse.org/bugs/show_bug.cgi?id=438136 The new Marquee selection Tools are available in the Palette, next to the Standard selection tool (white arrow). 2 behaviors are available: - Marquee Selection including objects (All, nodes, connectors, labels) - Marquee Selection intersecting objects (All,nodes, connectors, labels) The previous selection has been modified as well for the UML diagram. This allows the standard multi-selection tool to catch floating labels and affixed child nodes as well. Change-Id: I7cb91530bba4e9c2dc732ef32341cc48ef697dc0 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=438133 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2014-07-18438133: [All diagrams] Improvement of the selection tool - IncludeCéline Janssens29-3/+1145
touched objects https://bugs.eclipse.org/bugs/show_bug.cgi?id=438133 438134: [All diagrams] "Lasso" selection tool https://bugs.eclipse.org/bugs/show_bug.cgi?id=438134 438135: [All diagrams] Include the affixed nodes in the "Lasso" selection tool https://bugs.eclipse.org/bugs/show_bug.cgi?id=438135 438136: [All diagrams] Include the floating labels in the "Lasso" selection tool https://bugs.eclipse.org/bugs/show_bug.cgi?id=438136 The new Marquee selection Tools are available in the Palette, next to the Standard selection tool (white arrow). 2 behaviors are available: - Marquee Selection including objects (All, nodes, connectors, labels) - Marquee Selection intersecting objects (All,nodes, connectors, labels) The previous selection has been modified as well for the UML diagram. This allows the standard multi-selection tool to catch floating labels and affixed child nodes as well. Change-Id: I499298c7988317401ed797d93d1c86f455cc1311 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2014-07-17Merge "Bug 431169 - [Activity Diagram] almost impossible to get ↵Remi Schnekenburger4-580/+644
callBehaviorAction nodes out of a structuredActivity - the callbehaviorActionToInteractionStrategy should be available only on interaction overview diagram"
2014-07-16Fix missing importRemi Schnekenburger1-0/+1
Change-Id: Iaf76d3594a2bb2e863d584ad1d5d944049b3a2f4 Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2014-07-16Merge "Bug 436385 - [Copy/paste] generates NPE when applied to a property of ↵Remi Schnekenburger2-1/+5
a SysML Block - patch the NPE - add a test case"
2014-07-16Merge "Bug 439094 - [BDD] Kepler BDD placed under A Block (as container) ↵Remi Schnekenburger3-459/+557
fails when opened in Luna version - allow to display BDD under a Block - set a migration : - the root element of the diagram becomes the heasrest package - the owner stays the same element"
2014-07-16Add a small test to avoid NPE.Remi Schnekenburger1-3/+6
Change-Id: Ie21fbafce96c1ecb335c7d488592e5c51ab0bcc9 Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2014-07-16436926: [Profile Diagram] Profile Import Metaclass not sortedGabriel Pascual1-68/+86
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436926 - Add method to sort MetaClasses list Change-Id: Ie9478a40f66328780ac74cf334fb26bb454d9de3 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
2014-07-15410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Fix an inconsistent indentation warning.
2014-07-15410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus1-97/+64
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Fix a bad merge and malformed encoding.
2014-07-15410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus14-506/+236
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Let all diagram plug-ins share a single static item-provider adapter factory for utility purposes, to reduce proliferation of item-provider adapters on model elements.
2014-07-11Bug 439094 - [BDD] Kepler BDD placed under A Block (as container) failsBenoit Maggi3-459/+557
when opened in Luna version - allow to display BDD under a Block - set a migration : - the root element of the diagram becomes the heasrest package - the owner stays the same element Change-Id: I04348c2fad6ba57dcf199ae23d70fc21ec829c5e Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-07-07439031: [Performances] The decoration service parses the decorationCamille Letavernier1-10/+26
extension point in each call to DecorationSpecificFunctions https://bugs.eclipse.org/bugs/show_bug.cgi?id=439031 - Cache the contributions to the extension point
2014-07-07Bug 430568 - [Model explorer] overlay icon written by EMF-FACET does notBenoit Maggi1-9/+0
display anymore - Remove the redirect from getImage(Object) to getImage(EObject) Change-Id: I1024896d7214c9e8fca5059fe58752b76eb48bac Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-07-07[425578] - Cannot create elements on Activity partitionsatischenko11-50/+269
Signed-off-by: atischenko <ticher777@gmail.com> Change-Id: I6b47969c6aba3711bfc40507885eeda7f326c454
2014-07-04438763 - [State machine diagram] editing state names in diagrams (via F2) ↵Ansgar Radermacher2-116/+123
has no effect
2014-07-04[Releng] Fix bundle metadataCamille Letavernier1-1/+1
2014-07-03[Releng] Fix buildsCamille Letavernier3-19/+8
2014-07-03436837: [Control Mode] The papyrus control mode shall be documentedCamille Letavernier2-2/+29
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436837 - Add about.html - Add the documentation plug-in to the documentation feature
2014-07-03436837: [Control Mode] The papyrus control mode shall be documentedjcadavid18-0/+153
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436837 Change-Id: I1b0326829ff765a0bf1e45c4ad7849c5dba740fb Signed-off-by: jcadavid <juan.cadavid@cea.fr>
2014-07-02399876: [Test] Improve Papyrus test coverageptessier1-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399876 Change-Id: I790dd954703795d8623ca492ed2bcb88ec5fd41c
2014-07-02282857: [Developer doc] Update documentation related to Papyrusptessier3-89/+19
development https://bugs.eclipse.org/bugs/show_bug.cgi?id=282857 Change-Id: Ic9391804d698b389bc80c8ade9d6cb3653614e3c
2014-07-02Merge branch 'master' of ↵ptessier8-1049/+44
ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2014-07-02435174: [Properties view] issue: Deletion of not annotated comments whenMickael ADAM1-28/+41
change comments list of a model Patch set 1: - Override getRequest method to add existing not annotated comments Change-Id: I531e411478dcfa615548b64bc4e6c856f9274c86 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=435174 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
2014-07-02437105: [Diagrams] Some diagram preference pages have not been removedCamille Letavernier7-1021/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437105 Change-Id: Ice27bb8ba8139772b86d89fdc8363d0797e00543
2014-07-02282857: [Developer doc] Update documentation related to Papyrusptessier1-7/+13
development https://bugs.eclipse.org/bugs/show_bug.cgi?id=282857 Change-Id: I492c05c72f98714d274d80e6245a34d9d6f1d54c
2014-06-30438560: [Moka] UML validation shall not be called on automaticallyBruno Marques1-37/+37
generated model parts https://bugs.eclipse.org/bugs/show_bug.cgi?id=438560 Replace all constraint mode from "Live" to "Batch". The consequence is that the UML validation will not be called during the saving phase of a generated activiy. Change-Id: I2a7018e9da360a7dd9fa9833dccaafa79792b518 Signed-off-by: Bruno Marques <bruno.marques@cea.fr>
2014-06-30435478: [Model Import] Opening activity diagram in imported model throwsCamille Letavernier1-11/+13
an exception https://bugs.eclipse.org/bugs/show_bug.cgi?id=435478
2014-06-30Merge branch 'master' of ↵ptessier43-59/+371
ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2014-06-30282857: [Developer doc] Update documentation related to Papyrusptessier3-3/+31
development https://bugs.eclipse.org/bugs/show_bug.cgi?id=282857 Change-Id: Ib4d98d7ef9c2296eb2e944798efa43695502ea39
2014-06-30358077: [Property View - UML] The UML property view should be improvedCamille Letavernier3-19/+13
for usability concerns https://bugs.eclipse.org/bugs/show_bug.cgi?id=358077 - Add Port#type for multi selection - Add Trigger#port for single selection - Fix the multiplicity of Trigger#port in the UML properties view definition
2014-06-25405393: [Moka] moka shall provide user documentationArnaud Cuccuru25-36/+128
https://bugs.eclipse.org/bugs/show_bug.cgi?id=405393 Change-Id: Ie494754ca699900b6335cbab8e48c32150450d65
2014-06-25[releng] Fixing the extras build on Tycho due to configuration errors in MokaLaurent Wouters1-1/+1
Change-Id: I528a3921b5846901250bcbc332eb2138a1933635 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-06-24Revert "28611 Add new event propertyChanged on IPageLifeCycleEventProvider."Cedric Dumoulin5-182/+0
This reverts commit 81b03b32a4693aa684dc1072ae6fcbafb9df740e.
2014-06-2428611 Add new event propertyChanged on IPageLifeCycleEventProvider.Cedric Dumoulin5-0/+182
Change-Id: Ifea658270cec569fb651a21785f8d38dd76ae77a Signed-off-by: Cedric Dumoulin <cedric.dumoulin@lifl.fr>
2014-06-24Bug 431169 - [Activity Diagram] almost impossible to getBenoit Maggi4-580/+644
callBehaviorAction nodes out of a structuredActivity - the callbehaviorActionToInteractionStrategy should be available only on interaction overview diagram Change-Id: I25a342f294896b3c0c312a10e82d998c835989b3 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-06-24Revert "28611 Add new event propertyChanged on IPageLifeCycleEventProvider."Cedric Dumoulin5-182/+0
This reverts commit 75017c4a1ddd4d2e6f5aa761db210a17d63545a6.
2014-06-2428611 Add new event propertyChanged on IPageLifeCycleEventProvider.Cedric Dumoulin5-0/+182
Change-Id: Ifea658270cec569fb651a21785f8d38dd76ae77a Signed-off-by: Cedric Dumoulin <cedric.dumoulin@lifl.fr>
2014-06-20437807: [Moka - Releng] Moka shall be integrated as an extra-plugin inCamille Letavernier1-2/+2
Papyrus https://bugs.eclipse.org/bugs/show_bug.cgi?id=437807 - Fix Bundle Metadata
2014-06-20437807: [Moka - Releng] Moka shall be integrated as an extra-plugin inCamille Letavernier2-7/+14
Papyrus https://bugs.eclipse.org/bugs/show_bug.cgi?id=437807 - Remove the Java 1.7 dependency
2014-06-20437103: [Properties View] ClassCastException in the GMF NotationCamille Letavernier1-30/+52
properties view https://bugs.eclipse.org/bugs/show_bug.cgi?id=437103 Change-Id: Ief57d8af0a722597ae45f72306b2bfefc7f4dba5
2014-06-20Bug 437350 - [Component Diagram] Can not add any element in a Component ↵Laurent Wouters1-3/+3
Diagram contained by a Component Fixed the bug that was due to old refactoring Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-06-20405393: [Moka] moka shall provide user documentationJeremie Tatibouet13-0/+195
https://bugs.eclipse.org/bugs/show_bug.cgi?id=405393 Change-Id: I67964c6fbeb43faaaadbbe42f7072138d52a19f3 Signed-off-by: Jeremie Tatibouet <jeremie.tatibouet@cea.fr>
2014-06-20399858: [Documentation] Papyrus shall have an embedded documentationPatrik Nandorf2-7/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399858 - Minor fixes for the Symbols documentation Signed-off-by: Patrik Nandorf <patrik.nandorf@ericsson.com>

Back to the top