aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2020-03-08KconfigXT: Add a value attribute to Enum field choicesMéven Car
2020-02-24KConfigSkeletonItem : allow to set a KconfigGroup to read and write items in ...Cyril Rossi
2020-02-12Use ecm_qt_install_logging_categories over manual categories fileFriedrich W. H. Kossebau
2020-02-12Add setNotifyFunction to KPropertySkeletonItemBenjamin Port
2020-01-07Fix API doc, usrSave is called from save not deprecated writeConfigBenjamin Port
2020-01-05Add KSharedConfig::openStateConfig for storing state informationNicolas Fella
2020-01-05Port QRegExp to QRegularExpressionAhmad Samir
2020-01-03Remove endl at the end of qdebugLaurent Montel
2019-12-19Port deprecated methodsLaurent Montel
2019-12-11kconfig EBN transport protocol cleanupJohn Hayes
2019-12-10update @sinceDavid Edmundson
2019-12-10Expose getter to KConfigWatcher's configDavid Edmundson
2019-12-10Fix writeFlags with KConfigCompilerSignallingItemDavid Edmundson
2019-12-04Don't use nullptr as flag. Make it compile against qt5.15Laurent Montel
2019-11-12Add KPropertySkeletonItemKevin Ottens
2019-11-12Prepare KConfigSkeletonItem to allow inheriting its private classKevin Ottens
2019-10-31These methods were adding in qt5.15Laurent Montel
2019-10-30Make it compile against qt5.15 without deprecated methodLaurent Montel
2019-10-20Enable KF_* group deprecation macrosFriedrich W. H. Kossebau
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-10-16Expose isImmutable to introspection (e.g. QML)Kevin Ottens
2019-10-10Add convenience for defaults/dirty states to KCoreConfigSkeletonKevin Ottens
2019-09-30Small performance enhacementsAlbert Astals Cid
2019-09-17[KConfig] port away from deprecated methods in Qt 5.14David Faure
2019-09-16Use new INCLUDE_DIRS with ecm_add_qch, to have doxygen see more includesFriedrich W. H. Kossebau
2019-08-28GIT_SILENT: use QLatin1StringLaurent Montel
2019-08-25String code optimization: use s.remove(0. x) instead of s = s.mid(x)Friedrich W. H. Kossebau
2019-08-25String code optimization: use s.chop(x) instead of s.truncate(s.size()-x)Friedrich W. H. Kossebau
2019-08-25Use more initializer listsFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String/QChar overload for string concatFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String overload for == & !=Friedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String overload for QString::replaceFriedrich W. H. Kossebau
2019-08-22Fix memory leak in KConfigWatcherDaniel Vrátil
2019-08-14Add a logging category for logs warningsMéven Car
2019-08-14SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2019-08-07Security: remove support for $(...) in config keys with [$e] marker.David Faure
2019-07-20Include definition for class used in headerDavid Edmundson
2019-05-10Replace qVariantFromValue with QVariant::fromValueNicolas Fella
2019-04-24Add Notify capability to KConfigXTKai Uwe Broulik
2019-04-01Add Notify capability to revertToDefaultKai Uwe Broulik
2019-03-11Remove reference from const KConfigIniBackend::BufferFragment &Albert Astals Cid
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2019-03-01improve documentation on global config cascadingHarald Sitter
2019-02-25KConfig: Assign documentation to correct enum valueThomas Fischer
2019-02-20Write valid UTF8 characters without escaping.Jos van den Oever
2019-02-04KConfig: handle directory symlinks correctly.David Faure
2019-01-10KEmailSettings: Delete copy constructor and assignment operatorAlbert Astals Cid
2019-01-03Fix doxygen markup in KConfigWatcherDavid Edmundson
2018-12-30Fix a regression introduced in 6a1852Jos van den Oever
2018-12-18Escape bytes that are larger than or equal to 127 in config filesJos van den Oever