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

--- Comment #9 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 77d87639051c2115aa516897cbb094cc4d8bbb19 by Boudewijn Rempt.
Committed on 18/05/2019 at 06:43.
Pushed by rempt into branch 'krita/4.2'.

Add a legacy zip store for writing backwards-compatible kra files

Use the Quazip store for reading and writing 64 bits zip files,
the Legacy store for writing 32 bits zip files. It's still not
ideal, having two zip implementations (and a third one hidden
inside Qt), but this gives maximal compatibility. Vectors and
colorize masks load again as well.
Related: bug 407601, bug 407630

M  +1    -0    CMakeLists.txt
M  +2    -0    libs/store/CMakeLists.txt
A  +272  -0    libs/store/KoLegacyZipStore.cpp     [License: LGPL (v2+)]
A  +73   -0    libs/store/KoLegacyZipStore.h     [License: LGPL (v2+)]
M  +27   -2    libs/store/KoStore.cpp
M  +2    -0    libs/store/KoStore_p.h

https://invent.kde.org/kde/krita/commit/77d87639051c2115aa516897cbb094cc4d8bbb19

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

Reply via email to