Commit Graph

6 Commits

Author SHA1 Message Date
Kurt Hindenburg
f460969fea Use = default instead of {} 2020-12-01 23:38:26 -05:00
Kurt Hindenburg
0f656a32ff Remove 'This file is part of' comment lines 2020-11-12 22:35:45 -05:00
Kurt Hindenburg
78a0092522 Convert src to use SPDX license/copyright
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
2020-11-12 22:17:06 -05:00
Martin T. H. Sandsmark
d10576ccf3 fix the scheme checking in the least intrusive way possible (avoids migrating the config) 2020-11-02 18:24:33 +00:00
Martin T. H. Sandsmark
bf5f5aaa57 make the allowed url scheme checking safer 2020-11-02 18:24:33 +00:00
Tomaz Canabrava
faceafcc68 Extract URL from a Escape Sequence and provide a HotSpot for activation
This path adds a new feature for konsole, in the form of URL Escaped
Sequences. It allows programs to embbed URL's on texts much like
the anchor tag in html does

There's a allowed list of possible schemas for links, by default
it only accepts http://, https:// and file:// but the user can
add more if he wants.

The maximum amount of URL's accepted is 200, to prevent OOM

History is taken into account while scrooling
2020-08-12 08:20:58 +00:00