Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pitivi pitivi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 194
    • Issues 194
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • pitivipitivi
  • Merge requests
  • !432

ruler: Added storage of a timeline interval

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open James Coddington requested to merge james2/pitivi:timeline_interval into master May 06, 2022
  • Overview 14
  • Commits 1
  • Pipelines 2
  • Changes 4

Currently users are not able to create intervals on the timeline and developers are not able to attach any features relating to selecting an interval of the timeline.

Users would like to be able to select the timeline and developers for new features would like an easy way to access that interval.

We added new keybindings to i and o for our users to set the in and outpoints of the interval. It is stored within ruler.py in the ScaleRuler and can be accessed by calling get_interval.

#1842

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: timeline_interval