aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp
AgeCommit message (Expand)Author
2021-03-06Improve code readability by using QLatin1String::arg()Ahmad Samir
2021-03-01Add missing QTextStream::setCodec ifdefNicolas Fella
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-06General code cleanupAhmad Samir
2020-10-23If include is define in .h remove it if it's defined in .cpp too (scripted)Laurent Montel
2020-04-21Fix some compiler warningsAhmad Samir
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-02-14Make it compile against last qt5.15 without deprecated method. endl is namesp...Laurent Montel
2020-02-04Add an is<PropertyName>Immutable to know if a property is immutableMéven Car
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