Commit Graph

14 Commits

Author SHA1 Message Date
Haochen Tong
92a48292ec Fix transparency on Wayland when HAVE_X11 is true 2023-11-12 12:24:26 +08:00
Waqar Ahmed
1e136d63f2 move konsole to kf6 2023-10-25 22:13:53 +05:00
Nicolas Fella
11231f7b02 Port away from deprecated KWindowSystem API
And better separate X11-specific parts
2023-02-15 22:45:14 +00:00
Nicolas Fella
599d44b5bf Port away from deprecated KWindowSystem::compositingActive 2023-02-15 22:45:14 +00: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
Kurt Hindenburg
f4959efe01 License urls change to https 2020-06-19 20:41:26 -04:00
Kurt Hindenburg
90dd2442e0 uncrustify using kf5 config 2017-06-06 09:56:12 -04:00
Kurt Hindenburg
ff66b231bf Remove unneeded includes 2015-09-16 23:34:40 -04:00
Eike Hein
c4f7f512f3 Fix translucency support.
CCBUG:332408
2014-05-26 14:00:24 +02:00
Kurt Hindenburg
cb84422082 Temporary crash fix - disable KWindowSystem::compositingActive() calls
See bko for more info

CCBUG: 332408
2014-03-22 00:03:40 -04:00
Jekyll Wu
25b8b5353c Trivial style change: remove extra blank lines 2012-03-17 19:53:21 +08:00
Jekyll Wu
ba8aaef88b Krazy fix for #include 2012-02-27 05:46:41 +08:00
Jekyll Wu
b400690c5d Make WindowSystemInfo::HAVE_TRANSPARENCY const and initialize implicitly
This avoids the explicit assignment in Application and Part. The result
might look a little strange, but that is basicaly what the old code does
and what that variable intends to be (all capitalized letter)
2012-02-25 21:47:29 +08:00
Jekyll Wu
ef62a0002b Move TerminalDisplay::HAVE_TRANSPARNCEY into its own dedicated class
TerminalDisplay.h is a big header. It is not good for several files to
include that big header only in order to use one of its static member.
2012-02-25 21:10:09 +08:00