SUMMARY Drag and Dropped image files that are added as file-layers are not named after the filename. Just layer"some number" When adding the layers as normal layers the naming of the layers works. STEPS TO REPRODUCE 1. drag and drop any image file(s) to the canvas 2. select insert as new file layer or insert as many file layers 3. check the layer names in the layer tab OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
I cna confirm this bug
This should be an easy enough fix. Dibs!
Git commit 1f5ac84713e1be501c67170f4b5a894f7feacd21 by Dmitry Kazakov, on behalf of Jonathan Colman. Committed on 08/10/2020 at 09:55. Pushed by dkazakov into branch 'krita/4.3'. Give meaningful name to Drag And Drop File Layer Previously, File Layers made by dragging and dropping image where named "File Layer <number>"; which isn't very meaningful. This commit names Drag and Drop'd file layers by the name and format of the file. i.e. "example.jpg" M +3 -1 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/commit/1f5ac84713e1be501c67170f4b5a894f7feacd21
Closed with this MR: https://invent.kde.org/graphics/krita/-/merge_requests/516