Skip to content
Snippets Groups Projects
  1. Oct 23, 2017
    • Florian Hölzl's avatar
      GREEN. · 02e06b5e
      Florian Hölzl authored
      refs 2983
      02e06b5e
    • Simon Barner's avatar
      Unify implementation of generic boolean checkbox table editor and annotation... · 2f8fa12c
      Simon Barner authored
      Unify implementation of generic boolean checkbox table editor and annotation view-specific implementation
        - Eliminate org.fortiss.tooling.base.ui.annotation.editingsupport.BooleanCellEditor since instead of showning an editor, the icon visualizing the checkbox state is toggled.
        - Rename org.fortiss.tooling.base.ui.annotation.editingsupport.EmulatedNativeCheckBoxLabelProvider -> CheckBoxLabelProviderInsteadSubclassing. It is based on static utility methods provided by org.fortiss.tooling.base.ui.tablecell.CheckBoxLabelProvider (subclassing is not possible due to conflicting required base classes).
      refs 2268
      
      2f8fa12c
  2. Oct 18, 2017
  3. Oct 17, 2017
  4. Oct 12, 2017
  5. Oct 10, 2017
  6. Oct 09, 2017
  7. Sep 19, 2017
  8. Sep 11, 2017
  9. Sep 08, 2017
    • Simon Barner's avatar
      Introduce "ModelEditorNotAvailableBinding" · c87dc9a3
      Simon Barner authored
        - It can be used to specify that for a particular model element no editor is available.
        - This avoids that ModelEditorBindingService further walks up the model hierarchy to look for an editor that is registered for one of the ancestors. Currently, this had the the effect that for a model element without explicit editor, the project configuration editor (that is registered for the root element "FileProject") has been opened
      
      Use the the new ModelEditorNotAvailableBinding mechanism for the following model elements
        - SystemSchedule
        - AllocationTableCollection
        - SafetyArgumentationPackage
      refs 3048
      c87dc9a3
  10. Sep 02, 2017
  11. Sep 01, 2017
  12. Aug 25, 2017
  13. Aug 07, 2017
  14. Aug 04, 2017
  15. Jul 17, 2017
  16. May 26, 2017
    • Simon Barner's avatar
      - Enable automatic layouter only for diagrams without rounded edges, which is... · 74a4199f
      Simon Barner authored
      - Enable automatic layouter only for diagrams without rounded edges, which is the case if none of the positions of the connected connectors is specified using an angle (i.e., in particular also if the model does not contain any connectors, or none of the connectors is connected to a connection).
      - getContributedItems(): Use shortcut style when checking conditions, i.e. return dedicated value at as soon as possible, instead of using nested ifs
      refs 2898
      
      74a4199f
  17. May 24, 2017
  18. May 22, 2017
  19. May 19, 2017
    • Alexander Diewald's avatar
      - Add parser interface for exploration expression language (visitor). This... · 55076de7
      Alexander Diewald authored
      - Add parser interface for exploration expression language (visitor). This includes an additional EOperation for IExpressions to accept visitors.
      - Implement a base class for expression evaluators.
      - Add a Deployment validator that performs an evaluation against a given ExplorationSpecification and which uses expression evaluator base class.
      - Add a context menu entry to launch the Deployment validation.
      - Add two Utility methods to handle integer and floating point numbers.
      refs 2960
      
      55076de7
    • Simon Barner's avatar
      - Code style (no functional change) · 63986b6b
      Simon Barner authored
      refs 2898
      63986b6b
Loading