Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-31[521356] Fix bug when resizing an Execution to the parent limit boundsLaurent Redor2-3/+22
2017-08-25[cleanup] Add check argument message for oes.diagram.sequence.util.RangeLaurent Redor2-3/+6
2017-07-04[517917] Do not modify the lost event end cache injmallet1-25/+16
2017-03-10[cleanup] Remove redundant modifiersPierre-Charles David18-37/+37
2017-01-09[cleanup] Remove usage of (some) deprecated Draw2D methodsPierre-Charles David1-4/+4
2017-01-08[cleanup] Remove unneeded @SuppressWarnings annotationsPierre-Charles David9-41/+16
2017-01-08[cleanup] Remove useless @inheritDoc annotationsPierre-Charles David8-342/+16
2017-01-03[cleanup] Do not use Iterators.emptyIterator(), deprecated in recent Guava ve...Pierre-Charles David1-3/+2
2016-08-26[494766] Remove DView.ownedRepresentations and adapt code to compileLaurent Fasani1-1/+2
2016-08-16[cleanup] Avoid potential IllegalArgumentExceptionMaxime Porhel1-1/+8
2016-05-02[459993] MessageTranslator updated for translationSteve Monnier1-7/+1
2016-04-18[491604] Merge DRepresentationContainer into DViewMaxime Porhel1-10/+8
2016-03-01[459993] TranslatableMessage DatatypeSteve Monnier1-1/+7
2016-02-23[479153] Replace MetamodelDescriptorProvider by Metamodel..Provider2cbrun1-8/+2
2016-01-28[486654] Generate code with MM changesLaurent Fasani8-8/+8
2015-11-12[481998] Have Sequence diagram refresh check IPermissionAuthorityEsteban Dugueperoux1-41/+45
2015-10-06[479019] Introduce and use a MetamodelDescriptorProvider2 APIcbrun1-3/+9
2015-09-14[470859] Add no region validation rule for Sequence diagramMaxime Porhel1-0/+56
2015-09-03[472057] Correct checkstyle error after externalizationMaxime Porhel1-1/+2
2015-09-03[472057] Externalize translatable strings from org.eclipse.sirius.diagram.seq...Maxime Porhel39-621/+546
2015-08-19[472057] Identify non-translatable strings with NON-NLS markersPierre-Charles David24-32/+32
2015-08-19[472057] Add required infrastructure for i18nPierre-Charles David1-0/+65
2015-08-06[cleanup] Inefficient use of keySet iterator instead of entrySet oneMaxime Porhel2-10/+11
2015-04-21[461498] Systematically declare Dialect Metamodels as availablecbrun1-0/+43
2015-03-31[427247] Remove DValidableLaurent Fasani1-11/+1
2015-03-17[427247] Remove usage of DView.get{All,Referenced}RepresentationsPierre-Charles David1-1/+1
2015-02-06[458973] Minimize event ends computation during layoutMaxime Porhel3-4/+42
2015-02-06[458973] Improve ParentOperandFinder.getParentOperand(Range)Laurent Redor1-4/+14
2015-02-06[458973] Minimize calls to getVerticalRangeLaurent Redor2-15/+16
2015-02-06[458973] Minimize calls to getDiagramElementMappingLaurent Redor3-21/+31
2015-02-06[458973] Add cache in SequenceDiagramLaurent Redor6-147/+528
2015-01-12[455443] Also trigger sequence layout on bendpoints changeEsteban Dugueperoux1-10/+11
2015-01-09[455443] Avoid unnecessary calls to sequence specific layoutEsteban Dugueperoux2-29/+111
2014-12-17[455452] Add ProfileTask for this commandLaurent Redor1-1/+7
2014-12-11[cleanup] fix Checkstyle errors.Esteban Dugueperoux1-0/+5
2014-10-09[439871] Avoid dependency to GMF Runtime for a simple geometric computationPierre-Charles David1-4/+36
2014-10-07[439871] Move the diagram refresh logic down to the non-ui plug-incbrun2-4/+4
2014-06-16[434936] Factorize EObject.eResource() callsAlex Lagarde1-2/+3
2014-04-25[427247] Remove NodeMapping.createListElement()Pierre-Charles David5-45/+0
2014-04-25[427247] Remove NodeMapping.getBestStyle()Pierre-Charles David5-60/+0
2014-04-25[427247] Remove AbstractNodeMapping.getDNodesDone()Pierre-Charles David3-27/+0
2014-04-25[427247] Remove ContainerMapping.getNodesCandidates()Pierre-Charles David3-24/+0
2014-04-25[427247] Remove ContainerMapping.updateContainer()Pierre-Charles David3-30/+0
2014-04-25[427247] Remove ContainerMapping.createContainer()Pierre-Charles David3-27/+0
2014-04-17[432936] Reset the bounds flag for Message after layoutMaxime PORHEL2-4/+16
2014-04-15[429682] Use custom interface for template transformationPierre-Charles David2-4/+42
2014-04-15[429682] Remove Guava-specific Range helpers from APIPierre-Charles David11-145/+176
2014-04-14[429682] Remove oes.sequence.util.NotationPredicate from APIsPierre-Charles David13-13/+1
2014-04-14[cleanup] Remove oes.diagram.sequence.util.NotificationQueryPierre-Charles David2-31/+1
2014-04-14[429682] Remove the unused SiriusFunctions classPierre-Charles David1-61/+0

Back to the top