aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler/KConfigHeaderGenerator.cpp
AgeCommit message (Expand)Author
2022-02-18KConfigCompiler: support ItemAccessors=true with signalling itemsFriedrich W. H. Kossebau
2021-09-19Allow KConfigXT to use KSharedConfig::openStateConfigAlexander Lohnau
2021-08-29Make enum value visible to QML when using GlobalEnum modeCarl Schwan
2021-08-28GIT_SILENT: we can use std::as_const directlyLaurent Montel
2021-08-13clang-tidy: one declaration per line; braces around statementsAhmad Samir
2021-04-05kconfig_compiler: add override to generated destructorsDavid Faure
2021-03-06Minor code optimisationAhmad Samir
2021-02-22Fix formatting in a couple of places after running clang-formatAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-06General code cleanupAhmad Samir
2021-01-14Qt::dec & Qt::hex are already in Qt 5.14Friedrich W. H. Kossebau
2020-10-23If include is define in .h remove it if it's defined in .cpp too (scripted)Laurent Montel
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-02-19Fix is<PropertyName>Immutable generated propertyMéven Car
2020-02-04Add an is<PropertyName>Immutable to know if a property is immutableMéven Car
2020-01-24Port endl to \n as it's qt namespaced.Laurent Montel
2020-01-23Port endl to "\n" as it's qt namespaced. Use directlyLaurent Montel
2020-01-22Refactor KConfigXTTomaz Canabrava
2020-01-17Revert "WIP: Refactor KConfigXT"Tomaz Canabrava
2020-01-16WIP: Refactor KConfigXTTomaz Canabrava