Commit graph

1151 commits

Author SHA1 Message Date
Ivailo Monev
5a59e08572 generic: remove support for final target via KDE4_ENABLE_FINAL
it is bogus with the CMake automoc, requires additional guards in
the source code and some components do not support it at all. Also,
Link Time Optimizations (LTO) seem to be doing exactly what
KDE4_ENABLE_FINAL was supposed to do (basicly) so no point in
trying to support something that modern compilers can already do
for us.
2015-03-02 04:57:24 +00:00
Ivailo Monev
41bfc0e575 generic: bump version to 4.16.0 2015-03-01 05:23:53 +00:00
Ivailo Monev
aebf50de90 plasma: include kpluginfactory header in packagestructure header 2015-03-01 03:30:44 +00:00
Ivailo Monev
576c2960a6 includes: do not install fancy headers for deprecated API (now gone) 2015-03-01 02:30:22 +00:00
Ivailo Monev
53ac58f87a kparts: adjust to use KPluginFactory instead of the now gone KLibFactory 2015-03-01 02:26:09 +00:00
Ivailo Monev
d71048cc01 kio: remove inclusion of headers gone with the deprecation cleanup 2015-03-01 02:09:54 +00:00
Ivailo Monev
ba21af6293 kdecore: fix installation issue caused by the cleanup 2015-03-01 02:06:40 +00:00
Ivailo Monev
453b8cbcc8 generic: kill deprecated cruft with fire 2015-03-01 02:02:30 +00:00
Ivailo Monev
52c7143daa kdecore: fixup install that broke on API cleanup 2015-02-28 03:35:00 +00:00
Ivailo Monev
5333e9917d generic: remove deprecated API 2015-02-28 03:27:54 +00:00
Ivailo Monev
f2ee459f5e kdecore: regen and make the kiotrader lexer compatible with Bison 3.x 2015-02-28 02:02:04 +00:00
Ivailo Monev
b58af18570 kdecore: regen kiotrader lexer files 2015-02-27 22:47:20 +00:00
Ivailo Monev
278b3d6dfc kdecore: make sure KShell::splitArgs does not split quoted arguments 2015-02-27 21:36:19 +00:00
Ivailo Monev
f69e1bd429 cmake: remove automoc4 macros and package lookup 2015-02-27 08:06:16 +00:00
Ivailo Monev
82fc15f54b generic: use CMake moc instead of automoc4 by default
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.

CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.
2015-02-27 07:40:26 +00:00
Ivailo Monev
842ca66a63 generic: minor corrections 2015-02-26 09:46:35 +00:00
Ivailo Monev
122f5ecea4 generic: remove Nepomuk support leftovers 2015-02-24 19:18:50 +00:00
Ivailo Monev
e6b7634185 kdecore: make the standarddirs test check for KDE4Macros.cmake not FindSoprano.cmake now that Soprano is no longer dependency 2015-02-24 19:17:58 +00:00
Ivailo Monev
96e943b6c6 kdewebkit: remove redudant macro inclusions, package lookup and definitions from kdewebkitpart CMake file 2015-02-14 17:44:27 +00:00
Ivailo Monev
bb7b2f05cc cmake: remove deprecated kde4automoc support 2015-02-14 17:13:46 +00:00
Ivailo Monev
ab4f843a78 kioslave: remove unused variables 2015-02-08 21:35:08 +00:00
Ivailo Monev
dcdbb65dc8 plasma: normalize versioning 2015-02-01 08:32:59 +00:00
Ivailo Monev
1e196613e6 cmake: cleanup 2015-02-01 07:57:16 +00:00
Ivailo Monev
41d19dd4c8 kdecore: remove redudant moc file inclusion 2015-02-01 07:52:00 +00:00
Ivailo Monev
1825459d48 cmake: cleanup 2015-02-01 07:51:16 +00:00
Ivailo Monev
d850ff7d2c kioslave: install domain_info into kwebkitpart data directory 2015-01-29 19:04:59 +00:00
Ivailo Monev
a1017cb0f7 generic: bump version to 4.15.0 2015-01-28 23:15:42 +00:00
Ivailo Monev
c98fd3b952 kdecore: cleanup debug areas and add entry for kuassel 2015-01-27 18:35:53 +00:00
Ivailo Monev
1310cda5e1 kio: remove cygwin and mac code from kopenssl 2015-01-27 13:46:40 +00:00
Ivailo Monev
53f19c1605 generic: minor cleanup 2015-01-27 02:20:27 +00:00
Ivailo Monev
3ccbf66fe2 kdeui: export the switchApplicationLanguage action making it public
I am not sure if this was inteded or not but I'm keen to say that
when it was implemented the developer missed to make it part of
the KDE UI public interface API
2015-01-27 02:16:26 +00:00
Ivailo Monev
adb463c6cb generic: drop perl scripts which are redudant 2015-01-26 14:42:14 +00:00
Ivailo Monev
588759ff7c kdeui: drop support for _KDE_NET_WM_ACTIVITIES
previous changed that were supposed to do this were almost right,
the only exception to make it right is to change netAtomCount
accordingly preventing out-of-bounds actions
2015-01-25 05:14:00 +00:00
Ivailo Monev
e661c272a6 generic: bump version in status message printed from FindKDE4Internal CMake module 2015-01-24 23:33:14 +00:00
Ivailo Monev
f0d85e45ad generic: normalize libraries versioning 2015-01-24 21:45:28 +00:00
Ivailo Monev
360cec08ee dnssd: fix compiler warning 2015-01-23 18:57:46 +00:00
Ivailo Monev
f647d645c1 generic: minor KDE4Macros cleanup and remove deprecated MacroKAuth CMake module 2015-01-23 18:51:39 +00:00
Ivailo Monev
004e949a0f kio: minor code style corrections 2015-01-23 18:49:13 +00:00
Ivailo Monev
fbfb5ef22d Revert "kio: change SSL KCM parent category to network-settings"
This reverts commit 8900e3f0ed.
2015-01-22 00:50:09 +00:00
Ivailo Monev
8900e3f0ed kio: change SSL KCM parent category to network-settings 2015-01-21 23:39:31 +00:00
Ivailo Monev
65a3ece48e generic: drop doxygen files 2015-01-21 16:08:31 +00:00
Ivailo Monev
6110cc6e12 kinit: prevent compiler warning by conditionally defining s_DBusStartupTypeToString 2015-01-21 16:07:56 +00:00
Ivailo Monev
332ab28310 add support for CP949 to KCharsets
From: Park Shinjo <kde@peremen.name>
Date: Sat, 17 Jan 2015 17:32:57 +0000
Subject: Add support for CP949 to KCharsets.
X-Git-Url: http://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=7d4ca9a42be6f4361bef31a3f32644be7bdbf8c3
---
Add support for CP949 to KCharsets.

CCBUG:243513
2015-01-20 16:16:27 +00:00
Ivailo Monev
76ce1f9471 plasma: save applets configuration into the main component config if possible 2015-01-19 16:27:34 +00:00
Ivailo Monev
57a1c6a4a8 fix some compiler warnings 2015-01-18 14:53:41 +00:00
Ivailo Monev
673bd8f4e3 fix virtual overload warning 2015-01-18 14:45:53 +00:00
Ivailo Monev
ee64ff0cd5 fix a compiler warning in kcmdlineargs test 2015-01-17 19:19:19 +00:00
Ivailo Monev
7e68dd7036 improve the compression filters API
the TODO's have been taken care of, fixing compiler warnings in
the process as a bonus
2015-01-17 19:15:59 +00:00
Ivailo Monev
73cbd3f3e9 remove the fancy plasma context header 2015-01-16 03:08:01 +00:00
Ivailo Monev
187981587b partitially revert 92c0cae and remove some activities related cruft 2015-01-16 02:17:28 +00:00