Make the attribute Timeline.name a @property
In its @setter, automatically set the attribute name
of the associated TimelineTitle
. This will simplify the code in Timeline.edit_properties
(see also issue #132 (closed), since the code in this method will probably move into TimelineDialog
).