https://bugs.kde.org/show_bug.cgi?id=493474
--- Comment #1 from Halla Rempt <[email protected]> --- Git commit 921f9b73682df40f5194f6e60831c9d4e5460d75 by Halla Rempt, on behalf of Ivan Yossi. Committed on 03/12/2025 at 12:46. Pushed by rempt into branch 'master'. macos: working version of thumbnailer This adds a PreviewHelper app to embed the thumbnailer to it. We need this as application extensions does not register to lsregister if they are not embedded inside a bundle application. Small fixes to all project configurations The thumbnailer works as expected, special care needs to be taken with request.scale as it has the current screen scaling, cgImage need to take this into account. M +184 -10 krita/integration/integration.xcodeproj/project.pbxproj A +79 -0 krita/integration/integration.xcodeproj/xcshareddata/xcschemes/kritaquicklookng.xcscheme A +11 -0 krita/integration/previewHelper/Assets.xcassets/AccentColor.colorset/Contents.json A +58 -0 krita/integration/previewHelper/Assets.xcassets/AppIcon.appiconset/Contents.json A +6 -0 krita/integration/previewHelper/Assets.xcassets/Contents.json A +24 -0 krita/integration/previewHelper/ContentView.swift A +125 -0 krita/integration/previewHelper/Info.plist A +18 -0 krita/integration/previewHelper/previewHelperApp.swift M +1 -1 krita/integration/quicklookng/Info.plist M +58 -30 krita/integration/quicklookng/ThumbnailProvider.swift https://invent.kde.org/graphics/krita/-/commit/921f9b73682df40f5194f6e60831c9d4e5460d75 -- You are receiving this mail because: You are watching all bug changes.
