Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Bug 537653 - [EPL] Edti properties filesQuentin Le Menez11-22/+44
- move the plugin.properties files to the new EPL2.0 license - move the build.properties files to the new EPL2.0 license when available Change-Id: Ie860b3d74eb82ce5542b6fbe1f2bfcc67cea02f4 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update genmodel headersQuentin Le Menez1-1/+1
- Corrected or added the default header in the genmodel files - There still needs to be an action done on the generated ones (oep.uml.textedit.*) - Corrected the removed model dependencies - There still needs to be a check on the added properties for seemingly no reason Change-Id: I3348923f0d7784568e38f198cbbfcd2f3721a2d2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update jdt.ui filesQuentin Le Menez12-12/+12
- amended the org.eclipse.jdt.ui.prefs for the new EPL2.0 license Change-Id: Ibcbef74918057bfa7ac94d341a33ec2f192f1a81 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update qvto filesQuentin Le Menez1-2/+4
- update qvto files to the new EPL2.0 license Change-Id: I1d4d6aae2ea68cd3c70cfef67f08b359c1ac19f1 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update gmfgen filesQuentin Le Menez1-2/+5
- Update the gmfgen headers - Add missing ones Change-Id: Ife35d77d0fe40a0cfa6f92c2168c752cbfda25dc Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] update about.html filesQuentin Le Menez13-39/+39
- move the about.html files license to the new EPL2.0 - set the correct date on the license Change-Id: Id05bd8e8332e184150df4c8523d45b8840e7941a Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-22Bug 537653 - [EPL] Update Plugin.xml filesQuentin Le Menez1-2/+4
- move the plugin.xml files to the new EPL2.0 license Change-Id: If5cb1b4097e0e6835d17f49b80bce38bc1d49e67 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-08-21Bug 537653 - [EPL] Update java files headersQuentin Le Menez54-108/+216
- replaced the reference in the java files headers - added the SPDX-License-Identifier Change-Id: Ia376515730e2430e8671c2b5c66f7b510894e5c6 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-07-04Bug 535808: [DevTools] Apply Cleanup & Format on saveCamille Letavernier25-6/+4692
https://bugs.eclipse.org/bugs/show_bug.cgi?id=535808 - Propagate the new preferences to all projects Change-Id: I0e70c1c4a5d14a24c2d92371c27dad085e9aa2d3 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2018-06-29Bug 536425: [Xtext] All Papyrus Xtext plugins must be regeneratedNicolas FAUVERGUE1-1/+1
Change-Id: I5855fe718bec8ae29f58dafe1a8a8f57860c97ec Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-06-18Bug 536003 - Remove incubation in All Papyrus Core ProjectsBenoit Maggi6-6/+6
- remove incubation from description - remove duplicate groupid/version in pom.xml - remove useless cast Change-Id: If1617e9660a0b03ac0af65c08592ab4125c2f891 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-06-08Bug 535676 - [Example] Spam logsBenoit Maggi1-11/+17
- a debug option is required to see the logs - debug is kept private to avoid any API change Change-Id: I86769235ebd8149ce759eb6c47d31f4b18e9d6cc Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-06-08Bug 535674 - [Example] Missing icon in Basic Papyrus ModelBenoit Maggi6-11/+4
- add icon in build.properties - patch warninn in plugin.xml using correct parent category - use same name as plugin in .project configuration file - remove .settings for pure maven level Change-Id: I2ae97712b9e8e716d44f8b8be73ef809c3e6fd2c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-06-01Bug 528895 - [Quality] Field modifier should follow convention orderBenoit Maggi1-3/+14
- use correct order for field modifier - add missing header - replace C<>line by Celine Change-Id: I2608484da46215dbd65a1e85d47d0aa7706feb58 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-05-28Bug 535209 - [Quality] Remove unused import/variable warningBenoit Maggi69-18/+4
- fix unused import - move example code from src to src-gen - remove unused variable Change-Id: Ic2d49c57277cc08f1b53027876b4ceab1bea515d Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-05-28Bug 535185 - Add Automatic-Module-Name header for Java 9 compatibilityBenoit Maggi12-0/+12
- add Automatic-Module-Name with the same value as Bundle-SymbolicName in all Manifest.MF - quality fix : remove unused import Change-Id: Icd3e4376bc9e61e360ac61522b967a088a248480 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2018-04-19Bug 527664 - [AFViewpoints] Architecture Model Editor removeMaged Elaasar1-1/+1
CreationCommandClass property value Converted the Creation/ConversionCommandClass properties in the architecture editor to be of type string instead of Class. They can now reference class names from the workspace (on their project's class path). Also added validation rules for that. Finally, I added a Browse... button in the property sheet to help put values for them. remove some reexport increase version to take in account API tool Change-Id: I6792449fbee70b089f83780c4935242fff72d50b Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-04-16Bug 528199 - [Xtext, Constraints] The edition of constraints does not choose ↵Ansgar Radermacher1-1/+1
a suitable editor - Cleanup implementation in DirectEditorsUtil: * Assure that method implementations are consistent and based on each other (before, implementations were duplicated, some respected priorities while others did not), fix comments * Rename getDirectEditorConfiguration (name was misleading, keep old method as deprecated) - Set version of oep.extensionpoints.editors plugin to 3.0.0, adapt all references (other MANIFEST files) accordingly - If no editor with for a given language is found, search all editors without taking language tag into account (implementations must still be compatible with semantic element). This assures that other editors are used, if the default editor is not compatible (e.g. OCL is default editor for opaque expression, but not compatible with non-OCL bodies) - Add an EmbeddedEditor.usecases txt file in plugin oep.extensionpoints.editors - Replace calls to old methods (in diagram.common, property.sheet, uml.diagram.sequence, diagram.stereotype.edition, service.types.ui and natable.xtext.valuespecification/integration) - Move OCL editor registration from generic plugin oep.uml.properties.xtext to OCL plugin. - Add a test to the existing oep.uml.textedit.tests plugin that checks whether a suitable editor is opened on an opaque expression with (1) a C++ body and (2) OCL body (the plugin registers a dummy C++ editor) Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Change-Id: I4cee823b91e13f9601ecb7a9655409a74e3d7579
2018-03-23Bug 532639: [Table][Matrix] System shall enable to specify the creation ↵Vincent Lorenzo2-7/+7
location of relationships created using a matrix editor. Change-Id: I4ffde565f069e65c85c838bd14aebb4b809c61b7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez105-7565/+7565
- Format the EOL of all the files matched by: grep -rIUs . | xargs -Ifile dos2unix -k 'file' Change-Id: I5c41d540a9a67b50de9b912ab35e16cc9a912961 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-12-14Bug 527876 - [Property View] Facilitate the use of xtext editors in property ↵Ansgar Radermacher5-1/+104
view - Export elements of oep.uml.properties.xtext plugin - Add missing copyright messages in some classes of the oep.uml.properties.xtext plugin - Add "getter" method for accessing the text-control in XtextLanguageEditor - Add new abstract class that specific xtext-editors should subclass. - Provide the editing of state-machine transitions via xtext as an example. - Add LANGUAGE string constant to TransitionEditorConfigurationContribution Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Change-Id: Ied704ae35277d324595ee8e3b874206bbb989313
2017-12-14Bug 518317 - [UMLPropertiesView] Autocompletion for type of propertiesBenoit Maggi1-3/+3
- new auto-completion editor: - no binding to uml element - available in example for property type - add a predicate filter for INameResolutionHelper - add completion proposal and processor for UML NamedElements - fix a bunch of quality warnings for Java 8 Change-Id: I38722b6782c13fb8de511c8d0e253ba491c27136 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-12-12Bug 528490 - [Quality] Remove plugin and feature string from nameBenoit Maggi3-3/+3
- remove plugin string in plugin name - remove feature string in feature name - fix some duplicated names - extract feature name in feature.properties Change-Id: I23303b5d32390fd01aa903214d430c930618c982 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-10-31Bug 526676 - [Example] Textual Editor property view missingBenoit Maggi3-8/+20
- fix namespaces in xwt files - use meaning full labels - add missing license Change-Id: I3e341d06d1f745dae3170392d3835e406f1fcf47 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-27Bug 525256 [userxp] moving menu from main menu to developer menuFrancois Le Fevre1-1/+1
- changing the urilocation Change-Id: Ieee27d14e9af96595b3fab37ce338373eb8a3521 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525256 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-27Bug 525256 [userxp] moving menu from main menu to developer menuFrancois Le Fevre2-2/+2
- changing the urilocation Change-Id: Ibecebd2a312547d244c4638623d9751b246ff135 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525256 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-26[Quality] Improve example for comment editorBenoit Maggi10-20/+23
- no bug since bugzilla down - extract Bundle Vendor and Bundle Name - replace deprecated api - remove unused import Change-Id: Ic9b8371b166484c29c4b9522fc673d96d2711661 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-26Bug 521476: [userxp] plugin that declare a menu not at the right place Francois Le Fevre17-682/+0
- deletion of the plugin - zip the code in bug 521476 Change-Id: Id32f15017393db9ac71005a469573f7ddb72edad Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521476 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-26bug 517742: [Table][Matrix] The row axis must be updated when the rows ↵Vincent Lorenzo1-4/+4
sources change Change-Id: I5e3b92093b907a88be4367889923e4e2aed3fd21 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-09-25Bug 521475 - [userxp] the following plugin logs directly into theBenoit Maggi9-58/+74
console with System.out.println - replace system.out by logs - fix some quality warnings - add missing licenses - export all package at runtime Change-Id: I02879db9ff9ec91cbda577303910420c5a8b0463 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-06Bug 521572 - [General] Various cleanupsPierre GAUTIER2-6/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 fix remaining output 'target/classes' in some .classpath cleanup of various basic build.properties warnings including : - remove useless bin.. - incorrect source.. - incorrect output.. - includes Change-Id: I5bf3480020ab53c8acf1fd6fc35d92377c231eaa Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-04Bug 521794 - [Photon] [Test] Failing tests on the bundle tests [...]Pierre GAUTIER24-12/+210
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521794 Fix BundleTests - set version bundle-version="[5.3.0,6.0.0)" to uml2.uml and uml2.uml.edit dependencies in diagram.component and diagram.composite - add missing about.html - fix some pluginVendor issues - fix some plugin_id issues Change-Id: Ibfe2713fb4794b24fc56184dab3603c2c705cac8 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-01Bug 521572 - [General] Various cleanupsPierre GAUTIER16-0/+32
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 define project-specific, overriding workspace-scoped, preferences for UTF8 encoding and Unix end of line preferences Change-Id: I260d84ab76c08866cd3e8709967d4218d992c095 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-08-29Bug 521415 - [devxp] deletion of old examples pluginsFrancois Le Fevre22-6625/+0
Actions -check with patrick status of the model defined in the plugins -deletion of all plugins Change-Id: I85d96235016187dadeb5d8ba5fa6c371bd83c223 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521415 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-29Bug 520271 - [Property View] Generator should ignore redefined properties.Vincent Lorenzo1-1/+1
Change-Id: I5d73f2441ff5e23f937ab155488cf29fb249a65c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-08-29Bug 521409: [examples] create an example of project to manage examplesFrancois Le Fevre22-288/+468
models Actions -rename the plugin -add it to the biuld reactor -respect convention for maven plugins that acts as pom Test -start an eclipse applciation and check presence of the Example in new examples Change-Id: I64953fa92c63ef91967bb1a1888977875e72eb97 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521409 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-25Bug 519891 - [SequenceDiagram] move an element can implies move of otherptessier2-3/+3
elements in the sequence diagram update weak references Change-Id: I4335ce56501ef6827175ba227882ed0cf4278789
2017-08-25Bug 521378 - [userxp] deletion of the plugin GenerateHugeModel Francois Le Fevre12-307/+0
Actions -suppression of the plugin -removing references in pom.xml and feature.xml -adding the project zip in the bug for future integration in a github repository Test -check reference in other MANIFEST.MF Change-Id: I6a8596daf0dcc27a02a5dbd0e0dd578ce14c20eb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521378 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-24Bug 520458 - [Wizards] remove the name Papyrus from all wizardsQuentin Le Menez3-3/+3
Actions -remove all papyrus prefix of wizard name, but not for Project and Model Tests -open runtime Review -are we sure we wxant that? Change-Id: Ib0568768b49ce8869a59095c0f38f10623d8c2bb Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520458 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-08-03Bug 515806: [Table] Provide a preference to choose the string to displayThanh Liem PHAN1-1/+1
instead of N/A https://bugs.eclipse.org/bugs/show_bug.cgi?id=515806 - Create a cell preference page in which a string can be defined for the cell content of non supported column - Replace the usage of final var ICellManager.NOT_AVALABLE by the method CellHelper.getUnsupportedColumnCellText, which allows the modification of string immediately without having to restart Papyrus - JUnit Test Change-Id: I0ddf37889caf9a7a504a39b16a4df85a1a3a992c Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-07-31Bug 517840 - [test] several bundle version has to be fixed, mainly inFrancois Le Fevre11-48/+49
the examples and tests plugins Actions -changing strict version to version range for all oe.papyrus Tests -running mvn verify locally Change-Id: Iefc32a646fdce40fed46e305a5d5c250fce609a0 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-06-16Bug 518341 - [Releng] [Papyrus] Remove the extra architecture from the git ↵Quentin Le Menez1-5/+0
repository - Removed the modules in the root pom - Removed the references to the extra repository in both dev and examples pom - Removed the empty features - Removed the empty extra tests - Removed the unnecessary extra target platforms - Removed extra references in the maven launch configurations - Cleanup toolkit folder Change-Id: I42c4ab5683331dce5919c81d91f444333ddb0ac0 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-30Bug 516081 - [Toolsmiths][userxp] homogenize the New... menu in order toFrancois Le Fevre2-13/+19
highlight all papyrus extensions Actions -externalize string -add papyrus as root word Change-Id: I87460d8996d9d522672ead66736efc14081cdf7a Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-10Bug 516177 - [Toolsmiths][userxp] group new File under two new foldersFrancois Le Fevre5-26/+24
Actions -declaration of secundary category -migration of new element into category Tests -start runtime and check the presence of menu Change-Id: I17b94d34b2a6b105c907aea3a83b06b10a947a15 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-04-18Bug 515171 - [Examples] Fix example projects for Oxygen releaseFrancois Le Fevre30-2965/+2980
Actions - Update extensions to respect new extension point definitions - Fix example code to match new API Change-Id: I5ac042f03f82de93188590ee46ec8d3a56deb3d8 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-03-30[releng] Update plugins and feature version numbers for Oxygen withFlorian Noyrit1-17/+17
Neon.3 as baseline Change-Id: Icb3b699de6846ce60370a1fedc169e1df741ace2
2017-03-30Bug 513963: [Table] Update NatTable dependency and build to use NatTableThanh Liem PHAN1-1/+1
1.5 https://bugs.eclipse.org/bugs/show_bug.cgi?id=513963 - Update NatTable version from 1.4.0 to 1.5.0 Change-Id: I40e051ede6f90ddece37a9287d8ca6faca0e4052 Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net>
2017-02-03Bug 464625: [All Diagrams] Direct edition should rely on service edit toBenoit Maggi1-204/+204
manipulate values https://bugs.eclipse.org/bugs/show_bug.cgi?id=464625 - Modify AbstractElementTypeBasedAttributeParser to use IElementEditService - Modify Template regenerate all diagrams (except InteractionOverview with the missing gmfgen) Change-Id: I19a0f8fe5a2e6b9ec4e5e92be6990753bc1dbf9b Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-01-24Bug 508843 - [Toolsmiths] migrate expansion model into its own pluginFrancois Le Fevre2-2/+2
-just moving exapnasion model into its own plugin -reexporting the different package -updating manifest.mf with this new plugin -package renaming with genmodel update -moving to right bundle version in a manifest.mf -adding it into its feature -retrigger after merge conflict resolution -dispatching class in their own package Change-Id: If81918a014ca46e67a9e6fb60b1e0bf21c5645ab Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-01-09Bug 508512 - [Core] respecting maven conventionFrancois Le Fevre21-21/+42
-adding pom.xml -adding the schema in the header enabling to remove the warning in eclipse Change-Id: I8ab35fb6c6a696c5feb44aa5236db1c02e86f08e Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>

Back to the top