Bug 506785 - Effects options tooltips not showing for combo-boxes and checkboxes.
Summary: Effects options tooltips not showing for combo-boxes and checkboxes.
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: git-master
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-09 07:52 UTC by Gabriel Gazzán
Modified: 2025-07-09 20:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Gazzán 2025-07-09 07:52:05 UTC
The Summary pretty much says it all.
While translating I've realized a lot of the tooltips I translate never show (at least in Windows).
Combo-box and checkbox effect options are the ones I've detected...

Thanks!!
Comment 1 Jean-Baptiste Mardelle 2025-07-09 09:12:06 UTC
Git commit 61e30a99a88c65a09dad6c08a2fc114b57e65b16 by Jean-Baptiste Mardelle.
Committed on 09/07/2025 at 09:11.
Pushed by mardelle into branch 'release/25.08'.

Ensure effect parameter tooltips are correctly displayed
FIXED-IN: 25.08.0

M  +3    -0    src/assets/view/widgets/abstractparamwidget.cpp
M  +1    -0    src/assets/view/widgets/boolparamwidget.cpp
M  +1    -4    src/assets/view/widgets/buttonparamwidget.cpp
M  +0    -2    src/assets/view/widgets/clickablelabelwidget.cpp
M  +1    -5    src/assets/view/widgets/coloreditwidget.cpp
M  +3    -3    src/assets/view/widgets/doubleparamwidget.cpp
M  +2    -1    src/assets/view/widgets/effectbuttonsparamwidget.cpp
M  +0    -4    src/assets/view/widgets/fontparamwidget.cpp
M  +0    -2    src/assets/view/widgets/geometryeditwidget.cpp
M  +0    -4    src/assets/view/widgets/keywordparamwidget.cpp
M  +0    -6    src/assets/view/widgets/listdependencyparamwidget.cpp
M  +0    -4    src/assets/view/widgets/listparamwidget.cpp
M  +0    -4    src/assets/view/widgets/multiswitchparamwidget.cpp
M  +0    -3    src/assets/view/widgets/positioneditwidget.cpp
M  +0    -4    src/assets/view/widgets/slidewidget.cpp
M  +0    -3    src/assets/view/widgets/switchparamwidget.cpp
M  +0    -3    src/assets/view/widgets/urllistparamwidget.cpp
M  +0    -4    src/assets/view/widgets/urlparamwidget.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/61e30a99a88c65a09dad6c08a2fc114b57e65b16
Comment 2 Gabriel Gazzán 2025-07-09 20:30:38 UTC
Thank you! :)
Comment 3 Gabriel Gazzán 2025-07-09 20:45:07 UTC
Confirmed it works well now. 👌