Commit graph

30 commits

Author SHA1 Message Date
Ivailo Monev
8a0c8cc6c4 kdewidgets: do not use resource files for widget icons 2022-05-29 13:15:31 +03:00
Ivailo Monev
27a81e078f kdewidgets: actually support init/destroy code
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-03 18:36:14 +03:00
Ivailo Monev
31ee051ff4 generic: remove some compatibility bits
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-27 08:58:02 +02:00
Ivailo Monev
8d3ea2c1bc generic: purge Qt support with fire
this includes QtWebKit support removal since it is not going to be
maintained, fancy headers removal, CMake modules rewrite/removal
and removing conditionals from the build system. Pre-processor
definitions checks are still in place on purpose

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-07 13:00:55 +00:00
Ivailo Monev
a6ed9873d8 kdewidgets: effectively revert 689b24bae9 and d431c9572f
due to comma signs in some values QSettings from Qt4 implicitly converts
them to QStringList, after that the list cannot be converted to QString
because Qt4 cannot handle the conversion when the list contains more than
one element thus for compatibility the change has to be reverted

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-04 19:35:21 +00:00
Ivailo Monev
d431c9572f kdewidgets: skip Global values from the loop
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-02 13:50:38 +00:00
Ivailo Monev
689b24bae9 kdewidgets: replace KConfig with KSettings
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-01 12:19:53 +00:00
Ivailo Monev
eda7c9685f generic: remove unused KCharSelect class
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-12-20 00:28:21 +00:00
Ivailo Monev
4cc545f43b kdewidgets: do not error if dialogs do not have parent, it is optional
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-13 16:46:28 +00:00
Ivailo Monev
36072e6f92 generic: remove now redundant QT_KATIE guards
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-09-13 22:43:04 +00:00
Ivailo Monev
1e26bf4a5d generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-09-03 00:05:54 +00:00
Ivailo Monev
cfff1dd53a generic: get rid of KTextBrowser
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-08-20 16:42:02 +00:00
Ivailo Monev
69961c966f kdewidgets: KAudioWidget is no more
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-08-10 14:33:53 +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
bc3f57f89a generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-27 22:27:17 +00:00
Ivailo Monev
1ef7518fb0 kdewidgets: add entry for KAudioWidget
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-31 17:32:59 +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
02c10edfd2 kdewidgets: fix regression since a7b93fa3
the automatically generated widgets source were not included in
the target sources because the sources list variable was overriden
but should have not been the case

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-10 16:15:40 +00:00
Ivailo Monev
c9cbc904e1 generic: adjust plugin installation paths
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-06 14:59:19 +00:00
Ivailo Monev
9c8f56ccda kdewidgets: build webkit widgets if webkit is found
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-13 00:51:28 +02:00
Ivailo Monev
0f73cc406a kdewidgets: support Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-09 21:19:46 +02:00
Ivailo Monev
a7b93fa3b2 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-01 15:08:31 +02:00
Ivailo Monev
702117113b generic: mostly build system cleanups 2015-10-29 08:11:13 +02:00
Ivailo Monev
007a44cd2f generic: major build system cleanup
the test are broken!
2015-09-01 01:05:33 +03:00
Ivailo Monev
37278f1df1 kdewidgets: make it work with katie 2015-08-12 01:48:39 +03:00
Ivailo Monev
e21ad887c4 generic: optimize png images with optipng 2015-07-20 17:35:19 +03:00
Ivailo Monev
453b8cbcc8 generic: kill deprecated cruft with fire 2015-03-01 02:02:30 +00:00
Ivailo Monev
3f0dd268de remove win and mac cruft 2014-11-27 18:22:42 +00:00
Ivailo Monev
c0f19915b3 removed Qt3 support 2014-11-13 01:20:30 +02:00
Ivailo Monev
814163a8dc initial import 2014-11-13 01:04:59 +02:00