Skip to content

KDReports 1.8.0

Compare
Choose a tag to compare
@winterz winterz released this 03 Apr 15:24
· 576 commits to master since this release

NOTE:

  • To follow convention, the name of the debug libraries on Windows has been changed from "kdreportsd1" to "kdreports1d". Both the qmake and CMake build systems have been adapted accordingly.

Bug fixes:

  • TableElement::setDefaultFont() now works as advertised. Each TextElement was forcing its full character format even if it didn't have a font set. Now each TextElement only sets the parts of the character format that have been explicitly set, and the default font for every block comes from the report's default font or the table's
    default font (in tables).

  • The print preview dialog no longer uses the system palette for the default text color (but black instead). This fixes white-on-white previews when using a dark color scheme. Since it's a print preview, black text on white background is expected, rather than the system colors.