Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-08Bug 469188: [Editor] Page management improvements in the Papyrus multi-editorChristian W. Damus1-0/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469188 Test suites for the core Welcome Editor service and related components and for the Diagrams table content.
2015-12-08Bug 469188: [Editor] Page management improvements in the Papyrus multi-editorChristian W. Damus3-0/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469188 This is a squashed commit comprising all of the changes on the committers/cdamus/469188-editor-welcome branch for the introduction of a Welcome Page in the Papyrus Editor. commit 51d64a198c2069b208b5231212a5514441514c54 Implement drag-and-drop rearrangement of the sections in the simple grid-wise layout of the Welcome Page. Persist the user's customization in the sash/di resource with the sash model, using new classes in the Welcome package. commit b59f057cf1e08b51942aac1f45226a304c48039e Fix enablement condition for Show Welcome Page action which has been broken since the page was changed from an editor to a plain composite. commit 69cee20b44c699c6a078e66bf9b16a83c1de7315 Remove the databinding properties APIs for Forms widgets that are no longer needed since the NatTable refactoring of the Diagrams table in the welcome page. commit 00cfdd106421c0b1366c2a7deade819b4a3041ef Add table of languages to the General section in the welcome page. Add section of hyperlinks to related views to the welcome page. Implement ordering of the contents of the welcome page according to tab 'afterTab' relationships and priorities. Overall the layout is still two rows with a variable number of columns. commit a7d739b8e03bea5d4cf5e4d0d3663adbc62f5018 Let the SashModel report to listeners when its storage mode changes so that the two different UI presentations of that mode can remain up-to- date at all times. commit 7fc4f8bf1f0fcee31f84b976e29cd7b3848ec47d Ensure that new models initially track the active page of each tab folder because they store their layout privately by default. commit 6d5dbf27a4428645655bcf6ff9a99d4a3c77dcb8 Implement optional tracking of the active page in the private sash model and switching between private and shared storage of the layout. Includes: * enhancement of the Sash DI model to include a currently selected page for each tab folder and a boolean flag whether to restore the last selection in each tab folder * a new editor lifecycle event for "pre display" to provide a hook to set up the page activation before the SWT controls are rendered, so that the editor doesn't open up and then change page selections while the user watches * expose the SaveLayoutBeforeClose behaviour for re-use when changing layout options in the welcome page * update enablement from editable-ness for Properties widgets that force refresh commit 97897b3d0d295a71a7173a584ceda3ac24c5c6ea Factor out some more common bits into core plug-ins (e.g., the IsWelcomeElement constraint in the properties environment). Create the list of tables in the welcome page. This requires some renaming of properties model content in the diagrams list for disambiguation. commit f73fe34e87c915cc603ec12c608c020406ea7d73 Refactor the Diagrams table as a reusable NatTable of hyperlinks. commit a6308f25a8c6e6c129174e9c418cb90e6f025e16 Move the column headers of the diagrams table out into a separate composite that does not scroll vertically with the table of hyperlinks (though it does track the table's horizontal scroll position). commit 0425bf34630e4420db3674fa8d4641820a305478 Add a separate preference page for Welcome Page Content. This depends on a new extension in the context registry for association of contexts with preferences pages (by default, associating legacy contexts with the Properties View preference page). commit 06719c107a3f323be53ca6ada4f820f2d4ef10cb Rework the contribution of welcome-page content to: * eliminate the custom extension point for section providers * use the Properties View framework to obtain welcome-page sections for the Welcome model element Update the Diagrams table provider as a property section for the Welcome model. This involves implementation of a custom table-of- hyperlinks widget. Several reusable data-bindings classes are added to the appropriate Papyrus infra-layer bundles. commit 4069f62cc89413b8739cc6c33211ac5a11942bc4 Welcome page content for diagrams. commit 8599ee6bdf7b2c7423811fee3e2441a618621ce4 The Welcome Page doesn't need to be an editor, just a composite. So, let any page part (including simple composites) be optionally closeable and change the WelcomePage into a simple composite part instead of a nested workbench editor-part. commit 83b581ea9aadb5b852b36b2fa0524ca7df60b255 Initial definition of an extension point for welcome section providers. commit f949eaf6cf131449f4584b71072033b22cd1cea2 Initial implementation of a (so far, empty) Welcome page that is always open when no other Papyrus editor pages are open. Change-Id: I351118dc0b6a0dea505719a8c62ef430c273c7cf
2015-12-04Bug 477384: [Canonical] Should not use drop requests to create viewsChristian W. Damus1-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=477384 Changes to core APIs to remove PapyrusCanonicalEditPolicy's dependence on the generated diagram drag-and-drop behavior: * extract the CommonDiagramDragDropEditPolicy's abstract API for information about diagram-specific view types into a new service * update the canonical edit-policy and diagram-to-diagram synchronization infrastructure to use the new VisualTypeService to obtain information about the diagram's specific view types to then let the view service create views without resorting to drop commands * update extensions of various canonical strategies in the UML diagrams to adapt to the new drop-free synchronization mechanism Update the Papyrus Diagram GMFGen extensions and code generation templates to add generation of the IVisualTypeProvider that plugs into the new VisualTypeService to support canonical synchronization and drag-and-drop. Includes regeneration of the GMFGen extension model using EMF's most recent templates, which result in minor changes to most model source files. Regenerate all UML diagrams to create and register the visual type provider extensions. Also update the BREE for diagrams to 1.8 because at least one of them requires Java 8 to compile properly. * Note that the interaction overview diagram uses a code generator that is not published on Eclipse.org, so I had to emulate the code generation step for this one * Note also that the SysML 1.1 diagrams likewise cannot be re-generated but, moreover, they do not implement the common pattern for Visual ID Registry, so they are also updated "by hand" for parity with the Mars implementation of drag-and-drop (which had gaps) Deprecate the ICreationTargetStrategy extension API which was only needed to redirect drag-and-drop requests, but these are no longer employed in the canonical synchronization. Also some fixes for region layout problems in the State Machine Diagram: * update custom creation edit policies to re-use the commands used by drag-and-drop and untargeted creation that perform initial placement of new regions * fix the GMFGen to register the custom creation edit policy for the state machine compartment Change-Id: I3afc68d6f0f1bfe05e336c9138a7f1acbc8f643b
2015-11-26bug 482611: [Table] Papyrus must provide an API to manipulate the table - ↵Vincent Lorenzo1-16/+43
provides the API Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2015-11-24[Releng] Update feature name and P2 Site for consistencyCamille Letavernier1-1/+1
- Add BMPN sources to the Extra P2 Repo - Prefix the Revision Tool feature name with Papyrus Change-Id: Ia70a970efcc01d8ab0340e0d8823879e8d5e267b Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-11-18[BPMN] License FixJuan Cadavid1-71/+2
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
2015-11-17Bug 481686 - [Moka] End migration by removing source from the main repoBenoit Maggi11-641/+0
- remove all resources related to moka - new repository : https://git.eclipse.org/c/papyrus/org.eclipse.papyrus-moka.git/ Change-Id: Ie187cc32fadd83e33dc9b345a6f159765f28c46f Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-11-10Bug 481377 - [Extra plugins][Req] The assistant shall support theMauricio Alferez1-0/+7
creation of initial profiles based on class diagram - New plugin req.domainModel2profile - New submenu in PapyrusReq called "Tools to define requirements profile" with two entries: "Define or Update Stereotype and Profile on Demand", and "Generate Profile from Domain Model". --- - I updated the org.eclipse.papyrus.req.feature to include the new req.domainModel2profile plugin and the pom.xml files. - I also took the time to correct comments and typos. Change-Id: Id829cd3dad789e691f1164af89463f8afbeb72e9 Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
2015-10-31[Extra plugins][Req] Wrong feature descriptionMauricio Alferez1-90/+90
Change-Id: I7a0573c818b4055375e6630380cec32b3cdc7514 Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
2015-10-15[Extra plugins][Req][BMM] Adding BMM to papyrus extra update siteMauricio Alferez8-0/+738
Change-Id: Ide7a4d21fd890561702a105bf0101156a093a740 Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
2015-10-01add oep.uml.diagram.linklf to the buildVincent Lorenzo1-54/+196
2015-09-29467521: [Model Import - RT] Update the Model Import to target Papyrus-RTCamille Letavernier1-7/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467521 - Remove the PapyrusRT profile from the feature, and add it to the update site Change-Id: I20639ee9d243bab289ea8142081cff6d86e40d26 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-09-11467521: [Model Import - RT] Update the Model Import to target Papyrus-RTCamille Letavernier1-4/+26
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467521 - Add the PapyrusRT Profile plug-in to the Model Import feature Change-Id: I170d43ddaa36e387b242ca9f5bebcb3ae7f4f30d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-08-21[releng] Neon-1.2.0 modification step by stepQuentin Le Menez190-5137/+3305
Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2015-08-20Bug 475373 - [SysML 1.4] Remove remaining elements from core repositoryBenoit Maggi7-620/+0
- remove Neon oomph config for SysML 1.4 - remove all elements related to SysML 1.4 Change-Id: I36b31b4af87d8813417c2c3a313438cbb58f1fb5 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-08-19Bug 474610: [Profiles] Papyrus does not detect out-of-date profile applicationsChristian W. Damus1-0/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=474610 Fix the determination of out-of-date profile applications by comparing Ecore definition package URIs instead of their namespace URIs, which can be expected to be the same for multiple versions. Includes JUnit test cases covering: * UML2-style local dynamic profiles with always the same NS URI * Papyrus-style local dynamic profiles with always the same NS URI * UML2-style registered dynamic profiles with always the same NS URI Change-Id: Ib4ed3cbd44115787417713a6c3fb7b27e3ffd264
2015-08-12Bug 464647: [Tests] Generate JUnit tests for diagram view synchChristian W. Damus3-0/+77
https://bugs.eclipse.org/bugs/show_bug.cgi?id=464647 Adaptation of initial prototype of a Papyrus Tests Generation framework to add diagram synchronization tests. Changes by Christian W. Damus <give.a.damus@gmail.com>: Rebase onto latest Mars maintenance branch. Fix .ignores: ensure that only contents of xtend-gen/ folders are ignored, not the folders themselves Convert Xtend codegen templates to UTF-8 encoding Update the QVTo transformation to support the statically generated UTP profile. This requires: - invoking the UMLResourcesUtil API for stand-alone set-up - updating the profile-registration workflow component to support the registration of a statically generated profile - updating the QVTo transformation to ensure that applicable stereotypes are resolved in the proper ResourceSet context to avoid losing all applied stereotypes in the generated test model. This, in turn, requires a Java black box to handle the EMF-specific concerns of resource-set context that QVTo is not aware of Fix build.properties files to include all sources and POMs to generate sources in xtend-gen/ folder. Fix compilation problems in the integration of the generated tests into the master suite bundle. Update the Tycho build to include the test generation framework bundle. Update the build and Oomph setup to include the UPR profile bundle dependency and the Papyrus Developer tools dependency. Fix numerous codegen problems: - base model does not reflect correct package name for palette tests - inject replaceable templates instead of making them all static - add generation of import statements in suites - fix references to test constants interface - fix references to diagram creation command Fix remaining compilation errors in Use Case tests: - look up the DiagramUpdater class to compute correct import - factor out creation of generated files into an utility extension - factor out generation of the copyright header comment - add some imports to templates that were missing them Refactor Xtend codegen templates to: - improve management of imports - improve names of AllXyzTestsGen suite classes - don't generate test classes that have no test cases - share common code to simplify the specific test case templates Fix more code generation problems: * missing package imports for required edit-part classes * invalid package imports (non-existent edit-part classes) * non-conformant names of diagram creation command and test constants interface. This introduces new attributes to test classes in the model, of String type, specifying the relevant type names. The defaults are computed by the QVTo transformation but may be overridden (hard-coded) by a diagram test's bundle's specific QVTo to provide custom names Add generated tests for Communication Diagram. Fixed workflow infrastructure to support all-tests generation. Use URI mappings to eliminate the need to copy and delete the framework's QVTo files. Add an infrastructure for generation of diagram synchronization tests. This includes * new abstract test classes in the oep.uml.diagram.tests bundle * updates to the framework UML model to capture the new base test classes * new QVTo transformation to generate synchronization tests in the UTP model * new Xtend template to generate synchronization tests from the UTP Fixed various small problems: * unwanted newlines in some test method bodies * fully-qualified references to UMLTypes class in synchronization tests * missing commas in QVTo scripts that cause edit-part names to be concatenated * (a biggie, actually) fix the all-tests generation to avoid repeating all previous transformations at each step Translate QVTo transformation steps to Xtend: Xtend exposes list values in UML models in their native EList terms, which affords stable and predictable ordering of transformation operations and, hence, test model structure and generated code. It also provides for more concise, debuggable, searchable, and performant transformations with better Java integration. Assign predictable, stable XMI identifiers to elements of generated UML models to avoid unnecessary diffs in source control when re-generating. Regenerate code from the Xtend version of the framework. Git-ignore the generated UTP source models because they reference and depend on UML instance models of the GMFGens that are already git-ignored, so there's no point in having these in git. Besides that they are now much larger because of the generated unique XMI IDs. Develop a DSL for compact and readable declarations of transformation rules for test contexts and assembly into packages. This uses new active annotations which, owing to a logistical limitation of Xtend, must be defined in a new separate plug-in project. Finally! Fixed the generation of the wrong diagram-updater instance field reference for Sequence Diagram, which as a legacy diagram still uses TYPED_INSTANCE. This employs a class-file scanning hack that is potentially expensive in I/O, so it uses a new @Cached active annotation that caches method computation results. Complete the specification of generation of view synchronization tests, adding the following scenarios: * synchronize child label nodes in label compartments of top shapes * synchronize child shape nodes in shape compartments of top shapes * synchronize connections between shapes * synchronize connections between shapes where the source owns the semantic link Define a new ClassificationSuite JUnit test runner that supports filtering entire suites by classification annotations. Apply this runner with the @GeneratedTest annotation to all generated test-suite classes. Refine the generation of link creation and synchronization tests to test links only between edit-parts that the GMFGen model reports as valid sources and targets for the links. This vastly reduces the number of invalid test cases generated for elements that cannot be linked (such as Include between an Actor and a Package). Integrate code generation into the build (both maven build and Eclipse workspace) and suppress generated sources from source control. This is implemented as a build profile in a new parent POM for the UML Diagram Tests bundles. Further elaboration and fixes: * rename 'edition' tests as DirectEdit in generated tests (not yet in the framework) * use a generic name for the test class for top node creation from palette * fix test cases for creation of links in containers to actually create the source and target elements in such container * fix the ClassificationConfig to drill into test suites to look for further filtering annotations instead of assuming that the entire suite is a 'standard' test when the 'standard' tests are excluded by the requested configuration * split test cases that execute multiple test scenarios into separate test case methods per test scenario. This ensures that a single test failure doesn't hide several other test results * move @GeneratedTest annotation from test case method to the test context class to reduce overhead of annotations in the VM * use the GMFGen model's information about child node containment to avoid generating all permutations of top-node/child-node, eliminating most of the the invalid child-node creation tests * fix broken references to the UML model for the Ecore metamodel in UML models for the gmfgen and genmodel metamodels by redirecting them to the UML2-provided Ecore metamodel. Delete the obsolete local ecore.uml * define a model of test exceptions for the purpose of constraining the generation of the UML-UTP model to exclude unwanted permutations of edit parts, optionally for specific kinds of tests * enhance the UML-UTP test model generation to filter the tests that it would generate through the optionally provided test exceptions models * add a test exclusions model to the Use Case test bundle to exclude tests for package-import relationships on classifiers (which UML supports but the diagram does not) * generate a CSS stylesheet (attached via an annotation on the test context class) to enable synchronization of the diagrams for tests * fix generation of invalid child-node permutations in the synchronization tests by using the compartment container information in the GMFGen model * fix various bugs in the abstract test framework operations found by running the generated tests Further refinement and fixes: * add some more flexibility to test exceptions model and utilize it for exclusion of some more Class Diagram tests that don't make sense or cannot be generated like the rest * simplify the generation of synchronization tests, removing the specialized M2T templates * fix the deletion tests that failed because the edit-part to be deleted was not selected * fix the tests dealing with child label nodes in nodes that are themselves child nodes by ensuring proper creation of a top-level node to contain the nested node that has the label children * fix abstract appearance test cases, resolving a large proportion of test failures * further simplification of the M2T templates based on structure of the UTP model * don't just not generate excluded tests, but apply the @FailingTest, @NotImplemented, and @Ignore annotations as appropriate to the reason for the test exclusion * now that the UTP model is not managed in source control, it can use generated XMI IDs to save some space (the computed unique IDs were long, based on qualified names) * add another kind of test exception that blanket excludes an edit-part from all tests * add support for completely omitting test cases from the generated code (instead of just annotating them), e.g. for cases where the generated code would not even compile * create a DSL embedded in the transformation workflow for definition of test exceptions, as a convenient and integrated alternative to the test-exceptions model * add default calculation of edit-parts-to-test lists for all kinds of tests, to stream-line the workflow model. Employ this with the new test-exceptions DSL in the Use Case Diagram tests generation workflow as an example of how it all works * further streamlining of the test exceptions DSL with an active annotation generating constants for the reason kinds and multiplicative nesting of edit-part blocks in forbidden permutation rules * adopt the test exceptions DSL in the Class Diagram tests * support injection of custom GMFGen-to-UTP transformation rules * customize the link creation tests in the Class Diagram to fix association link failures caused by odd default name that associations get in the test environment * automatically compute imports for all edit-part classes actually required by the tests, based on the references to edit-parts in the generated activities, to avoid unused import warnings for edit-part classes that would only have been used by tests that were excluded * fix some problems in behavior diagram tests that failed on attempting to create the top container frame (behavior) that was already implicitly created by creation of the diagram * update abstract synchronization tests to take advantage of diagram editor sharing (cherry-picked from streams/1.1-maintenance Id627299a0b28614877cba0e372d980c6bf3ec675) Signed-off-by: jcadavid <juan.cadavid@cea.fr> Signed-off-by: Christian W. Damus <give.a.damus@gmail.com> Change-Id: I59cc3d621889f0caeff78acd6c0eb07c7479268f
2015-07-16Papyrus BPMN customizationJuan Cadavid9-120/+869
Change-Id: Ifccfedbbd4f30f166e1b39136ec1822a63f4f33c Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
2015-07-03Bug 471836: [DevTools] The oep.uml.developer.mde plug-in should be in the ↵Christian W. Damus1-1/+8
developer feature https://bugs.eclipse.org/bugs/show_bug.cgi?id=471836 Add the developer documentation modeling plug-in to the developer tools feature. Also fix the generation of wiki text to calculate the selected model's project so that it doesn't fail on every attempt to generate. Change-Id: I22eae620ae8707bcc9fb113b158046a6ff4e0d72
2015-06-19470582 - [QDesigner] The plugin oep.qompass.designer.cpp should be part of ↵Ansgar Radermacher1-0/+7
the Qompass basic feature
2015-06-15[Releng] Remove invalid plug-in from developer featureCamille Letavernier1-7/+0
- Remove invalid plug-in from developer feature - Remove EPF RichText modules Change-Id: I1c4c3fafb71f9b39a2befc9d658a775bb15a536d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-12[Releng] Fix license & typo in the new JUnit Framework featureCamille Letavernier3-10/+143
Change-Id: Ib1bb50c33a5d2c79741eeca6bd784efde49dee1f Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-12[Releng] Restructure shared test bundles (Framework & BundleTests) to beCamille Letavernier7-0/+491
able to use them in any Test Builds - oep.junit.utils, oep.junit.framework and oep.bundle.tests now belong to the Papyrus Developer build Change-Id: Ibd98199e93e62eca6ff43d58bf7de142193ba9fb Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-12[Releng] Remove oep.eclipse.project.editors from an extra feature (MovedCamille Letavernier1-2/+0
to main) Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-12[Releng] Remove oep.eclipse.project.editors from an extra feature (MovedCamille Letavernier1-24/+32
to main) Change-Id: I0421054bd3d5644476840f5b93c361561cb38dc0 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-11469953: [Releng] Update the build to support a global POMCamille Letavernier93-181/+198
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469953 Change-Id: I050cf9dbbdd5705aaf8d45f2db3458226d148002 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-10Fix Diagram Definition Feature included pluginsFlorian Noyrit2-10/+9
Change-Id: I83be84623543753c044c9f9cc78e6fc4c2240e7c Reviewed-on: https://git.eclipse.org/r/49894 Reviewed-by: florian noyrit <florian.noyrit@cea.fr> Tested-by: florian noyrit <florian.noyrit@cea.fr>
2015-06-10[Releng - StereotypeDisplay] Add the StereotypeDisplay Table to theCamille Letavernier1-65/+72
feature Change-Id: Ica06b6d10bf2153f535d58a83505dc08186b16bd Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-06-09Bug 469618 - [Papyrus Req] Papyrus shall be able to help mangement ofptessier1-5/+47
model by using requirements add import plug-ins Change-Id: If52514d2a77138106142e2ac0fa7fae3b0bef181 Signed-off-by: ptessier <Patrick.Tessier@cea.fr>
2015-06-09Bug 463290 - Papyrus diagram shall be expanded with new visual graphicalptessier1-14/+58
notation Update code Change-Id: Ibde932807bd084d78e44641375ed59b1a413fa08 Signed-off-by: ptessier <Patrick.Tessier@cea.fr> Reviewed-on: https://git.eclipse.org/r/49744 Tested-by: Hudson CI
2015-06-09Update DD plugins to fit mars build and add DD featuresFlorian Noyrit21-0/+1942
Contributes Changes 48969, 48842, 48843, 48578 Change-Id: I0000000000000000000000000000000000000000
2015-06-08447667: [Revision module] a module about revision model shall beptessier7-0/+620
integrated to Papyrus https://bugs.eclipse.org/bugs/show_bug.cgi?id=447667 add feature Change-Id: I1852a525795e571d91022d1c73ba096187a73225
2015-06-08Bug 469618 - [Papyrus Req] Papyrus shall be able to help mangement ofptessier8-0/+642
model by using requirements commit feature Change-Id: I6adf88437932a45faedcbe62ba20fa35da0e66c0
2015-06-02Bug 468668: [Releng] Nebula TableCombo bundle in Papyrus build has no about.htmlChristian W. Damus1-2/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=468668 Remove the Nebula TableCombo widget until it has a release that we can ship. Change-Id: I0d6aed021fea8444ba7500b5faf3415f147e76e1 Reviewed-on: https://git.eclipse.org/r/49221 Tested-by: Hudson CI Reviewed-by: Christian W. Damus <give.a.damus@gmail.com>
2015-05-28Bug 468634 - [Domain Modeling] [Conceptual Modeling] Replace Domain byBenoit Maggi1-1/+1
conceptual Change-Id: I31d11356bde16e9c36ed8e870885368b943c7ba1 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Reviewed-on: https://git.eclipse.org/r/48867 Tested-by: Hudson CI
2015-05-28Adding soaml feature and modifying papyrus update site to add soaml Saadia DHOUIB1-112/+116
2015-05-28First commit of SoaML pluginssaadia dhouib7-0/+645
2015-05-27Merge branch 'master' into bugs/462954-alf-postRC1jeremie.tatibouet2-116/+147
Conflicts: releng/top-pom-extras.xml Change-Id: Ia4be9916a6e59928780df709dce9741bb1ded363 Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr>
2015-05-26Provide a preference page for the Papyrus Alf integration.jeremie.tatibouet1-37/+44
The nominal behavior is that Alf tooling is disabled. The user can next enabled it through the preference page and additionnaly activate the automated synchronization. Answers to bug 468312. Change-Id: I8c3102b0bb450818e42b921007a2ad49bba89803 Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr> Reviewed-on: https://git.eclipse.org/r/48638 Tested-by: Hudson CI Reviewed-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr> Tested-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr>
2015-05-22[Developer] Include B3 plug-ins into the developer feature to avoidCamille Letavernier1-0/+21
missing dependencies during installation Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-22[Developer] Include B3 plug-ins into the developer feature to avoidCamille Letavernier1-0/+14
missing dependencies during installation Change-Id: I2c77810c81164225814c85cef2a9f5d2ec6cdff3 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-21[Releng] Remove epf moduleBenoit Maggi1-116/+112
- temporary remove epf module that brokes the build Change-Id: I1e2908a69f802b2f5aaacf4e08ad9a323dee82d0 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Reviewed-on: https://git.eclipse.org/r/48339 Tested-by: Hudson CI Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-19Bug 467573 - [Sysml 1.4] Publish Sysml 1.4 as an extraBenoit Maggi1-1/+1
- add the feature to the extra other category Change-Id: I7fca0d95551b8550972b7c372f2386e200e40025 Reviewed-on: https://git.eclipse.org/r/48172 Reviewed-by: Benoit Maggi <benoit.maggi@cea.fr> Tested-by: Benoit Maggi <benoit.maggi@cea.fr>
2015-05-19Bug 467573 - [Sysml 1.4] Publish Sysml 1.4 as an extraBenoit Maggi7-0/+620
- move Sysml 1.4 plugins - create the Sysml 1.4 feature - set the version to 0.7.0 Change-Id: Iafbed7d64146139c18ccb8ad38cd62df4f0db5ee Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Reviewed-on: https://git.eclipse.org/r/48164 Tested-by: Hudson CI
2015-05-19Bug 467201 - [P4Education]Publish the first version of the extraBenoit Maggi6-0/+595
Change-Id: I9db556382c025eca9390629bb738bab1fbbf117b Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Reviewed-on: https://git.eclipse.org/r/47822 Tested-by: Hudson CI
2015-05-13Merge branch 'master' of ssh://git.eclipse.org:29418/papyrus/org.eclipse.papyrusVincent Lorenzo4-180/+198
2015-05-13Bug 467197 - [P4Ecore] Downgrade the version from 1.1.0 to 0.7.0Benoit Maggi3-3/+7
Change-Id: I2f47f51478f4f72ace38be5607cc6434488592b3 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Reviewed-on: https://git.eclipse.org/r/47819 Tested-by: Hudson CI
2015-05-13Add a new test plugin for clipboard contents + fix a test on nattable frameworkVincent Lorenzo1-0/+7
2015-05-13[Textedit] Restore the StereotypeProperty direct editor (Disabled in M6)Camille Letavernier1-177/+191
Change-Id: Iaa714fb271bd7fb3c7b77905c02aeee5c949b37a Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-12[Releng] Minor changes in the label of the ALF Extra FeatureCamille Letavernier1-41/+41
Change-Id: Ic6291df1ba690206cba84cccfb894e883c0805ce Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>

Back to the top