Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-03-27Merge branch 'committers/bma/431095'Vincent Lorenzo1-110/+113
2014-03-26410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus2-4/+73
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Don't create a ReadOnlyManager for the null editing domain.
2014-03-26410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus1-4/+16
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Fix leak of contents of UML models via the content provider used by the Model Explorer.
2014-03-26410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus1-10/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Fix leak of contents of CSS notation resource in the filtering palette provider for viewpoints.
2014-03-26410346: Sudden performance degradation e.g. of the Outline View update.Christian W. Damus5-23/+75
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Fix Activity diagram edit-parts leaking entire models indefinitely via preference-store listeners.
2014-03-26[Releng] Fix bundle metadata for Layers and ModelExplorerCamille Letavernier1-3/+3
2014-03-26[Releng] Fix bundle metadata for Layers, Papyrus Facet and othersCamille Letavernier6-9/+20
2014-03-26Synchronize with masterCamille Letavernier4-3/+79
2014-03-26431233: [All Diagrams] duplicate diagram no more available - noCamille Letavernier2-26/+34
workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=431233
2014-03-26431272: [Model explorer] SysML custom for model explorer is not usefulptessier4-3/+79
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431272
2014-03-26Synchronize with masterCamille Letavernier42-154/+581
2014-03-26431139: [Diagram Creation] Issues with the Viewpoint-based DiagramCamille Letavernier1-27/+25
Creation commands https://bugs.eclipse.org/bugs/show_bug.cgi?id=431139 - Remove a call to a method which has been deleted
2014-03-26392301: Colors are leakedChristian W. Damus9-25/+132
https://bugs.eclipse.org/bugs/show_bug.cgi?id=392301 Fix leaks of images in the Papyrus multi-editor tabs.
2014-03-26392301: Colors are leakedChristian W. Damus16-40/+292
https://bugs.eclipse.org/bugs/show_bug.cgi?id=392301 Fix image leaks in title images of nested diagram editors.
2014-03-26392301: Colors are leakedChristian W. Damus17-89/+157
https://bugs.eclipse.org/bugs/show_bug.cgi?id=392301 Fix leaked SWT colours by caching frequently-used colours (especially for gradients) in GMF's ColorRegistry, which in GMF also is used for gradient painting.
2014-03-26431258: Cannot apply/remove stereotype on e.g a package when selected inCamille Letavernier1-18/+26
Model Explorer https://bugs.eclipse.org/bugs/show_bug.cgi?id=431258 - Fix regression introduced by cca98b0 (Bug 393532)
2014-03-26Implemented the auto-creation of diagram root elements according to the ↵Laurent Wouters7-173/+263
owning rules https://bugs.eclipse.org/bugs/show_bug.cgi?id=431139 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-26Changed viewpoint model to enable the auto-instantiation of model elementsLaurent Wouters26-701/+686
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431139 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-26#431145: [Requirement Diagram] Test failuresLaurent Wouters1-2/+1
Fixed incorrect viewpoint configuration for the requirement diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=431145 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-26Synchronize with masterCamille Letavernier12-121/+435
2014-03-26430702: [Diagram] Moving source of a link moves the target too.Vincent Lorenzo4-95/+248
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430702 Fix anchors after DnD from ModelExplorer + improve code
2014-03-26429439: [Class diagram] Link Contaiment graphical representationMickael ADAM3-4/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429439 -Replace default implementation of NodePlate by Ellipse -Use Ellipse form implementation from common found in component Signed-off-by: Mickael ADAM <Mickael.ADAM@ALL4TEC.net>
2014-03-26430540: [Sash editor] Problem of refresh when close or open diagramCamille Letavernier1-62/+53
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430540
2014-03-26Bug 431031 - [Constraint] An "Edit Label" dialog shows up on some diagrams ↵Ansgar Radermacher4-9/+148
for no good reason
2014-03-26Bug 431011 - [Class Diagram] Model element has no borders on linuxAnsgar Radermacher3-17/+37
2014-03-26431215: [Commands] AbstractGraphicalCommandHandler should be visible atrschnekenbu1-0/+2
runtime https://bugs.eclipse.org/bugs/show_bug.cgi?id=431215
2014-03-25384169: [infra.emf][memory leak] DefaultOperationHistory still contains ↵Christian W. Damus2-0/+16
Papyrus commands after editor is closed https://bugs.eclipse.org/bugs/show_bug.cgi?id=384169 Ensure that undo contexts are disposed so that operations are flushed from the history.
2014-03-25410909: [Performances - All diagrams] UMLDiagramUpdater uses too many ↵Christian W. Damus13-13298/+11787
CrossReferencers https://bugs.eclipse.org/bugs/show_bug.cgi?id=410909 Update generated diagrams from new DiagramUpdater template.
2014-03-25410909: [Performances - All diagrams] UMLDiagramUpdater uses too many ↵Christian W. Damus13-1744/+0
CrossReferencers https://bugs.eclipse.org/bugs/show_bug.cgi?id=410909 Delete git-ignored generated sources from the index.
2014-03-25410909: [Performances - All diagrams] UMLDiagramUpdater uses too many ↵Christian W. Damus1-4/+74
CrossReferencers https://bugs.eclipse.org/bugs/show_bug.cgi?id=426732 Override the DiagramUpdater template to use GMF Runtime's CrossReferenceAdapter instead of sweeping the resource set for on-demand cross-references.
2014-03-25410909: [Performances - All diagrams] UMLDiagramUpdater uses too many ↵Christian W. Damus6-17/+56
CrossReferencers https://bugs.eclipse.org/bugs/show_bug.cgi?id=426732 Replace on-demand cross-referencer sweeps with the cross-reference adapter that is known already to be attached in a UML/GMF context.
2014-03-25431139: [Diagram Creation] Issues with the Viewpoint-based DiagramCamille Letavernier1-64/+93
Creation commands https://bugs.eclipse.org/bugs/show_bug.cgi?id=431139 - Minor improvements to the tests to help identifying the issues: let JUnit catch/report the exceptions, instead of logging them - Fix the access to the ServicesRegistry in the CreateDiagramCommandHandler
2014-03-25421411: [Diagram] Navigating a hyperlink marks the model as dirty.Christian W. Damus3-28/+116
https://bugs.eclipse.org/bugs/show_bug.cgi?id=421411 Ensure that the operation history knows that hyperlink navigation commands are non-dirtying.
2014-03-25Bug 431095 - Fix NullPointerExceptionBenoit Maggi1-110/+113
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-03-25427025: [OCL For Papyrus] Cannot create OCL constraints in LunaCamille Letavernier1-6/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=427025 - Fix the SysML BDD Tests to account for the new D&D feature (Namespace on Constraint sets the Constraint's context)
2014-03-25Merge branch 'master' of ↵ptessier24-650/+1744
ssh://ptessier@git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git
2014-03-25386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2ptessier7-782/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
2014-03-25Merge branch 'master' of ↵Camille Letavernier14-230/+652
ssh://cletavernie@git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git
2014-03-25Integrate contribution from G. PascualCamille Letavernier5-84/+630
Conflicts: plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/META-INF/MANIFEST.MF
2014-03-25413703: [Model Explorer] Cannot create a LiteralInteger in a PropertyChristian W. Damus2-0/+59
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413703 What's good for properties applies equally to operation parameters.
2014-03-25431109: [Model Explorer] New Child context menu presents invalid optionsChristian W. Damus2-96/+237
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431109 Ensure that "New Child" menu actions only appear for commands that are expected to succeed.
2014-03-25395446: [Profile] Bug in UnapplyAllStereotypesCommand causingAlain Le Guennec2-2/+12
stereotypes to be reapplied in the wrong order on undo. https://bugs.eclipse.org/bugs/show_bug.cgi?id=395446 - Apply patch from A. Le Guennec
2014-03-25#430703: [Model Explorer] NPE throw when an invalid diagram is added to the ↵Laurent Wouters6-21/+44
model Solved remaining issues with the new model wizard https://bugs.eclipse.org/bugs/show_bug.cgi?id=430703 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-25#430703: [Model Explorer] NPE throw when an invalid diagram is added to the ↵Laurent Wouters1-0/+3
model Reduced the possible view creation on an element to views that can both be owned and have the element as root https://bugs.eclipse.org/bugs/show_bug.cgi?id=430703 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-25#430703: [Model Explorer] NPE throw when an invalid diagram is added to the ↵Laurent Wouters1-2/+8
model Fixed NPE on Linux with more checks https://bugs.eclipse.org/bugs/show_bug.cgi?id=430703 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-25#399860: [Customization] Papyrus shall enable to customize the creation ↵Laurent Wouters1-109/+292
policy of views Added a generic view category https://bugs.eclipse.org/bugs/show_bug.cgi?id=399860 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-25430702: [Diagram] Moving source of a link moves the target too.Vincent Lorenzo2-4/+11
2014-03-25Integrate contribution from G. PascualCamille Letavernier3-260/+277
Conflicts: plugins/uml/properties/org.eclipse.papyrus.uml.properties/src/org/eclipse/papyrus/uml/properties/profile/ui/compositesformodel/AppliedStereotypeCompositeOnModel.java
2014-03-25Integrate contribution from G. PascualCamille Letavernier2-83/+182
2014-03-25431039: [Usability] I should not be able to create a sub model fragmentCamille Letavernier1-12/+6
in contexts where it makes no sense https://bugs.eclipse.org/bugs/show_bug.cgi?id=431039

Back to the top