Bug 357758 - git master - New render widget: double-clicking profile headers both opens save profile window and THEN expands category list -- should do either or.
Summary: git master - New render widget: double-clicking profile headers both opens sa...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-09 18:46 UTC by Unknown
Modified: 2016-04-03 18:12 UTC (History)
2 users (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-01-09 18:46:06 UTC
I think this could be an issue when running Kdenlive on non-KDE desktops in general (I believe the effect widget does the same thing with its categories), but in the new render widget, single-clicking the name of the render profile header (containing all of the render profiles in its section) itself won't expand the list; only single-clicking the "expand" arrow to the left of it. Double-clicking the name, however, will open a "Save Profile" dialog box. When I click cancel, the dialog box closes, and the list THEN expands.

Like I said, I think the effects widget does this also (in KDE, single-clicking the name of the effect category will expand the list, in contrast to running GNOME where you need to double-click it to expand the list).

SOLUTION: if possible, would suggest it so that single-clicking the render profile names in the new widget will expand the list, and double-clicking will open up the save profile dialog box.

Reproducible: Always

Steps to Reproduce:
1. Open render widget in Kdenlive

Actual Results:  
Single-clicking only highlights the render profile header name. Double-clicking the render profile header name opens up the Save Profile dialog box, THEN expands the list after the dialog box closes.

Expected Results:  
Single-clicking expands the list, while double-clicking opens the dialog box.

Tested with Kdenlive-git 15.13.0.r6880.0a36960-1 on Antergos Linux x64 running GNOME 3.18.
Comment 1 Unknown 2016-03-08 21:13:15 UTC
This issue is still present in the latest git master build.
Comment 2 Unknown 2016-03-30 16:54:06 UTC
This issue is still present in the latest git master build from Kdenlive-master ppa for Ubuntu.
Comment 3 Jean-Baptiste Mardelle 2016-03-30 20:54:22 UTC
Git commit c351c991f41980b0d628de9486e3d0504b497cf8 by Jean-Baptiste Mardelle.
Committed on 30/03/2016 at 20:53.
Pushed by mardelle into branch 'Applications/16.04'.

Don't offer save profile when double click a category in render widget

M  +4    -0    src/dialogs/renderwidget.cpp

http://commits.kde.org/kdenlive/c351c991f41980b0d628de9486e3d0504b497cf8
Comment 4 Unknown 2016-04-03 18:12:22 UTC
Looks like this has been fixed in the latest git master build via the kdenlive-master ppa. Works great! Marking this bug as resolved. Thanks JB!