| Summary: | Marker created from Project Note is created at 00:00:00:00 instead of what the timecode is in the note | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Bernd <berndmj> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 24.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/kdenlive/-/commit/69950f0c64d71bbd34bf069125b03926c47b7f6f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Bernd
2024-09-05 22:24:00 UTC
Git commit a6bb266ec33ed56476c2d6d5e1dc7427285e5ac4 by Jean-Baptiste Mardelle. Committed on 06/09/2024 at 10:46. Pushed by mardelle into branch 'master'. Fix adding marker from project notes always adds it at 00:00 M +16 -7 src/core.cpp M +1 -1 src/core.h M +16 -5 src/project/dialogs/noteswidget.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/a6bb266ec33ed56476c2d6d5e1dc7427285e5ac4 Git commit e61520c2e0dd2078761d0e72b6de34b69338df3c by Jean-Baptiste Mardelle. Committed on 06/09/2024 at 12:43. Pushed by mardelle into branch 'release/24.08'. Fix adding marker from project notes always adds it at 00:00 M +16 -7 src/core.cpp M +1 -1 src/core.h M +16 -5 src/project/dialogs/noteswidget.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/e61520c2e0dd2078761d0e72b6de34b69338df3c I can confirm it works now. Thanks, JBM! The feature "Reassign selected timecodes to current bin clip" only creates a marker at position "00:00:00:00" of the current bin clip not taking the timecode into account. The bin clip name is correctly brought into the note. Git commit 69950f0c64d71bbd34bf069125b03926c47b7f6f by Jean-Baptiste Mardelle. Committed on 09/09/2024 at 18:28. Pushed by mardelle into branch 'release/24.08'. Fix reassigning timecode to project clip M +7 -1 src/project/notesplugin.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/69950f0c64d71bbd34bf069125b03926c47b7f6f |