https://bugs.kde.org/show_bug.cgi?id=421908
--- Comment #3 from Laurent Montel <mon...@kde.org> --- Git commit f8dd428f24e7c41a3b01346766ab001b96ce98df by Laurent Montel. Committed on 23/05/2020 at 06:59. Pushed by mlaurent into branch 'release/20.04'. Start to fix HTML content - mangled generation (cherry picked from commit 5d4095836ef32e941479133015ae19fc003318ef) M +1 -0 src/CMakeLists.txt A +275 -0 src/grantleebuilder/abstractmarkupbuilder.h [License: LGPL (v2+)] M +2 -1 src/grantleebuilder/autotests/plaintextmarkupbuildertest.cpp M +65 -1 src/grantleebuilder/autotests/texthtmlbuildertest.cpp M +2 -0 src/grantleebuilder/autotests/texthtmlbuildertest.h M +4 -4 src/grantleebuilder/markupdirector.cpp M +3 -3 src/grantleebuilder/markupdirector.h M +24 -24 src/grantleebuilder/markupdirector_p.h M +6 -0 src/grantleebuilder/plaintextmarkupbuilder.cpp M +7 -4 src/grantleebuilder/plaintextmarkupbuilder.h M +430 -32 src/grantleebuilder/texthtmlbuilder.cpp M +197 -3 src/grantleebuilder/texthtmlbuilder.h https://invent.kde.org/pim/kpimtextedit/commit/f8dd428f24e7c41a3b01346766ab001b96ce98df -- You are receiving this mail because: You are watching all bug changes.