Luis Javier Merino Morán
64814dae24
Remove obsolete TODO comment
...
It was done on e37fe694 .
4 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
3afa3482b6
Move PlainTextDecoder to decoders folder.
5 years ago
Kurt Hindenburg
b0860c3710
Convert filterHotSpots 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
Gustavo Carneiro
5c9c22fab3
Move TerminalDisplay to terminalDisplay folder.
6 years ago
Tomaz Canabrava
7fec9ea98b
Move hotSpotRegion to FilterChain
...
FilterChain contains all the hotspots, it's the best place
to calculate the collective region. This removes code from
the TerminalDisplay, and that's much needed.
6 years ago
Gustavo Carneiro
9f71cc38f3
Move PlainTextDecode and HTMLDecoder Classes to a new files.
6 years ago
Tomaz Canabrava
0478529c6f
Move Profile related classes to it's own folder
...
This also allowed me to remove a few includes of Profile.h
around the codebase, that used Profile::Ptr. now the compilation
is a bit faster and also does not recompile things as often.
6 years ago
Tomaz Canabrava
c6f5dc79c5
Split Filter.cpp into corresponding new files
...
This reduces buildtime when touching on unrelated Filter
classes.
6 years ago