okular/generators
Albert Astals Cid f686f4c6bf Markdown: Don't crash on files with html images, alt text, inside links
If we have code like <a><img></a><a><img></a> and the img has alt text

The old code did
  remove image
  insert alt text
but when we remove the image, the qtextdocument says
  "i don't need the <a> anymore since there's nothing inside"
and then everything breaks because the layout has changed and we're
iterating over "unexisting" text blocks

So instead we just insert the alt text and
since we have selected the image with the cursor it will
replace it correctly

BUGS: 444971
2021-11-08 21:23:06 +00:00
..
chm GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
comicbook GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
djvu GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
dvi GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
epub GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
fax GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
fictionbook GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
kimgio GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
markdown Markdown: Don't crash on files with html images, alt text, inside links 2021-11-08 21:23:06 +00:00
mobipocket GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
plucker GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
poppler GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
spectre GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
tiff GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
txt GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
xps GIT_SILENT Update Appstream for new release 2021-10-31 11:18:54 +01:00
CMakeLists.txt Use more standard cmake functionality to search for discount 2021-01-24 11:16:49 +00:00