aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler
AgeCommit message (Expand)Author
2022-05-13Fix enum doc: close tagsPlata Hill
2022-02-18KConfigCompiler: support ItemAccessors=true with signalling itemsFriedrich W. H. Kossebau
2022-01-22Make singleton teardown work with Qt6 as wellVolker Krause
2022-01-04Add Samir variable fix tooLaurent Montel
2021-12-27kconfig_compiler/CMakeLists.txt - use CMAKE_CROSSCOMPILINGAllen Winter
2021-12-16WIP: Change the build system to enable building with Qt 6Ahmad Samir
2021-11-26README.dox: GENERATE_MOC is required for signalsDawid Wróbel
2021-11-23Use innerVarStr instead of varStr for choicesTomaz Canabrava
2021-11-23Add missing changesTomaz Canabrava
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-07-13Fix typos found by codespellChristophe Giboudeaux
2021-07-12Update kconfig_compiler documentation with translation optionsCyril Rossi
2021-05-27Use more target-centric cmake codeFriedrich W. H. Kossebau
2021-04-05kconfig_compiler: add override to generated destructorsDavid Faure
2021-03-22[kconfig_compiler] Explicitly open input file for readingNicolas Fella
2021-03-16Remove old contact data from src/kconfig_compiler_README.doxDavid Hurka
2021-03-06Improve code readability by using QLatin1String::arg()Ahmad Samir
2021-03-06kconfig_compiler: change how paramString() creates stringsAhmad Samir
2021-03-06Minor code optimisationAhmad Samir
2021-03-06Optimise string operations a bitAhmad Samir
2021-03-01Add missing QTextStream::setCodec ifdefNicolas Fella
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-22Add a trailing comma to last member in enumAhmad Samir
2021-02-06Minor code optimisationsAhmad Samir
2021-02-06Compile without implicit cast from ASCIIAhmad Samir
2021-02-06General code cleanupAhmad Samir
2021-02-04Fix kconfig_compiler doxygen formattingDavid Hurka
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-10-10Port QRegExp to QRegularExpressionAhmad Samir
2020-08-10Add documentation for ParentInConstructor optionCyril Rossi
2020-04-22kconfig_compiler : generate kconfig settings with subgroupCyril Rossi
2020-04-21Fix some compiler warningsAhmad Samir
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-03-08KconfigXT: Add a value attribute to Enum field choicesMéven Car
2020-02-28fix min/max entries with dpointerHenri Chain
2020-02-25Fix code generation for entries with min/maxHenri Chain
2020-02-19Fix is<PropertyName>Immutable generated propertyMéven Car
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-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
2020-01-05Port QRegExp to QRegularExpressionAhmad Samir