https://bugs.kde.org/show_bug.cgi?id=493474
--- Comment #3 from vanyossi <[email protected]> --- Git commit 955bbc3d6cb3210910cc99413905ab31123285b9 by Ivan Yossi. Committed on 04/12/2025 at 17:42. Pushed by ivany into branch 'krita/5.2'. 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. (cherry picked from commit 921f9b73682df40f5194f6e60831c9d4e5460d75) 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/955bbc3d6cb3210910cc99413905ab31123285b9 -- You are receiving this mail because: You are watching all bug changes.
