https://bugs.kde.org/show_bug.cgi?id=407601
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/4cb990274f8664 | |d4eb3311af7755c8ff6065150c --- Comment #3 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 4cb990274f8664d4eb3311af7755c8ff6065150c by Boudewijn Rempt. Committed on 17/05/2019 at 09:40. Pushed by rempt into branch 'master'. 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 407630, bug 407537 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/4cb990274f8664d4eb3311af7755c8ff6065150c -- You are receiving this mail because: You are watching all bug changes.