https://bugs.kde.org/show_bug.cgi?id=522094
Robby Stephenson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |4.2.1 Fixed/Implemented| | In| | Latest Commit| |https://invent.kde.org/offi | |ce/tellico/-/commit/f1e6b35 | |bafee76b71148053ae305b4a8f5 | |9a611f Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Robby Stephenson <[email protected]> --- Git commit f1e6b35bafee76b71148053ae305b4a8f59a611f by Robby Stephenson. Committed on 28/06/2026 at 18:47. Pushed by rstephenson into branch '4.2'. Properly account for linked images when exporting HTML The HTML exporter was trying to write linked images out as a new file with a bad file name. No need to attempt to write at all. Add a getter for GUI proxy sorry messages to allow unit tests to verify that no messages were generated. FIXED-IN: 4.2.1 M +4 -0 ChangeLog M +55 -0 src/tests/htmlexportertest.cpp M +1 -0 src/tests/htmlexportertest.h M +8 -6 src/translators/htmlexporter.cpp M +6 -0 src/utils/guiproxy.cpp M +2 -0 src/utils/guiproxy.h https://invent.kde.org/office/tellico/-/commit/f1e6b35bafee76b71148053ae305b4a8f59a611f -- You are receiving this mail because: You are watching all bug changes.
