kdelibs/kdecore
Ivailo Monev 99ec1f4186 kdecore: register cache and tmp resources from KStandardDirs constructor
if QStandardPaths::writableLocation() did not create the directories
KStandardDirs::locateLocal() or KStandardDirs::saveLocation() will

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-11 09:18:18 +03:00
..
compression kdecore: move private KFilterBase members to the private data pointer class 2022-10-06 22:36:06 +03:00
config kdecore: remove duplicate kshell header inclusion in kconfig source file 2022-10-11 09:14:19 +03:00
date kdecore: tune the buffer sizes in KSystemTimeZonesPrivate::update() 2022-10-04 08:35:18 +03:00
io kdecore: minor KLockFile optimization 2022-10-08 17:34:42 +03:00
jobs kdecore: use custom QEventLoop for KJob::exec() 2022-06-05 03:14:14 +03:00
kconfig_compiler kdecore: deal with TODO related to KConfigSkeleton::ItemEnum 2022-09-23 11:28:46 +03:00
kernel kdecore: register cache and tmp resources from KStandardDirs constructor 2022-10-11 09:18:18 +03:00
localization kdecore: deduplicate code in KLocalePrivate 2022-10-08 15:00:53 +03:00
services kdecore: mark KFolderMimeTypePrivate reimplementations as final 2022-10-08 07:07:49 +03:00
sonnet kdecore: de-virtualize QSpellEnchantClient methods 2022-09-23 18:27:59 +03:00
sycoca generic: drop support for archive KIO slaves 2022-10-06 14:41:24 +03:00
tests kdecore: implement KShell::envExpand() and use it in KConfig and KUrlCompletion 2022-10-11 01:19:02 +03:00
text kdecore: remove redundant KEncodingDetector class 2022-09-30 20:47:46 +03:00
util kdecore: fetch environment variables only if needed in KShell::envExpand() 2022-10-11 02:05:32 +03:00
CMakeLists.txt kdecore: emulate cross-filesystem move in KDE::rename() 2022-10-07 22:38:57 +03:00
config-kstandarddirs.h.cmake initial import 2014-11-13 01:04:59 +02:00
dbus_policy.stub generic: authorization reimplementation 2022-09-25 19:27:41 +03:00
dbus_service.stub generic: authorization reimplementation 2022-09-25 19:27:41 +03:00
kde-config.cpp kdecore: remove the unused "html" and hidden "home" standard directory resources 2022-10-10 04:15:48 +03:00
kde4_pci.ids kdecore: more USB IDs 2022-04-30 12:39:40 +03:00
kde4_usb.ids kdecore: add Xperia Z to USB IDs database 2022-05-04 19:21:38 +00:00
kdebug.areas kutils: new karchive library to replace KZip and KTar 2022-10-06 16:53:55 +03:00
kdebugrc kdecore: update debug area configs 2021-02-26 10:59:38 +02:00
pci.ids kdecore: PCI and USB IDs database update 2022-09-20 01:43:01 +03:00
README initial import 2014-11-13 01:04:59 +02:00
regen.sh kdecore: KDeviceDatabase rewrite and test for it 2022-04-29 14:39:38 +03:00
usb.ids kdecore: PCI and USB IDs database update 2022-09-20 01:43:01 +03:00

This is the KDE "core" library.  The kdecore library provides basic non user
interface functionality. The classes in this library should not require linkage
to QtGui or any other library that requires a graphical interface.