Commit graph

21 commits

Author SHA1 Message Date
Ivailo Monev
b5844bda01 kdeui: KColorDialog::KColorDialogPrivate::setHtmlEdit() optimization
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-17 05:45:54 +03:00
Ivailo Monev
9b41127ecb generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-13 00:40:18 +02:00
Ivailo Monev
279ed1bc65 kdeui: remove invalid lines in Oxygen colors collection file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-03 18:17:52 +03:00
Ivailo Monev
378d7755d5 generic: remove redundant qglobal header inclusions
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-23 16:59:18 +03:00
Ivailo Monev
ebabe11179 kdeui: de-virtualize KColorScheme destructor
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-23 16:45:07 +03:00
Ivailo Monev
4a3a253797 kdeui: remove opengl support leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-02-26 16:54:22 +02:00
Ivailo Monev
b0507dfb2c kdeui: indent and format
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-08 21:31:03 +03:00
Ivailo Monev
84b55ff800 kdeui: obtain color names via QColor::colorNames()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-19 15:56:46 +02:00
Ivailo Monev
e658050e64 kdeui: remove QEvent::DragResponse reference
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-12-02 18:18:13 +00:00
Ivailo Monev
45bd3f0bed generic: register types required by properties
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-06-28 19:44:58 +00:00
Ivailo Monev
61333c4671 generic: namespaced Qt4/Katie build fixes
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +00:00
Ivailo Monev
5fb8e2cb9f kdeui: make the OpenGL rendering hint QT_NO_OPENGL conditional
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-11-16 14:36:55 +00:00
Ivailo Monev
d0968d449f kdeui: use isnan() from cmath
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-11-16 02:29:37 +00:00
Ivailo Monev
3716d95998 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-09-16 02:33:29 +00:00
Ivailo Monev
e7133114e1 generic: misc cleanups 2015-09-05 05:16:46 +00:00
Ivailo Monev
142f2cbbc4 kdeui: drop unfinished kservice support
I could not even find the source code for it on the official KDE
download page for it and from what I found it has never been
finished nor implemented well.
2015-08-16 02:38:58 +03:00
Ivailo Monev
21ad0df488 generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
Ivailo Monev
5ddc190ce0 generic: normalize include guards 2015-07-11 18:42:46 +03: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
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