Skip to content

ruler.py: Refactored out timeline elements from the original ScaleRuler

Chris Wieskamp requested to merge chris.wieskamp/pitivi:mark_and_park into master

Currently, the ScaleRuler is unique to a Pitivi instance. The ScaleRuler displays a precise time and frame in reference to a playhead.

Since the ScaleRuler is unique to the application, an additional ruler cannot be made that is not tied to the original ruler.

To resolve this issue, the timeline and pipeline functionality has been refactored out of ScaleRuler into a child class, TimelineScaleRuler. This will allow for additional ScaleRuler's to be created within a Pitivi instance.

Progress toward Issue #2395

Edited by Alexandru Băluț

Merge request reports