aboutsummaryrefslogtreecommitdiff
path: root/autotests
AgeCommit message (Expand)Author
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
2018-12-28Fix build without D-BusVolker Krause
2018-12-19Deduplicate reference valueJos van den Oever
2018-12-19Remove unneeded qWarningJos van den Oever
2018-12-18Escape bytes that are larger than or equal to 127 in config filesJos van den Oever
2018-10-10Set explicit arg type in QCOMPAREDavid Edmundson
2018-10-10Add mechanism to notify other clients of config changes over DBusDavid Edmundson
2018-09-28 Fix issue when reading path listsAleix Pol
2018-09-14Port deprecated method + use strict compile flagsLaurent Montel
2018-08-08Fix cleanup of kconfigtest kdeglobalsDavid Edmundson
2018-05-16KConfigCompiler_Test: Update test_signal.h.ref to follow the generated fileMaximiliano Curia
2018-04-06Fix autotestLaurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-12-06Deprecate KDesktopFile::sortOrder()Alexander Volkov