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.05Sep432129Aug282726252076531Jul302928242322211110727Jun23181211330May23224Apr11424Mar21181711106326Feb191714121065328Jan2722141318Dec1720Nov11611Oct927Sep262523201716136230Aug2814129753231Jul3029282221201918141110432126Jun2424May2221176Apr27Mar128Feb21191512116431Jan302825242322211817161514131110975328Dec12114328Nov2221201998723Oct9821Sep30Aug7231Jul272625171613121110953230Jun2114731May30252421972130Apr26171026Mar242322141365329Feb24222014732131Jan302725242319181716131210975432130Dec2827222120191816151413121110965- Ensure that independently of the currently selected model element type, annotations are shown for the entire sub-model below the IProjectRoot element above that currently selected model element. E.g., in the LA, show annotations for Channels in case a Component is currently selected- Allow empty name prefix for multi-instance annotations- SingleEStructuralFeatureValueProvider -> EStructuralFeatureValueProvider (can optionally handle multiple EStructuralFeatures contained in a specification)- ComboBoxEditingSupport / value providers- Avoid potential cast error- Enable filtering of rows (component names) and columns (annotation names)- Add comparator that sorts rows according to hierarchy level. Elements within one hierarchy level are sorted by name.Fix NPE when deleting components while the Annotation view is visible:- Prevent NPE by checking type before casting- Remove unneeded dispose() method (see last commit)- Fix disposal of CreateAnnotationInstanceColumn's "create" Button by installing a DisposeListener- Sort columns alphabetically using a TreeSet of the newly introduced ColumnHandles.- IAnnotationValueProviderDerivedAnnotationBase -> IDerivedAnnotation<T>Introduce "derived" annotation, i.e. based on calculations instead of explicit annotations / model contents can be implemented- Provide non-recursive, correct implementation of type-based annotation entry filterEnsure update of annotation view in case of external- Enable editing of component names from GenericAnnotationView- Move column label provider displaying the model element names in the first column to a dedicated class ElementNameLabelProvider- Introduce AnnotationEditingSupportBase class- Apply <underlying EMF Factory>.createFromString() to all String input in order to ensure conversion for input received e.g. from TextCellEditors on all code paths- Fix build with JDK 1.6 which is used on the build server- Install {@link Adapter} to watch for the addition or removal of model elements to/from elements visible in this {@link AnnotationViewPartBase} (to trigger according updates).Add support for IAnnotatedSpecifications for which multiple instances can exist:Finalize annotation framework overhaul- Revise and document IAnnotationValueProvider API and add some TODOs for further refinement- Introduce sub packages for annotation framework (see org.fortiss.tooling.base.ui.annotation -> package.html for documentation)- IAnnotationValueProvider- selectionChanged(): Clear annotationSpecColumns map in order to ensure redraw of columnsYELLOWREDYELLOW for reviewREDGREENGREENGREENYELLOWGREENfix of failures: was again due to the EMF annoying thing of forcing non-duplicates in function argumentsGREEN
Loading