kdelibs/kdecore
Ivailo Monev 2cdc9837a9 kdecore: compare units case-insensitively in unit conversion classes
on a side note: the old KUnitConversion implementation was not thread-safe
and was causing plasma-desktop crashes because it was used in the weather
and unit conversion applets, that is no longer the case tho

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-26 14:27:13 +03:00
..
config kdecore: rewrite KLockFile 2023-09-09 00:46:42 +03:00
date kdecore: log KSystemTimeZones and KTimeZone messages to the correct debug area 2023-08-27 05:45:50 +03:00
io kdecore: use qHash() to make lock name 2023-09-20 12:13:01 +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 kdecore: save lock files in the global temporary directory 2023-09-09 21:16:04 +03:00
localization kdecore: do not insert the solid_qt catalog by default 2023-09-03 02:20:43 +03:00
services kdecore: KService::mimeTypes() and KServicePrivate::serviceTypes() optimization 2023-08-26 04:55:42 +03:00
sycoca generic: drop support for BrowserApplication config option 2023-08-31 21:22:56 +03:00
tests kdecore: rewrite KLockFile 2023-09-09 00:46:42 +03:00
text kdecore: remove unused and redundant KStringHandler::isUtf8() and KStringHandler::from8Bit() methods 2023-08-28 03:32:57 +03:00
util kdecore: compare units case-insensitively in unit conversion classes 2023-09-26 14:27:13 +03:00
CMakeLists.txt kdecore: drop KDateTime 2023-08-14 22:35:08 +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 kdecore: remove kcfg resource reference in kde-config 2023-07-09 06:00:13 +03: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: remove references to khotkeys 2023-08-30 00:08:53 +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 2023-09-24 00:23:55 +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: USB IDs database update 2023-08-26 01:18:31 +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.