Skip to content

Refactor keyframe type related code

aisuneko icecat requested to merge aisuneko/kdenlive:aisuneko into master
  • Refactor code related to the Keyframe Types menu to allow dynamically creating their associated QAction handles grouped in a QMap, and for ease of access
  • Add a KeyframeTypeNames map as an interface to keyframe type variables
  • Add tooltips indicating current keyframe type while hovering over keyframes in KeyframeView. Example: image

(My first pull request as a starting point for my SoK24 project; not quite sure if this is the way to do it so any suggestions are appreciated)

Edited by aisuneko icecat

Merge request reports