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