Bug 366144 - git master - Project bin doesn't automatically switch to Clip Properties widget when "Clip Properties" option is clicked.
Summary: git master - Project bin doesn't automatically switch to Clip Properties widg...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Mint (Ubuntu based) Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 21:45 UTC by Unknown
Modified: 2016-07-26 22:14 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2016-07-26 21:45:54 UTC
I think the behavior of the Clip Properties widget is much more congruent with Kdenlive thanks to a recent commit, but there's a bug - at least I think - in the new changes: right-clicking on a clip in the Project Bin, then selecting "Clip Properties" should, I believe, switch the active widget to the Clip Properties widget, displaying the properties of the corresponding clip.

Reproducible: Always

Steps to Reproduce:
1. Right-click on Video/Image/Sound clip in Project Bin
2. Select "Clip Properties"

Actual Results:  
Nothing happens.

Expected Results:  
Clip Properties widget becomes the active widget, showing the properties of the corresponding clip selected.

Bug discovered while using Kdenlive git master build via ppa:kdenlive/kdenlive-master.

Linux Mint 18 x64 (Ubuntu base), Cinnamon 3.0.7 desktop environment.

KDE Frameworks 5.18.0.
Comment 1 Jean-Baptiste Mardelle 2016-07-26 21:52:42 UTC
If the clip properties widget is tabbed under the bin widget, it does not pop up. This was implemented some time ago because it feels strange to make the current bin widget "disappear" on double clicking a clip (which does the same as context menu > Clip Properties).

However with the new behavior, maybe it's better to make the properties dialog pop up even if it hides the Bin widget... I think you are right, fixing it right now.
Comment 2 Jean-Baptiste Mardelle 2016-07-26 21:53:47 UTC
Git commit 71dbf637b09250ad799eb057e66bb55505c80426 by Jean-Baptiste Mardelle.
Committed on 26/07/2016 at 21:53.
Pushed by mardelle into branch 'Applications/16.08'.

Make Clip Properties panel raise even if it was under Project Bin

M  +3    -4    src/bin/bin.cpp

http://commits.kde.org/kdenlive/71dbf637b09250ad799eb057e66bb55505c80426
Comment 3 Unknown 2016-07-26 22:14:12 UTC
Definitely, completely understand for past configurations and behaviors. I do like the way things are progressing now. I'll test once the updated pops up in the ppa.