kdelibs/kdecore
Ivailo Monev d47978309e kdecore: replace the "ok" argument of KLocale::readDate() and KLocale::readTime() with "format" one
beware that bad things will happen if the input strings are not in one of
the formats KLocale::formatDate() and KLocale::formatTime() output

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-28 12:54:53 +03:00
..
config kio: log KRecentDirs and KRecentDocument actions 2023-07-03 11:28:00 +03:00
date generic: remove KCalendarSystem leftovers 2023-07-27 03:01:17 +03:00
io kdecore: reimplement KDateTime via QDateTime 2023-07-21 07:51:13 +03:00
jobs kdecore: remove redundant KCompositeJob::slotInfoMessage() proxy slot 2023-06-30 01:54:59 +03:00
kconfig_compiler generic: merge KDELibs4ToolsTargets and KDELibs4LibraryTargets 2023-06-17 23:57:38 +03:00
kernel kdecore: fix regression since 0b9281b360 2023-07-28 06:02:28 +03:00
localization kdecore: replace the "ok" argument of KLocale::readDate() and KLocale::readTime() with "format" one 2023-07-28 12:54:53 +03:00
services kdecore: call QBuffer constructor in KSycocaBufferDevice 2023-07-16 19:55:11 +03:00
sycoca kdecore: call QBuffer constructor in KSycocaBufferDevice 2023-07-16 19:55:11 +03:00
tests kdecore: fix regression since 0b9281b360 2023-07-28 06:02:28 +03:00
text kdecore: remove now unused KStringHandler::obscure() function 2022-10-16 19:30:36 +03:00
util kdecore: do not insert and remove catalogs from KPluginFactory 2023-07-28 10:04:36 +03:00
CMakeLists.txt kdecore: reimplement KLocale 2023-07-26 23:50:18 +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 generic: drop floppy support 2023-07-14 06:30:29 +03:00
kdebugrc kdecore: update reference to KHTTP debug area 2022-12-25 16:46:15 +02:00
pci.ids kdecore: PCI IDs database update 2023-06-27 05:14:00 +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 2023-05-19 07:54:05 +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.