Ivailo Monev
9b9753e3b0
cmake: adjust KDE4_INCLUDES variable
2015-05-20 14:08:27 +00:00
Ivailo Monev
22db5ad66c
generic: change standard paths
2015-05-20 13:36:16 +00:00
Ivailo Monev
bbea8b2acc
generic: drop most of the KIOSK functionality
2015-05-19 05:23:35 +00:00
Ivailo Monev
4a7ee7d515
kinit: cleanup remains of win and mac support
2015-05-15 20:53:31 +00:00
Ivailo Monev
844c25a831
plasma: support only desktop plasmoid packages
2015-05-14 15:17:20 +00:00
Ivailo Monev
bbcc925269
generic: drop ksvgrenderer
2015-05-14 14:42:19 +00:00
Ivailo Monev
688854fe59
dnssd: fixup build
2015-05-14 12:23:11 +00:00
Ivailo Monev
7d0dd6d541
generic: stop using kdeinit for main applications
2015-05-09 16:39:13 +00:00
Ivailo Monev
bf3011ed2c
kio: file metadata cleanup and fixup
2015-05-04 11:02:47 +00:00
Ivailo Monev
34e0dbd352
kio: cleanup kfile
2015-05-03 21:08:53 +00:00
Ivailo Monev
f33caea49d
kio: improve samba detection
2015-05-03 19:30:38 +00:00
Ivailo Monev
ea2bf3ab3f
kio: bring back the metadata helpers (without Nepomuk)
2015-05-03 16:49:32 +00:00
Ivailo Monev
a22f9f73aa
kio: bring back the metadata helpers (without Nepomuk)
2015-05-03 16:49:26 +00:00
Ivailo Monev
d417f74d40
kdecore: remove redudant support for kde4rc and system.kdeglobals configs
2015-04-28 16:21:11 +00:00
Ivailo Monev
46abe997dd
Revert "kdecore: stop looking for kdeglobals configs"
...
This reverts commit d7721f7db1
.
2015-04-28 07:40:38 +00:00
Ivailo Monev
c517f27c1a
experimental: make the test use modern import statement
2015-04-27 23:38:00 +00:00
Ivailo Monev
d7721f7db1
kdecore: stop looking for kdeglobals configs
...
this saves 2 stat system calls for every config object created but
is not a complete overheath reduction I belive because there are
enumartors and other code related to globals that I'm afraid to
touch because I'm not very familiar with the configs code. needs
a review.
2015-04-23 19:32:20 +00:00
Ivailo Monev
bf501e6429
generic: remove redudant virtual_hook definitions
2015-04-23 14:50:12 +00:00
Ivailo Monev
f025c6a437
plasma: remove redudant wheelEvent
2015-04-23 14:24:45 +00:00
Ivailo Monev
0d4a77e9a3
kdeui: remove support for override/unmanaged window type (part 2)
2015-04-20 07:24:03 +00:00
Ivailo Monev
b7025d7a97
kdeui: remove support for override/unmanaged window type
2015-04-20 07:23:30 +00:00
Ivailo Monev
dc86639d9e
kparts: remove now bogus and redudant generic factory
2015-03-03 19:06:19 +00:00
Ivailo Monev
096e9e2181
kio: remove now redudant declaration of properties() in kfilemetainfoitem
2015-03-02 16:56:33 +00:00
Ivailo Monev
555d054612
generic: remove KDE_USE_FINAL guards
2015-03-02 05:16:28 +00:00
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