Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-04-28[Repository] Add target/ to the global .gitignoreCamille Letavernier1-0/+1
2014-04-27Bug 433584 - [EAST-ADL] Switch to new EAST-ADL version 2.1.12Ansgar Radermacher1031-96423/+143299
2014-04-25433310: The Repair Stereotypes functionality should improve the 'Apply ↵Christian W. Damus20-42/+707
Profile' dialog https://bugs.eclipse.org/bugs/show_bug.cgi?id=433310 Improve resolution and presentation of progress metering in the repair actions and present a progress-monitor appears in the dialog (the busyCursorWhile API doesn't show one because the Stereotype Repair dialog is modal). Includes a new test plug-in for the oep.infra.tools plug-in, which has a new UIUtil class that is JUnit-tested.
2014-04-25433310: The Repair Stereotypes functionality should improve the 'Apply ↵Christian W. Damus6-9/+84
Profile' dialog https://bugs.eclipse.org/bugs/show_bug.cgi?id=433310 Indicate in the Migrate Profile action what the target profile version is, if already known. Add tool-tips to the column headings in the Stereotype Repair dialog.
2014-04-25433310: The Repair Stereotypes functionality should improve the 'Apply ↵Christian W. Damus9-66/+94
Profile' dialog https://bugs.eclipse.org/bugs/show_bug.cgi?id=433310 Indicate in the Apply Profile dialog which EPackage is being replaced by the profile's current definition. This includes refactoring the custom label for unknown-schema packages as an extension of the Label Provider Service.
2014-04-25Merge branch 'master' of ssh://git.eclipse.org:29418/papyrus/org.eclipse.papyrusVincent Lorenzo3-2/+7
2014-04-25421212: [Diagram] Papyrus should provide actions for Show/Hide related links ↵Vincent Lorenzo631-187735/+188609
in all diagrams Define custom DiagramUpdater for class diagram and regenerate it. In src/ most changes are formating, excepted for DiagramUpdater and canonical edit policies
2014-04-25[Trivial] Export packages to be available in testsCamille Letavernier3-2/+7
2014-04-25433286: [Diagrams] Templates and gmfgenextension must be modified to allow ↵Vincent Lorenzo1-30/+172
to override the generated class UMLDiagramUpdater modify the template for DiagramUpdater
2014-04-24433320: NPE in TransactionImpl.commit when closing diagramChristian W. Damus3-10/+34
https://bugs.eclipse.org/bugs/show_bug.cgi?id=433320 Guard against attempts to create a command to compute enablement in action handlers when the transactional editing domain has been disposed.
2014-04-24[Trivial] Export package to be available in testsCamille Letavernier1-0/+1
2014-04-24422257: [Performances] Memory leaksChristian W. Damus2-24/+19
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422257 Attempting a more robust forcing of soft reference clearing (the tests weren't as consistent on Mac as I had thought, either).
2014-04-24Provide better Node, Device and ExecutionEnv perspective figure. Florian Noyrit4-179/+356
2014-04-24422257: [Performances] Memory leaksChristian W. Damus1-0/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422257 Oh, for pity's sake. The next test, then, fails on Linux.
2014-04-24[Releng] Fix metadataCamille Letavernier10-36/+59
2014-04-24[Releng] Fix metadataCamille Letavernier14-212/+287
2014-04-24431255: Need to update the SUA (Software User Agreement)Camille Letavernier84-9072/+8988
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431255
2014-04-24431255: Need to update the SUA (Software User Agreement)Camille Letavernier68-2447/+2380
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431255
2014-04-24430023: [Papyrus Tests] Papyrus shall propose different levels ofCamille Letavernier99-1870/+1502
testing, to allow test-driven development https://bugs.eclipse.org/bugs/show_bug.cgi?id=430023 - Let most test classes extend AbstractPapyrusTest, to support the conditional test framework
2014-04-24422257: [Performances] Memory leaksChristian W. Damus1-0/+15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422257 Skip the (at least intermittently) failing property-sheet leak test on the Linux build server.
2014-04-23422257: [Performances] Memory leaksChristian W. Damus5-9/+242
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422257 Add memory leak JUnit tests for basic model editor open/close scenario.
2014-04-23422257: [Performances] Memory leaksChristian W. Damus3-38/+303
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422257 Add a JUnit rule for memory leak assertions.
2014-04-23Minor corrections that remove missdefined editHelperAdvices from gmfgenFlorian Noyrit2-15/+10
in Deployment Diagram
2014-04-23409368: [Tests] Hudson test failuresCamille Letavernier4-6/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409368 - Fix the regressions
2014-04-23Merge "Bug 430350 - [SysML block diagram] java.lang.NullPointerException ↵Camille Letavernier14-2214/+2217
when adding value property"
2014-04-23Merge "Bug 433274 - [Model explorer] Duplicate diagram link Same problem ↵Camille Letavernier2-52/+51
with table. Use == instead of equals to validate the owner of a table in the model explorer"
2014-04-23Bug 430350 - [SysML block diagram] java.lang.NullPointerException whenBenoit Maggi14-2214/+2217
adding value property Conflicts: plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/ServiceUtilsForResource.java plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/ServiceUtilsForResourceSet.java Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Change-Id: I05a230cfe474cd0395df82d7846fa81a22b4035f
2014-04-23409368: [Tests] Hudson test failuresCamille Letavernier5-463/+460
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409368 - Annotate the remaining test failure, which works on Windows
2014-04-23Merge branch 'master' of ↵Florian Noyrit10-109/+238
ssh://fnoyrit@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2014-04-23Bug 433274 - [Model explorer] Duplicate diagram linkBenoit Maggi2-52/+51
Same problem with table. Use == instead of equals to validate the owner of a table in the model explorer Change-Id: I8d65db26189a73d4fec6ef0f9998fe9763497bec Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-04-23Regenerated Deployment DiagramFlorian Noyrit262-83195/+65964
2014-04-23Bug 433274 - [Model explorer] Duplicate diagram linkBenoit Maggi1-1/+3
Use == instead of equals to validate the owner of a diagram in the model explorer Change-Id: Ie7839c27bcd3cb7a869d5bf9947ceaa17dd71ec5 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-04-23431694: [All diagrams] Problem with Surfboard display after Delete ->Camille Letavernier1-9/+17
Undo https://bugs.eclipse.org/bugs/show_bug.cgi?id=431694 - Fix the QualifiedNameDisplayEditPolicy to avoid querying a disposed view
2014-04-23Synchronize with masterCamille Letavernier1-6/+2
2014-04-23431694: [All diagrams] Problem with Surfboard display after Delete ->Camille Letavernier4-38/+71
Undo https://bugs.eclipse.org/bugs/show_bug.cgi?id=431694 - Improve the CSS Engine robustness against orphaned views - Activate the tests
2014-04-23Findbugs - extended typesrschnekenbu1-6/+2
2 methods could never return the right result due to wrong list containment check Change-Id: I45e1f29ef62f0443192c25517cb8ec77716dd943 Signed-off-by: rschnekenbu <remi.schnekenburger@cea.fr>
2014-04-23Merge branch 'master' of ↵rschnekenbu97-924/+5247
ssh://rschnekenbu@git.eclipse.org:29418/papyrus/org.eclipse.papyrus
2014-04-23431694: [All diagrams] Problem with Surfboard display after Delete ->rschnekenbu4-73/+163
Undo https://bugs.eclipse.org/bugs/show_bug.cgi?id=431694 - add 2nd regression test for bug 431694 before fixing bug Change-Id: Ic0a07c366a5048d646b2f011aa8533f3be2d0599 Signed-off-by: rschnekenbu <remi.schnekenburger@cea.fr>
2014-04-23Merge branch 'master' of ssh://git.eclipse.org:29418/papyrus/org.eclipse.papyrusVincent Lorenzo9-177/+196
2014-04-23433286: [Diagrams] Templates and gmfgenextension must be modified to allow ↵Vincent Lorenzo10-3/+390
to override the generated class UMLDiagramUpdater https://bugs.eclipse.org/bugs/show_bug.cgi?id=433286 Modify GMFGen extension
2014-04-23Merge "Bug 433081 - [Sequence diagram] CastException while working on Guard"Camille Letavernier1-57/+59
2014-04-23Synchronize with masterCamille Letavernier3-115/+185
2014-04-23432850: [ModelExplorer / Tree Providers] Improve the EMF Facet 2Camille Letavernier3-66/+65
integration https://bugs.eclipse.org/bugs/show_bug.cgi?id=432850 - Fix errors in the Properties View editor
2014-04-23433086: [Documentation] The Properties View Customization framework mustCamille Letavernier3-0/+21
be documented https://bugs.eclipse.org/bugs/show_bug.cgi?id=433086 - Include the documentation to the build Change-Id: I8ad54dfd3570770619ccc6de91a2f1f18ccc68d7 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2014-04-23Merge "Bug 433274 - [Model explorer] Duplicate diagram link Use == instead ↵Camille Letavernier2-54/+51
of equals to validate the owner of a diagram in the model explorer Change-Id: If284b7e9765e16587ccb0e64a418acfb84ffa618 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>"
2014-04-23Update diagram templates to use Papyrus LoggerVincent Lorenzo1-61/+134
2014-04-23Bug 433274 - [Model explorer] Duplicate diagram linkBenoit Maggi2-54/+51
Use == instead of equals to validate the owner of a diagram in the model explorer Change-Id: If284b7e9765e16587ccb0e64a418acfb84ffa618 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-04-22[Tests - trivial] Add incubation tag to new test bundle nameChristian W. Damus1-1/+1
2014-04-22408491: [Profile] Papyrus shall enable to easily switch between local and ↵Christian W. Damus11-39/+534
registered profiles. https://bugs.eclipse.org/bugs/show_bug.cgi?id=408491 Hook stereotype-application repair as a precondition of profile switch. This employs a new extension point that can be used to register additional pre-condition checks not yet identified.
2014-04-22Merge branch 'refs/heads/bugs/431953-stereo-repair2'Christian W. Damus64-626/+3959

Back to the top