Summary: | Port tool from QtAv to Qt6Multimedia API to play audio tracks. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Stefan Haag <stefan.haerle> |
Component: | Plugin-Generic-Presentation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, stefan, twessel |
Priority: | NOR | ||
Version: | 8.2.0 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/04eea8099151204df77a4a7f283d1524b60c81bd | Version Fixed In: | 8.2.0 |
Sentry Crash Report: |
Description
Stefan Haag
2011-07-18 18:14:11 UTC
*** Bug 130786 has been marked as a duplicate of this bug. *** See also "Bug 262637 - Allow to save advanced slideshow and launch it directly" *** This bug has been marked as a duplicate of bug 262637 *** Git commit 80c6b69af7df4f1de723e694e0215e358fb061f0 by Gilles Caulier. Committed on 27/11/2023 at 09:38. Pushed by cgilles into branch 'master'. port to Qt6::Multimedia M +13 -1 core/dplugins/generic/view/presentation/CMakeLists.txt M +90 -9 core/dplugins/generic/view/presentation/audio/presentationaudiolist.cpp M +22 -1 core/dplugins/generic/view/presentation/audio/presentationaudiolist.h https://invent.kde.org/graphics/digikam/-/commit/80c6b69af7df4f1de723e694e0215e358fb061f0 Git commit 04eea8099151204df77a4a7f283d1524b60c81bd by Gilles Caulier. Committed on 27/11/2023 at 11:33. Pushed by cgilles into branch 'master'. port Presenation Tool audio part to Qt6Multimedia FIXED-IN: 8.2.0 M +1 -1 core/dplugins/generic/view/presentation/CMakeLists.txt M +1 -1 core/dplugins/generic/view/presentation/audio/presentation_audiopage.cpp M +3 -1 core/dplugins/generic/view/presentation/audio/presentation_audiopage.h M +1 -1 core/dplugins/generic/view/presentation/audio/presentationaudiolist.cpp M +1 -1 core/dplugins/generic/view/presentation/audio/presentationaudiolist.h M +186 -20 core/dplugins/generic/view/presentation/audio/presentationaudiowidget.cpp M +26 -3 core/dplugins/generic/view/presentation/audio/presentationaudiowidget.h M +2 -2 core/dplugins/generic/view/presentation/presentationplugin.cpp M +1 -1 core/dplugins/generic/view/presentation/presentationplugin.h https://invent.kde.org/graphics/digikam/-/commit/04eea8099151204df77a4a7f283d1524b60c81bd |