Re: Quick Charts in KDE Review

2019-10-21 Thread Alexander Potashev
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

Heads-up for developers using KF modules: how to disable visibility of & warnings about deprecated API for >= 5.64

2019-10-21 Thread Friedrich W. H. Kossebau
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

Heads-up for developers working _on_ KF modules: how to mark deprecated API from now on

2019-10-21 Thread Friedrich W. H. Kossebau
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