aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler
AgeCommit message (Expand)Author
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
2020-01-05dec and hex as namespaced in qt5.15Laurent Montel
2019-12-11kconfig EBN transport protocol cleanupJohn Hayes
2019-12-03Document Notifiers settingKai Uwe Broulik
2019-10-30kconfig_compiler: Move the KSharedConfig::Ptr when using themAlbert Astals Cid
2019-10-08Make kconfig_compiler generate ctors with the optional parent argKevin Ottens
2019-10-04Fix generating properties that start with an uppercase letterAleix Pol
2019-09-30Small performance enhacementsAlbert Astals Cid
2019-09-17[KConfig] port away from deprecated methods in Qt 5.14David Faure
2019-08-25Use more initializer listsFriedrich W. H. Kossebau
2019-04-24Add Notify capability to KConfigXTKai Uwe Broulik
2019-03-15kconfig_compiler: new kcfgc args HeaderExtension & SourceExtensionFriedrich W. H. Kossebau
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2019-01-10kconfig_compiler: delete the assignment operator and copy constructorAlbert Astals Cid
2018-12-12Fix documentation, QValueList isn't a thing anymoreAleix Pol
2018-11-30USe isEmpty()Laurent Montel
2018-11-02Remove unused variableAlbert Astals Cid
2018-09-17kcfg_compiler now documents valid inputs for its 'Color' typeHarald Sitter
2018-09-17whitespace cleanupHarald Sitter
2018-05-07kcfg.xsd - do not require a kcfgfile elementAllen Winter
2018-05-04Use overrideLaurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-08-04Allow to build KConfig without Qt5GuiVolker Krause
2017-01-16Use nullptr everywhereKevin Funk
2017-01-06Generate an instance with KSharedConfig::Ptr for singleton and argMartin Gräßlin
2016-12-17[kconfig_compiler] Improve documentation about InheritsMartin Gräßlin
2016-12-16kconfig_compiler: Use nullptr in generated codeKevin Funk
2016-12-07Revert "Generate an instance with KSharedConfig::Ptr for singleton and arg"David Faure
2016-12-02Generate an instance with KSharedConfig::Ptr for singleton and argMartin Gräßlin
2016-11-12kconfig_compiler - generate code with overridesAllen Winter
2016-10-24Add documentation for the GenerateProperties optionElvis Angelaccio
2016-10-02Fix memory leak in SignalsTestNoSingletonDpointer, found by ASAN.David Faure