Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-26bug 517742: [Table][Matrix] The row axis must be updated when the rows ↵Vincent Lorenzo34-155/+555
sources change Change-Id: I5e3b92093b907a88be4367889923e4e2aed3fd21 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-09-26Bug 522124: [Property View] Interaction between Component of theFanch BONNABESSE17-56/+438
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 522228 - [Sequence Diagram] Lifeline should be resizableMickael ADAM1-0/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=522228 - add a handle to resize at the bottom of the lifeline Change-Id: If29ea2118b87cfc1121c54bf60d142c1e1264945 Signed-off-by: Mickael ADAM <mickael.adam@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-25Bug 519876 - [Palettes][DiaGen] Palette generation from gmfgen should beMickael ADAM13-2627/+46
disabled https://bugs.eclipse.org/bugs/show_bug.cgi?id=519876 - deactivate paletteConfiguration model - remove palette from gmfgen - add instruction for timing diagram. Change-Id: Iaaa327931a8a22891d2c2dac3fdba0a544a545a4 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
2017-09-25Bug 521475 - [userxp] the following plugin logs directly into theBenoit Maggi6-141/+0
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-25Bug 516459 - [Diagram] Navigation mechanism with Alt+hover does not work on ↵Ansgar Radermacher3-44/+62
Linux - Change way in which menu is brought up: instead of requiring that ALT remains pressed, it is sufficient to press ALT once and select the menu item afterwards. This is motivated by the issue that many Linux environments use ALT+mouse actions already for other actions. - Fix original issue: selection listener removed the menu immediately after creation. Do not make an initial selection. - Reset shell reference to null after disposal (otherwise it could lead to "already-disposed" exceptions) - While the menu works quite nicely for the model explorer, it is required to move the mouse a bit while pressing ALT in the graphical editor, since the ALT key alone does not trigger an event. Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Change-Id: I4c265bfc14b3f884662e1275a5e5e9643daf7fca
2017-09-25Bug 521861: [Property View][Profile] Too many exceptions when editing ↵Vincent Lorenzo3-20/+82
datatype values Change-Id: Iff9cd3ea861eac14c4d42e6b3cc050f0891b53d7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-09-22Bug 518307 - [Control Mode] Warning when resource already exist Benoit Maggi12-44/+71
- check if the resource already exist - use diagnostic to provide a simple way to evaluate - fix some quality warnings Change-Id: I9fb99d532f3efc7470864dbd9331b26387ad88eb Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-22Bug 522583 - [StateMachineDiagram] CreationCommand retains last stateRemi Schnekenburger1-0/+3
machine and state created - "forget" the previous state/statemachine attributes when initializing model. It could be possible to unset after the initializeDiagram has been performed, but this may have deeper side effects if these attributes are reused by overriding commands. Change-Id: I8cc9a2a117274c6a3019ea86cd2429ae75b89f28 Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
2017-09-21Bug 522564 - [Property View][Profile] Label in TreeViewer is not updatedVincent Lorenzo4-1404/+1489
- add a refresh on the TreeViewer on commandstack event - add a DisposeListener on the Composite parent, because we were not correctly disposed in the previous implementation (dispose method were not called) Change-Id: Ibdaef76bfc421fe8bbf75042945bfdeb02a91761 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-09-21Bug 521857 - [Property View][Profile] Cannot edit Real or Boolean listPierre GAUTIER8-143/+283
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521857 Add missing implementation in EStructuralFeatureEditor Change-Id: I776b75d39af64181ded052d9217e84ac45bfab4e Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-21Bug 477724 - Unsetting the type of an attribute deletes the attributeFrancois Le Fevre1-6/+7
itself if attribute created through association Actions -remove only the association -create unit test Test -manual test in remote rcp -uml.service.types.tests execution all Review -very strange behavior with commands in the command stack Change-Id: I6f8301c08b94d20ff4ebed17fae41dedd1410e9f Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=477724 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-21Bug 521865 - [Property View][Profile] Truncated editors for datatype's ↵Pierre GAUTIER5-11/+100
attribute. https://bugs.eclipse.org/bugs/show_bug.cgi?id=521865 add ScrolledComposite in EObjectContentsEditor Change-Id: Id1bb3362f493dea1b0133c4a408792527ab74571 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-09-21Bug 521754 - [Diagram] displayed label for custom connection decorationMickael ADAM6-123/+246
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-19Bug 521573: [CommunicationDiagram] Duration and Time Observation LabelFanch BONNABESSE1-0/+8
on the edit part on creation https://bugs.eclipse.org/bugs/show_bug.cgi?id=521573 Add TextAlignment to label of DurationObservation and TimeObservation on CommunicationDiagram. Change-Id: Ia7908d43b3997ff4453dadb0272afe4dcc6039ed Signed-off-by: Fanch BONNABESSE <fanch.bonnabesse@all4tec.net>
2017-09-15Bug 522135 - [Sequence Diagram] Execution specification should not moveMickael ADAM1-1/+37
after message create creation https://bugs.eclipse.org/bugs/show_bug.cgi?id=522135 Change-Id: If2578d9b6f53bed631b0687c08eea4f45af6f3e7 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net> (cherry picked from commit 37ea00eea9fb306fdeb00bf3bda6e42a522510bd)
2017-09-15Bug 522295 - [ExpansionModel][Diagram] View duplication when moving aBenoit Maggi1-2/+7
property - filter request to avoid move type Change-Id: I7d2f3acd2e0991219c1be90469f633a4b2143338 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-14Bug 507409 - [SequenceDiagram][Usability] Automatic creation ofMathilde Arnaud1-312/+312
execution specification when creating a message The preference page to manage automatic creation must be tagged as not generated Change-Id: I9ac1fbd9c10c42b6ac2d9d7decfc680b680b16a4 Signed-off-by: Mathilde Arnaud <mathilde.arnaud@cea.fr>
2017-09-12Bug 522047 - [Sequence Diagram] Execution specification created withMickael ADAM6-58/+87
message Sync is misplaced https://bugs.eclipse.org/bugs/show_bug.cgi?id=522047 - Cherry pick from https://git.eclipse.org/r/104745 Change-Id: I6e93caa1cfb58f4c2dd4e4ddc8d2801a84a392a2 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
2017-09-12Bug 521858: [Internationalization]New model wizard fails when "LoadNicolas FAUVERGUE1-12/+17
internationalization files" preference is set https://bugs.eclipse.org/bugs/show_bug.cgi?id=521858 This bug is only reprodutible with special configuration. To avoid this potential problem, juste retrieve the resource by the uri intead to get the resource variable. Change-Id: I94890e8751e832a5be2e8f1883405a9964b8d1b9 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2017-09-12Bug 510181 - [diagram][userxp] Add Hyperlink menu in Edit group menuFrancois Le Fevre3-0/+178
Actions -adding a default menu -adding a key binding -adding an icon Test -creation of a package and crtl+K or navigate menu https://meta.stackexchange.com/questions/49948/use-ctrlk-to-insert-modify-a-hyperlink-instead-of-code Change-Id: Ibe886dd27780c359858152bfb281fd7c7cd0a1cd Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr> Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=510181
2017-09-11Bug 521519 : [Sequence Diagram] Drag and Drop from ME to the diagramCéline Janssens1-108/+28
should work for Execution Specification - Compute the center position of the ES based on the default dimension of a ES Change-Id: I6bc58214db8a98ae694040f70b736cf1133b9871 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2017-09-11Bug 521572 - [General] Various cleanupsPierre GAUTIER19-168/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 - remove empty plugin.xml - update associated build.properties Change-Id: I0ae2ac7e35a2fe98395c0793d9d21cc88135d9cc Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-08Bug 522029 - [UsecaseDiagram] Regroup Actor css rulesBenoit Maggi1-6/+1
- regroup the 2 rules with the same selector UseCaseDiagram Actor Change-Id: I8a6dc8b290cc80e814317347adcfd6f2f6443254 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-08Bug 519446: [ElementTypes] The AdviceComparator is incorrectCamille Letavernier2-8/+23
https://bugs.eclipse.org/bugs/show_bug.cgi?id=519446 - Fix the Map collector issue - Use a Multimap to allow several advices sharing the same ID - Add a FIXME for the Advice-ID issue Change-Id: I21d9a94c460aec690421243ce6965228991a5749 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
2017-09-07Bug 519870 - [Wizard] Template-Transformation should provide an optionPauline DEVILLE6-35/+109
to be checked by default *add option in template extention point to check by default *check by default for UML Primitive type Change-Id: Ifc742e430c912a0fddde5b9e09854b1c0b5d5d6c Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-09-07Bug 521957 - [Class diagram, Use case, Composite] Fix palette in theseBenoit Maggi1-0/+9
diagrams - add test, documentation to detect generation that override association palette in class diagram Change-Id: I998f094339ee7133f272e1ba5abacf634bc28f07 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-07Bug 521572 - [General] Various cleanupsPierre GAUTIER1-1/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 remove useless exported bin/ from .classpath Change-Id: I3f86b60cf75d3ef71e49c0aa3c310393f0308567 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-06Bug 520188: [Matrix][TreeTable][Table] sometimes, the icon forThanh Liem PHAN6-127/+209
collapse/expand is missing https://bugs.eclipse.org/bugs/show_bug.cgi?id=520188 - Prevent the creation of new NattableModelManager in NatTableModel Element - Hide Appearance and Paste tab when selecting table in Model Explorer Change-Id: I5c5f78a087f0139631a960389e1a826e2f80f2d1 Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net> (cherry picked from commit 348f8aa64c70ce745ce35d69b0b55c4ab8f578f0)
2017-09-06Bug 521572 - [General] Various cleanupsPierre GAUTIER141-298/+211
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-06Bug 521867 - [Diagram] enforce template encoding in ISO-8859-1 Francois Le Fevre5-2/+23
Actions -adding management of right encoding -switching tomaven porject to ensure it load the preferences Change-Id: I93d2a73e032114626d6362cb536a9f4a0db4dafa Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521867 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-05Bug 521572 - [General] Various cleanupsPierre GAUTIER2-2/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 remove unsued .svnignore Change-Id: I05da23130cb8201aa27d20e1718e80b91af22280 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-05Bug 512889 - [All diagrams] Double-click on some elements papyrus try toPauline DEVILLE273-25693/+24787
create a new diagram -Remove OpenDiagramEditPolicy -Regenerate code for: Activity diagram, StateMachine diagram, Communication diagram and UseCase diagram Change-Id: I2a9dd08f1924967f292adfd77c699867adbb853f Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-09-05Bug 521870 - [ActivityDiagram] Inconsistency between gmfgen and generated code Pauline DEVILLE1-2/+2
Change-Id: I350ead5a9c92d9cc4dade2c8375702406e74360d Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-09-05Bug 521231 - [Diagram] Regenerate the diagrams due to templateFrancois Le Fevre377-241450/+241530
modifications Actions -regeneration of composite diagram code with oxygen nightly Reviews -have a look to this clazz for instance RealizationNameEditPart -methods protected void refreshLabel() -code modification: if (view.isVisible()) { setLabelTextHelper(getFigure(), getLabelText()); setLabelIconHelper(getFigure(), getLabelIcon()); } else { setLabelTextHelper(getFigure(), ""); setLabelIconHelper(getFigure(), null); } Change-Id: I3970971aa281fc08d1a680fb6a7a81a3723a8985 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521231 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-09-04Bug 521575 - [Internationalization] Unwanted interferences with CSS capabilitiesAlain Le Guennec2-40/+46
Change-Id: Ie763c0337c38fc8b54b0d248743ddf1bc2ef98ce Signed-off-by: Alain Le Guennec <Alain.LeGuennec@esterel-technologies.com>
2017-09-04Bug 509015 - [StateMachineDiagram] lacks support for UML 2.5 notation ofPauline DEVILLE4-24/+156
redefinable elements with isLeaf=true Change-Id: I2a73f118552593ab7163134bc246808695b39fd5 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-09-04Bug 521794 - [Photon] [Test] Failing tests on the bundle tests [...]Pierre GAUTIER3-5/+5
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-04Bug 521408 - [Core] The property advanced tab should use treeviewerPauline DEVILLE3-6/+13
-Bug fix introduce by https://git.eclipse.org/r/103709 . Can only edit EReference in the advance tab. -Change dialog label Change-Id: I245bc912ad8a66c004c035219e8e0991f4d0924e Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-09-04Bug 506074 - [Composite structure diagram] Menus All/No/Manage connectorBenoit Maggi6-23/+41
labels available if port is selected in diagram - re install the policy - the 3 menus are available Change-Id: Ib77cb335c8155e1c8da4d5c1cdfb2c94edf7e995 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-09-04Bug 484895 - [All diagrams] Keyword label is lost when you move oneashatilov1-3/+10
of the link ends Change-Id: Idbcfaf0ea27e0f048109c90c118a48c3a0387eff Signed-off-by: ashatilov <shatilov@montages.com>
2017-09-03Bug 521572 - [General] Various cleanupsPierre GAUTIER29-5534/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 remove .gen. and _gen files, not used anymore Change-Id: I44dbb72c3a36d4021a0f320951dc95eaa138a5ef Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-03Bug 521572 - [General] Various cleanupsPierre GAUTIER35-0/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 - remove .antlr-generator-*.jar that should not have been commited - add .gitignore for /.antlr-generator-*.jar Change-Id: Iac374e1b5c66ab2c6572d95b2b48621e464f5db1 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-03Bug 521572 - [General] Various cleanupsPierre GAUTIER40-495/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 remove unused .pmd and .checkstyle files Change-Id: I26091111fea4afb56e60a911c013f0119f4dec80 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
2017-09-03Bug 521572 - [General] Various cleanupsPierre GAUTIER2-2/+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 497283 - [StateMachineDiagram] internal transition appear when thePauline DEVILLE2-0/+84
state is synchronized Change-Id: Ibfa422a05a7983639bf58eeb4c76fc3c4436868d Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-09-01Bug 521749 - Log the unexpected diagram kind id Benoit Maggi1-6/+7
- add the id to the log - add NLS since logs wont be translated Change-Id: If8539648705191f9faf2d4f970b817f5c97c5a5c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2017-09-01Bug 376406 - [ActivityDiagram] Create a ReadStructuralFeatureAction or aPauline DEVILLE1-53/+55
ReadSelfAction on an ActionInputPin of a ReadStructuralFeatureValueAction object pin is not possible Add fromAction in the property view of the ActionInputPin Change-Id: Ib696da1e9f6c8293389e62606844c03a047a3386 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-09-01Bug 520325 - [ActivityDiagram] Bad initial position for an activityPauline DEVILLE8-31/+107
parameter node created from the palette -Add CREATION_ROLE editPolicy on ActivityEditPart -Change ActivityParameterNodePositionLocation behavior (to be on the correct side when don't click on the side of the activity) Change-Id: I7b2bf658c8f96fa49f5cad66d604ee5a183e63c4 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>

Back to the top