The source project of this merge request has been removed.
Warn when exporting layers with multiple transparency masks into .psd
requested to merge (removed):Srirupa/Warn-when-exporting-layers-with-multiple-transparency-masks-into-psd into master
Warn when exporting layers with multiple transparency masks into .psd
Added MultiTransparencyMaskCheck.h that shows a warning message whenever an unsaved, new document is exported to a file format that doesn't support a layer with multiple transparency masks.
BUG: 430240 FIXED IN: 5.0.0
Added the capability in KisExportCheckRegistry.cpp
Test Plan
Build and run Krita, create a new file, add a layer with multiple transparency masks, and go File->export , then save as psd, click save. The relevant warning should appear.
Formalities Checklist
-
I confirmed this builds. -
I confirmed Krita ran and the relevant functions work. -
I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!) -
I made sure my commits build individually and have good descriptions as per KDE guidelines. -
I made sure my code conforms to the standards set in the HACKING file. -
I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.