https://bugs.kde.org/show_bug.cgi?id=430812
--- Comment #9 from Dan Leinir Turthra Jensen <ad...@leinir.dk> --- Git commit 365191346f0fd2d235fb33828056a48e7f3161ae by Dan Leinir Turthra Jensen. Committed on 26/01/2021 at 09:20. Pushed by leinir into branch 'master'. Add support for kns:/ urls to the knewstuff-dialog tool This adds in support for the kns URLs used in e.g. kpackagetool to canonically reference a specific entry found on a knewstuff provider. The result is that by passing in such a URL to the knewstuff-dialog tool, we interpret this as wanting to show the details for that specific entry. The origin of this functionality was a short discussion on https://invent.kde.org/plasma/discover/-/merge_requests/63 where the need for such functionality became obvious. M +24 -0 src/core/engine.cpp M +22 -2 src/core/engine.h M +12 -0 src/qtquick/qml/Button.qml M +12 -0 src/qtquick/qml/Dialog.qml M +12 -0 src/qtquick/qml/DialogContent.qml M +67 -0 src/qtquick/qml/Page.qml M +20 -0 src/qtquick/quickitemsmodel.cpp M +10 -0 src/qtquick/quickitemsmodel.h M +19 -1 src/tools/knewstuff-dialog/main.cpp M +4 -1 src/tools/knewstuff-dialog/qml/dialog.qml https://invent.kde.org/frameworks/knewstuff/commit/365191346f0fd2d235fb33828056a48e7f3161ae -- You are receiving this mail because: You are watching all bug changes.