Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • 1326
  • 3341-refactor_DataBindingUtils
  • 3396-developer_documentation
  • 3417
  • 3427-Rate-Models
  • 3553
  • 3583
  • 3620
  • 3642
  • 3712
  • 3746
  • 3767
  • 3767-cleanup-dependencies
  • 3870_delegating_factories
  • 3872-Add_auto-layout
  • 3873
  • 3899
  • 390
  • 3922
  • 4018
  • 2.26
  • 2.25
  • 2.24
  • 2.22
  • 2.20
  • 2.16
  • 2.14
27 results
Created with Raphaël 2.2.01Jun21May20730Apr24161097131Mar2725241817161223Feb20161296543229Jan28272623222115141312818Dec1716151211108543226Nov2521201917141312109324Oct62130Sep292415121110985432129Aug282726252076531Jul302928242322211110727Jun23181211330May23224Apr11424Mar21181711106326Feb191714121065328Jan2722141318Dec1720Nov11611Oct927Sep262523201716136230Aug2814129753231Jul3029282221201918141110432126Jun2424May2221176Apr27Mar128Feb21191512116431Jan302825242322211817161514131110975328Dec12114328Nov2221201998723Oct9821Sep30Aug7231Jul272625171613121110953230Jun2114731May30252421972130Apr26171026Mar242322141365329Feb24222014732GREENcode review YELLOWRenaming of pasted elements now works for every INamedElement.- Ensure that in each session, the hint how to create new connections is displayed until the user has managed to create three of them.multi line field for the guardYELLOWfixedYellowcanPaste is checked inside canPasteInto to forbid pasting stated inside other states selected in the editor.canPaste was added into ISpeciallyCopyiableYellow; Migration of 4D DSE Visualization to new DSE perspective- Ignore update of IDs that may be triggered massively when saving a model that contains a lot of generated artifacts for which IDs are typically not assigned.- Fix error message- Delete also resources that contain references to the resource managed by the kernel (e.g., the AF3 project)attempt to fix AF3 on Win8.1- Use IdentityHashMap instead of TreeMap that uses the identity hashes to order objects.- Prefer the potentially a bit less efficient but safer Display.getDefault.syncExec() over Display.getDefault.asyncExec() to avoid NPEs triggered by model modifications- Ensure that UI updates triggered from EMF notification mechanism are executed in the UI context (using Display.getDefault.asyncExec())- Avoid NPE in getEStructuralFeature()- Support sharing the ResourceSet used to load models managed by the kernel with additional model files (e.g., models, that are linked to the model managed by the kernel using IDs)- Move IdConsistencyChecker and IdUniquenessChecker since it is a generic functionalityEnsure that kernel is not aware of any products built based on it:getLabelForValue():temporary quickfix for smartfitbugfix in commentYELLOWfixed widget disposed exception in dse visualizationpreparation in the model binding service- Add IAnnotationValueProvider.isHidden() that allows to hide annotations from any view (useful for internal attributes that should not be exposed to the user). Default = false- Add instantiateAnnotationsRecursive(IModelElement element)- Prevent pollution of AnnotationEntry <-> IModelElement cache via instantiateAnnotations(final IModelElement element) (which might be invoked from model transformations). I.e., the cache is only updated, when the AnnotationEntries are queried from the GUI context.- Move RemoveUnknownFeatureMigrationProviderBase to org.fortiss.tooling.kernel.extension.base- Add RemoveUnknownFeatureMigrationProviderBase, a base class for {@link IMigrationProvider}s to selectively remove unknown features from a model.- Instead of iteration over the entire model for each IIdLabeled element whose ID is to be checked for consistency and uniqueness, register the constraint checker for the FileProject and do each of the checks in one pass.- Add prefix "generated-" for directories of generated edit and editor code (not used in default AF3 distribution)Problem description:- GSNPositionedEditPartBase*: Avoid code duplication by pushing refreshDecorationFigure() to PositionedEditPartBaseGREEN
Loading