| Summary: | Fit Zoom to Project do not change zoom level | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Pierre Nerzic <pierre.nerzic> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | fritzibaby |
| Priority: | NOR | Flags: | fritzibaby:
Brainstorm+
|
| Version First Reported In: | 19.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/kde/kdenlive/commit/c9c828b44794a8327b0c3da45c004023c82a00a5 | Version Fixed/Implemented In: | 19.12 |
| Sentry Crash Report: | |||
|
Description
Pierre Nerzic
2019-10-26 10:58:25 UTC
Tested with Windows and AppImage 19.08.2. It works as expected. Please try with the current Kdenlive AppImage version 19.08.2b to see if there are any packaging issues https://files.kde.org/kdenlive/release/ If the problem/issue doesn't occur when using the AppImage, then it's your configuration or packaging. Hi, As I wrote in my report, I tested with the latest image, kdenlive-19.08.2b-x86_64.appimage, but this was on Linux Debian stable, not on Windows. It might be the reason of my problem. On Linux, there is no "connection" between the zoom slider and the menu "Timeline/Fit zoom to project", the latter does not update the former. I just checked this again. Many thanks for your help Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I finally experimented KDenlive 19.08.3.exe on Windows, it is the very same problem : - when I use the menu "Timeline/Fit zoom to project", there is no change in the slider at the bottom right of the screen. So, this is not related to Linux or Windows. There is something missing in the chain of actions of this menu item. Thanks for investigating further... After little research on the sources: - Both menu and bottom toolbar button are connected to void TimelineWidget::slotFitZoom() at https://github.com/KDE/kdenlive/blob/184a0616638707a505e0ce290b666bea1a286c4f/src/timeline2/view/timelinewidget.cpp#L159 - This method computes the scale factor, then calls TimelineController::setScaleFactorOnMouse() at https://github.com/KDE/kdenlive/blob/184a0616638707a505e0ce290b666bea1a286c4f/src/timeline2/view/timelinecontroller.cpp#L195 The latter calls emit scaleFactorChanged(); but not emit updateZoom(scale);. Is it the reason of the problem? Best regards, Pierre Sorry. I see what you mean. Confirmed: The zoom slider doesn't adjust according "Fit Zoom to Project". Thanks for the investigation. I'll make the dev aware of the issue. Git commit c9c828b44794a8327b0c3da45c004023c82a00a5 by Jean-Baptiste Mardelle. Committed on 21/11/2019 at 06:44. Pushed by mardelle into branch 'release/19.12'. Fix zoom slider not updating after zoom-fit M +2 -0 src/timeline2/view/timelinewidget.cpp https://invent.kde.org/kde/kdenlive/commit/c9c828b44794a8327b0c3da45c004023c82a00a5 Thank you for contribution and pointing to the source code. Hi all, Good news, I checked the nightly build #365 and it looks like this bug has been fixed. This ticket can be closed now. Many thanks for your huge work on kdenlive |