Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-25 | ECMDeprecationSettings: enable warnings by defaultv5.96.0-rc1v5.96.0 | Friedrich W. H. Kossebau | |
The main target consumers of this macro currently (should) want to be informed about new deprecations as early as possible. As do the authors of the warnings. So instead let's make no warnings an opt-in. Not documenting the now deprecated flag in the docs, given no wide-spread use yet, just supporting still in the code with a note to users. | |||
2022-06-16 | Fix SHOW_DEPRECATIONS option not getting respected when function is called | Alexander Lohnau | |
This got messed up when refactoring the value from an one-value-keyword to an option. | |||
2022-06-12 | API dox: use more markup for code or commandline samples | Friedrich W. H. Kossebau | |
NO_CHANGELOG | |||
2022-06-12 | API dox: fix missing empty line, --warning | Friedrich W. H. Kossebau | |
NO_CHANGELOG | |||
2022-06-12 | API dox: QT -> Qt for official naming | Friedrich W. H. Kossebau | |
NO_CHANGELOG | |||
2022-06-12 | API dox: improve linking to other modules referenced in text | Friedrich W. H. Kossebau | |
NO_CHANGELOG | |||
2022-02-10 | Fix typos | Dimitris Apostolou | |
2022-01-09 | Rename KDEDeprecationSettings to ECMDeprecationSettings | Alexander Lohnau | |
Semantically this is an ECM module, because it can be used to manage deprecated Qt API and from any project which use ecm_generate_export_headers |