aboutsummaryrefslogtreecommitdiff
path: root/autotests
AgeCommit message (Expand)Author
2021-02-24Add KEntryMap::constFindEntry() methodAhmad 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-06Fix build on windows on the CI, againAhmad Samir
2021-02-06Fix windows build on the CIAhmad Samir
2021-02-06Minor code optimisationsAhmad Samir
2021-02-06Compile without implicit cast from ASCIIAhmad Samir
2021-02-06kconfigtest: less implicit cast from ASCIIAhmad Samir
2021-02-06Less implicit cast from ASCIIAhmad Samir
2021-02-06Preincerment/predecrement operator where the post ones aren't neededAhmad Samir
2021-02-06General code cleanupAhmad Samir
2021-01-26KConfig: preserve the milliseconds component of QDateTimeDavid Faure
2021-01-17Adapt to Qt6 text codec changesNicolas Fella
2020-12-13Make sure to use en languageLaurent Montel
2020-12-13Don't include QtTest as it includes all QtCore includesLaurent Montel
2020-12-03Remove redundant comment, foreach is long goneAhmad Samir
2020-10-23If include is define in .h remove it if it's defined in .cpp too (scripted)Laurent Montel
2020-08-30Port from QSharedPointer to unique_ptr. There's no sharing going on here.David Faure
2020-07-14Fix test when build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENTDavid Redondo
2020-05-23Add KStandardShortcut::findByName(const QString&) and deprecate find(const ch...David Redondo
2020-04-22kconfig_compiler : generate kconfig settings with subgroupCyril Rossi
2020-04-17Add force save behavior to KEntryMapBenjamin Port
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-03-20Autotest file showing wrong File pathÖmer Fadıl USTA
2020-03-08KconfigXT: Add a value attribute to Enum field choicesMéven Car
2020-02-28fix min/max entries with dpointerHenri Chain
2020-02-26Fix tests after D27497Méven Car
2020-02-25Fix code generation for entries with min/maxHenri Chain
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-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
2019-12-04Make sure to execute test with english langLaurent Montel
2019-10-30kconfig_compiler: Move the KSharedConfig::Ptr when using themAlbert Astals Cid
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-10-10Add convenience for defaults/dirty states to KCoreConfigSkeletonKevin Ottens
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-17[KConfig] port away from deprecated methods in Qt 5.14David Faure
2019-08-28GIT_SILENT: use QLatin1StringLaurent Montel
2019-08-07Security: remove support for $(...) in config keys with [$e] marker.David Faure
2019-08-06autotests: mkpath ~/.qttest/configDavid Faure
2019-04-24Add Notify capability to KConfigXTKai Uwe Broulik
2019-04-01Add Notify capability to revertToDefaultKai Uwe Broulik
2019-03-15kconfig_compiler: new kcfgc args HeaderExtension & SourceExtensionFriedrich W. H. Kossebau
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2019-02-20Write valid UTF8 characters without escaping.Jos van den Oever
2019-01-10kconfig_compiler: delete the assignment operator and copy constructorAlbert Astals Cid