kdelibs/kdecore
Ivailo Monev 74cbd4de8d kdecore: do not attempt to load empty data into QTranslator
fixes runtime warning about empty data for invalid catalogs (e.g. when
translations are not installed either for the language requested or at all)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-04 04:21:39 +02:00
..
config Revert "kdecore: pass the QByteArray object size to the static QString::fromUtf8() constructor" 2022-11-01 00:40:02 +02:00
date kdecore: set the byte order of the QDataStream object used to parse tzdata files 2022-10-30 19:05:17 +02:00
io kdecore: search backwards for the template and stop at directory separator in KTemporaryFile::filePath() 2022-11-01 00:51:55 +02:00
jobs kdecore: use custom QEventLoop for KJob::exec() 2022-06-05 03:14:14 +03:00
kconfig_compiler kdecore: error out on unknown C++ type or default value type from kconfig_compiler 2022-10-16 18:18:53 +03:00
kernel kdecore: actually install the KDETranslator 2022-11-02 11:02:51 +02:00
localization kdecore: do not attempt to load empty data into QTranslator 2022-11-04 04:21:39 +02:00
services generic: correct reference to kbuildsycoca4 debug area 2022-10-22 23:40:03 +03:00
sonnet kdecore: compiler warning fix 2022-10-24 16:41:31 +03:00
sycoca kdecore: use the QString streaming operator in KSycocaEntry::read() 2022-10-31 01:18:46 +02:00
tests kdecore: search backwards for the template and stop at directory separator in KTemporaryFile::filePath() 2022-11-01 00:51:55 +02:00
text kdecore: remove now unused KStringHandler::obscure() function 2022-10-16 19:30:36 +03:00
util kdecore: implement KDE_DEBUG_COLOR for KDebug 2022-10-23 02:53:46 +03:00
CMakeLists.txt kdecore: convert KuitFormats functions to static 2022-11-03 02:37:11 +02: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
kde-config.cpp kdecore: remove the unused "html" and hidden "home" standard directory resources 2022-10-10 04:15:48 +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 kdecore: add entry for the default debug area to kdebug.areas 2022-11-03 04:23:47 +02:00
kdebugrc kdecore: kdebugrc documentation update 2022-10-23 20:23:50 +03:00
pci.ids kdecore: PCI IDs database update 2022-10-23 23:43:49 +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.