Commit Graph

15 Commits

Author SHA1 Message Date
Gustavo Carneiro
91d7001e71 Rename ColorEntry to QColor. 2020-12-18 17:28:38 +00:00
Kurt Hindenburg
cecfad49ff Convert tests to use SPDX license/copyright
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
2020-11-11 21:14:21 -05:00
Laurent Montel
ef1beaab86 Remove unused includes 2019-08-23 08:09:17 +02:00
Kurt Hindenburg
dcb846719d Fix implicit-bool-conversion issues 2019-07-17 20:42:58 -04:00
Laurent Montel
1bc3d23f46 Fix some clazy warning 2019-01-08 07:04:42 +01:00
Kurt Hindenburg
3593debc5a Add more tests for CharacterColor 2018-04-14 06:10:41 -04:00
Kurt Hindenburg
c907fcea7a remove unneeded casts 2017-09-16 16:12:09 -04:00
Kurt Hindenburg
c39f4e3eb4 clang readability + uncrustify 2017-07-18 21:59:32 -04:00
Kurt Hindenburg
eade05a4bd Do not specify Qt modules in includes 2017-04-26 21:33:34 -04:00
Kurt Hindenburg
5bc0b561c4 Remove class ColorEntry which was actually just a QColor wrapper
For now typedef ColorEntry to a QColor
2017-03-30 11:03:36 -04:00
Kurt Hindenburg
191b1ce83d Remove ColorEntry::FontWeight as it hasn't been used for a long time
The ColorEntry::FontWeight has always been set to the default
ColorEntry::UseCurrentFormat.
This greatly simplifies ColorEntry to just a QColor.
2016-09-24 23:39:05 -04:00
Kurt Hindenburg
84b43dfb21 Add rendition flags SGRs 2, 8, 9, 53
Adds faint intensity, strikeout, conceal and overline support.

echo -e 'D\e[2mD\e[9mD\e[53mD\e[8mD'

Thanks to Antonio Russo antonio e russo gmail com for patch

REVIEW: 128405
BUG: 362171
2016-07-16 12:34:24 -04:00
Kurt Hindenburg
4c54de5f87 Add tests for ColorEntry() class 2015-10-11 16:30:19 -04:00
Montel Laurent
6c747d97d6 kdelibs4support-- 2014-10-17 23:31:29 +02:00
Kurt Hindenburg
4a96b2d56b Move automated tests to autotests 2014-01-11 22:23:18 -05:00