aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-04-27SVN_SILENT made messages (.desktop file)l10n daemon script
2014-04-27install libexec executables in the kf5 libexec directoryAleix Pol
2014-04-26Adapt to changes in KDEInstallDirsAleix Pol
2014-04-26Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGSAlex Merry
2014-04-11Rewrite kiosk documentationAlex Merry
2014-04-02The "trailing semicolon" requirement was relaxed yesterday.David Faure
2014-04-01fixed mingw buildPatrick von Reth
2014-03-28guard gcc-specific things with Q_CC_GNU to avoid problems elsewhereDavid Faure
2014-03-28Fix repeated typo in 'override'David Faure
2014-03-28Stop re-loading values inside KCoreConfigSkeleton::save().Matthew Dawson
2014-03-25Use the full path for kconf_update when running itAlex Merry
2014-03-25Remove kde3 compatibility code for "DocPath" in desktop filesAlex Merry
2014-03-24Update docs for KDesktopFile::isAuthorizedDesktopFile()Alex 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-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-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-09Use kde5rc instead of kde4rc naming convention, REVIEW: 114917Siddharth Sharma
2014-01-03Install all headers into camelcase FrameworkName.v4.95.0David 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