[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-09-14 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||3.0
 Status|REOPENED|RESOLVED

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


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-08-30 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

--- Comment #5 from Dag Andersen  ---
Git commit b6bd4b9bfea7b414c4df549272f4cf4ec249b9f8 by Dag Andersen.
Committed on 30/08/2016 at 12:52.
Pushed by danders into branch 'master'.

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

Partial solution, outputs text as plain text.

M  +1-1plan/libs/ui/CMakeLists.txt
A  +5-0plan/libs/ui/reports/items/CMakeLists.txt
A  +28   -0plan/libs/ui/reports/items/text/CMakeLists.txt
A  +183  -0   
plan/libs/ui/reports/items/text/PlanReportDesignerItemRichText.cpp
[License: LGPL (v2.1+)]
A  +53   -0plan/libs/ui/reports/items/text/PlanReportDesignerItemRichText.h
[License: LGPL (v2.1+)]
A  +330  -0plan/libs/ui/reports/items/text/PlanReportItemRichText.cpp
[License: LGPL (v2.1+)]
A  +85   -0plan/libs/ui/reports/items/text/PlanReportItemRichText.h
[License: LGPL (v2.1+)]
A  +71   -0plan/libs/ui/reports/items/text/PlanReportRichTextPlugin.cpp
[License: LGPL (v2.1+)]
A  +40   -0plan/libs/ui/reports/items/text/PlanReportRichTextPlugin.h
[License: LGPL (v2.1+)]
A  +205  -0plan/libs/ui/reports/items/text/PlanReportScriptRichText.cpp
[License: LGPL (v2.1+)]
A  +105  -0plan/libs/ui/reports/items/text/PlanReportScriptRichText.h
[License: LGPL (v2.1+)]
A  +28   -0plan/libs/ui/reports/items/text/richtext.json
M  +34   -24   plan/libs/ui/reports/reportview.cpp

http://commits.kde.org/calligra/b6bd4b9bfea7b414c4df549272f4cf4ec249b9f8

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


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-08-26 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

Dag Andersen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #4 from Dag Andersen  ---
Sorry, didn't check properly before answering.

Description is rich text, wether you intend it or not :)

The problem is that the report designers tools you normally use for outputting
text:
"Field" and "Text" does not support rich text.
I checked 2.9.7 now and find that the report engine as removed the tool that
*could* handle rich text (sigh) so atm there is no way to include description
in reports.

We are working on 3.0, but I think a fix has to wait for 3.1.

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


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-08-25 Thread Alvaro Soliverez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

--- Comment #3 from Alvaro Soliverez  ---
I don't think you understand. It's not that I intended to output html.

Any new task that I create will output these tags, instead of a clean text.

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


[calligraplan] [Bug 329430] Description fields outputs html tags when used in Reports

2016-08-25 Thread Dag Andersen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329430

Dag Andersen  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||dand...@get2net.dk
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dag Andersen  ---
KReport field and text items does not know about rich text.
You can use the web item to display rich text-

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