Summary: | git master - issues with new Clip Properties Widget | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Unknown <null> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cpigat242, null, snd.noise |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Unknown
2016-04-03 19:08:31 UTC
One last comment regarding issue #5 - if you'd prefer to keep the Clip Properties button in the Project Bin an "enable/disable" button, I might consider changing the tooltip name to "Show Clip Properties" and "Hide Clip Properties", rather than just "Clip Properties". Makes its function a little more understandable from the start. Git commit d062e478643e2cba3a1298e984575ae8cc650513 by Jean-Baptiste Mardelle. Committed on 03/04/2016 at 20:02. Pushed by mardelle into branch 'Applications/16.04'. Make clip properties widget use scrollbar so that size is not changed Add clip name on top M +5 -15 src/bin/bin.cpp M +2 -1 src/bin/bin.h M +1 -0 src/bin/projectclip.cpp M +0 -3 src/mainwindow.cpp M +29 -20 src/mltcontroller/clippropertiescontroller.cpp M +4 -1 src/mltcontroller/clippropertiescontroller.h http://commits.kde.org/kdenlive/d062e478643e2cba3a1298e984575ae8cc650513 related to this: https://bugs.kde.org/show_bug.cgi?id=356629 Farid, can you use the latest git master build and test? Now that it uses a scrollbar, the layout doesn't resize when you double-click to open the clip properties widget. fixed. Sweet, Farid! Also, JB, it looks like #4 in the OP was addressed and implemented. Thanks for that! However, there is still an issue: when the Clip Properties widget and the Project Bin widget are grouped together, double-clicking a clip in the Project Bin still makes the Clip Properties widget close/disappear and open/re-appear. When the Clip Properties widget is on its own in the layout or is grouped to a different set of widgets, this issue isn't present. Git commit 81539c5f7a8b9eb2013157040c931b1d8a84f887 by Jean-Baptiste Mardelle. Committed on 12/04/2016 at 07:27. Pushed by mardelle into branch 'Applications/16.04'. Improve layout on first start, fix clip properties behavior M +14 -5 src/bin/bin.cpp M +2 -0 src/bin/bin.h M +18 -4 src/mainwindow.cpp M +2 -0 src/mainwindow.h http://commits.kde.org/kdenlive/81539c5f7a8b9eb2013157040c931b1d8a84f887 Works just fine now. Thanks JB! Marking this bug as fixed/resolved. |