25518 Commits (15d6d8c3368b22482592288c2cf7d2b92235dc9d)
 

Author SHA1 Message Date
Marco Martin e67847d43f Use itemChange instead of a connect to windowChanged
with itemChange watching SceneChange is more efficient than connecting
to the windowChanged signal, also this won't arrive during teardown,
aoiding the "destructor already ran" assert.
11 months ago
David Redondo c0cc162ba6 plugins/windowsystem: Adapt to KWindowEffectsPrivate API change 11 months ago
Aleix Pol Gonzalez c899cd07f8 xwayland: Do not set scale to 0
It would be the case upon lid close which would make KWin crash. Also
adds an assert so in case it happened again we would be able to catch it
easily. It gets applied asynchronously so it needs to be chased down.
11 months ago
Laurent Montel 2a14a4e398 Use std::as_const here 11 months ago
l10n daemon script 51acd6ce1d GIT_SILENT Sync po/docbooks with svn 11 months ago
Xaver Hugl d91534303e libkwineffects/glshader: set the correct maximum brightness
The maximum frame average brightness can be significantly lower than the actual
maximum brightness of the screen
11 months ago
Xaver Hugl 2fa80c6a3e libkwineffects/colorspace: rename maxHdrBrightness
The name doesn't really reflect what it's actually about, which is the maximum
average brightness the display can sustain without dimming
11 months ago
Quinten Kock 94b74cff96 plugins/slide: add special case for instant animations
In springmotion.cpp for the slide plugin, there are issues when
animations are disabled, namely a black screen flicker.

The flicker is caused by float under/overflow (div-by-0 -> infinity).

This commit fixes that by special-casing an infinite spring constant,
so that the animation immediately jumps to the anchor.

BUG: 472901
11 months ago
Alexander Lohnau 30600a064b Make X-KDE-Ordering in plugin metadata a proper int value
This makes the intention more clear and avoids unneeded string -> int conversion at runtime
11 months ago
Alexander Lohnau 76d93f7053 Remove empty X-KDE-ParentApp from plugin metadata 11 months ago
Alexander Lohnau a75bc19ce5 Remove empty website from plugin metadata 11 months ago
Alexander Lohnau 48b11337a9 Remove Version from plugin metadata
The plugins are shipped as part of KWin. Thus having a version separate from the KWin version specified doesn't make sense
11 months ago
Alexander Lohnau 27863b09ae Remove X-Plasma-MainScript from KPackage plugins 11 months ago
Alexander Lohnau 43174a9771 Remove X-Plasma-MainScript from C++ codepaths 11 months ago
Alexander Lohnau bf713d3892 plugins/kpackage: Remove definition of X-Plasma-MainScript definitions 11 months ago
Nicolas Fella 39fe6cd286 Remove window type from internal window and window system plugin
This is only set from KWindowSystem::setType(), which is unused on Wayland
11 months ago
Vlad Zahorodnii 87d29c60ea plugins/stickykeys: Remove Id field from metadata
The Id field is obsolete in KF6. The filename of the so is used as the
plugin id.
11 months ago
Mike Noe 4de5235402 plugins/private/Windowheap: Fix param injection error
Also, remove import versions
11 months ago
l10n daemon script 3a2136aae4 GIT_SILENT Sync po/docbooks with svn 11 months ago
l10n daemon script 6c9f55190e SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 months ago
l10n daemon script 010909bf06 GIT_SILENT Sync po/docbooks with svn 11 months ago
Nicolas Fella 8ee1720047 Adapt to KWindowSystem dropping raiseWindow() 11 months ago
Nicolas Fella 62d91ea95d Adapt to KWindowSystem dropping lowerWindow() 11 months ago
Xaver Hugl 25728c1240 backends/drm: give the commit threads names
That makes them easier to identify in backtraces
11 months ago
Xaver Hugl f8012f580b plugins/colorpicker: convert picked color to sRGB
The API doesn't have any colorspace data, so we need to make sure we're
sending sRGB

BUG: 387757
11 months ago
l10n daemon script 5e1dfbe7df GIT_SILENT Sync po/docbooks with svn 11 months ago
Nate Graham acf7da91cc kcms/desktop: port away from Kirigami.DelegateRecycler
It was removed for KF6. Instead, set reuseItems: true, which is the
upstream-friendly way to do the same thing.

BUG: 475544
11 months ago
Nate Graham 8cf3ad8d3b kcms/screenedges: Move into "Mouse & Touchpad" group
Part of https://invent.kde.org/plasma/systemsettings/-/issues/15.
11 months ago
l10n daemon script 04a477f320 GIT_SILENT Sync po/docbooks with svn 11 months ago
Mike Noe 455747354a overview/qml: Fix parameter injection errors 11 months ago
Xaver Hugl 1f82d81558 improve support for mirroring output transforms
CCBUG: 447792
11 months ago
Xaver Hugl aaffd459ce backends/drm: add more nullptr checks for m_surface
BUG: 475380
12 months ago
l10n daemon script ed1969c3d9 GIT_SILENT Sync po/docbooks with svn 12 months ago
l10n daemon script 8840193cd7 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
12 months ago
Mike Noe cc584c87ff overview/qml: Fix typo with Kirigami.Units; remove import versions 12 months ago
l10n daemon script 2dd1c78030 GIT_SILENT Sync po/docbooks with svn 12 months ago
l10n daemon script 6d2adb3039 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
12 months ago
Vlad Zahorodnii 88583b8eed Revert "waylandserver: fix race condition"
This reverts commit 03d0a226fb.

ClientConnection object is no longer destroyed with delay after merging
5246d3924f.
12 months ago
Vlad Zahorodnii 787d3a3ba4 wayland: Fix SurfaceState forward declaration
It's a struct and clang is not happy about using class.
12 months ago
Vlad Zahorodnii 6974f54149 Move EffectWindowImpl ownership to WindowItem
EffectWindowImpl affects rather the WindowItem, so move its ownership to
it. This encapsulates compositing setup so it's effectively same as
creating a window item, except some annoyances on X11.
12 months ago
Nicolas Fella f7045cbf96 Remove unused constants 12 months ago
Vlad Zahorodnii 5246d3924f wayland: Destroy ClientConnection immediately
With QObject::deleteLater(), the client object can unexpectedly outlive
the expected lifetime as in 03d0a226fb.
12 months ago
l10n daemon script 8840d4140b GIT_SILENT Sync po/docbooks with svn 12 months ago
l10n daemon script 387388be5d SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
12 months ago
l10n daemon script 4b217483a0 GIT_SILENT Sync po/docbooks with svn 12 months ago
Fushan Wen b80741d531
plugins: add colorblindness correction effect
Colorblindness correction shader with adjustable intensity. Can correct for:

- Protanopia (Greatly reduced reds)
- Deuteranopia (Greatly reduced greens)
- Tritanopia (Greatly reduced blues)

FEATURE: 474470
FIXED-IN: 6.0
12 months ago
Vlad Zahorodnii 8d3b4a21c8 wayland: Properly update subsurfaces in cached transaction
Cached transaction will be merged with parent transaction when the
parent surface is committed, it's not included in the transaction graph.
12 months ago
Vlad Zahorodnii 7e99ab9438 Build wayland tests with same build options as other tests 12 months ago
Vlad Zahorodnii 8b2b8d87c7 Don't mark wayland demos as tests 12 months ago
Vlad Zahorodnii 7d56aa3687 Merge wayland tests with other tests
This makes wayland tests organization consistent with other kwin tests.
12 months ago