Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-31[releng] [Oxygen] RC2 update3.0.0_RC2Quentin Le Menez18-176/+152
- update targets and oomph's setup files Change-Id: Ib26ceab1bcc21b4e9a73bd9911b2ca3a5233792a Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-30Bug 517400 - [SequenceDiagram] problem about order of message afterptessier3-13/+43
moving a lifeline Change-Id: I8286c9ca87c79e4059ba911d92ac71866ba31287
2017-05-30Bug 517434 - [SequenceDiagram] Lifeline shall not be moved manuallyptessier2-5/+89
vertically this modif fixe also Bug 517400 - [SequenceDiagram] problem about order of message after moving a lifeline Change-Id: I11c093660a6722aa30cc3e35a50db84a60c98f0a
2017-05-30Bug 516081 - [Toolsmiths][userxp] homogenize the New... menu in order toFrancois Le Fevre14-33/+41
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-30Bug 516568 - [Toolsmiths][DSML Custo][Palette] add the management ofFrancois Le Fevre26-50/+1154
palette Actions -model modification -regeneration of custo without sucess, manually editing files -ui design Tests -create a plugin based on the following signature <extension point="org.eclipse.papyrus.infra.gmfdiag.common.paletteDefinition"> <paletteDefinition ID="org.eclipse.papyrus.sysml.diagram.blockdefinition.paletteconfiguration" class="org.eclipse.papyrus.infra.gmfdiag.common.service.palette.ExtendedPluginPaletteProvider" name="Papyrus SysML blockdefinition editor Plugin Palette" path="palettes/PapyrusSYSMLBlockDefinitionDiagram.paletteconfiguration" provider="Eclipse Modeling Project"> <Priority name="Lowest"> </Priority> <!-- Specify diagram this palette tools relate to --> <editor id="org.eclipse.papyrus.sysml.diagram.blockdefinition"> </editor> </paletteDefinition> </extension> Change-Id: I01e97dba8860856c416e1eec5042c238dec91fbf Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-30Bug 517424 - [Toolsmiths] duplicate in artifact idFrancois Le Fevre4-4/+4
Actions -add -toolsmiths for parent pom Tests -no Change-Id: Icb7856edb5d48fae5a380cc0518fc7ea3362da19 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-30Bug 516965 - [ExpansionModel] set the good extension for expansionmodelFrancois Le Fevre17-12/+12
Actions -remanem extension and file in java class Test -local execution of test suite Change-Id: Ife475e9aa77eb7018655042b0d37b523302f29a0 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-30Bug 517077 - [SequenceDiagram] Fix externalization of messagesMathilde Arnaud27-1515/+1618
End-user messages related to Bug 507409 have been moved to the correct file messages.properties within package messages. Keys that were wrongly placed in Messages have also been moved. Impacted tests and classes have been modified accordingly. Change-Id: I131cd8fd526ece481a71f1f3b9130e1fd37fe438 Signed-off-by: Mathilde Arnaud <mathilde.arnaud@cea.fr>
2017-05-30Bug 517377: [Table][Property View][Profile] Literal value defined for ↵Vincent Lorenzo1-3/+4
EEnumLiteral stereotype is not used by Papyrus LabelProvider Change-Id: I033163f3fe74f31e7fc5ae1e8d44935dd979bf70 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-05-30Bug 515555 - [test] removing all configuration of memoryFrancois Le Fevre88-88/+88
Actions -find/replace -integration of C. Damus remarks Test -executing locally tests Review -pay attention to some launch configuration that contains special caracter such as &#13;&#10; Change-Id: Ifae384afd556edaadbe5861a84aa590223741ad0 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
2017-05-30Bug 516893: [Internationalization][Performances] Load ofNicolas FAUVERGUE10-197/+254
internationalization of external files decrease performances https://bugs.eclipse.org/bugs/show_bug.cgi?id=516893 - Implement other qualified name resolution - Manage resource differently to avoid proxies resolution - Fix exception on properties view for label Change-Id: I854603dad4d2089d080c23d326348ea732677f36 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2017-05-30Bug 516893 - [Internationalization][Performances] Load ofNicolas FAUVERGUE8-12/+24
internationalization of external files decrease performances https://bugs.eclipse.org/bugs/show_bug.cgi?id=516893 - Change internationalization preference title - The internationalization model preference in welcome page are not set if the internationalization preference is not enabled - The label fields are read-only if the internationalization preference is not enabled Change-Id: Iaa36787ce0a097a69e925c0c657cc8e462de08ac Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
2017-05-29Bug 489116: [Sequence Diagram] Dashed Message updateCéline Janssens2-15/+44
- Add Dash for Reply message - Add Dash for Create Message Change-Id: I85dd0b7a6681fa906850571d78415fa6fd1fab5a Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2017-05-29Bug 516511 - [SequenceDiagram] a referential grid must be implementedptessier2-13/+4
for the sequence diagram. make it not serializable Change-Id: Ied4735e4ec4f0eba4dda3f91cb0a5b2841125112
2017-05-29Bug 517396 - [SequenceDiagram] remove event linked to message orptessier5-37/+102
ExecutionSpecification Change-Id: Ia8861414a6c49a634196ee49a7f3547f3ff5b284
2017-05-29Bug 489116: [Sequence Diagram] ConsiderIgnoreFragment update to beCéline Janssens5-4/+37
similar to CombinedFragment - Add it to the Palette Change-Id: Ia131dbf92d13f98a02a6d817d6e06a0f3b859455 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2017-05-29Bug 489116: [Sequence Diagram] Position the DurationConstraint next toCéline Janssens4-36/+142
the lifeline instead of centered on the Lifeline - Create a new locator for the DurationConstraint - Fix refresh issue in the creation TODO: Update the GmfGen in order to modify the CenterLocator into this new DurationConstraintLocator Change-Id: I8938c34c7b754571cbb7275a9ded4350add9736e Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2017-05-29Bug 517374: [Table][Cell Editor] UML reference cell editors are notThanh Liem PHAN2-22/+16
correctly handled https://bugs.eclipse.org/bugs/show_bug.cgi?id=517374 - Correct the handles condition in the UML reference cell editor configurations. Change-Id: I5de3b239afb107028f20fd32405850e0571e635b Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net>
2017-05-29Bug 516865 - [Releng] [Oxygen] remove unnecessary syso/syseQuentin Le Menez5-46/+76
- Used the Papyrus logger to warn about errors Change-Id: Ifd616134560419a4f7bb5efbf58762dc1dcb0f14 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-29Bug 507024: [Model management] Model indexer blocks UIChristian W. Damus8-19/+347
Ad an on-demand fall-back API for synchronous parent resource queries as already provided for root resource queries. Use this in the ShardResourceLocator via a new index delegator to ensure timely on-demand calculation, instead of dead-lock, of the resource graph when the standard index is not ready. https://bugs.eclipse.org/bugs/show_bug.cgi?id=507024 Change-Id: Ia7955b09dedd9182a5ea12f8e66e59be4f9d8974
2017-05-29Bug 516511 - [SequenceDiagram] a referential grid must be implementedptessier6-63/+88
for the sequence diagram. finalize connection of interaction operand to the grid Change-Id: Ic21b959f3ce2d5bccee145f5bc50d16e437e0c7b
2017-05-28Bug 516579: [Table][Matrix]Papyrus must provide a dedicated Property View ↵Vincent Lorenzo3-4/+9
for Matrix - fix bundle-vendor - externalize strings from plugin.xml Change-Id: I37cc6704301f2c865adcbbad8b8978ab5533226c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-05-27Bug 514866 - [Class diagram] Moving property from a DataType to another one ↵Quentin Le Menez4-2/+18
doesn't work - Filter the views to be removed and Refresh the attribute compartments after the move action Change-Id: Ib2c9d92343a760fe8534fd32017aec9a3c3f19c5 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-27Bug 515491: [Property View][DataType] Loss of information while editingThanh Liem PHAN1-28/+33
fields of a datatype https://bugs.eclipse.org/bugs/show_bug.cgi?id=515491 - Just set a new value if it is different from the old one. - Change condition is checked for boolean, enumeration and other kinds of value. Change-Id: I9ca41b4c3912e7461cbbc5dc1667a9421651a7ef Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net>
2017-05-26Bug 517313: [Properties] NatTable property editor gets wrong semantic ↵Christian W. Damus1-3/+11
element from diagram selection Ensure that the semantic-element resolution implemented by an edit-part in the diagram is not by-passed when calculating the EObject context of the NatTable. https://bugs.eclipse.org/bugs/show_bug.cgi?id=517313 Change-Id: I686c58e3e71fc3c96ca6f3d863feac5a459385fc
2017-05-25Bug 471453: [Wizard] the name of the model should be initialized based on ↵Christian W. Damus10-82/+324
the project or the container Let the model root package name default to the base name of the new model resource, and the base name of the new model resource in turn default to the name of the container in which it is being created. https://bugs.eclipse.org/bugs/show_bug.cgi?id=471453 Change-Id: I0a456f18d823a84b1aa93fea620ca49a137d129c
2017-05-25Bug 509742: [Model Explorer][Usability] Diagrams owned by an element shall ↵Christian W. Damus3-16/+101
be located first for easier access Define the implicit 'rank' of native model features as zero for the purposes of ordering relative to customization features, which have explicit ranks. Use this in the content provider to insert tree content from native model features in the appropriate relative order and ensure that in new workspaces diagrams and tables are presented before anything else. Users can manually re-order customizations in existing workspaces. https://bugs.eclipse.org/bugs/show_bug.cgi?id=509742 Change-Id: I16124412d74af4b163baeb5d4144d5c171eabd5e
2017-05-24Bug 439211 [SequenceDiagram] Define signature in UML property viewMathilde Arnaud4-29/+145
A field signature has been added to the UML property view for messages. Creation and edition is filtered to only allow operations and signals, as per UML 2.5 specification. Message sort has been made editable. This change also adds icons display in creation menu. Change-Id: I2604c253f264fdf0cb60a043252f00a543c90da2 Signed-off-by: Mathilde Arnaud <mathilde.arnaud@cea.fr>
2017-05-24[releng] [oxygen] Papyrus RC1 updates3.0.0_RC1Quentin Le Menez19-254/+255
- Update Targets - Update Oomph references - Update guava dependency in oep.uml.profile.types.generator.ui Change-Id: I71c27afb2314ca7e7fd5768f4b9bca98b1859aac Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-23Bug 515000 - [UseCaseDiagram] The actor shape should be comply with thePauline DEVILLE3-97/+17
UML norm Change-Id: I4faed5d6da6d7d40897765e25412edd184230a48 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-05-23Bug 516511 - [SequenceDiagram] a referential grid must be implementedptessier8-47/+106
for the sequence diagram. fix some problems about the grid , remains problem about the combinedfragment Change-Id: Iacb816d1b87147800dd2817ddc322919e6746ac9
2017-05-23Bug 489116: [Sequence Diagram] Modify Constraint ofCéline Janssens1-46/+42
BorderedBorderItemEditPart to send a Rectangle as expected. - Override getConstraintFor(request, GraphicalEditPart) in the Lifeline Layout Edit Policy Change-Id: Ifde3b57494a75b2b25a05f51afb04101564bfa2a Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
2017-05-23Bug 512564: [Table][Matrix] Papyrus must provide a generic way to the user ↵Vincent Lorenzo93-63/+6957
to create relationship matrix. Bug 516579: [Table][Matrix]Papyrus must provide a dedicated Property View for Matrix - provides a new nattableconfiguration file for a Generic Matrix For Relationship - provides the required changes to interprete this new configuration file - provides a dedicated property view Change-Id: Ia56b23086891614ac332ca678a0967593789f691 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-05-22Bug 516511 - [SequenceDiagram] a referential grid must be implementedptessier5-3/+141
for the sequence diagram. Conflicts: plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/referencialgrilling/ConnectRectangleToGridEditPolicy.java Change-Id: Ibc96324989d419f0176066ecda7c83249ec8d33b
2017-05-22Bug 516106: [Expressions] Papyrus must provide a developer tool to generate ↵Vincent Lorenzo21-4/+976
ExpressionCatalog for Uml profile Change-Id: I1ec67865f1d1acb6e2b1dac4ee73be02c488c31c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
2017-05-22Bug 513316 - [ActivityDiagram][DecisionNode] The property view isPauline DEVILLE1-21/+35
incomplete Change-Id: Icbfcc3d614603be868bdbecddeced2f75c207407 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-05-22Bug 512232 - [Activity Diagram][StartClassifierBehaviorAction] ThePauline DEVILLE1-37/+37
property view is invalid. Change-Id: I1b31b6b6a774ecfe9aa1de5176151b97ef5493be Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
2017-05-22Bug 516893: [Internationalization][Performances] Load ofNicolas FAUVERGUE18-235/+582
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-21Bug 515998 - [SequenceDiagram] Fix existed Tests for the Sequenceptessier7-29/+45
diagram Change-Id: I2e784e7bb0354a1f4846264e6544f462c6829e7d
2017-05-21Bug 516511 - [SequenceDiagram] a referential grid must be implementedptessier2-311/+413
Change-Id: I598a86973b5d2adcd8ab2e788a2e2d17eefd5190
2017-05-21Bug 516511 - [SequenceDiagram] a referential grid must be implementedptessier9-14/+160
for the sequence diagram. Change-Id: I225e30510db2402d0042c1a7d75c72915f7968e1
2017-05-21Bug 516866 [SequenceDiagram] Problematic undo after message creationMathilde Arnaud5-20/+47
The automatic creation of involved elements was made extending an RecordingCommand. Extending AbstractTransactionalCommand instead fixes the issues with undo/redo Change-Id: I415d1ed9115c339f4fa44909c38eb1af3c900387 Signed-off-by: Mathilde Arnaud <mathilde.arnaud@cea.fr>
2017-05-21Bug 507476 - [SequenceDiagram] Automatic creation of reply messageMathilde Arnaud5-277/+341
A reply message may be automatically created from an execution specification targeted by a synchronous message The behavior is managed by preference page Change-Id: Iac00b57015463ed2d69e2330c52a6a4bfd4e2d50 Signed-off-by: Mathilde Arnaud <mathilde.arnaud@cea.fr>
2017-05-21Bug 516622 - [TimingDiagram] this diagram must deactivated for theptessier10-54/+85
beginning of oxygen dactivate Tests Change-Id: I49bc143757adcb6ba6f0fa261a803b5db51efc7d
2017-05-19Bug 515998 - [SequenceDiagram] Fix existed Tests for the Sequenceptessier5-33/+38
diagram Change-Id: I76e124bf4f8986ca99afc4863f71d4f2e1081356
2017-05-19Bug 516865 - [Releng] [Oxygen] remove unnecessary syso/syseQuentin Le Menez9-482/+528
- update for the sequece diagram Change-Id: Iebcfa503af52d6c271252e742ee8be722fcb8795 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-19Bug 516865 - [Releng] [Oxygen] remove unnecessary syso/syseQuentin Le Menez5-18/+99
- trace support for the Alf test plugin Change-Id: I4631cf112f2738559877f9860420d3c19d6706f2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
2017-05-18Bug 516878 - [Palette] In some case palette does not appears.Mickael ADAM1-8/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=516878 Change-Id: I0065c115f8cf5478f874152e6837a29261a7a750 Signed-off-by: Mickael ADAM <mickael.adam@all4tec.net>
2017-05-18Bug 516559: Resize bevavior should not be proportionalFanch BONNABESSE1-202/+216
https://bugs.eclipse.org/bugs/show_bug.cgi?id=516559 Delete of the ratio for the resize with constrained. Add of the ratio for the resize without constrained (Hold SHIFT). Change-Id: I48edf167a4cca002cefe25743264bf73f6843af4 Signed-off-by: Fanch BONNABESSE <fanch.bonnabesse@all4tec.net>
2017-05-18Bug 483774 - Update the RCP splash screen imageFlorian Noyrit2-1268/+1027
Action: - Add the Eclipse version name (i.e. Oxygen) to the splash screen. Change-Id: I3863e01f78fed146f02de4990701e77bad6a3654

Back to the top