aboutsummaryrefslogtreecommitdiff
path: root/src/core/kauthorized.cpp
AgeCommit message (Expand)Author
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