https://bugs.kde.org/show_bug.cgi?id=409765

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/kde/
                   |                            |krita/commit/14adaa3b3fcf86
                   |                            |99ee096662e0e179f9dea3201f
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 14adaa3b3fcf8699ee096662e0e179f9dea3201f by Boudewijn Rempt.
Committed on 13/07/2019 at 10:49.
Pushed by rempt into branch 'master'.

Use QFileInfo::completeBaseName instead of baseName

This makes it possible for users to use dots in their filenames.
Not that that is a good idea, everything after the first dot is
technically an extensions, as in bla.tar.gz, but Krita doesn't
handle any file formats where that actually happens, so we can
be a bit less technically correct when handling filenames and
only check the extension after the last dot.

M  +1    -1    libs/brush/kis_png_brush.cpp
M  +1    -1    libs/brush/kis_svg_brush.cpp
M  +1    -1    libs/flake/svg/SvgSavingContext.cpp
M  +4    -4    libs/pigment/resources/KoColorSet.cpp
M  +6    -6    libs/ui/KisMainWindow.cpp
M  +1    -1    libs/ui/KisResourceBundle.cpp
M  +1    -1    libs/ui/KisTemplateTree.cpp
M  +1    -1    libs/ui/dialogs/kis_dlg_layer_style.cpp
M  +3    -3    libs/ui/kis_layer_manager.cc
M  +2    -2    libs/ui/thememanager.cpp
M  +3    -3    libs/widgets/KoResourceServer.h
M  +1    -1    libs/widgetutils/KoFileDialog.cpp
M  +1    -1    libs/widgetutils/config/kcolorschememanager.cpp
M  +1    -1    plugins/dockers/compositiondocker/compositiondocker_dock.cpp
M  +2    -2    plugins/extensions/resourcemanager/resourcemanager.cpp
M  +1    -1    plugins/impex/brush/kis_brush_export.cpp
M  +1    -1    plugins/impex/qml/qml_converter.cc
M  +1    -1    plugins/impex/spriter/kis_spriter_export.cpp
M  +1    -1    plugins/paintops/libpaintop/kis_embedded_pattern_manager.cpp
M  +1    -1   
plugins/paintops/libpaintop/tests/kis_embedded_pattern_manager_test.cpp

https://invent.kde.org/kde/krita/commit/14adaa3b3fcf8699ee096662e0e179f9dea3201f

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to