| Summary: | Wrong leading thumbnail when clip and project profiles differ | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Ilia Lilov <lilovil> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lilovil |
| Priority: | NOR | ||
| Version First Reported In: | git-master | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=395056 | ||
| Latest Commit: | https://invent.kde.org/kde/kdenlive/commit/5d12b66c247d60967db1d10b958919ec9eeb9f49 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Ilia Lilov
2019-12-04 04:24:10 UTC
Git commit 5d12b66c247d60967db1d10b958919ec9eeb9f49 by Jean-Baptiste Mardelle. Committed on 04/12/2019 at 12:04. Pushed by mardelle into branch 'release/19.12'. Fix video thumbnails from previous project showing up. Various crash fixes on exit or project close. M +2 -0 src/bin/bin.cpp M +5 -1 src/jobs/audiothumbjob.cpp M +2 -2 src/jobs/cachejob.cpp M +7 -2 src/jobs/jobmanager.cpp M +1 -0 src/jobs/meltjob.cpp M +2 -0 src/project/projectmanager.cpp M +1 -4 src/timeline2/view/qml/Clip.qml M +2 -2 src/timeline2/view/qml/ClipThumbs.qml M +0 -5 src/timeline2/view/qmltypes/thumbnailprovider.cpp M +0 -1 src/timeline2/view/qmltypes/thumbnailprovider.h M +4 -1 src/timeline2/view/timelinewidget.cpp M +19 -1 src/utils/thumbnailcache.cpp M +3 -0 src/utils/thumbnailcache.hpp https://invent.kde.org/kde/kdenlive/commit/5d12b66c247d60967db1d10b958919ec9eeb9f49 |