kdelibs/kdecore
Ivailo Monev 5275fdc8a4 kdecore: create the last directory of the special resource if it does not exist
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-26 14:16:35 +03:00
..
auth kdecore: use different level for critical messages in HelperSupport::helperDebugHandler() 2021-07-21 13:12:34 +03:00
compression kdecore: indent and format 2021-06-18 23:23:41 +03:00
config kdecore: remove unused KConfig::checkUpdate() method 2022-04-19 04:02:26 +03:00
date kdecore: do not assume kdeinit or klauncher start the kded service 2022-05-23 11:05:00 +03:00
io generic: remove mac leftovers 2022-05-26 03:26:59 +03:00
jobs kdecore: process all events while waiting for job to finish in KJob::exec() 2022-05-26 07:39:45 +03:00
kconfig_compiler generic: fix indentation compiler warnings 2016-06-11 19:34:32 +00:00
kernel kdecore: create the last directory of the special resource if it does not exist 2022-05-26 14:16:35 +03:00
localization kdecore: export private class used in tests when testing is enabled 2021-08-09 17:46:30 +03:00
services kdecore: KDeviceDatabase rewrite and test for it 2022-04-29 14:39:38 +03:00
sonnet kdecore: mark some BackgroundEngine and BackgroundChecker methods const 2020-12-12 15:55:35 +00:00
sycoca generic: run kbuildsycoca4 directly when checking database and start kded4 only to monitor resources 2022-05-26 12:20:02 +03:00
tests generic: simplify special resources directories creation 2022-05-25 04:23:40 +03:00
text kdecore: compiler warning fix 2019-05-16 00:59:53 +00:00
util generic: remove unused org.kde.KLauncher.exec_blind() overload 2022-05-25 07:06:15 +03:00
CMakeLists.txt kdecore: extend the upstream PCI and USB databases 2022-04-29 18:16:11 +03:00
config-kstandarddirs.h.cmake initial import 2014-11-13 01:04:59 +02:00
generate_string_table.pl generic: misc cleanups 2015-09-04 01:57:47 +00:00
kde-config.cpp kdecore: drop socket resource type and use QStandardPaths:writableLocation() for base resource directories 2022-05-25 10:45:51 +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 khttp library 2022-05-09 01:04:01 +03:00
kdebugrc kdecore: update debug area configs 2021-02-26 10:59:38 +02:00
MAINTAINERS generic: remove KService profile feature 2021-06-15 15:26:19 +03:00
pci.ids kdecore: PCI and USB IDs database update 2022-05-04 19:28:38 +00: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-05-04 19:28:38 +00: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.