Commit Graph

8 Commits

Author SHA1 Message Date
Waqar Ahmed
c6d9bf6c1f Clean up cmake, remove uneeded EXPORTs
- Remove duplicate entries in cmake file
- Remove not needed EXPORT macros
- Move WindowSystemInfo.cpp to konsoleprivate instead of duplicating it
  which is incorrect

I tried to start porting konsole on windows but there are too many
issues. These are fixes for some of the things I noticed
2023-02-15 22:06:44 +00:00
Luis Javier Merino Morán
a1f0ea935a Fix brokennes from clang-format
The template system used for generating CharacterWidth.cpp and
clang-format don't interact that well.

So, repair the things that clang-format broke, disable clang-format for
sections using templates, and don't reenable clang-format until its
notion of indentation is sane.

After this commit the generated file can be easily compared with a
pre-clang-format version:

git diff 7e1b31cd src/characters/CharacterWidth.cpp

The only differences are new clang-format off/on annotations and a few
formatting fixes.
2021-12-28 17:06:27 +00:00
Ahmad Samir
97569b764c Run clang-format on the whole repo
Also install the relevant git hook.

GIT_SILENT
2021-09-06 12:51:39 +02:00
Kurt Hindenburg
68e9f474d1 Add comment in this file so it is in the generated file 2021-04-17 13:16:28 -04:00
Kurt Hindenburg
0f656a32ff Remove 'This file is part of' comment lines 2020-11-12 22:35:45 -05:00
Kurt Hindenburg
c95be8d6e2 Convert characters 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 21:19:09 -05:00
Gustavo Carneiro
a08f907c41 New library for characters 2020-10-16 13:07:57 +00:00
Gustavo Carneiro
b9bbbdba1f Move character classes to a new folder. 2020-10-16 13:07:57 +00:00