aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2017-11-20Don't look for /etc/kderc every single timeAleix Pol
2017-09-21[KConfigGroup] reserve() more and add some C++11Kai Uwe Broulik
2017-08-08kconfigini: Strip leading whitespace when reading entry values.Michael Pyne
2017-08-08KAuthorized: Fix API documentation for authorizeAction()Dominik Haumann
2017-08-04Allow to build KConfig without Qt5GuiVolker Krause
2017-07-07SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2017-07-03API dox: use @param for normal parameter listing, not @argFriedrich W. H. Kossebau
2017-06-05[FEATURE] Option to build & install QCH file with the public API doxFriedrich W. H. Kossebau
2017-05-25API dox: note CamelCase includes by @class tag with more classesFriedrich W. H. Kossebau
2017-04-25Fix relativePath calculation in KDesktopFile::locateLocal()Wolfgang Bauer
2017-03-15Remove unused QDateTime in KConfigBackend.David Faure
2017-03-15Now that kconfigbackend.h isn't installed anymore, rename it to _p.h for clar...David Faure
2017-03-05avoid useless reallocs by removing squeeze call on temporary bufferChristoph Cullmann
2017-02-21KConfig: stop exporting and installing KConfigBackend.David Faure
2017-02-14GIT_SILENT remove comment about this being a temp workaround.David Faure
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-16Use nullptr everywhereKevin Funk
2017-01-16Fix a few -Wdocumentation warningsKevin Funk
2017-01-15Add python bindingsStephen Kelly
2017-01-15Add missing export decorationStephen Kelly
2017-01-08Update message, kdeui doesn't exist anymore.David Faure
2017-01-02Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid
2016-12-21SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2016-12-20SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2016-11-17Properly test environment variableAleix Pol
2016-11-10src/core/kconfigbackend.cpp - handle unused 'sys' argumentAllen Winter
2016-08-04api docs: add version to @deprecated tag for authorizeKActionDavid Faure
2016-07-13Reduce string modifications when calling translatePathAleix Pol
2016-07-02Fix previous commit - this still needs to be exportedDavid Faure
2016-07-02Deprecate authorizeKAction() in favor of authorizeAction()Elvis Angelaccio
2016-05-19Avoid skipping KAuthorized checkDavid Edmundson
2016-05-11Remove typedef copyStephen Kelly
2016-04-27Make kdeglobals file path static as intendedAleix Pol
2016-04-27Remove unneeded ifdefs to compare pathsAleix Pol
2016-04-27Remove unused variableAleix Pol
2016-04-17core/ksharedconfig.cpp - pedanticAllen Winter
2016-03-28Add support for get QStandardPaths locations.Sandro Knauß
2016-02-19KConfigIniBackend: Fix expensive detach in lookupKevin Funk
2016-01-20SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2016-01-02Qt 5.3 is required, remove code for < 5.3David Faure
2015-12-29Remove unused variable in KConfigPrivateMatthew Dawson
2015-12-23Fix some Clazy warningsImran Tatriev
2015-11-21SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2015-11-04SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2015-10-20use KDE_INSTALL_FULL_ variant, so there is no ambiguityRex Dieter
2015-10-17Allow KConfig to use resources as fallback config filesChristoph Cullmann
2015-10-05Minor optimizationsAlbert Astals Cid
2015-09-07[KDesktopFile] add readMimeTypesKai Uwe Broulik