Ahmad Samir
d1c826adc8
Tweak formatting after running clang-format
...
GIT_SILENT
5 years ago
Ahmad Samir
97569b764c
Run clang-format on the whole repo
...
Also install the relevant git hook.
GIT_SILENT
5 years ago
Gustavo Carneiro
91d7001e71
Rename ColorEntry to QColor.
5 years ago
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
5 years ago
Laurent Montel
ef1beaab86
Remove unused includes
7 years ago
Kurt Hindenburg
dcb846719d
Fix implicit-bool-conversion issues
7 years ago
Laurent Montel
1bc3d23f46
Fix some clazy warning
7 years ago
Kurt Hindenburg
3593debc5a
Add more tests for CharacterColor
8 years ago
Kurt Hindenburg
c907fcea7a
remove unneeded casts
9 years ago
Kurt Hindenburg
c39f4e3eb4
clang readability + uncrustify
9 years ago
Kurt Hindenburg
eade05a4bd
Do not specify Qt modules in includes
9 years ago
Kurt Hindenburg
5bc0b561c4
Remove class ColorEntry which was actually just a QColor wrapper
...
For now typedef ColorEntry to a QColor
9 years ago
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.
10 years ago
Kurt Hindenburg
c8da8f3b47
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
(cherry picked from commit 84b43dfb21 )
10 years ago
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
10 years ago
Kurt Hindenburg
4c54de5f87
Add tests for ColorEntry() class
11 years ago
Montel Laurent
6c747d97d6
kdelibs4support--
12 years ago
Kurt Hindenburg
4a96b2d56b
Move automated tests to autotests
12 years ago
Kurt Hindenburg
1ea501da62
remove include moc from .cpp files - removes build warnings
13 years ago
Kurt Hindenburg
69dcbd3406
astyle fixes - spaces/{
14 years ago
Kurt Hindenburg
e02fea6e17
astyle fixes
...
use git diff -w --ignore-all-space to see non-space changes
14 years ago
Jekyll Wu
48df0e0a28
Add primitive tests for class CharacterColor
14 years ago