Bug 356315 - 15.13 git master: support split view in project monitor similar to split view in clip monitor
Summary: 15.13 git master: support split view in project monitor similar to split view...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-05 18:02 UTC by Wegwerf
Modified: 2016-04-17 16:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wegwerf 2015-12-05 18:02:52 UTC
The clip monitor has a "split view" icon in its tool bar along its bottom. In contrast, the project monitor doesn't have a "split view" icon it its tool bar. For reasons of similarity and thus user expectation wouldn't it be better to have the same tool icons in both monitor as long as they make sense in a particular monitor?

Reproducible: Always
Comment 1 Wegwerf 2016-01-24 21:37:26 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.
Comment 2 Wegwerf 2016-01-24 21:39:17 UTC
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.
Comment 3 Jean-Baptiste Mardelle 2016-02-19 13:48:55 UTC
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
Comment 4 Wegwerf 2016-02-19 14:14:52 UTC
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!
Comment 5 Wegwerf 2016-04-17 16:24:52 UTC
Can be closed now; works great!