Skip to content

Re-implement timeline selection

The current mechanism for selecting timelines is not very robust, since two independent things must always be done:

  1. Setting the select field of the selected timeline to True and of all other timelines to False.
  2. Setting the selected_timeline of the time pane to the selected timelines.

We must find a way to have a single mechanism for that.