Commit graph

6 commits

Author SHA1 Message Date
Ivailo Monev
4a37b34e36 kdecore: remove unused and private KConfigPrivate::mappingsRegistered member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-09-03 02:27:46 +03:00
Ivailo Monev
91174d40d0 kdecore: drop support for config backends
there was only one now backend (INI) and changing it on the fly
(as was supported before) can cause serious issues with
applications misbihaving and such

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-28 07:00:48 +00:00
Ivailo Monev
eeba19d4c4 generic: misc cleanups 2015-09-04 13:06:11 +00:00
Ivailo Monev
46abe997dd Revert "kdecore: stop looking for kdeglobals configs"
This reverts commit d7721f7db1.
2015-04-28 07:40:38 +00:00
Ivailo Monev
d7721f7db1 kdecore: stop looking for kdeglobals configs
this saves 2 stat system calls for every config object created but
is not a complete overheath reduction I belive because there are
enumartors and other code related to globals that I'm afraid to
touch because I'm not very familiar with the configs code. needs
a review.
2015-04-23 19:32:20 +00:00
Ivailo Monev
814163a8dc initial import 2014-11-13 01:04:59 +02:00