kdelibs/kdecore
Ivailo Monev 0009cbb5a2 generic: drop support for webdav protocol
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-02-16 15:45:23 +02:00
..
auth kdecore: use different level for critical messages in HelperSupport::helperDebugHandler() 2021-07-21 13:12:34 +03:00
compression kdecore: indent and format 2021-06-18 23:23:41 +03:00
config kdecore: remove unused and private KConfigPrivate::mappingsRegistered member 2021-09-03 02:27:46 +03:00
date kdecore: night time based on DST 2021-07-30 14:34:50 +03:00
io kdecore: check if directory is already watched in KDirWatch::addDir() 2021-11-14 04:05:32 +02:00
jobs kdecore: use QCoreApplication::processEvents() instead of QEventLoop in KJob::exec() 2021-08-10 19:39:52 +03:00
kconfig_compiler generic: fix indentation compiler warnings 2016-06-11 19:34:32 +00:00
kernel kdecore: de-virtualize KStandardDirs destructor 2021-08-28 05:06:11 +03:00
localization kdecore: export private class used in tests when testing is enabled 2021-08-09 17:46:30 +03:00
network kioslave: replace KSocketFactory with QSslSocket/QTcpServer 2021-08-26 05:01:06 +03:00
services kdecore: plug KTraderParse memory leak 2021-09-03 21:02:42 +03:00
sonnet kdecore: mark some BackgroundEngine and BackgroundChecker methods const 2020-12-12 15:55:35 +00:00
sycoca kdecore: remove redundant fcntl() call in KSycocaFileDevice constructor 2021-06-22 00:34:19 +03:00
tests generic: replace QDesktopServices with QStandardPaths and bump minimum Katie version required 2021-11-21 18:06:49 +02:00
text kdecore: compiler warning fix 2019-05-16 00:59:53 +00:00
util kdecore: replace use of internal definition 2022-01-28 16:09:02 +02:00
CMakeLists.txt kioslave: replace KSocketFactory with QSslSocket/QTcpServer 2021-08-26 05:01:06 +03:00
config-kstandarddirs.h.cmake initial import 2014-11-13 01:04:59 +02:00
generate_string_table.pl generic: misc cleanups 2015-09-04 01:57:47 +00:00
kde-config.cpp generic: replace QDesktopServices with QStandardPaths and bump minimum Katie version required 2021-11-21 18:06:49 +02:00
kdebug.areas generic: drop support for webdav protocol 2022-02-16 15:45:23 +02:00
kdebugrc kdecore: update debug area configs 2021-02-26 10:59:38 +02:00
MAINTAINERS generic: remove KService profile feature 2021-06-15 15:26:19 +03:00
README initial import 2014-11-13 01:04:59 +02: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.