| Summary: | 15.13 git master: support split view in project monitor similar to split view in clip monitor | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Wegwerf <wegwerf-1-2-3> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | wegwerf-1-2-3 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Wegwerf
2015-12-05 18:02:52 UTC
This bug is related to https://bugs.kde.org/show_bug.cgi?id=356314, yet not the same. As "split view" in project monitor has been renamed to "multitrack view", this should get a different icon anyway. I'm renaming this bug report to clearify the situation: please provide also a split view in the project monitor in the same way the clip monitor works: showing both side-by-side the rendered output without any effect as well as with all effects applied. An implementation hurdle may be that split view in project monitor needs two rendering flows: one without any effects, and the one with all effects. Git commit 061d6b2a34f1df054e8373bb2db227f5527a3e99 by Jean-Baptiste Mardelle. Committed on 19/02/2016 at 13:48. Pushed by mardelle into branch 'master'. Move split effect feature from monitor to effect stack, now also works in timeline M +34 -1 src/effectstack/effectstackview2.cpp M +9 -6 src/effectstack/effectstackview2.h M +17 -0 src/mainwindow.cpp M +3 -0 src/mainwindow.h M +72 -73 src/monitor/monitor.cpp M +8 -6 src/monitor/monitor.h M +11 -2 src/project/effectsettings.cpp M +2 -0 src/project/effectsettings.h M +4 -0 src/project/projectmanager.cpp M +14 -0 src/timeline/customtrackview.cpp M +3 -0 src/timeline/customtrackview.h M +68 -8 src/timeline/timeline.cpp M +8 -0 src/timeline/timeline.h http://commits.kde.org/kdenlive/061d6b2a34f1df054e8373bb2db227f5527a3e99 Jean-Baptiste, this way too cool! Works like a charm. Just tried it on an existing project and this is really a great Kdenlive improvement. Thank you very much for implementing this! Can be closed now; works great! |