aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-24Remove unhelpful commentsAlex Merry
2014-03-24Better comment for why KDesktopFile::readPath uses readEntryAlex Merry
2014-03-24Remove old kdelibs4 codeAlex Merry
2014-03-23Rename readConfig() to load(), to make it clear it's loading from disk.David Faure
2014-03-23Revert addition of DelayedParsing, not needed after all.David Faure
2014-03-23Make readConfig() non-virtual anymore, it's not useful.David Faure
2014-03-23Remove unnecessary debug outputDavid Faure
2014-03-23Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.David Faure
2014-03-23KStandardDirs -> QStandardPaths in apidoxAlex Merry
2014-03-13KCoreConfigSkeleton: delay parsing until the call to readConfig()David Faure
2014-03-13Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSIONAurélien Gâteau
2014-03-01make comment less confusingDavid Faure
2014-03-01we use Qt5 now, so re-enable -DQT_NO_CAST_FROM_BYTEARRAYDavid Faure
2014-02-27Fix interference from kdeplatformtheme into unittestsDavid Faure
2014-02-27Add sharedConfig() accessor, to avoid manipulating a raw KConfig * as returne...David Faure
2014-02-20Make kconfig_compiler signals actually useful + add unit testAlex Richardson
2014-02-16Use the new syntax for ecm_generate_headers()David Faure
2014-02-10kconfig_compiler: fix typo that prevented using default QDateTime valuesAlex Richardson
2014-01-26SVN_SILENT made messages (.desktop file)l10n daemon script
2014-01-25SVN_SILENT made messages (.desktop file)l10n daemon script
2014-01-25Generate and install .pri fileDavid Faure
2014-01-25SVN_SILENT made messages (.desktop file)l10n daemon script
2014-01-24SVN_SILENT made messages (.desktop file)l10n daemon script
2014-01-15Improve dependency specifications.Michael Palimaka
2014-01-11Port kconfig_compiler_kf5 to use QCommandLineParserBhushan Shah
2014-01-09more rename to kconfig_compiler_kf5Jonathan Riddell
2014-01-09Further renaming to kconfig_compiler_kf5Jonathan Riddell
2014-01-09rename kconfig_compiler to kconfig_compiler_kf5Jonathan Riddell
2014-01-09Use kde5rc instead of kde4rc naming convention, REVIEW: 114917Siddharth Sharma
2014-01-03Install all headers into camelcase FrameworkName.v4.95.0David Faure
2014-01-03Install all headers into camelcase FrameworkName.David Faure
2014-01-01Generate forward headers.David Faure
2013-12-30Revert "Workaround corrupted lock files"David Faure
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI