aboutsummaryrefslogtreecommitdiff
path: root/src/core/kauthorized.cpp
AgeCommit message (Expand)Author
2021-11-14Avoid some allocations by QString/QByteArray's toLower()Friedrich W. H. Kossebau
2021-10-13Enforce KAuthorized enums being not 0Alexander Lohnau
2021-10-13Create enum to to authorize common keysAlexander Lohnau
2021-08-28GIT_SILENT: we can use std::as_const directlyLaurent Montel
2021-03-06Minor code optimisationAhmad 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-06Minor code optimisationsAhmad Samir
2021-01-12Port to QRecursiveMutexNicolas Fella
2020-05-08Adjust name of internally-exported method as suggested in D29347David Faure
2020-05-03GIT_SILENT add commentDavid Faure
2020-05-03KAuthorized: export method to reload restrictionsDavid Faure
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-01-05Port QRegExp to QRegularExpressionAhmad Samir
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
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-03-03[Kconfig] Compile without foreachLaurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2016-07-02Deprecate authorizeKAction() in favor of authorizeAction()Elvis Angelaccio
2016-01-02Qt 5.3 is required, remove code for < 5.3David Faure
2015-10-05Minor optimizationsAlbert Astals Cid
2014-04-11Rewrite kiosk documentationAlex Merry
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI