kdelibs/kdecore
Ivailo Monev c8accd2472 kdecore: install all_languages where it belongs
applications search for it in the "locale" resource which points
to the top-level locales directory (usually /usr/share/locale)
and the resource lookups do no do recursive search for it which
means that they would never find it prior to this change

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-24 23:44:06 +00:00
..
auth generic: misc cleanups 2016-04-11 08:06:16 +00:00
compression kdecore: remove redundant headers 2016-04-08 13:30:16 +00:00
config generic: misc cleanups 2016-04-11 08:06:16 +00:00
date generic: misc cleanups 2016-04-11 08:06:16 +00:00
io kdecore: fix bug where KUrl::setPath() can set "file" scheme unnecessaraly 2016-04-24 17:50:43 +00:00
jobs kdecore: remove unnecessary headers inclusions 2016-04-08 14:27:46 +00:00
kconfig_compiler generic: build system cleanups 2015-10-31 12:01:45 +02:00
kernel kdecore: remove redundant constructor function 2016-04-22 10:58:34 +00:00
localization kdecore: remove unnecessary headers inclusions 2016-04-08 14:27:46 +00:00
network kdecore: remove redundant syssocket header 2016-04-22 21:11:30 +00:00
services generic: remove redudndant kdelnk checks 2016-04-21 20:13:10 +00:00
sonnet generic: replace KDE macros with Qt alternatives 2016-04-22 22:48:02 +00:00
sycoca kdecore: remove unnecessary headers inclusions 2016-04-08 14:27:46 +00:00
tests generic: remove redudndant kdelnk checks 2016-04-21 20:13:10 +00:00
text generic: misc cleanups 2016-04-22 23:15:21 +00:00
util generic: make use of qrand(), cleanup some checks in KDirOperator 2016-04-22 01:32:28 +00:00
CMakeLists.txt kdecore: install all_languages where it belongs 2016-04-24 23:44:06 +00:00
config-kstandarddirs.h.cmake initial import 2014-11-13 01:04:59 +02:00
fakes.c generic: make use of qrand(), cleanup some checks in KDirOperator 2016-04-22 01:32:28 +00:00
generate_string_table.pl generic: misc cleanups 2015-09-04 01:57:47 +00:00
kde-config.cpp generic: cleanups remains of custom apps resources support 2015-09-06 14:42:29 +03:00
kdebug.areas generic: make ThreadWeaver use KDebug to ease debugging 2016-04-23 20:52:50 +00:00
kdebugrc initial import 2014-11-13 01:04:59 +02:00
kdecore.pc.in initial import 2014-11-13 01:04:59 +02:00
kdecore_export.h removed static libraries defines (including #if 0, watch out!) 2014-11-18 00:42:37 +00:00
kdefakes.h.cmake generic: make use of qrand(), cleanup some checks in KDirOperator 2016-04-22 01:32:28 +00:00
MAINTAINERS generic: get rid of KZoneAllocator 2016-04-06 09:15:26 +00: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.