kdelibs/kdecore
Ivailo Monev 2f485d5376 generic: replace QThreadPool and QRunnable with custom class
on a side note it does not solve any thread-safety issues, such are out
of the scope of the class

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-18 03:05:03 +03:00
..
config kdecore: assert that KConfigIniBackend is unlocked when destroyed 2024-03-30 23:38:34 +02:00
date kdecore: translate UTC zone name and comment 2024-04-06 11:35:15 +03:00
io kdecore: replace QDateTime::currentDateTime().time() with QTime::currentTime() 2024-04-04 22:20:34 +03:00
jobs kdecore: remove redundant KCompositeJob::slotInfoMessage() proxy slot 2023-06-30 01:54:59 +03:00
kconfig_compiler generic: adjust to Katie changes 2023-08-06 23:37:03 +03:00
kernel generic: replace QThreadPool and QRunnable with custom class 2024-04-18 03:05:03 +03:00
localization kdecore: KLocale optimization 2024-03-16 19:41:34 +02:00
services kdecore: remove unused KMimeGlobsFileParser member 2024-04-17 16:04:21 +03:00
sycoca generic: KIO protocols classification optimization 2024-04-14 09:54:36 +03:00
tests kdecore: drop support for the deprecated globs file 2024-04-17 05:03:19 +03:00
text kdecore: remove unused and redundant KStringHandler::isUtf8() and KStringHandler::from8Bit() methods 2023-08-28 03:32:57 +03:00
util generic: const-ify private data pointers where copying is disabled 2024-03-23 06:49:59 +02:00
CMakeLists.txt generic: replace QThreadPool and QRunnable with custom class 2024-04-18 03:05:03 +03:00
config-kstandarddirs.h.cmake initial import 2014-11-13 01:04:59 +02:00
dbus_policy.stub kdecore: drop reliance on wheel group for KAuthorization helpers 2023-07-10 02:54:21 +03:00
dbus_service.stub kdecore: drop reliance on wheel group for KAuthorization helpers 2023-07-10 02:54:21 +03:00
kde-config.cpp generic: adjust to Katie changes 2024-03-24 02:43:33 +02:00
kde4_pci.ids kdecore: more USB IDs 2022-04-30 12:39:40 +03:00
kde4_usb.ids kdecore: PCI and USB IDs database update 2023-05-19 07:54:05 +03:00
kdebug.areas kutils: drop unused classes 2024-04-17 03:52:20 +03:00
kdebugrc kdecore: setup KCrash to log to the system log, update its documentation 2023-08-04 11:51:35 +03:00
pci.ids kdecore: PCI IDs database update 2024-04-17 03:24:24 +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 2024-04-05 19:48:43 +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.