Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24Bug 539181 - [Toolsmiths][ProfileMigrationTool] The UI should be improvePauline DEVILLE2-3/+4
* Improve dialog when the tool is launched * Improve the layout of the preference page * Manage preferences when the user hit the Cancel button Change-Id: Ida85c1d552f97e0c71bb0228ec0574c5b1cfec9e Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2018-09-24Bug 532754 - [Toolsmiths][Documentation] The documentation of thePauline DEVILLE2-8/+22
profile migration tool is not accessible from the help content Change-Id: I7a7cc26bbf4d1aaebe356cb7789407a1f0168e76 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2018-08-22Bug 537653 - [EPL] Edti properties filesQuentin Le Menez14-28/+56
- 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 jdt.ui filesQuentin Le Menez25-25/+25
- 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 about.html filesQuentin Le Menez28-84/+84
- 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 mediawiki filesQuentin Le Menez5-24/+48
- move the mediawiki license references to the new EPL2.0 Change-Id: I0255c230d4882823215df4d6525430a3ff114af3 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-07-23Add the bundle Vendor for the pluginNicolas FAUVERGUE1-0/+1
'org.eclipse.papyrus.toolsmiths.profilemigration.doc' Change-Id: I460d89f67c2e9fa193c7c13319349967fb723e63 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-07-20Bug 537215 - [Documentation] org.eclipse.papyrus.doctemplate.doc shouldRemi Schnekenburger3-1/+3
not contain .approj file - move the file from the plugin to the resources of the website, - update link oin xdoc - update build.properties Change-Id: I90a87c07a2ea5ba77b8ac28677e234d14fb706b0 Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
2018-07-04Bug 535808: [DevTools] Apply Cleanup & Format on saveCamille Letavernier67-132/+2500
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-07-02Bug 479970 - [Doc] Decoration Service framework shall provideNicolas FAUVERGUE42-0/+1253
documentation and example https://bugs.eclipse.org/bugs/show_bug.cgi?id=479970 -Example for decoration service, Shape provider and GMF decorator. see https://wiki.eclipse.org/Manage_Decorators_On_Papyrus -add wizard to import project Change-Id: I5186cebaf00dd0f34fb195279b322f460dab46d6 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net> Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2018-06-29Bug 536299 [releng] Update targetPlatforms after simrel fixQuentin Le Menez1-1/+1
- deactivated the problematic doctemplate plugin until the issue has been resolved Change-Id: I22329d40cf83ec63002b8f8f5a727cb4b9fdaec2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-06-28Bug 535709 - [Releng] The maven dependencies and related poms need to be updatedQuentin Le Menez26-52/+52
- Update plugin versions - Remove duplicate dependencies and clean unneeded ones - Amended the p2 repository references - jboss.tools.tycho - to remove the webContent generation Change-Id: I5b0a2235dad2fc85e866384baf7749d57f04bdbf Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-05-31Bug 532101: [AFViewpoints] Make AF editor fasterMaged Elaasar1-4/+6
Bug 532104: [AFViewpoints] Transform your Workspace reference to platform reference - Simplified the AF model wizard by defaulting the root to be Architecture Domain. - Extended the Load Resource action in the AF editor to allow loading AF models from the running platfom. - Added a Resolve All action that can be used on any object in the editor to quickly resolve related references. This can be used on a loaded AF model (from workspace or running platform) to also load its dependencies like elementtypeconfigurtion and palleteconfiguration files. - Made the architecture, elementtypesetconfigurtion, nattableconfiguration, and paletteconfiguration resources extend of a common base class that supports default load/save options. This base class also makes the cross references persist using platform:/platform URIs but upon load, they may resolve to platform:/resource if the resource is available in the workspace. - Refactored uml.architecture, all the elementtypeconfiguration, all palletteconfiguration, and all nattableconfiguration models by changing their cross references to platform:/plugin URI format. - Fixed PasteEObjectConfigurationItemProvider to make the containment reference axisIdentifier show in the editor/property sheet as a containment reference (was necessary to convert its cross references properly) Change-Id: I69b82f53670cbb81e9117ce82c61d7c898080c93 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2018-05-28Bug 535185 - Add Automatic-Module-Name header for Java 9 compatibilityBenoit Maggi22-0/+22
- 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-05-28Bug 535073: [Table]Fill action with Increment doesn't work fine for negative ↵Vincent Lorenzo1-0/+2
number Change-Id: I0f0165cfa96b8a4265ee2ea6315b6b4be2a6fd6e Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-05-25Bug 532754 - [Toolsmiths][Documentation] The documentation of thePauline DEVILLE3-12/+25
profile migration tool is not accessible from the help content (edit) Change-Id: I80e1876e3b76ef370186e8934678702c04906678 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2018-04-10Bug 531729: [Diagram] Explicit the preference used to draw common bendpoints ↵Vincent Lorenzo7-0/+73
on connectors Change-Id: I2fec207b58a7098419b0ad86d7b6044f73d65aee Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-03-23Bug 532639: [Table][Matrix] System shall enable to specify the creation ↵Vincent Lorenzo5-3/+24
location of relationships created using a matrix editor. Change-Id: I4ffde565f069e65c85c838bd14aebb4b809c61b7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-03-21Bug 525483 - [Toolsmiths] Profile changes management and model migrationPauline DEVILLE29-0/+286
Change-Id: Id5b2081df69458ef48821f492929b107a1d2ef4f Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2018-03-21Bug 518452 - [Releng] [Photon] [Doc] Remove outdated Layers documentation to ↵Quentin Le Menez43-9180/+0
put it in the proper repository Change-Id: Id86ba9ef9c2818a90b5c718b8f06f32137874652 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2018-02-13bug 530155: [Performance] ↵Vincent Lorenzo6-0/+65
NamedElementUtil.computeDefaultNameWithIncrementFromBase must be improved and provide a naming strategy - implements a preference - add the documentation - update JUnit tests to force concerned tests to use the previous behavior Change-Id: I5e68fafc37299ffc4c1a0e18f4b1960e7ce8f010 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2018-01-09Bug 515367 - [releng] Uniformization of the end of lines to Unix standardQuentin Le Menez65-15767/+15767
- 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-12Bug 528490 - [Quality] Remove plugin and feature string from nameBenoit Maggi2-2/+2
- 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-11-20Bug 515737: [Table] Papyrus Table must be able to display list in cellsThanh Liem PHAN3-2/+16
with a new line for each object owned by the list and fake line between values https://bugs.eclipse.org/bugs/show_bug.cgi?id=515737 - Add icon for each element of the list - Create a new custom table cell painter - Add menu context and named style for each multiple values column such as multiple [boolean | integer | real | string | reference | enum] - Handle generic table, generic tree table, class tree table, generic stereotype table - Handle also invert table for the invertable one - Support wraptext + autoResizeCellHeight for multi string cell - Add dev doc and user doc for the new feature - JUnit Test Note that EOperationAxis column is not supported yet. Change-Id: If2da613cf6f7c11c31652f6ac4a719faa36e5733 Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-11-16bug 527195 - [PropertyView][ProfileTab] Create preferences for the label ↵Vincent Lorenzo5-0/+19
displayed in the Applied Stereotype Widget Change-Id: I7a5e20da1b04249ffe49bb38142267bedaee8713 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-10-18Bug 526009 - [Matrix][Filter] add new UML Expressions to manage the caseAsma Smaoui2-0/+16
of inherited Stereotype * change pom.xml * remove reexport from manisfest.mf * add doc * use API Baseline to increment the plugins version and update all depending plugins versions too * add icons to both added uml expressions * reset to platform:/plugin in ctx file * update the uml expressions MM * re generate code * add custom code * update properties * add junit test Change-Id: I42eceb584011d267488da517ad799fe542566824 Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
2017-09-26Bug 522124: [Property View] Interaction between Component of theFanch BONNABESSE12-4/+75
Property View must be easier to do https://bugs.eclipse.org/bugs/show_bug.cgi?id=522124 - Modify AbstractPropertyEditor to take create two properties and manage observable listeners. - Add an interface to handle properties listener. - Export new package "org.eclipse.papyrus.infra.properties.ui.listeners". - Add an example "ReadOnlyStringPropertiesListener". - Add of the documentation and an example. Change-Id: Ia93d13ac84219fad09cb53cc68117f8c1077335e Signed-off-by: Fanch BONNABESSE <fanch.bonnabesse@all4tec.net>
2017-09-25Bug 447262 - [Documentation] No embedded documentation for DiagramMickael ADAM24-1/+776
Editor Palette Customization https://bugs.eclipse.org/bugs/show_bug.cgi?id=447262 - Palette customization documentaiton + migration from old palette doc Change-Id: I395cd03b27b8a4b174024bbed62fc05ac6ae1fb1 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
2017-09-21Bug 521754 - [Diagram] displayed label for custom connection decorationMickael ADAM1-0/+1
should be different that its name. https://bugs.eclipse.org/bugs/show_bug.cgi?id=521754 Change-Id: I9dc52e104a79f197e5407e79871858453e04cff4 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
2017-09-06Bug 521572 - [General] Various cleanupsPierre GAUTIER2-2/+2
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-03Bug 521572 - [General] Various cleanupsPierre GAUTIER1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 Basic pom.xml cleanups including : - duplicate groupId - duplicate version - lack of schema definition Change-Id: Ib03c66d7edbd01987d313838a7d9c65c41a4a1ca Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-01Bug 521572 - [General] Various cleanupsPierre GAUTIER48-27/+75
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-09-01Bug 520453 - [Documentation] Documentation on Graphical directionMickael ADAM4-2/+54
customization on connectors shall exist https://bugs.eclipse.org/bugs/show_bug.cgi?id=520453 Change-Id: I1d5a8ca74b1976900a4c57420bb3c637e68c87a9 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
2017-08-31Bug 515650: [Property View] Internationalization of labels presented inNicolas FAUVERGUE4-0/+22
property pages https://bugs.eclipse.org/bugs/show_bug.cgi?id=515650 Manage internationalization for labels in properties view only for objects that are internationalized by a '*.properties' file. Change-Id: Icaecc4e8aa9389e135fc2257b94ed1386be2f199 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2017-08-29Bug 520571: [Table][Documentation] Documentation for the preference toThanh Liem PHAN3-1/+9
choose the string to display instead of N/A must be provided https://bugs.eclipse.org/bugs/show_bug.cgi?id=520571 Change-Id: Ibafa5ab9c3b301925885918eb799d27632a0cadf Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net>
2017-07-24Bug 520103: [Matrix][Table] the feature ↵Vincent Lorenzo1-1/+3
TableConfiguration#ownedCellEditorConfigurations is not saved (transient==true) Change-Id: I443fd399391603912227f24872642b396db68ed5 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-07-04Bug 518635 - [Documentation] Documentation on Stereotype PropertyMickael ADAM9-0/+89
Reference Edge shall exist https://bugs.eclipse.org/bugs/show_bug.cgi?id=518635 Change-Id: Ibe57c70c663bc8025af998bd2c7c172b782a5115 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
2017-06-01Bug 517630 - [releng] mvn clean insatll failes on HIPP due to clash onFrancois Le Fevre1-0/+12
slf4j Actions -integrate sub dependencies to resolve the conflicts on slf4j Test -run mvn clean install -f plugins/doc/org.eclipse.papyrus.doctemplate.doc/pom.xml with a BUILD SUCCESS Change-Id: I6fe2bab04e6c1b3e5c7223f739ca119bc2e9b63c Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-06-01Bug 512564 - [Table][Matrix] Papyrus must provide a generic way to theVincent Lorenzo21-36/+761
user to create relationship matrix. - the user documentation for Matrix - the developer documentation for Matrix - the requirements for the matrix Change-Id: I49ab89f061afa67ae2dbfaa3619fab8b74d688bb Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2017-05-31Bug 515707: [Expressions] Papyrus must provide a generic extensible way to ↵Vincent Lorenzo18-0/+401
create and interprete Expression - EMF expressions documentation plugin Change-Id: I749f89f925649c589478bad518b0e89961ac745b Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-05-22Bug 516893: [Internationalization][Performances] Load ofNicolas FAUVERGUE3-1/+12
internationalization of external files decrease performances https://bugs.eclipse.org/bugs/show_bug.cgi?id=516893 Add preferences for internationalization: - Load internationalization files of model (default: true) - Load internationalization of external files (default: false) + Set Read-only the internationalization preferences of model when the load internationalization files of model is disabled. Change-Id: I5b666b581e3b56ef7e8459ef912698f213ae4911 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2017-05-02Bug 515771 - [doc] add element for templatesFrancois Le Fevre9-11/+173
Actions -adding configuration for xdoc and maven generation -pdf generation Change-Id: I9055ef3233ed484e64c96bc6af44cad25a58ee77 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-04-26Bug 459220: [Table 2] Papyrus should support automatic text wrap inThanh Liem PHAN2-17/+36
table cells https://bugs.eclipse.org/bugs/show_bug.cgi?id=459220 - Add wrap text and auto resize cell height functionalities for string columns in table - Enable/disable wrap text and auto resize cell height by the context menu - WrapText and AutoResizeCellHeight values are saved for each table using the named styles mechanism - Undo/Redo could be done in both regular table and generic table - Update userDoc and devDoc Change-Id: I26ec7dff15470a73843848f17fcfaf9656d14b2f Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net>
2017-04-06Bug 514768 - [CSS] CSS "typeAppliedStereotypes" propertyShuai Li1-1/+18
- Add GMFUMLTypedElement factory, provider, and adapter - User can now use the "typeAppliedStereotypes" property to choose typed elements that have a type that is stereotyped by X stereotypes - Update documentation on CSS Change-Id: I0c36964c785150a741e7881463cab8d377fcbd48 Signed-off-by: Shuai Li <shuai.li@cea.fr>
2017-03-14Bug 513232 - Archive and move the code for the collaborative modeling repositoryQuentin Le Menez25-774/+0
- remove the core from the Papyrus repository - amend the site file - amended feature references - removed the tests and the reference in the extra suite - removed the doc - corrected merge conflicts due to concurent modifications post patch Change-Id: If84eb0ba392fcdbc424164dae32be42bc9e683fa Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-03-13Bug 510451 - Reimplement the ISO42010 specification to properly supportMaged Elaasar28-263/+263
architectural contexts and viewpoints Replaced the viewpoint configuration framework by a new architectural context/viewpoint framework. This involves defining architecture contexts and viewpoints in models and contributing them via extension points or via the preferences. Models reference an architecture context and a set of viewpoints at creation time, but can be switched later. Architecture contexts double as client contexts for which elementtypesetconfigurations can be registered. They also define viewpoints, which reference representation kinds (diagrams or tables). This contribution defines three architecture contexts: UML, Profile, and SysML corresponding to what Papyrus used to call diagram categories. Change-Id: I203b58d9e97afdffc45c2674683c0281eb8a7c5b Signed-off-by: Maged Elaasar <melaasar@gmail.com>
2017-02-28[Doc] Update doctemplate propertiesQuentin Le Menez2-5/+9
Change-Id: I9e05cd7a2f65c209e894d9b51edde00179f9d0e2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-02-24[releng] [doc] clear formatting of the oep.infra.doc toc.xmlQuentin Le Menez1-29/+39
Change-Id: Ia815d63f4823baade7d657958e6d7a5eefd9137e Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-02-24Bug 508305 - [Doc] The documentation should have a template and rules to ↵Quentin Le Menez14-0/+361
which all documentation should conform - second draft of the doctemplate plugin Change-Id: I90d0c857502930ce5499b071f9d01fbacdaf6018 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>

Back to the top