https://bugs.kde.org/show_bug.cgi?id=417983
--- Comment #4 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit 858dec4c07561e6c834686c3ff14ed624238cdcc by Alexander Lohnau. Committed on 19/11/2020 at 15:46. Pushed by alex into branch 'master'. Rework adoption API This reworks the existing adoption API which adds warnings/error messages to it. In order for the KCMs to react to the adoption event the `signalEntryEvent` signal was added. Also this fixes the buttons in the UI being clickable. M +1 -1 src/core/CMakeLists.txt M +115 -62 src/core/engine.cpp M +34 -0 src/core/engine.h M +6 -0 src/core/entryinternal.h M +3 -2 src/core/errorcode.h M +1 -1 src/qtquick/qml/Page.qml M +1 -1 src/qtquick/qml/private/entrygriddelegates/BigPreviewDelegate.qml M +1 -1 src/qtquick/qml/private/entrygriddelegates/ThumbDelegate.qml M +1 -1 src/qtquick/qml/private/entrygriddelegates/TileDelegate.qml M +1 -4 src/qtquick/quickitemsmodel.cpp M +2 -4 src/ui/itemsviewdelegate.cpp https://invent.kde.org/frameworks/knewstuff/commit/858dec4c07561e6c834686c3ff14ed624238cdcc -- You are receiving this mail because: You are watching all bug changes.