Commit graph

15 commits

Author SHA1 Message Date
Ivailo Monev
ee45f0dd7b kdeui: remove KStyle class binary compatibility bits
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-14 17:27:46 +00:00
Ivailo Monev
e694e651dc kdeui: use QFontDatabase::hasFamily() to check if font is installed
fixes check in case the foundry is included

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-01-17 08:13:30 +02:00
Ivailo Monev
2308ca50cc generic: change default font families to DejaVu Sans and DejaVu Sans Mono
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-01-17 07:36:44 +02:00
Ivailo Monev
274ef92d4e kdeui: fix crash in case the font has no styles
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-01-05 01:53:10 +02:00
Ivailo Monev
3c3a590ee0 kdeui: remove reference to no-op QFontDatabase::isBitmapScalable() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-30 15:09:55 +03:00
Ivailo Monev
6ba57af361 kdeui: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-07-22 23:18:26 +00:00
Ivailo Monev
c65d427909 kdeui: fix build against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2018-07-09 18:42:46 +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
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
6ee471194f generic: misc cleanups 2015-08-26 07:41:39 +03:00
Ivailo Monev
57b3aa692c generic: misc cleanups 2015-08-24 23:45:12 +03:00
Ivailo Monev
06bb32bd92 generic: fix build against katie 2015-08-23 05:30:32 +03:00
Ivailo Monev
21ad0df488 generic: make changes required for building against katie 2015-08-11 05:56:07 +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
814163a8dc initial import 2014-11-13 01:04:59 +02:00