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.03Aug22Jul163223Jun1198532121May20730Apr24161097131Mar2725241817161223Feb20161296543229Jan28272623222115141312818Dec1716151211108543226Nov2521201917141312109324Oct62130Sep292415121110985432129Aug282726252076531Jul302928242322211110727Jun23181211330May23224Apr11424Mar21181711106326Feb191714121065328Jan2722141318Dec1720Nov11611Oct927Sep262523201716136230Aug2814129753231Jul3029282221201918141110432126Jun2424May2221176Apr27Mar128Feb21191512116431Jan302825242322211817161514131110975328Dec12114328Nov2221201998723Oct9821Sep30Aug7231Jul272625171613121110953230Jun2114731May30252421972130Apr26171026Marfixrefactored- If the creation of new annotations should be wrapped into a command, but the annotation already exists, avoid the usage of a command and just directly return the (already existing) annotation.small refactoring- Fix comment- Include "Properties" view in StoragePerspective- Use constants in IPageLayout instead of hard-coded String constants to configure views for StoragePerspective.- Since partClosed() is triggered when any IWorkBenchPart is closed, the current implementation erroneously removes the EditorActivationListener even if any other view but the "Model Elements" view is closed.- Avoid usage of deprecated version of KernelModelElementUtils.getParentElement()- Avoid java.lang.IllegalStateException because EditorActivationListener tries to update the input of LibraryView's TreeViewer widget after it has been closed (disposed)improve commentYELLOW- Avoid NPE by considering that the "root" element can be null while an annotated object is deleted getParentElement behaviourfixed getParentElement behaviourYELLOW, fixed the warningsmade the moves follow the gridfixedremoved field T modelElement and changed everything to getModel()- When inserting copies of objects as a result of a copy&paste operation, the inserted model elements is shifted by an offset. This gives visual feedback to the user that the paste operation has actually been performed.issue solvedYELLOW- doCompositorBasedDelete(): Sort list of deletion targets such that object whose eContainer() is not contained in 'targets' are deleted first (e.g., free connectors in hierarchical element models).GREENcode 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
Loading