aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2021-12-18Complete fixing the Windows CIAhmad Samir
2021-12-17Fix build on WindowsAhmad Samir
2021-12-16WIP: Change the build system to enable building with Qt 6Ahmad Samir
2021-12-15Minor code clean upAhmad Samir
2021-12-15SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2021-11-29SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2021-11-28SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2021-11-26KDesktopFile: deprecate resource()Ahmad Samir
2021-11-14Avoid some allocations by QString/QByteArray's toLower()Friedrich W. H. Kossebau
2021-11-02GIT_SILENT: add missing overrideLaurent Montel
2021-10-20GIT_SILENT Remove a bit of dead codeAlexander Lohnau
2021-10-15Exclude new enum-overload from python bindings buildAlexander Lohnau
2021-10-13Enforce KAuthorized enums being not 0Alexander Lohnau
2021-10-13Create enum to to authorize common keysAlexander Lohnau
2021-10-11Create utility method for moving entries from one group to anotherAlexander Lohnau
2021-10-01SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
2021-09-29Android: Fix writing to config if path is a content:// UriSharaf Zaman
2021-09-25Fix one typo in API docsAhmad Samir
2021-09-19kconfigini: Only open the file once to writeAleix Pol
2021-08-28GIT_SILENT: we can use std::as_const directlyLaurent Montel
2021-08-26KDesktopFile::isAuthorizedDesktopFile: reduce warning to info a logMéven Car
2021-08-18Port to QStrinViewAhmad Samir
2021-08-13clang-tidy: one declaration per line; braces around statementsAhmad Samir
2021-08-03KConfig: sort keys in keyListImpl() so unittests can rely on itDavid Faure
2021-08-03KConfig: fix deletion of an entry that is also in kdeglobalsDavid Faure
2021-07-13Fix typos found by codespellChristophe Giboudeaux
2021-07-05Do not create a vector and a QByteArray just to discard it immediatelyAleix Pol
2021-07-05Only query for existing config file when it's necessaryAleix Pol
2021-07-05Use specific API to compare QByteArraysAleix Pol
2021-07-04Cache global config filesAleix Pol
2021-05-27Use more target-centric cmake codeFriedrich W. H. Kossebau
2021-05-25Revert "fix deleted group is in listGroups"Nate Graham
2021-05-25fix deleted group is in listGroupsLieven Hey
2021-05-11Docs: make a complete reference to reparseConfiguration() from KSharedConfigAdriaan de Groot
2021-05-09Revert QStringView portAhmad Samir
2021-05-07Order macro for attribute for symbol export before that for deprecatedFriedrich W. H. Kossebau
2021-05-02Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variableFriedrich W. H. Kossebau
2021-05-02Minor code refactoringAhmad Samir
2021-04-28Make the docs state that KConfig::reparseConfiguration() calls sync() if neededAhmad Samir
2021-04-26Use new version-controlled enumerator deprecation warning macrosFriedrich W. H. Kossebau
2021-04-18Deprecate KDesktopFile::readDevice()Ahmad Samir
2021-04-15KConfig: rename kconfigdata.h to kconfigdata_p.hDavid Faure
2021-03-06Minor code optimisationAhmad Samir
2021-03-06Optimise string operations a bitAhmad Samir
2021-02-28Make QByteArray -> char* conversion explicitNicolas Fella
2021-02-24Use KEntryMapIterator/KEntryMapConstIterator typedef's everywhereAhmad Samir
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