Re-implement timeline selection
The current mechanism for selecting timelines is not very robust, since two independent things must always be done:
- Setting the
select
field of the selected timeline toTrue
and of all other timelines toFalse
. - Setting the
selected_timeline
of the time pane to the selected timelines.
We must find a way to have a single mechanism for that.