Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-21Overriding method Reference.copy in CS_Reference.Bruno Marques1-0/+10
Now, it creates copy of a CS_Reference Change-Id: I42e0580da82ed12892e810795f635e81a340f48b Signed-off-by: Bruno Marques <bruno.marques@cea.fr>
2014-07-21439360: [Moka] AsyncObjectActivation from oepm.async.fuml makes theArnaud Cuccuru1-1/+3
hypothesis that event accepters will always be AcceptEventActionEventAccepters https://bugs.eclipse.org/bugs/show_bug.cgi?id=439360 Added a test before casting Change-Id: I728aa763f69fd44559ae7ee7abc1a82ad9e5a22e
2014-07-21439321: [Moka] The factory generator of oepm.composite.utils is invalidArnaud Cuccuru1-6/+17
in the case of an Active class https://bugs.eclipse.org/bugs/show_bug.cgi?id=439321 Change-Id: I17296ed0a88a653cfd96bb0214a22f00b3c68897
2014-07-21438072: [Moka] The "launch configuration" definition popup shall notArnaud Cuccuru1-95/+95
talk about "fUML project" https://bugs.eclipse.org/bugs/show_bug.cgi?id=438072 Label "fUML project" replaced by "UML Model" Change-Id: I5265cc4de4f428c7d23d14c1473637e596043f21
2014-07-21439203: [Moka] oepm.ui.presentation.AnimationUtils.getDiagrams may causeArnaud Cuccuru1-1/+1
null pointer exceptions https://bugs.eclipse.org/bugs/show_bug.cgi?id=439203 Adding a check if the semantic element retrieved from a view is null Change-Id: I5fee25b47bc6b3badfd609a51443d9fe26e3d2c5
2014-07-21[Releng] Fix bundle dependency versionCamille Letavernier1-5/+1
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-18Merge "438133: [All diagrams] Improvement of the selection tool - Include"vincent lorenzo29-3/+1145
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-17438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus1-120/+35
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Add QVTo SDK to the developer tools for the Customization component. Move Subversive targlet content to the specific component that needs it and include a connector from Polarion to ensure that the Connector Discovery dialog doesn't appear at run-time, especially in JUnit launch configurations where it blocks test execution.
2014-07-17438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus1-1/+34
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Add developer tools to the IDE's P2 Director for code quality (FindBugs, CheckStyle, EclEmma) that the Papyrus dev team uses. Add SWT Tools (Sleak) to the PDE target for SWT troubleshooting tasks.
2014-07-17Merge "Bug 431169 - [Activity Diagram] almost impossible to get ↵Remi Schnekenburger5-581/+645
callBehaviorAction nodes out of a structuredActivity - the callbehaviorActionToInteractionStrategy should be available only on interaction overview diagram"
2014-07-16438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus1-58/+336
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Further refinements to the model from dog-fooding: - break out UML ALF and UML Text Editors into separate sub-projects - fix some too-inclusive working set filters - eliminate duplicate IDs in project import tasks
2014-07-16439725: [CDO] JobWaiter time-out on wait for a job family is unreliableChristian W. Damus1-15/+64
on some platforms https://bugs.eclipse.org/bugs/show_bug.cgi?id=439725 Refactor the specific job wait-listener to support also waiting for job families. Incidentally fixes a problem of job listeners never being removed from the job manager and waits for specific jobs finishing when any job at all completes.
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 Schnekenburger4-3/+85
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-15438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus1-15/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Add Xtend SDK to the p2 configuration for the Developer sub-project. Ensure that all sub-projects import the org.eclipse.papyrus.junit.utils plug-in required by test plug-ins.
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-15Merge branch 'master' of ↵ptessier7-329/+2962
ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2014-07-15399876: [Test] Improve Papyrus test coverageptessier15-319/+327
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399876 Change-Id: I23ef40b899ef8b0730ffeb992077674ff0cb4245
2014-07-13437217: Restore normal control-mode strategy for testsChristian W. Damus6-30/+118
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437217 Ensure that tests that operate on control mode strategies restore the strategy that was in effect before they run (usually the default, load-everything strategy) when they finish, to avoid interfering with the loading of resources in subsequent tests in the suite execution. The tests for in-place re-loading of editors (bug 437217) were failing because resources from library dependencies weren't being loaded and therefore weren't triggering re-load when changes were saved by other editors.
2014-07-13438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus1-260/+2808
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Remove machine-specific JRE/VM preferences. Use dependencies' own p2 repositories for targlets instead of the Luna aggregated repo, per recommended practice.
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-10438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus1-39/+36
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Further tweaks from peer reviews.
2014-07-10399876: [Test] Improve Papyrus test coverageptessier6-0/+726
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399876 Change-Id: I722156ae188deff283bae6d88fbefaf345d0cee7
2014-07-10Merge "Generated tests for creation of elements from palette for class diagram"Patrick Tessier19-0/+50814
2014-07-10399876: [Test] Improve Papyrus test coverageptessier7-4/+520
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399876 # WARNING: head commit changed in the meantime Merge branch 'master' of ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus Change-Id: Iff86a095d5abd847a1f845e3b3b2b8ea90e01c96
2014-07-09Generated tests for creation of elements from palette for class diagramjcadavid19-0/+50814
Change-Id: Ifa9742ad27d30f7dadf3521fcd65e69a4724ca9d Signed-off-by: jcadavid <juan.cadavid@cea.fr>
2014-07-09Merge branch 'master' of ↵ptessier17-185/+3533
ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2014-07-08438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus18-1505/+1184
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Refine the Oomph based on developer feed-back: simplifying the stream structure, p2 repository dependencies, and breaking down the Main component into further sub-projects.
2014-07-08399876: [Test] Improve Papyrus test coverageptessier3-11/+374
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399876 Merge branch 'master' of ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus Change-Id: I016dba794d7447a3f4f3df2983332fd9d68968e3
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-06438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus12-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Fix the patch update site layout.
2014-07-06438981: [Oomph] Define an Oomph model for PapyrusChristian W. Damus19-0/+3436
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438981 Define an initial Oomph model for Papyrus: main components, extra components, and developer tooling. Includes a binary build of a patch feature for Oomph to fix bug 438975.
2014-07-04438763 - [State machine diagram] editing state names in diagrams (via F2) ↵Ansgar Radermacher2-116/+123
has no effect
2014-07-04Merge branch 'master' of ↵ptessier59-1244/+3422
ssh://ptessier@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2014-07-04399876: [Test] Improve Papyrus test coverageptessier3-41/+57
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399876 Change-Id: I004d07cb3ecb85cc5afa482e6daba77dfbc6e794
2014-07-04[Releng] Fix bundle metadataCamille Letavernier1-1/+1
2014-07-03Merge "[releng] Cleaning-up release engineering toolkit scripts * Refactored ↵vincent lorenzo6-577/+766
for Python idiomatic syntaxes * Added Python inline documentation"
2014-07-03[releng] Updated dependencies URL in Tycho configurationLaurent Wouters4-28/+28
Change-Id: Ic666de6146606b6f2bf4f48c4c9da8a4214ffa61 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-07-03[Releng] Fix buildsCamille Letavernier5-20/+10
2014-07-03436837: [Control Mode] The papyrus control mode shall be documentedCamille Letavernier4-9/+43
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436837 - Add about.html - Add the documentation plug-in to the documentation feature

Back to the top