Replace option in the contextual menu
Bug #510755 reported by
Olivier Girard
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Medium
|
Unassigned |
Bug Description
In the contextual menu have same like remove another option replace the clip keeping all the parameters.
Related branches
lp://staging/~fincha/openshot/andy-1.2
- Jonathan Thomas: Pending requested
-
Diff: 939 lines (+627/-19) (has conflicts)14 files modifiedopenshot/classes/clip.py (+76/-1)
openshot/classes/project.py (+21/-0)
openshot/classes/thumbnail.py (+19/-7)
openshot/effects/bass.xml (+23/-0)
openshot/effects/treble.xml (+22/-0)
openshot/windows/AddFiles.py (+53/-5)
openshot/windows/FileProperties.py (+13/-0)
openshot/windows/ImportTransitions.py (+138/-0)
openshot/windows/MainGTK.py (+75/-4)
openshot/windows/TreeTransitions.py (+28/-1)
openshot/windows/preferences.py (+3/-1)
openshot/windows/ui/ImportTransitions.ui (+134/-0)
openshot/windows/ui/Main.ui (+9/-0)
openshot/windows/ui/Main_clip_properties.ui (+13/-0)
Changed in openshot: | |
importance: | Undecided → Wishlist |
milestone: | none → 1.1.0 |
Changed in openshot: | |
importance: | Wishlist → Low |
Changed in openshot: | |
milestone: | 1.1.0 → 1.2.0 |
Changed in openshot: | |
assignee: | nobody → Andy Finch (fincha) |
status: | New → In Progress |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Maybe if we added a drag and drop modifier key, dropping a clip from the list of imported files to an existing clip while holding a certain modifier key will replace that clip's file with the one that was dragged on to it. Just a suggestion