| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
- opengl/eglnativefence: fix file descriptor leak
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=496746
- 6.2.4 reg.: effects/overview: Animate if thumbnail is dropped in a heap
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=496646
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pending upstream MR:
https://invent.kde.org/plasma/kwin/-/merge_requests/6816
Xaver Hugl (4):
plugins/screencast, screenshot: switch color transforms to relative colorimetric
outputconfigurationstore: fix choosing the default mode
layers: add null check
backends/drm: don't set the dpms mode to AboutToTurnOff if the screen is already off
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
David Redondo (1):
Cancel interactive move resize when outputs change
Kai Uwe Broulik (1):
tabbox: Do not add windows that have modal children
Marco Martin (1):
tiling: fix some asserts from scripts
Vlad Zahorodnii (5):
Close layer shell window if its preferred output has been removed
Ensure active window isn't focused when screen is locked
utils: Use QList::removeLast() in DamageJournal::add()
Revert "scene: Ignore xwayland window shape"
core: Set object ownership for Output
Xaver Hugl (7):
core/colorspace: fix the max luminance of linear
activation: don't activate windows that don't accept keyboard input
workspace: fix the dpms input event filter sometimes being wrongly deleted
effect/offscreenquickview: ensure the view that accepts touch down also gets touch up
backends/drm: fix DrmGpu::needsModeset check with leased outputs
backends/drm: re-allow HDR on Intel by default
backends/drm: re-allow HDR on NVidia with driver version 565.57.01+
KDE-bugs:
https://bugs.kde.org/show_bug.cgi?id=494930
https://bugs.kde.org/show_bug.cgi?id=495537
https://bugs.kde.org/show_bug.cgi?id=495400
https://bugs.kde.org/show_bug.cgi?id=495325
https://bugs.kde.org/show_bug.cgi?id=493934
https://bugs.kde.org/show_bug.cgi?id=488941
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/941628
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
| |
See also:
https://mail.kde.org/pipermail/plasma-devel/2024-October/123495.html
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gabriel Souza Franco (1):
opengl/gltexture: Fix format for 565 textures
Vlad Zahorodnii (8):
scene: Fix SurfaceItemWayland::freeze()
wayland: Fix a potential null dereference when sending current output device mode
opengl: Fix a typo in GLTexture::upload()
colorblindesscorrection: fix incorrect variable name in shader program
Make Workspace::removeUnmanaged() keep the window in the stack
Fix a crash in computeLayer()
effect: Refuse starting quick effect if keyboard cannot be grabbed
Fix null dereference in Workspace::workspaceEvent()
Xaver Hugl (5):
placeholderinputeventfilter: don't block media keys
opengl/egldisplay: add the invalid modifier to the correct list
platformsupport/scene/opengl: do test imports for external_only formats properly
backends/drm: allow triple buffering on NVidia if KWIN_DRM_DISABLE_TRIPLE_BUFFERING=0 is set
window: make setQuickTileMode more sane
Yifan Zhu (1):
screenedge: allow activating clients in drag and drop
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/933271
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
|
|
|
| |
Also backporting commit d85dd623d7315f2e620c2c37e635f2fd3737a684
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=450579
Bug: https://bugs.gentoo.org/933271
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Akseli Lahtinen (1):
WindowHeapDelegate: label topMargin to small, remove height padding
Vlad Zahorodnii (4):
plugins/screencast: Handle frame rate throttling timer firing a bit earlier
plugins/screencast: Prefer glReadnPixels() and glGetnTexImage()
opengl: Add OpenGlContext::glGetnTexImage()
wayland: add error handling for QFile::open failure in org_kde_plasma_window_get_icon
Xaver Hugl (3):
backends/drm: disable triple buffering on NVidia
plugins/glide: drop references to closed windows if they're not animated
placement: ignore the active output with place under mouse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|