index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
kauthorized.cpp
Age
Commit message (
Expand
)
Author
2021-11-14
Avoid some allocations by QString/QByteArray's toLower()
Friedrich W. H. Kossebau
2021-10-13
Enforce KAuthorized enums being not 0
Alexander Lohnau
2021-10-13
Create enum to to authorize common keys
Alexander Lohnau
2021-08-28
GIT_SILENT: we can use std::as_const directly
Laurent Montel
2021-03-06
Minor code optimisation
Ahmad Samir
2021-02-22
Fix formatting in a couple of places after running clang-format
Ahmad Samir
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-06
Minor code optimisations
Ahmad Samir
2021-01-12
Port to QRecursiveMutex
Nicolas Fella
2020-05-08
Adjust name of internally-exported method as suggested in D29347
David Faure
2020-05-03
GIT_SILENT add comment
David Faure
2020-05-03
KAuthorized: export method to reload restrictions
David Faure
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-01-05
Port QRegExp to QRegularExpression
Ahmad Samir
2019-10-18
Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
2019-08-25
String code optimization: use s.remove(0. x) instead of s = s.mid(x)
Friedrich W. H. Kossebau
2019-08-25
String code optimization: use s.chop(x) instead of s.truncate(s.size()-x)
Friedrich W. H. Kossebau
2019-03-03
[Kconfig] Compile without foreach
Laurent Montel
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2016-07-02
Deprecate authorizeKAction() in favor of authorizeAction()
Elvis Angelaccio
2016-01-02
Qt 5.3 is required, remove code for < 5.3
David Faure
2015-10-05
Minor optimizations
Albert Astals Cid
2014-04-11
Rewrite kiosk documentation
Alex Merry
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI