diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-08-29 23:16:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-08-30 09:31:50 -0700 |
commit | 009f47c5dcd5f255aeb24d71f9a7f2e509e533db (patch) | |
tree | e37bfa3e75d7b8f779362313544ce470806d6d47 /CHANGELOG.md | |
parent | 98d171630c26709c4f0c3a4bb2d23d50b50b8ed9 (diff) | |
download | subsurface-009f47c5dcd5f255aeb24d71f9a7f2e509e533db.tar.gz |
Desktop: improve recognition of HTML-notes
To recognize HTML-notes the text was scanned for <div> tags. But
apparently the planner notes do not feature such a thing. Therefore
extend recognition of HTML to <table> tags.
Note we can't use the <html> or <span> tags, because these are
*always* produced by the QTextEdit::toHtml() function.
Fixes #2265
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 810838d54..b6dd1adc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Desktop: Don't destroy format of planner notes when editing dive notes [#2265] - Desktop: fix crash when saving subtitles or profile picture --- * Always add new entries at the very top of this file above other existing entries and this note. |