aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigdata.h
AgeCommit message (Expand)Author
2021-04-15KConfig: rename kconfigdata.h to kconfigdata_p.hDavid Faure
2021-02-28Make QByteArray -> char* conversion explicitNicolas Fella
2021-02-24Add KEntryMap::constFindEntry() methodAhmad Samir
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
2020-04-17Add force save behavior to KEntryMapBenjamin Port
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-04-01Add Notify capability to revertToDefaultKai Uwe Broulik
2018-10-10Add mechanism to notify other clients of config changes over DBusDavid Edmundson
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-02-04Fix linking on Windows: don't link kentrymaptest to KConfigCore.David Faure
2017-02-04Don't export KEntryMapStephen Kelly
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2017-01-15Add missing export decorationStephen Kelly
2014-06-21Fix reading of entries for language/country combinationsMartin Gräßlin
2014-06-12Simple CleanupsThomas Braxton
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI