Commit graph

35 commits

Author SHA1 Message Date
Ivailo Monev
3f85253c09 plasma: make use of KDE version
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-29 16:01:50 +00:00
Ivailo Monev
0f3290da9a generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-27 23:02:44 +00:00
Ivailo Monev
1f34f5ad73 generic: use CMake export header generator
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-27 20:13:02 +00:00
Ivailo Monev
c9fb1c8f6b generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-08 01:17:17 +00:00
Ivailo Monev
8993202acd plasma: make runners use QThread instead of ThreadWeaver
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-07 10:55:05 +00:00
Ivailo Monev
d398932909 generic: drop Phonon in favour of MPV and custom player classes
kcompactdisc was remove because there is no use for it in the
current set of applications supported, if it is needed it will
need some work to make it use KMediaPlayer or whatever.

the Plasma VideoWidget class was dropped because custom widgets
(at some point) will be dropped unless absolutely needed and
hopefully getting rid of the heavy-weight QML stuff.

the new KMediaPlayer and KMediaWidgets classes are experimental
but they have been tested and they work as they should.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-20 02:43:02 +00:00
Ivailo Monev
75af9fbb87 plasma: move wallpaper rendering to main thread
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-09 15:32:10 +00:00
Ivailo Monev
d12678dde0 plasma: remove remote widgets leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-28 13:45:25 +02:00
Ivailo Monev
1daae79708 generic: make webkit optional
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-09 20:51:23 +02:00
Ivailo Monev
74984eae6a plasma: create version header at build time
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-09 09:28:25 +02:00
Ivailo Monev
20ca58afa6 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-03 10:14:43 +02:00
Ivailo Monev
f16d4e7806 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-31 04:28:49 +02:00
Ivailo Monev
dcd602e9d6 plasma: revert animations support removal 2015-10-28 08:55:23 +02:00
Ivailo Monev
f54c727f92 plasm: drop animations support
this will (most importantly) break some applets from kde-workspace
and could use a review + some cleanups (like headers inclusions,
variables declarations, etc.) but it's pretty much complete
2015-10-05 09:23:56 +03:00
Ivailo Monev
fde07d67d7 generic: misc cleanups 2015-09-05 13:31:12 +00:00
Ivailo Monev
c676dabd86 plasma: link to kdeclarative 2015-09-01 22:13:49 +03:00
Ivailo Monev
007a44cd2f generic: major build system cleanup
the test are broken!
2015-09-01 01:05:33 +03:00
Ivailo Monev
d918a69e65 plasma: link to kcmutils rather than (now gone) kutils 2015-08-28 20:47:35 +03:00
Ivailo Monev
ea7dbe6c73 plasma: remove redudant custom animation group 2015-07-21 23:12:15 +03:00
Ivailo Monev
4d98a666ac plasma: remove redudant KDNSSD linking entry 2015-07-12 22:41:13 +03:00
Ivailo Monev
e20b50634d plasma: remove applets publishing support
remote widgets support has been droppped with ca50f743
2015-07-10 17:43:50 +03:00
Ivailo Monev
a7064db00e generic: deal with LINK_INTERFACE_LIBRARIES, cmake >=2.8.11 required now 2015-06-25 00:27:48 +03:00
Ivailo Monev
d63f62ef99 generic: import libkdcraw and libkexiv2, minor cleanup 2015-06-15 21:15:22 +03:00
Ivailo Monev
2e0acff9af plasma: remove leftovers from GLApplet 2015-06-06 18:05:17 +00:00
Ivailo Monev
bbea8b2acc generic: drop most of the KIOSK functionality 2015-05-19 05:23:35 +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
dcdbb65dc8 plasma: normalize versioning 2015-02-01 08:32:59 +00:00
Ivailo Monev
187981587b partitially revert 92c0cae and remove some activities related cruft 2015-01-16 02:17:28 +00:00
Ivailo Monev
46eb55640e remove knewstuff related cruft from plasma 2015-01-11 18:17:44 +00:00
Ivailo Monev
1fa22dac36 remove animation driver header, followup on d25c0a8 2014-12-07 20:52:12 +00:00
Ivailo Monev
edf7f4dc98 kill remote widgets leftovers with fire 2014-12-03 23:06:01 +00:00
Ivailo Monev
ca50f74371 remove remote plasma widgets support 2014-12-03 22:02:54 +00:00
Ivailo Monev
d25c0a8350 removed platform related cruft and deprecated plasma animator driver 2014-11-18 01:17:57 +00:00
Ivailo Monev
66d77ad6ba removed componentinstaller (useless without packagekit support, not essential anyway) 2014-11-18 00:47:49 +00:00
Ivailo Monev
814163a8dc initial import 2014-11-13 01:04:59 +02:00