kdelibs/kdecore
Ivailo Monev c03977c492 kdecore: move the rmtree() function to the top of ktempdir source file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-30 21:32:24 +03:00
..
compression cmake: new baseline kde4_bool_to_01() macro replacing macro_bool_to_01() 2022-09-27 16:44:28 +03:00
config kdecore: remove redundant internal K_GLOBAL_STATIC_STRUCT_NAME definition 2022-09-26 16:31:39 +03:00
date generic: remove unused CMake module file inclusions 2022-09-27 11:09:26 +03:00
io kdecore: move the rmtree() function to the top of ktempdir source file 2022-09-30 21:32:24 +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: remove KLocale getters related to text codec 2022-09-30 20:00:04 +03:00
localization kdecore: remove redundant KEncodingDetector class 2022-09-30 20:47:46 +03:00
services kdecore: deal with TODO related to KService::newServicePath() 2022-09-29 23:07:31 +03:00
sonnet kdecore: de-virtualize QSpellEnchantClient methods 2022-09-23 18:27:59 +03:00
sycoca kdecore: bump ksycoca version due to recent changes 2022-09-25 21:39:18 +00:00
tests kdecore: remove redundant KEncodingDetector class 2022-09-30 20:47:46 +03:00
text kdecore: remove redundant KEncodingDetector class 2022-09-30 20:47:46 +03:00
util kdecore: remove declaration of non-existing KShell::quoteArgInternal() function 2022-09-26 13:13:58 +03:00
CMakeLists.txt kdecore: remove redundant KEncodingDetector class 2022-09-30 20:47:46 +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
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 kspeech library to replace the kttsd service and its interface 2022-09-29 15:01:39 +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.