This is a wish bug request for adding an option in the existing context menu to add the image as file layer when dragging an image in open document. When a user drags an image in the document he is presented with a context menu showing options such as Insert as new layer open in new document etc. I request to add an entry to add the image to open document as a file layer. Reproducible: Always
Good point, and would be easy enough to do.
cool idea. I could see this be useful.
I have, implemented this feature, but have one question left. Is it OK to assume no scaling or should the user be asked which scaling type to use?
When dragging and dropping the dropped image is in no-scale mode , so I guess keeping no-scale option for file layer too would be suitable for drag and drop.
Yes, I agree. And I'm looking forward to the patch!
Git commit 86f7c65485744474506398924ee53e8e94b02475 by Boudewijn Rempt. Committed on 12/12/2016 at 13:15. Pushed by rempt into branch 'rempt/impex-refactoring'. Patch by David Marquant. Thanks! M +17 -1 libs/ui/KisView.cpp https://commits.kde.org/krita/86f7c65485744474506398924ee53e8e94b02475
thank you David Marquant and boud for this commit :D