kdelibs/kdecore
Ivailo Monev 0ffadfe563 kdecore: conversion classes documentation additions [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-26 19:49:02 +03: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 all KSaveFile backup modes except simple 2021-06-14 11:49:13 +03:00
date kdecore: static analyzer warning fix 2021-07-08 20:59:03 +03:00
io kdecore: mark KDebugPrivate::level() as const 2021-07-26 01:58:40 +03:00
jobs kdecore: const-ify KCompositeJob::hasSubjobs() 2021-06-16 16:04:07 +03:00
kconfig_compiler generic: fix indentation compiler warnings 2016-06-11 19:34:32 +00:00
kernel generic: replace recursive QMutex-es with std::recursive_mutex-es [ci reset] 2021-07-22 01:36:07 +03:00
localization generic: replace recursive QMutex-es with std::recursive_mutex-es [ci reset] 2021-07-22 01:36:07 +03:00
network kdecore: remove redundant QT_USE_FRAMEWORKS check 2021-02-27 14:12:54 +02:00
services generic: remove KFilePlugin class leftovers 2021-07-25 02:34:07 +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 Revert "kdecore: adjust expected data of KLocaleTest::languages() test case" 2021-07-26 02:45:57 +03:00
text kdecore: compiler warning fix 2019-05-16 00:59:53 +00:00
util kdecore: conversion classes documentation additions [ci skip] 2021-07-26 19:49:02 +03:00
CMakeLists.txt kdecore: new class for temperature conversion 2021-07-15 22:39:03 +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: remove obsolete resource types support 2021-02-28 15:01:11 +02:00
kdebug.areas generic: get rid of Kross 2021-06-06 20:53:35 +03:00
kdebugrc kdecore: update debug area configs 2021-02-26 10:59:38 +02:00
kdecore.pc.in initial import 2014-11-13 01:04:59 +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.