Plan: Re-instate handling richtext (description) in reports

Desktop / KDE / Calligra - Dag Andersen [get2net.dk] - 30 August 2016 07:52 UTC

Partial solution, outputs text as plain text.

CCBUG:329430

b6bd4b9 Plan: Re-instate handling richtext (description) in reports
plan/libs/ui/CMakeLists.txt | 2 +-
plan/libs/ui/reports/items/CMakeLists.txt | 5 +
plan/libs/ui/reports/items/text/CMakeLists.txt | 28 ++
.../items/text/PlanReportDesignerItemRichText.cpp | 183 +++++++++++
.../items/text/PlanReportDesignerItemRichText.h | 53 ++++
.../reports/items/text/PlanReportItemRichText.cpp | 330 ++++++++++++++++++++
.../ui/reports/items/text/PlanReportItemRichText.h | 85 +++++
.../items/text/PlanReportRichTextPlugin.cpp | 71 +++++
.../reports/items/text/PlanReportRichTextPlugin.h | 40 +++
.../items/text/PlanReportScriptRichText.cpp | 205 ++++++++++++
.../reports/items/text/PlanReportScriptRichText.h | 105 +++++++
plan/libs/ui/reports/items/text/richtext.json | 28 ++
plan/libs/ui/reports/reportview.cpp | 58 ++--
13 files changed, 1168 insertions(+), 25 deletions(-)

Upstream: quickgit.kde.org


  • Share