Summary: | Paintop presets are not portable due to locale problems | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | LukasT <lukast.dev> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
LukasT
2011-02-05 01:11:35 UTC
Not just preset, but potentially all case where we save doubles are probably affected. Git commit 7c24214352c8c48c183a4935258e8e2aece628f1 by Sven Langkamp. Committed on 05/02/11 at 15:05. Pushed by langkamp into branch 'master'. save doubles as non-localised string CCBUG:265477 M +4 -4 krita/image/kis_base_mask_generator.cpp M +4 -4 krita/plugins/paintops/libbrush/kis_auto_brush.cpp http://commits.kde.org/calligra/7c24214352c8c48c183a4935258e8e2aece628f1 Git commit aff8cf3111d5c7142b9ab21451817f1e8724b8cd by Luk���� Tvrd��. Committed on 05/02/11 at 17:08. Pushed by lukast into branch 'master'. Fix loading of the 2.3 presets with various locale CCBUG:265477 M +28 -8 krita/image/kis_base_mask_generator.cpp M +24 -4 krita/plugins/paintops/libbrush/kis_auto_brush_factory.cpp http://commits.kde.org/calligra/aff8cf3111d5c7142b9ab21451817f1e8724b8cd Git commit fa50d22bed224e0225955978dfa0af2b49ecbd22 by Sven Langkamp. Committed on 11/03/2011 at 16:56. Pushed by langkamp into branch 'master'. fix another locale problem in presets CCBUG:265477 M +1 -1 krita/plugins/paintops/libbrush/kis_gbr_brush.cpp M +7 -2 krita/plugins/paintops/libbrush/kis_gbr_brush_factory.cpp http://commits.kde.org/calligra/fa50d22bed224e0225955978dfa0af2b49ecbd22 No new cases showed up so it should be fixed. |