transitions/effects/themes/templates in .openshot
Bug #510708 reported by
Olivier Girard
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
High
|
Unassigned |
Bug Description
When the user adds new files in this differents categories, it's more simple for him to put in the .openshot folder.So i don't use the root laws.
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 → Medium |
Changed in openshot: | |
assignee: | nobody → Andy Finch (fincha) |
Changed in openshot: | |
milestone: | 1.1.0 → 1.2.0 |
Changed in openshot: | |
status: | New → In Progress |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I'm not sure whether to include support for user created effects. Transitions are easy as they are just an image file. For effects, we are relying on the user creating a properly crafted .xml file, and also an icon to represent the effect. I'm thinking that problems due to incorrectly crafted xml files, or uses getting the icons wrong or mixed up could introduce problems we don't want to deal with.