Hi Arjen,
1. I don't see any checks in the autotests. Would it be easy to
compare the displayed chart against a reference screenshot image, in
each of the tests?
The same screenshots could also help developers understand what kind
of charts kquickcharts is good for.
2. How to add a grid, ticks a
Hi,
tldr; Please test now with git master the new available C++ macros with KF
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0xXXYYZZ
-DKF_DEPRECATED_WARNINGS_SINCE=0xXYYZZ
-DKF_NO_DEPRECATED_WARNINGS
-DKF_NO_DEPRECATED
as well as individual specializations per library, e.g.
-DK{LIB}_DISABLE_DEPRECATED_BE
Hi,
tldr; For deprecated API of KDE Frameworks modules please use
ECMGenerateExportHeader and the respective macros to mark & wrap deprecated
API, otherwise the whole effort breaks down. Question: where would you expect
the documentation for how to do this?
The introduction of ECMGenerateExpo