kdelibs/kdecore
Ivailo Monev a2209be85f kdecore: return boolean from KJobTrackerInterface::registerJob()
so that classes that inherit from it and use D-Bus interfaces can return
true if the interface is not valid as may be the case for
KPlasmaJobTracker, that way KDynamicJobTracker will not have to create
QDBusInterface object to decide which tracker to use

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-05-22 17:48:49 +03:00
..
config generic: call static KStandardDirs methods as such 2024-05-05 02:04:03 +03:00
date kdecore: translate UTC zone name and comment 2024-04-06 11:35:15 +03:00
io kdecore: interrupt lock attempts from KLockFile destructor 2024-05-17 14:39:15 +03:00
jobs kdecore: return boolean from KJobTrackerInterface::registerJob() 2024-05-22 17:48:49 +03:00
kconfig_compiler generic: adjust to Katie changes 2023-08-06 23:37:03 +03:00
kernel kdecore: rework KThreadPool::waitForDone() to not lock 2024-05-19 10:22:28 +03:00
localization kdecore: round duration to seconds in KLocale::formatDuration() 2024-05-02 22:02:07 +03:00
services kdecore: KMimeTypeRepository::findMimeTypeByName() optimization 2024-05-21 15:02:09 +03:00
sycoca generic: KIO protocols classification optimization 2024-04-14 09:54:36 +03:00
tests kdecore: optimize KMimeType::findByContent() 2024-05-18 05:02:20 +03:00
text kdecore: remove unused and redundant KStringHandler::isUtf8() and KStringHandler::from8Bit() methods 2023-08-28 03:32:57 +03:00
util kdecore: drop unused startup condition feature 2024-05-12 05:02:58 +03:00
CMakeLists.txt generic: drop messages handler support 2024-04-20 20:17:56 +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 kdecore: debug areas update 2024-05-12 21:00:39 +03:00
kdebugrc kdecore: adjust kdnssd debug area defaults 2024-05-10 22:50:34 +03:00
pci.ids kdecore: PCI IDs database update 2024-05-03 01:30:53 +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.