Skip to content
Snippets Groups Projects
  1. Oct 10, 2016
    • Simon Barner's avatar
      - Apply context menu action only to currently visible annotations (i.e., respect annotation filter) · fc95c825
      Simon Barner authored
      - Add TODO to change interface of IAnnotationValueProvider::getContextMenuEntries(): The method should be based on another method in IAnnotationValueProvider that returns a <String, BiConsumer> whose BiConsumer defines the action to apply to a single annotation entry. This ensures uniform iteration over the affected annotation entries, while providing the flexibility to enable custom iteration schemes
      - Minor cleanup
        - Perform all modifications of an action in a single command
        - Re-update of annotation view only it was enabled before issuing the command 
      refs 2361
      fc95c825
    • Alexander Diewald's avatar
      Initial implementation: Provide control to apply value to multiple rows. · 5d6e73cb
      Alexander Diewald authored
      - Extend the IAnnotationValueProvider interface to include a method that returns a list of context menu entries with associated actions. The default implementation returns an empty list (implemented in the default interface method). This allows existing annotation value providers to add some default context menu actions by implementing an additional interface while existing AnnotationValueProviders do not need to be adjusted.
      - Add an additional descriptor class "AnnotationInstSpec" that allows to uniquely identify the Annotation (& instanceKey) shown as columns in the annotation view. It has been abstracted from the class ColumnHandle.
      - Add a method to the AnnotationLabelProvider that allows to query the Annotation for which it has been constructed.
      - Extend the GenericAnnotationView to display a context menu for "annotation columns". The content of the context menu is specified by the AnnoationvalueProvider.
      - Implement a context menu entry in the interface DefaultAnnotationContextActions that is implemented by the EnergyConsumptionValueProvider.
      refs 2361
      5d6e73cb
    • Vincent Aravantinos's avatar
      applies the fix discussed in jour fixe · 52a950e2
      Vincent Aravantinos authored
      refs 2533
      52a950e2
    • Vincent Aravantinos's avatar
      fixed · 2c514fd9
      Vincent Aravantinos authored
      refs 2533
      2c514fd9
  2. Sep 07, 2016
  3. Aug 26, 2016
  4. Jul 27, 2016
  5. Jul 25, 2016
  6. Jul 04, 2016
  7. Jul 01, 2016
  8. Jun 14, 2016
  9. Jun 13, 2016
  10. Jun 07, 2016
  11. Jun 06, 2016
  12. May 24, 2016
  13. May 23, 2016
  14. May 20, 2016
  15. May 19, 2016
  16. Apr 25, 2016
  17. Mar 18, 2016
  18. Mar 10, 2016
  19. Mar 09, 2016
  20. Mar 07, 2016
  21. Mar 01, 2016
Loading